<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Alexandre Borel</title>
    <description>The latest articles on DEV Community by Alexandre Borel (@pandazaur).</description>
    <link>https://dev.to/pandazaur</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F227151%2Fa3b62b80-0fb4-41b2-b281-4f4cc93159c5.jpeg</url>
      <title>DEV Community: Alexandre Borel</title>
      <link>https://dev.to/pandazaur</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/pandazaur"/>
    <language>en</language>
    <item>
      <title>What are your best solutions to integrate your SVG icons in your web app ?</title>
      <dc:creator>Alexandre Borel</dc:creator>
      <pubDate>Fri, 27 Mar 2020 16:35:17 +0000</pubDate>
      <link>https://dev.to/pandazaur/what-are-your-best-solutions-to-integrate-your-svg-icons-in-your-web-app-59h7</link>
      <guid>https://dev.to/pandazaur/what-are-your-best-solutions-to-integrate-your-svg-icons-in-your-web-app-59h7</guid>
      <description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I'm developing a web app and there is something I can't manage very well: it's SVG icons management !&lt;/p&gt;

&lt;p&gt;Let me explain, I'm working with a Designer who creates SVG icons for the website, and I don't know how to manage them correctly and I would like to know which solution do you use everyday to manage them.&lt;/p&gt;

&lt;p&gt;I know there are tools like Icomoon, but I don't want to regenerate a font everytime we add a new SVG to our icon library. I would like to use my svg icons easily and be able to customize them (fill color, size, ...) that's why I can't use a &lt;code&gt;&amp;lt;img src="my-svg"/&amp;gt;&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;Actually, I'm using Vue.js to build my web app and when I have a new icon, I create a new Vue component which is a copy of the SVG icon and I add some props like: color, width, height ... but I'm pretty sure there's a better way to handle my problem.&lt;/p&gt;

&lt;p&gt;Do you have any suggestion of tools I could use to better manage my SVG icons ?&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>icon</category>
      <category>svg</category>
    </item>
  </channel>
</rss>
