material-symbols icon indicating copy to clipboard operation
material-symbols copied to clipboard

Latest variable icon fonts and optimized SVGs for Material Symbols.

Results 18 material-symbols issues
Sort by recently updated
recently updated
newest added

As visible within the node screenshots of buttons there is a difference in default configuration. Both are supposed to be weight 400/rounded. From individual package: ![localhost_4200_login](https://github.com/marella/material-symbols/assets/7093176/542cbc7c-50cf-4046-a642-45e1f7a40afb) From full package: ![derifin...

The default optical size on [https://fonts.google.com/icons] is 24, but only 48 is available in @material-symbols/svg-x. I haven't found a way to change the optical size using styles yet. Is there...

Hello, There's some issue with font download URLs. For example, we try to download https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,300,0,0 and it seems that stroke thickness is thinner than before. But if you'll try to...

is it possible to use icons with fill=1 as shown in demo https://marella.me/material-symbols/demo/#outlined ?

Hi, is it possible to make it usable in Flutter app development as pubspec.yaml dependency?

I was trying to update to a new version, but found an icon missing. https://github.com/marella/material-symbols/blob/v0.8.1/svg/400/outlined/insights.svg https://github.com/marella/material-symbols/blob/v0.9.0/svg/400/outlined/insights.svg Is there a warning before removing any existing icons? any reason that some icons...

Hello, I am able to import the svgs as React components into my Next.js App via SVGR. They render in the browser. I am having problem changing the size of...

Hi, Is it possible to replicate the functionality of material-icons and use CSS classes to display icons instead of ligatures? Thanks, Nick

A feature of Font Awesome that I appreciate is the exporting of their SVGs' `path` attributes as JavaScript string constants. This makes working with their icons much nicer because intellisense...