Fluyo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fluyo 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/340593.svg" alt="Fluyo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340593.svg" alt="Fluyo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340593.svg" alt="Fluyo icon" :width="24" :height="24" />
CSS background
.icon-fluyo {
background-image: url('https://proicons.com/icon/340593.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>.m{fill:#fff;}.n{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="d" class="n" d="M8.6055,14.4793c1.2608-2.0569,3.5739-2.6102,5.0413-4.6996.7086-1.096,3.2782-7.8164,4.429-4.2423.7767,2.4124,1.4108,2.4353,2.3981,3.1297,4.6061,1.0183,8.7997,2.5461,11.5601,6.7709,1.8003,2.7554,2.9265,7.4173,4.3728,11.1943,0,0,2.9854,1.589,4.004,2.7966,1.3207,1.5656,2.0841,2.2454,2.4339,5.4446-5.2546-.997-1.1541-.237-8.0748-1.9916-6.5259,3.4468-7.9026,5.691-12.2231,6.2286-2.2442.2792-5.6274.0419-10.6084-1.3819-.9995,2.2052-2.4538,4.0206-3.9832,5.7716-.7561-.3175-1.6692-.6129-2.1135-2.1135-.8911-3.0093-1.1527-6.0631.691-8.7387-1.7829-10.4263-.686-13.6674,2.0729-18.1684Z"/><path id="e" class="n" d="M12.7858,33.027c7.7039,2.8151,13.1789.5886,17.6754-3.8512"/><circle id="f" class="m" cx="8.3885" cy="29.3483" r=".75"/><circle id="g" class="m" cx="32.9328" cy="23.9451" r=".75"/><ellipse id="h" class="n" cx="11.1907" cy="26.3161" rx="1.9687" ry="1.94"/><ellipse id="i" class="n" cx="29.0672" cy="22.3787" rx="1.9687" ry="1.94"/><path id="j" class="n" d="M8.1298,24.4049s.2299-1.0059,1.1209-1.2071"/><path id="k" class="n" d="M29.2541,18.743s.8622.0575,1.5232.6898"/></svg>
Copied!