Waterfly Iii Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Waterfly Iii 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/349559.svg" alt="Waterfly Iii icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349559.svg" alt="Waterfly Iii icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349559.svg" alt="Waterfly Iii icon" :width="24" :height="24" />
CSS background
.icon-waterfly-iii {
background-image: url('https://proicons.com/icon/349559.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m42.2275,42.3454c1.368-.7661-8.461-9.7063-12.8214-14.5035l-1.5702-2.8787c7.0397-2.2921,15.765-4.7467,13.7193-9.4572-1.6676-3.357-9.3706,5.5074-14.2788,8.3734,5.3828-5.1455,11.6627-16.5176,7.0658-18.2412-4.503-1.5197-3.6917,9.838-8.3364,17.1204l-1.2715-.7481c-1.6153-2.0088-1.8969-.9304-2.4663-.3727-.4909.583-1.868.9304.3727,2.7659l.5243,1.0468c-5.3819,3.9995-18.1988,2.4952-17.494,6.9891.4855,1.2453,4.2278,6.1147,18.7276-5.3829-1.1497,2.5719-11.345,10.1241-8.7849,12.7465.9331.9376,5.8187,2.1026,10.1313-11.9993l2.2055,1.2706c4.7467,4.485,13.1905,14.8121,14.2788,13.2699l-.0018.0009Z"/></svg>
Copied!