Windfinder Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Windfinder 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/335187.svg" alt="Windfinder icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335187.svg" alt="Windfinder icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335187.svg" alt="Windfinder icon" :width="24" :height="24" />
CSS background
.icon-windfinder {
background-image: url('https://proicons.com/icon/335187.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m8.1308,36.4112c8.1869-1.9065,15.3364-2.3271,26.0467-2.8037-.9533-9.8692,1.0935-20.6916,2.6636-24.6168-14.5234,7.0093-25.2897,18.8411-28.7103,27.4206Z"/><path class="c" d="m26.0257,25.1612c-1.5561-1.4089-5.0888-1.4299-6.8972,1.5981"/><path class="c" d="m26.0257,25.1612c-.5062,2.0372,1.1449,5.1604,4.6681,5.323"/><path class="c" d="m26.0257,25.1612c2.0345-.5167,4.0066-3.4478,2.4849-6.6295"/></svg>
Copied!