Flare Social Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Flare Social 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/325940.svg" alt="Flare Social icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325940.svg" alt="Flare Social icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325940.svg" alt="Flare Social icon" :width="24" :height="24" />
CSS background
.icon-flare-social {
background-image: url('https://proicons.com/icon/325940.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="m34.484 38.187c-2.331 3.179-5.9785 5.1287-9.9167 5.3006-3.4229-12.774 10.241-9.8238 11.99-16.352 1.0203 3.8077.2577 7.8727-2.0733 11.052z"/><path class="d" d="m21.774 34.932c-2.2324-8.3315 11.625-11.469 10.358-19.231 8.6081 11.916-6.0806 11.822-10.358 19.231z"/><path class="d" d="m12.742 37c-2.1207-3.6732-2.3162-8.15-.52367-11.994.76237 2.8452 2.823 3.85 2.823 3.85-2.9491-11.006 11.326-15.521 8.959-24.356 12.445 19.126-16.339 21.408-1.133 38.951-4.2253-.36967-8.0046-2.7773-10.125-6.4505z"/></svg>
Copied!