whisk icon
whisk from Reicon by REICON · Outline · Food · MIT Free for personal and commercial use.
- Name
- whisk
- Set
- Reicon
- Style
- Outline
- Category
- Food
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All whisk icons →More food icons from Reicon
Use the whisk icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M17.952 2.874c-1.812-.406-4.017.2-5.658 1.84c-1.168 1.168-2.079 2.91-2.43 4.614a6.8 6.8 0 0 0-.144 1.834c.185-.354.4-.713.628-1.064c.971-1.493 2.316-3.043 3.229-3.956c.914-.914 2.271-2.066 3.579-2.842c.261-.155.528-.3.796-.426m3.127.047c-2.6-2.6-7.087-2.025-9.846.733c-1.39 1.39-2.432 3.403-2.838 5.371a9 9 0 0 0-.187 1.68L2.304 16.61a3.597 3.597 0 1 0 5.086 5.087l5.906-5.906a9 9 0 0 0 1.679-.186c1.968-.407 3.981-1.449 5.371-2.839c2.759-2.758 3.333-7.244.733-9.845m-1.06 1.06c-.046-.044-.178-.134-.587-.05c-.403.083-.921.31-1.51.66c-1.17.693-2.429 1.756-3.285 2.612s-2.13 2.327-3.032 3.713c-.454.698-.785 1.331-.937 1.83c-.075.247-.094.422-.086.532a.3.3 0 0 0 .018.093l.01.018l.018.01a.3.3 0 0 0 .094.019c.11.008.284-.01.533-.087c.498-.152 1.131-.482 1.83-.936c1.385-.902 2.855-2.175 3.712-3.032c.857-.856 1.92-2.115 2.613-3.284c.35-.59.576-1.107.66-1.51c.083-.41-.007-.542-.052-.587m-7.18 10.299c.354-.185.712-.4 1.063-.628c1.493-.97 3.043-2.315 3.956-3.228c.915-.915 2.066-2.272 2.842-3.58c.155-.26.3-.528.426-.796c.406 1.812-.2 4.017-1.84 5.658c-1.168 1.167-2.91 2.078-4.615 2.43a6.8 6.8 0 0 1-1.832.144m-1.417 1.264a4.4 4.4 0 0 1-1.872-1.095a4.4 4.4 0 0 1-1.094-1.87l-5.091 5.09a2.097 2.097 0 1 0 2.966 2.965z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconWhisk(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M17.952 2.874c-1.812-.406-4.017.2-5.658 1.84c-1.168 1.168-2.079 2.91-2.43 4.614a6.8 6.8 0 0 0-.144 1.834c.185-.354.4-.713.628-1.064c.971-1.493 2.316-3.043 3.229-3.956c.914-.914 2.271-2.066 3.579-2.842c.261-.155.528-.3.796-.426m3.127.047c-2.6-2.6-7.087-2.025-9.846.733c-1.39 1.39-2.432 3.403-2.838 5.371a9 9 0 0 0-.187 1.68L2.304 16.61a3.597 3.597 0 1 0 5.086 5.087l5.906-5.906a9 9 0 0 0 1.679-.186c1.968-.407 3.981-1.449 5.371-2.839c2.759-2.758 3.333-7.244.733-9.845m-1.06 1.06c-.046-.044-.178-.134-.587-.05c-.403.083-.921.31-1.51.66c-1.17.693-2.429 1.756-3.285 2.612s-2.13 2.327-3.032 3.713c-.454.698-.785 1.331-.937 1.83c-.075.247-.094.422-.086.532a.3.3 0 0 0 .018.093l.01.018l.018.01a.3.3 0 0 0 .094.019c.11.008.284-.01.533-.087c.498-.152 1.131-.482 1.83-.936c1.385-.902 2.855-2.175 3.712-3.032c.857-.856 1.92-2.115 2.613-3.284c.35-.59.576-1.107.66-1.51c.083-.41-.007-.542-.052-.587m-7.18 10.299c.354-.185.712-.4 1.063-.628c1.493-.97 3.043-2.315 3.956-3.228c.915-.915 2.066-2.272 2.842-3.58c.155-.26.3-.528.426-.796c.406 1.812-.2 4.017-1.84 5.658c-1.168 1.167-2.91 2.078-4.615 2.43a6.8 6.8 0 0 1-1.832.144m-1.417 1.264a4.4 4.4 0 0 1-1.872-1.095a4.4 4.4 0 0 1-1.094-1.87l-5.091 5.09a2.097 2.097 0 1 0 2.966 2.965z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M17.952 2.874c-1.812-.406-4.017.2-5.658 1.84c-1.168 1.168-2.079 2.91-2.43 4.614a6.8 6.8 0 0 0-.144 1.834c.185-.354.4-.713.628-1.064c.971-1.493 2.316-3.043 3.229-3.956c.914-.914 2.271-2.066 3.579-2.842c.261-.155.528-.3.796-.426m3.127.047c-2.6-2.6-7.087-2.025-9.846.733c-1.39 1.39-2.432 3.403-2.838 5.371a9 9 0 0 0-.187 1.68L2.304 16.61a3.597 3.597 0 1 0 5.086 5.087l5.906-5.906a9 9 0 0 0 1.679-.186c1.968-.407 3.981-1.449 5.371-2.839c2.759-2.758 3.333-7.244.733-9.845m-1.06 1.06c-.046-.044-.178-.134-.587-.05c-.403.083-.921.31-1.51.66c-1.17.693-2.429 1.756-3.285 2.612s-2.13 2.327-3.032 3.713c-.454.698-.785 1.331-.937 1.83c-.075.247-.094.422-.086.532a.3.3 0 0 0 .018.093l.01.018l.018.01a.3.3 0 0 0 .094.019c.11.008.284-.01.533-.087c.498-.152 1.131-.482 1.83-.936c1.385-.902 2.855-2.175 3.712-3.032c.857-.856 1.92-2.115 2.613-3.284c.35-.59.576-1.107.66-1.51c.083-.41-.007-.542-.052-.587m-7.18 10.299c.354-.185.712-.4 1.063-.628c1.493-.97 3.043-2.315 3.956-3.228c.915-.915 2.066-2.272 2.842-3.58c.155-.26.3-.528.426-.796c.406 1.812-.2 4.017-1.84 5.658c-1.168 1.167-2.91 2.078-4.615 2.43a6.8 6.8 0 0 1-1.832.144m-1.417 1.264a4.4 4.4 0 0 1-1.872-1.095a4.4 4.4 0 0 1-1.094-1.87l-5.091 5.09a2.097 2.097 0 1 0 2.966 2.965z" clip-rule="evenodd"/></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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M17.952%202.874c-1.812-.406-4.017.2-5.658%201.84c-1.168%201.168-2.079%202.91-2.43%204.614a6.8%206.8%200%200%200-.144%201.834c.185-.354.4-.713.628-1.064c.971-1.493%202.316-3.043%203.229-3.956c.914-.914%202.271-2.066%203.579-2.842c.261-.155.528-.3.796-.426m3.127.047c-2.6-2.6-7.087-2.025-9.846.733c-1.39%201.39-2.432%203.403-2.838%205.371a9%209%200%200%200-.187%201.68L2.304%2016.61a3.597%203.597%200%201%200%205.086%205.087l5.906-5.906a9%209%200%200%200%201.679-.186c1.968-.407%203.981-1.449%205.371-2.839c2.759-2.758%203.333-7.244.733-9.845m-1.06%201.06c-.046-.044-.178-.134-.587-.05c-.403.083-.921.31-1.51.66c-1.17.693-2.429%201.756-3.285%202.612s-2.13%202.327-3.032%203.713c-.454.698-.785%201.331-.937%201.83c-.075.247-.094.422-.086.532a.3.3%200%200%200%20.018.093l.01.018l.018.01a.3.3%200%200%200%20.094.019c.11.008.284-.01.533-.087c.498-.152%201.131-.482%201.83-.936c1.385-.902%202.855-2.175%203.712-3.032c.857-.856%201.92-2.115%202.613-3.284c.35-.59.576-1.107.66-1.51c.083-.41-.007-.542-.052-.587m-7.18%2010.299c.354-.185.712-.4%201.063-.628c1.493-.97%203.043-2.315%203.956-3.228c.915-.915%202.066-2.272%202.842-3.58c.155-.26.3-.528.426-.796c.406%201.812-.2%204.017-1.84%205.658c-1.168%201.167-2.91%202.078-4.615%202.43a6.8%206.8%200%200%201-1.832.144m-1.417%201.264a4.4%204.4%200%200%201-1.872-1.095a4.4%204.4%200%200%201-1.094-1.87l-5.091%205.09a2.097%202.097%200%201%200%202.966%202.965z%22%20clip-rule%3D%22evenodd%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M17.952%202.874c-1.812-.406-4.017.2-5.658%201.84c-1.168%201.168-2.079%202.91-2.43%204.614a6.8%206.8%200%200%200-.144%201.834c.185-.354.4-.713.628-1.064c.971-1.493%202.316-3.043%203.229-3.956c.914-.914%202.271-2.066%203.579-2.842c.261-.155.528-.3.796-.426m3.127.047c-2.6-2.6-7.087-2.025-9.846.733c-1.39%201.39-2.432%203.403-2.838%205.371a9%209%200%200%200-.187%201.68L2.304%2016.61a3.597%203.597%200%201%200%205.086%205.087l5.906-5.906a9%209%200%200%200%201.679-.186c1.968-.407%203.981-1.449%205.371-2.839c2.759-2.758%203.333-7.244.733-9.845m-1.06%201.06c-.046-.044-.178-.134-.587-.05c-.403.083-.921.31-1.51.66c-1.17.693-2.429%201.756-3.285%202.612s-2.13%202.327-3.032%203.713c-.454.698-.785%201.331-.937%201.83c-.075.247-.094.422-.086.532a.3.3%200%200%200%20.018.093l.01.018l.018.01a.3.3%200%200%200%20.094.019c.11.008.284-.01.533-.087c.498-.152%201.131-.482%201.83-.936c1.385-.902%202.855-2.175%203.712-3.032c.857-.856%201.92-2.115%202.613-3.284c.35-.59.576-1.107.66-1.51c.083-.41-.007-.542-.052-.587m-7.18%2010.299c.354-.185.712-.4%201.063-.628c1.493-.97%203.043-2.315%203.956-3.228c.915-.915%202.066-2.272%202.842-3.58c.155-.26.3-.528.426-.796c.406%201.812-.2%204.017-1.84%205.658c-1.168%201.167-2.91%202.078-4.615%202.43a6.8%206.8%200%200%201-1.832.144m-1.417%201.264a4.4%204.4%200%200%201-1.872-1.095a4.4%204.4%200%200%201-1.094-1.87l-5.091%205.09a2.097%202.097%200%201%200%202.966%202.965z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/whisk.svg?color=%231a73e8&size=48