Solflare Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Solflare icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/333051.svg" alt="Solflare icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333051.svg" alt="Solflare icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333051.svg" alt="Solflare icon" :width="24" :height="24" />
CSS background
.icon-solflare {
background-image: url('https://proicons.com/icon/333051.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M6.4736,40.2389L41.5264,6.8789M11.4259,35.7073l18.4373,6.7773c3.8349-1.7735,4.0911-10.5585-.6927-12.1483l-15.9901-5.3139c-4.4641-1.4517-5.2875-5.634-.9577-8.887.7209-.5416,2.1857-1.2289,3.4324-1.3797"/><path class="f" d="M36.6778,11.4934l-16.7154-5.9779c-7.085,3.6913-6.5869,9.3902-.9735,11.2129l17.2611,5.727c6.6565,2.2086,5.9658,9.3966.9877,14.3747-2.7833,2.7833-7.002,5.3424-7.3744,5.6545"/></svg>
Copied!