Whisk Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Whisk 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/349687.svg" alt="Whisk icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349687.svg" alt="Whisk icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349687.svg" alt="Whisk icon" :width="24" :height="24" />
CSS background
.icon-whisk {
background-image: url('https://proicons.com/icon/349687.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="m42.5,23.7261h0c0,10.3128-8.3605,18.6741-18.6741,18.6741-8.9292,0-16.6089-6.3213-18.3259-15.0839l36.802-6.2951c.1312.8958.197,1.8.197,2.7054l.001-.0005Z"/><path class="b" d="m32.8258,22.6427c.2987-10.5565-7.9911-10.7392-8.656-10.7372-6.3835.0217-7.7099,6.5334-4.91,8.2236,4.7829,2.8874,10.9261-9.0925,1.5289-13.6604-3.6062-1.7531-6.582-.6064-9.4765,1.2502"/></svg>
Copied!