Flym Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Flym 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/326037.svg" alt="Flym icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326037.svg" alt="Flym icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326037.svg" alt="Flym icon" :width="24" :height="24" />
CSS background
.icon-flym {
background-image: url('https://proicons.com/icon/326037.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M20.2,5.17a.4.4,0,0,1,.33-.67C27.41,5.52,37,14.73,37,25.79c0,11.47-8.41,18-9.32,17.08-.62-.63,4.37-4,2.8-5.61-.92-.92-3.64,3-5,1.63C23.79,37.24,29,29,24.78,24.81c0,0-6.71,6.78-6.71,11.94s4.93,5.57,4.5,6.57S11,40.85,11,30.68c0-9.19,10.56-18.86,10.56-22.25A4.72,4.72,0,0,0,20.2,5.17Z"/></svg>
Copied!