Whirlpool Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Whirlpool 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/349686.svg" alt="Whirlpool icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349686.svg" alt="Whirlpool icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349686.svg" alt="Whirlpool icon" :width="24" :height="24" />
CSS background
.icon-whirlpool {
background-image: url('https://proicons.com/icon/349686.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M32.3802,26.3131c-.9055,0-1.6463-.7408-1.6463-1.6463v-1.0701c0-.9055.7408-1.6463,1.6463-1.6463s1.6463.7408,1.6463,1.6463v1.0701c0,.9055-.7408,1.6463-1.6463,1.6463Z"/><path class="b" d="M37.1998,26.3115h0c-.9055,0-1.6463-.7408-1.6463-1.6463v-1.0701c0-.9055.7408-1.6463,1.6463-1.6463h0c.9055,0,1.6463.7408,1.6463,1.6463v1.0701c0,.9055-.7408,1.6463-1.6463,1.6463Z"/><path class="b" d="M21.2963,23.4667c0-.9055.7408-1.6463,1.6463-1.6463"/><line class="b" x1="21.2963" y1="21.8203" x2="21.2963" y2="26.1831"/><circle class="b" cx="19.394" cy="19.8612" r=".25"/><line class="b" x1="19.394" y1="21.8368" x2="19.394" y2="26.1996"/><path class="b" d="M24.0514,19.6373v5.7621c0,.4939.3293.8232.8232.8232h.2469"/><path class="b" d="M40.4299,19.5986v5.7621c0,.4939.3293.8232.8232.8232h.2469"/><path class="b" d="M26.1316,24.6166c0,.9055.7408,1.6463,1.6463,1.6463s1.6463-.7408,1.6463-1.6463v-1.0701c0-.9055-.7408-1.6463-1.6463-1.6463s-1.6463.7408-1.6463,1.6463"/><line class="b" x1="26.1316" y1="21.9002" x2="26.1316" y2="28.4855"/><polyline class="b" points="13.0853 19.5945 11.439 26.1798 9.7926 19.5945 8.1463 26.1798 6.5 19.5945"/><line class="b" x1="14.4065" y1="19.6447" x2="14.4065" y2="26.23"/><path class="b" d="M14.4065,23.5136c0-.9055.7408-1.6463,1.6463-1.6463s1.6463.7408,1.6463,1.6463v2.7164"/><path class="b" d="M24.333,20.8432c2.8951-1.8668,5.3682-2.7404,5.8049-2.4518,3.2447,1.8224-9.3923,13.1632-11.8247,10.9974-.5651-.4069-.1736-1.8909.9758-3.7046"/><path class="b" d="M43.5,35.5V12.5c0-2.2091-1.7909-4-4-4H8.5c-2.2091,0-4,1.7909-4,4v23c0,2.2091,1.7909,4,4,4h31c2.2091,0,4-1.7909,4-4Z"/></svg>
Copied!