whisk icon
whisk from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- whisk
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the whisk icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M20.02 11.02c-2.332 2.334-5.8 2.65-7.745.705s-1.63-5.412.704-7.746c2.334-2.333 5.802-2.649 7.746-.704c1.945 1.944 1.63 5.412-.704 7.746Z"/><path d="M17.923 8.923c-2.357 2.357-4.905 3.63-5.69 2.845c-.787-.786.487-3.334 2.844-5.69c2.358-2.358 4.905-3.632 5.69-2.846c.787.786-.487 3.334-2.844 5.69Z"/><path stroke-linecap="round" stroke-linejoin="round" d="m7.548 18.636l-2.912 2.912a1.544 1.544 0 1 1-2.184-2.184l2.912-2.912a1.544 1.544 0 1 1 2.184 2.184M8 16l4-4"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsWhisk(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M20.02 11.02c-2.332 2.334-5.8 2.65-7.745.705s-1.63-5.412.704-7.746c2.334-2.333 5.802-2.649 7.746-.704c1.945 1.944 1.63 5.412-.704 7.746Z"/><path d="M17.923 8.923c-2.357 2.357-4.905 3.63-5.69 2.845c-.787-.786.487-3.334 2.844-5.69c2.358-2.358 4.905-3.632 5.69-2.846c.787.786-.487 3.334-2.844 5.69Z"/><path strokeLinecap="round" strokeLinejoin="round" d="m7.548 18.636l-2.912 2.912a1.544 1.544 0 1 1-2.184-2.184l2.912-2.912a1.544 1.544 0 1 1 2.184 2.184M8 16l4-4"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M20.02 11.02c-2.332 2.334-5.8 2.65-7.745.705s-1.63-5.412.704-7.746c2.334-2.333 5.802-2.649 7.746-.704c1.945 1.944 1.63 5.412-.704 7.746Z"/><path d="M17.923 8.923c-2.357 2.357-4.905 3.63-5.69 2.845c-.787-.786.487-3.334 2.844-5.69c2.358-2.358 4.905-3.632 5.69-2.846c.787.786-.487 3.334-2.844 5.69Z"/><path stroke-linecap="round" stroke-linejoin="round" d="m7.548 18.636l-2.912 2.912a1.544 1.544 0 1 1-2.184-2.184l2.912-2.912a1.544 1.544 0 1 1 2.184 2.184M8 16l4-4"/></g></svg> </template>
CSS
.icon-whisk {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M20.02%2011.02c-2.332%202.334-5.8%202.65-7.745.705s-1.63-5.412.704-7.746c2.334-2.333%205.802-2.649%207.746-.704c1.945%201.944%201.63%205.412-.704%207.746Z%22%2F%3E%3Cpath%20d%3D%22M17.923%208.923c-2.357%202.357-4.905%203.63-5.69%202.845c-.787-.786.487-3.334%202.844-5.69c2.358-2.358%204.905-3.632%205.69-2.846c.787.786-.487%203.334-2.844%205.69Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m7.548%2018.636l-2.912%202.912a1.544%201.544%200%201%201-2.184-2.184l2.912-2.912a1.544%201.544%200%201%201%202.184%202.184M8%2016l4-4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M20.02%2011.02c-2.332%202.334-5.8%202.65-7.745.705s-1.63-5.412.704-7.746c2.334-2.333%205.802-2.649%207.746-.704c1.945%201.944%201.63%205.412-.704%207.746Z%22%2F%3E%3Cpath%20d%3D%22M17.923%208.923c-2.357%202.357-4.905%203.63-5.69%202.845c-.787-.786.487-3.334%202.844-5.69c2.358-2.358%204.905-3.632%205.69-2.846c.787.786-.487%203.334-2.844%205.69Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m7.548%2018.636l-2.912%202.912a1.544%201.544%200%201%201-2.184-2.184l2.912-2.912a1.544%201.544%200%201%201%202.184%202.184M8%2016l4-4%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/whisk.svg?color=%231a73e8&size=48