Flote Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Flote 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/340565.svg" alt="Flote icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340565.svg" alt="Flote icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340565.svg" alt="Flote icon" :width="24" :height="24" />
CSS background
.icon-flote {
background-image: url('https://proicons.com/icon/340565.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M20.217,33.758c3.6371-3.928,4.3646-18.6705,0-24.5383,9.1171,3.8311,16.9732,13.87,18.1856,22.7925L7.9478,35.4069c6.8863-8.39,10.1355-14.403,12.2692-26.1872Z"/><polyline class="a" points="20.217 9.22 20.217 6.795 13.379 11.062 20.126 9.715"/><path class="a" d="M5.5469,38.56,42.5,34.2927S42.112,41.13,35.7107,41.13c-7.08,0-6.9347-4.7525-6.9347-4.7525s-1.1154,4.2229-5.092,4.8272H6.6138A2.6412,2.6412,0,0,1,5.5469,38.56Z"/></svg>
Copied!