whisk icon
whisk-duotone from Reicon by REICON · Duotone · Food · MIT Free for personal and commercial use.
- Name
- whisk-duotone
- Set
- Reicon
- Style
- Duotone
- 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"><g fill="currentColor"><path fill-rule="evenodd" d="M17.952 2.874c-1.812-.406-4.018.2-5.658 1.84c-1.58 1.58-2.659 4.174-2.583 6.272q.003.088.009.175c.185-.354.4-.712.628-1.063c.97-1.493 2.315-3.043 3.228-3.956c.915-.914 2.272-2.066 3.58-2.842c.26-.155.528-.3.796-.426m3.126.047c-2.6-2.6-7.087-2.025-9.845.733C9.385 5.502 8.12 8.49 8.212 11.04c.045 1.27.432 2.504 1.338 3.41s2.14 1.292 3.411 1.338c2.55.09 5.537-1.174 7.385-3.022c2.758-2.758 3.333-7.244.732-9.845m-1.06 1.06c-.046-.044-.178-.134-.587-.05c-.403.083-.92.31-1.51.66c-1.168.693-2.428 1.756-3.284 2.612c-.857.857-2.13 2.327-3.032 3.713c-.454.698-.785 1.331-.937 1.83c-.076.247-.095.422-.086.532a.3.3 0 0 0 .018.093l.01.018l.018.01a.3.3 0 0 0 .093.019c.11.008.285-.01.533-.087c.499-.152 1.132-.482 1.83-.936c1.386-.902 2.856-2.175 3.713-3.032c.856-.856 1.92-2.115 2.613-3.284c.35-.59.576-1.107.659-1.51c.084-.41-.006-.542-.051-.587M12.839 14.28c.354-.185.712-.4 1.063-.628c1.493-.97 3.043-2.315 3.956-3.228c.914-.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.58 1.58-4.174 2.658-6.271 2.583z" clip-rule="evenodd"/><path d="M8.269 11.705c.141 1.029.535 1.998 1.281 2.744c.747.747 1.717 1.141 2.745 1.282L6.86 21.166a2.847 2.847 0 0 1-4.026-4.026z" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconWhiskDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M17.952 2.874c-1.812-.406-4.018.2-5.658 1.84c-1.58 1.58-2.659 4.174-2.583 6.272q.003.088.009.175c.185-.354.4-.712.628-1.063c.97-1.493 2.315-3.043 3.228-3.956c.915-.914 2.272-2.066 3.58-2.842c.26-.155.528-.3.796-.426m3.126.047c-2.6-2.6-7.087-2.025-9.845.733C9.385 5.502 8.12 8.49 8.212 11.04c.045 1.27.432 2.504 1.338 3.41s2.14 1.292 3.411 1.338c2.55.09 5.537-1.174 7.385-3.022c2.758-2.758 3.333-7.244.732-9.845m-1.06 1.06c-.046-.044-.178-.134-.587-.05c-.403.083-.92.31-1.51.66c-1.168.693-2.428 1.756-3.284 2.612c-.857.857-2.13 2.327-3.032 3.713c-.454.698-.785 1.331-.937 1.83c-.076.247-.095.422-.086.532a.3.3 0 0 0 .018.093l.01.018l.018.01a.3.3 0 0 0 .093.019c.11.008.285-.01.533-.087c.499-.152 1.132-.482 1.83-.936c1.386-.902 2.856-2.175 3.713-3.032c.856-.856 1.92-2.115 2.613-3.284c.35-.59.576-1.107.659-1.51c.084-.41-.006-.542-.051-.587M12.839 14.28c.354-.185.712-.4 1.063-.628c1.493-.97 3.043-2.315 3.956-3.228c.914-.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.58 1.58-4.174 2.658-6.271 2.583z" clipRule="evenodd"/><path d="M8.269 11.705c.141 1.029.535 1.998 1.281 2.744c.747.747 1.717 1.141 2.745 1.282L6.86 21.166a2.847 2.847 0 0 1-4.026-4.026z" opacity=".5"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M17.952 2.874c-1.812-.406-4.018.2-5.658 1.84c-1.58 1.58-2.659 4.174-2.583 6.272q.003.088.009.175c.185-.354.4-.712.628-1.063c.97-1.493 2.315-3.043 3.228-3.956c.915-.914 2.272-2.066 3.58-2.842c.26-.155.528-.3.796-.426m3.126.047c-2.6-2.6-7.087-2.025-9.845.733C9.385 5.502 8.12 8.49 8.212 11.04c.045 1.27.432 2.504 1.338 3.41s2.14 1.292 3.411 1.338c2.55.09 5.537-1.174 7.385-3.022c2.758-2.758 3.333-7.244.732-9.845m-1.06 1.06c-.046-.044-.178-.134-.587-.05c-.403.083-.92.31-1.51.66c-1.168.693-2.428 1.756-3.284 2.612c-.857.857-2.13 2.327-3.032 3.713c-.454.698-.785 1.331-.937 1.83c-.076.247-.095.422-.086.532a.3.3 0 0 0 .018.093l.01.018l.018.01a.3.3 0 0 0 .093.019c.11.008.285-.01.533-.087c.499-.152 1.132-.482 1.83-.936c1.386-.902 2.856-2.175 3.713-3.032c.856-.856 1.92-2.115 2.613-3.284c.35-.59.576-1.107.659-1.51c.084-.41-.006-.542-.051-.587M12.839 14.28c.354-.185.712-.4 1.063-.628c1.493-.97 3.043-2.315 3.956-3.228c.914-.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.58 1.58-4.174 2.658-6.271 2.583z" clip-rule="evenodd"/><path d="M8.269 11.705c.141 1.029.535 1.998 1.281 2.744c.747.747 1.717 1.141 2.745 1.282L6.86 21.166a2.847 2.847 0 0 1-4.026-4.026z" opacity=".5"/></g></svg> </template>
CSS
.icon-whisk-duotone {
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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M17.952%202.874c-1.812-.406-4.018.2-5.658%201.84c-1.58%201.58-2.659%204.174-2.583%206.272q.003.088.009.175c.185-.354.4-.712.628-1.063c.97-1.493%202.315-3.043%203.228-3.956c.915-.914%202.272-2.066%203.58-2.842c.26-.155.528-.3.796-.426m3.126.047c-2.6-2.6-7.087-2.025-9.845.733C9.385%205.502%208.12%208.49%208.212%2011.04c.045%201.27.432%202.504%201.338%203.41s2.14%201.292%203.411%201.338c2.55.09%205.537-1.174%207.385-3.022c2.758-2.758%203.333-7.244.732-9.845m-1.06%201.06c-.046-.044-.178-.134-.587-.05c-.403.083-.92.31-1.51.66c-1.168.693-2.428%201.756-3.284%202.612c-.857.857-2.13%202.327-3.032%203.713c-.454.698-.785%201.331-.937%201.83c-.076.247-.095.422-.086.532a.3.3%200%200%200%20.018.093l.01.018l.018.01a.3.3%200%200%200%20.093.019c.11.008.285-.01.533-.087c.499-.152%201.132-.482%201.83-.936c1.386-.902%202.856-2.175%203.713-3.032c.856-.856%201.92-2.115%202.613-3.284c.35-.59.576-1.107.659-1.51c.084-.41-.006-.542-.051-.587M12.839%2014.28c.354-.185.712-.4%201.063-.628c1.493-.97%203.043-2.315%203.956-3.228c.914-.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.58%201.58-4.174%202.658-6.271%202.583z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M8.269%2011.705c.141%201.029.535%201.998%201.281%202.744c.747.747%201.717%201.141%202.745%201.282L6.86%2021.166a2.847%202.847%200%200%201-4.026-4.026z%22%20opacity%3D%22.5%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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M17.952%202.874c-1.812-.406-4.018.2-5.658%201.84c-1.58%201.58-2.659%204.174-2.583%206.272q.003.088.009.175c.185-.354.4-.712.628-1.063c.97-1.493%202.315-3.043%203.228-3.956c.915-.914%202.272-2.066%203.58-2.842c.26-.155.528-.3.796-.426m3.126.047c-2.6-2.6-7.087-2.025-9.845.733C9.385%205.502%208.12%208.49%208.212%2011.04c.045%201.27.432%202.504%201.338%203.41s2.14%201.292%203.411%201.338c2.55.09%205.537-1.174%207.385-3.022c2.758-2.758%203.333-7.244.732-9.845m-1.06%201.06c-.046-.044-.178-.134-.587-.05c-.403.083-.92.31-1.51.66c-1.168.693-2.428%201.756-3.284%202.612c-.857.857-2.13%202.327-3.032%203.713c-.454.698-.785%201.331-.937%201.83c-.076.247-.095.422-.086.532a.3.3%200%200%200%20.018.093l.01.018l.018.01a.3.3%200%200%200%20.093.019c.11.008.285-.01.533-.087c.499-.152%201.132-.482%201.83-.936c1.386-.902%202.856-2.175%203.713-3.032c.856-.856%201.92-2.115%202.613-3.284c.35-.59.576-1.107.659-1.51c.084-.41-.006-.542-.051-.587M12.839%2014.28c.354-.185.712-.4%201.063-.628c1.493-.97%203.043-2.315%203.956-3.228c.914-.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.58%201.58-4.174%202.658-6.271%202.583z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M8.269%2011.705c.141%201.029.535%201.998%201.281%202.744c.747.747%201.717%201.141%202.745%201.282L6.86%2021.166a2.847%202.847%200%200%201-4.026-4.026z%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/whisk-duotone.svg?color=%231a73e8&size=48