0.27.0 • Published 2 years ago

@material/mwc-icon v0.27.0

Weekly downloads
10,090
License
Apache-2.0
Repository
github
Last release
2 years ago

<mwc-icon> Published on npm

IMPORTANT: The Material Web Components are a work in progress and subject to major changes until 1.0 release.

Icon displays an icon with a chosen name from the Material Icons font, or from any font that supports ligatures.

Material Design Guidelines: System icons

Demo

Installation

npm install @material/mwc-icon

NOTE: The Material Web Components are distributed as ES2017 JavaScript Modules, and use the Custom Elements API. They are compatible with all modern browsers including Chrome, Firefox, Safari, Edge, and IE11, but an additional tooling step is required to resolve bare module specifiers, as well as transpilation and polyfills for IE11. See here for detailed instructions.

Example usage

Basic

<link href="https://fonts.googleapis.com/css?family=Material+Icons&display=block" rel="stylesheet">

<mwc-icon>shopping_cart</mwc-icon>

<script type="module">
  import '@material/mwc-icon/mwc-icon.js';
</script>

As a link

<a href="index.html">
  <mwc-icon>arrow_back</mwc-icon>
</a>

Styled

<style>
  .fancy {
    color: #03a9f4;
    --mdc-icon-size: 64px;
  }
</style>

<mwc-icon class="fancy">accessible_forward</mwc-icon>

Fonts

Most users should include the following in their application HTML when using icons:

<link href="https://fonts.googleapis.com/css?family=Material+Icons&display=block" rel="stylesheet">

This loads the Material Icons font, which is required to render icons, and is not loaded automatically. If you see plain text instead of an icon, then the most likely cause is that the Material Icons font is not loaded.

To see all icons that are available in the Material Icons font, see Material Icons.

For technical details about the Material Icons font, see the Material Icons Developer Guide.

API

Slots

NameDescription
defaultThe name of the icon to display (e.g. shopping_cart). See Material Icons for an index of all available icons.

Properties/Attributes

None

Methods

None

Events

None

CSS Custom Properties

NameDefaultDescription
--mdc-icon-fontMaterial IconsFont that supports ligatures and determines which icons are available (see fonts above).
--mdc-icon-size24pxSize of the icon.
fundwave-fund-management@owenmilliner/o-components@material/mwc-select@material/mwc-buttonplaytwo-core-cms-sectionstiny-stepper@kr05/tiny-stepper@mcfirm/mwc-textfield@simplr-wc/iconsimplr-components@m2fw/table@m2fw/tooltip@everything-registry/sub-chunk-584open-scd@batchforce/core@hydrofoil/shaperone-wc-material@esui/material-components@exmg/exmg-searchbar@infinitebrahmanuniverse/nolb-_mate@fortit/fwc-chip@fortit/fwc-chip-list@frag-crypto/frag-default-plugins@fw-components/fw-avatar@gorails/ninja-keys@kr05/simple-stepper@m2-modules/table@m2-modules/tooltip@m2-modules/wysiwygjvx-multiselect@kamiapp/changelog@maicol07/mwa-card@maicol07/mwa-data-tableholochain-file-storageholochain-social-triangulation@mothepro/lit-setsholochain-profilesholochain-mutual-credit@pedrule/moulder-survey@pedrule/spinner@pedrule/virtual-scrolljupyter_pixano@openscd/open-scd-core@openscd/oscd-action-icon@openscd/oscd-action-pane@openscd/oscd-filtered-list@openscd/oscd-tree-explorer@openscd/oscd-tree-grid@operato/mini-popup@nxu/ninja-keys@near-solution/grist-ui@near-solution/help@near-solution/shell@near-solution/auth-ui@leavittsoftware/titanium-address-input@leavittsoftware/leavitt-file-explorer@leavittsoftware/leavittbook@leavittsoftware/titanium-icon@lordoftheflies/plutonium-styles@openenergytools/scl-wizardingmwc-bundlemwc-markdown-editor@totvs/tds-monitor-frontend@wces/jsui-material@wonkytech/wired-elementslit-p2plit-place-inputkonnors-ninja-keysmaterial-components-elm-js-imports@tonejs/ui@things-factory/auth-ui@things-factory/auth-ui-jwt@things-shell/board-modeller@things-shell/board-player@things-shell/board-viewer@things-shell/real-modeller@things-factory/modeller-ui@things-factory/shell@things-factory/common@things-factory/context-ui@things-factory/grist-ui@things-factory/helpxterminal-ninja-keys@viajai/viajai-ds@utu-global/design-system@uxland/ui-grid@web-mjs/material-components@web-mjs/material-web-componentsaapp-chat.jsnexus-portal-componentsninja-keys@backlight-dev/aodocs.aodocs-design-system@binar/search-dialog@beliantech/bt-components@bfchain/dweb-browsercloudbees-casc-server-plugin-ui@chatwoot/ninja-keysyido-elementsyew-material-scriptscorgy-frontend@blackpurl/web-components
0.27.0

2 years ago

0.26.1

2 years ago

0.26.0

2 years ago

0.25.3

2 years ago

0.25.2

3 years ago

0.25.1

3 years ago

0.25.0

3 years ago

0.23.0

3 years ago

0.22.1

3 years ago

0.22.0

3 years ago

0.21.0

3 years ago

0.20.0

3 years ago

0.19.1

4 years ago

0.19.0

4 years ago

0.18.0

4 years ago

0.17.2

4 years ago

0.17.0

4 years ago

0.16.1

4 years ago

0.15.0

4 years ago

0.14.1

4 years ago

0.14.0

4 years ago

0.13.0

4 years ago

0.12.0

4 years ago

0.11.1

4 years ago

0.11.0

4 years ago

0.10.0

5 years ago

0.9.1

5 years ago

0.9.0

5 years ago

0.8.0

5 years ago

0.7.1

5 years ago

0.7.0

5 years ago

0.6.0

5 years ago

0.5.0

5 years ago

0.3.6

5 years ago

0.3.5

5 years ago

0.3.4

5 years ago

0.3.3

5 years ago

0.3.2

5 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago