FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
I built Material Symbols SVG, an icon library for using Material Symbols as SVG components
How-ToWeb Development

I built Material Symbols SVG, an icon library for using Material Symbols as SVG components

via Dev.tok-s-h-r5h ago

I built Material Symbols SVG , an icon library that lets you use Google's Material Symbols as SVG components across frameworks. It currently supports: React: @material-symbols-svg/react Vue: @material-symbols-svg/vue Svelte: @material-symbols-svg/svelte Astro: @material-symbols-svg/astro React Native: @material-symbols-svg/react-native Links: Docs: https://www.material-symbols-svg.com/usage Icon catalog: https://www.material-symbols-svg.com/ GitHub: https://github.com/k-s-h-r/material-symbols-svg Why I built it There is already an official-ish way to consume Material Symbols as SVG files, for example @material-symbols/svg-400 . The problem I kept running into was this: if I wanted to use those icons in React as components, I usually had to rely on another layer such as @svgr/webpack , or build some custom conversion flow around raw SVG files. That works, but it is not what I wanted for day-to-day UI work. What I wanted instead was: no extra SVG conversion step no framework-specific web

Continue reading on Dev.to

Opens in a new tab

Read Full Article
3 views

Related Articles

Building DNS query tool from scratch using C
How-To

Building DNS query tool from scratch using C

Reddit Programming • 1d ago

How to build .NET obfuscator - Part I
How-To

How to build .NET obfuscator - Part I

Reddit Programming • 2d ago

How to Use Traceroute and MTR to Diagnose Network Issues
How-To

How to Use Traceroute and MTR to Diagnose Network Issues

DigitalOcean Tutorials • 1w ago

apt-key Deprecation: Add Repositories with GPG on Ubuntu
How-To

apt-key Deprecation: Add Repositories with GPG on Ubuntu

DigitalOcean Tutorials • 1w ago

How To Use Variadic Functions in Go
How-To

How To Use Variadic Functions in Go

DigitalOcean Tutorials • 2w ago

Discover More Articles