๐ŸŒ
Google
developers.google.com โ€บ google fonts โ€บ material icons guide
Material Icons Guide | Google Fonts | Google for Developers
The material icons are provided as SVGs that are suitable for web projects. Individual icons are downloadable from the material icons library. The SVGs are also available from the material design icons git repository under the path:
๐ŸŒ
Google Fonts
fonts.google.com โ€บ icons
Material Symbols and Icons - Google Fonts
Material Symbols are our newest icons consolidating over 2,500 glyphs in a single font file with a wide range of design variants.
๐ŸŒ
npm
npmjs.com โ€บ package โ€บ @material-design-icons โ€บ svg
material-design-icons/svg
SVGs for each icon are located in the corresponding style directory: ... @material-design-icons/svg/filled/face.svg @material-design-icons/svg/outlined/face.svg @material-design-icons/svg/round/face.svg @material-design-icons/svg/sharp/face.svg @material-design-icons/svg/two-tone/face.svg
      ยป npm install @material-design-icons/svg
    
Published ย  Feb 12, 2025
Version ย  0.14.15
๐ŸŒ
GitHub
github.com โ€บ google โ€บ material-design-icons
GitHub - google/material-design-icons: Material Design icons by Google (Material Symbols)
The icons can be browsed in a more user-friendly way at https://fonts.google.com/icons. Use the popdown menu near top left to choose between the two sets; Material Symbols is the default. The icons are designed under the material design guidelines.
Starred by 52.7K users
Forked by 9.7K users
๐ŸŒ
npm
npmjs.com โ€บ package โ€บ material-design-icons-svg
material-design-icons-svg - npm
icons.initialize(document.body) // Appends all icons to document.body var icon = icons.getIcon('access-point') // returns reference to initialized svg // <svg> // <use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#deviantart"> // </use> // </svg> $(document.body).append(icon) // You can also load specific icons if you don't like to load a ton of unused icons into your app var icons = require('material-design-icons-svg')({ 'account': require('material-design-icons-svg/paths/account'), 'menu': require('material-design-icons-svg/paths/menu') }) var svg = icons.getSVG('menu') // Returns inline svg of `menu` icon
      ยป npm install material-design-icons-svg
    
Published ย  Oct 08, 2024
Version ย  3.3.1
Author ย  Marc Bachmann
๐ŸŒ
MUI
mui.com โ€บ material-ui โ€บ material-icons
Material Icons - Material UI
Material Design ยท Figma ยท Sketch ยท @mui/icons-material includes the 2,100+ official Material Icons converted to SvgIcon components. It depends on @mui/material, which requires Emotion packages. Use one of the following commands to install it: npmpnpmyarn ยท
๐ŸŒ
GitHub
github.com โ€บ livingdocsIO โ€บ material-design-icons-svg
GitHub - livingdocsIO/material-design-icons-svg: Material design icons as SVGs
// Load all 1600 material design icons, ~170kb gzipped var paths = require('material-design-icons-svg/paths') var icons = require('material-design-icons-svg')(paths) // Then you can use it wherever you like var svg = icons.getSVG('access-point') // returns inline svg // <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4.93,4....0Z" /></svg> $(document.body).append(svg) // OR if you care about render performance // You can load icons using the `<use>` notation.
Starred by 19 users
Forked by 8 users
Languages ย  JavaScript
๐ŸŒ
Mdisvg
mdisvg.com
MDISVG - Material Design Icons as SVG
Material Design Icons (MDI) as SVG is a simple api that allows you to use any MDI icon with basic HTTP GET requests. Icons are available by using the MDI icon names as the requested URI.
๐ŸŒ
npm
npmjs.com โ€บ package โ€บ @material-icons โ€บ svg
material-icons/svg
If you need a different size, change ... sizes is pointless. To get SVG files, you can either clone GitHub repository or install @material-icons/svg NPM package....
      ยป npm install @material-icons/svg
    
Published ย  Sep 02, 2022
Version ย  1.0.33
Author ย  Material Design Authors
Find elsewhere
๐ŸŒ
IconScout
iconscout.com โ€บ icons โ€บ material-design
Material Design Icons - Free Download in SVG, PNG
Convert your PNG files to high-quality SVG vectors easily. ... sticker design styles for web or mobile (iOS and Android) design, marketing, or developer projects. These royalty-free high-quality Material Design Icons are available in SVG, PNG, EPS, ICO, ICNS, AI, or PDF and are available as individual or icon packs..
๐ŸŒ
GitHub
github.com โ€บ Templarian โ€บ MaterialDesign-SVG
GitHub - Templarian/MaterialDesign-SVG: @mdi/svg Dist for Material Design Icons.
SVG distribution for the Material Design Icons.
Starred by 262 users
Forked by 64 users
Languages ย  JavaScript
๐ŸŒ
Material UI
materialui.co โ€บ icons
Material Design Icons, Material Icons | Material UI
Google's Material UI Royalty-Free icons with quick download options! MaterialUI.co is the place to download Material Icons (by Google) in SVG.
๐ŸŒ
Pictogrammers
pictogrammers.com โ€บ library โ€บ mdi
Material Design Icons - Icon Library - Pictogrammers
The original. Following Google's Material Design guidelines for system icons, MDI is our largest library, touting over 7200 unique icons!
๐ŸŒ
Icons8
icons8.com โ€บ icons โ€บ material
Material Filled Icons โ€“ Download free PNG, SVG icons
Our consistent Material Filled icon pack follows the Material guidelines from Google, including the latest icon themes (outlined, rounded, two-tone, and sharp versions for each icon). ... With these icons, you'll never run out of options, as our extensive library covers different categories for your Android UI design. Download in both PNG and SVG formats.
๐ŸŒ
GitHub
github.com โ€บ material-icons โ€บ material-icons
GitHub - material-icons/material-icons: Updated version of Google Material Design Icons from material.io. Each icon comes in 5 variations: baseline, sharp, outline, round, two tone.
If you need a different size, change ... sizes is pointless. To get SVG files, you can either clone GitHub repository or install @material-icons/svg NPM package....
Starred by 188 users
Forked by 65 users
๐ŸŒ
SVG Repo
svgrepo.com โ€บ home โ€บ svg vector โ€บ redis logo
Material Design Vector SVG Icon - SVG Repo
3 weeks ago - Free Material Design Vector Icon in SVG format. โœ… Download Free Material Design Vector and icons for commercial use. Material Design SVG vector illustration graphic art design format.SVG Vector vectors.
๐ŸŒ
GitHub
google.github.io โ€บ material-design-icons
Material Icons Guide
This page has moved to developers.google.com/fonts/docs/material_icons.
๐ŸŒ
Iconify
icon-sets.iconify.design โ€บ mdi โ€บ svg
svg icon from Material Design Icons - Iconify
Customise, download, get code samples for "svg" icon from Material Design Icons icon set.
๐ŸŒ
GitHub
github.com โ€บ marella โ€บ material-design-icons
GitHub - marella/material-design-icons: Latest icon fonts and optimized SVGs for material design icons.
Latest icon fonts and CSS for material design icons. ... Latest optimized SVGs for material design icons.
Starred by 215 users
Forked by 64 users
Languages ย  JavaScript 69.4% | CSS 23.3% | SCSS 7.3%