whisk-filled from Reicon by REICON · Filled · Food · MIT Free for personal and commercial use.

Name
whisk-filled
Set
Reicon
Style
Filled
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="M11.233 3.654C13.992.896 18.478.32 21.08 2.92s2.026 7.087-.733 9.845c-1.848 1.848-4.835 3.113-7.384 3.022a7 7 0 0 1-.667-.057L6.86 21.166a2.847 2.847 0 0 1-4.026-4.026l5.435-5.435a7 7 0 0 1-.057-.665c-.091-2.55 1.173-5.538 3.021-7.386m1.061 1.06c1.64-1.64 3.846-2.246 5.658-1.84a10 10 0 0 0-.796.426c-1.308.776-2.665 1.928-3.58 2.842c-.912.913-2.257 2.463-3.228 3.956c-.228.351-.443.71-.628 1.063l-.009-.175c-.075-2.098 1.003-4.691 2.583-6.272m7.138-.783c.409-.084.54.006.586.05c.046.046.135.179.051.587c-.082.404-.31.922-.659 1.51c-.693 1.17-1.756 2.429-2.612 3.285c-.858.857-2.327 2.13-3.713 3.032c-.699.454-1.332.784-1.83.936c-.248.076-.423.095-.533.087a.3.3 0 0 1-.094-.019l-.017-.01l-.01-.018a.3.3 0 0 1-.019-.093c-.008-.11.01-.285.086-.533c.153-.498.483-1.131.938-1.83c.901-1.385 2.174-2.855 3.031-3.712c.857-.856 2.116-1.92 3.285-2.613c.589-.35 1.107-.576 1.51-.659m-5.53 9.721c-.35.228-.709.443-1.062.628l.175.009c2.098.075 4.69-1.003 6.27-2.583c1.641-1.641 2.248-3.846 1.841-5.658a10 10 0 0 1-.426.796c-.776 1.308-1.927 2.665-2.842 3.58c-.913.913-2.463 2.257-3.956 3.228" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function ReiconWhiskFilled(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="M11.233 3.654C13.992.896 18.478.32 21.08 2.92s2.026 7.087-.733 9.845c-1.848 1.848-4.835 3.113-7.384 3.022a7 7 0 0 1-.667-.057L6.86 21.166a2.847 2.847 0 0 1-4.026-4.026l5.435-5.435a7 7 0 0 1-.057-.665c-.091-2.55 1.173-5.538 3.021-7.386m1.061 1.06c1.64-1.64 3.846-2.246 5.658-1.84a10 10 0 0 0-.796.426c-1.308.776-2.665 1.928-3.58 2.842c-.912.913-2.257 2.463-3.228 3.956c-.228.351-.443.71-.628 1.063l-.009-.175c-.075-2.098 1.003-4.691 2.583-6.272m7.138-.783c.409-.084.54.006.586.05c.046.046.135.179.051.587c-.082.404-.31.922-.659 1.51c-.693 1.17-1.756 2.429-2.612 3.285c-.858.857-2.327 2.13-3.713 3.032c-.699.454-1.332.784-1.83.936c-.248.076-.423.095-.533.087a.3.3 0 0 1-.094-.019l-.017-.01l-.01-.018a.3.3 0 0 1-.019-.093c-.008-.11.01-.285.086-.533c.153-.498.483-1.131.938-1.83c.901-1.385 2.174-2.855 3.031-3.712c.857-.856 2.116-1.92 3.285-2.613c.589-.35 1.107-.576 1.51-.659m-5.53 9.721c-.35.228-.709.443-1.062.628l.175.009c2.098.075 4.69-1.003 6.27-2.583c1.641-1.641 2.248-3.846 1.841-5.658a10 10 0 0 1-.426.796c-.776 1.308-1.927 2.665-2.842 3.58c-.913.913-2.463 2.257-3.956 3.228" 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="M11.233 3.654C13.992.896 18.478.32 21.08 2.92s2.026 7.087-.733 9.845c-1.848 1.848-4.835 3.113-7.384 3.022a7 7 0 0 1-.667-.057L6.86 21.166a2.847 2.847 0 0 1-4.026-4.026l5.435-5.435a7 7 0 0 1-.057-.665c-.091-2.55 1.173-5.538 3.021-7.386m1.061 1.06c1.64-1.64 3.846-2.246 5.658-1.84a10 10 0 0 0-.796.426c-1.308.776-2.665 1.928-3.58 2.842c-.912.913-2.257 2.463-3.228 3.956c-.228.351-.443.71-.628 1.063l-.009-.175c-.075-2.098 1.003-4.691 2.583-6.272m7.138-.783c.409-.084.54.006.586.05c.046.046.135.179.051.587c-.082.404-.31.922-.659 1.51c-.693 1.17-1.756 2.429-2.612 3.285c-.858.857-2.327 2.13-3.713 3.032c-.699.454-1.332.784-1.83.936c-.248.076-.423.095-.533.087a.3.3 0 0 1-.094-.019l-.017-.01l-.01-.018a.3.3 0 0 1-.019-.093c-.008-.11.01-.285.086-.533c.153-.498.483-1.131.938-1.83c.901-1.385 2.174-2.855 3.031-3.712c.857-.856 2.116-1.92 3.285-2.613c.589-.35 1.107-.576 1.51-.659m-5.53 9.721c-.35.228-.709.443-1.062.628l.175.009c2.098.075 4.69-1.003 6.27-2.583c1.641-1.641 2.248-3.846 1.841-5.658a10 10 0 0 1-.426.796c-.776 1.308-1.927 2.665-2.842 3.58c-.913.913-2.463 2.257-3.956 3.228" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-whisk-filled {
  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%22M11.233%203.654C13.992.896%2018.478.32%2021.08%202.92s2.026%207.087-.733%209.845c-1.848%201.848-4.835%203.113-7.384%203.022a7%207%200%200%201-.667-.057L6.86%2021.166a2.847%202.847%200%200%201-4.026-4.026l5.435-5.435a7%207%200%200%201-.057-.665c-.091-2.55%201.173-5.538%203.021-7.386m1.061%201.06c1.64-1.64%203.846-2.246%205.658-1.84a10%2010%200%200%200-.796.426c-1.308.776-2.665%201.928-3.58%202.842c-.912.913-2.257%202.463-3.228%203.956c-.228.351-.443.71-.628%201.063l-.009-.175c-.075-2.098%201.003-4.691%202.583-6.272m7.138-.783c.409-.084.54.006.586.05c.046.046.135.179.051.587c-.082.404-.31.922-.659%201.51c-.693%201.17-1.756%202.429-2.612%203.285c-.858.857-2.327%202.13-3.713%203.032c-.699.454-1.332.784-1.83.936c-.248.076-.423.095-.533.087a.3.3%200%200%201-.094-.019l-.017-.01l-.01-.018a.3.3%200%200%201-.019-.093c-.008-.11.01-.285.086-.533c.153-.498.483-1.131.938-1.83c.901-1.385%202.174-2.855%203.031-3.712c.857-.856%202.116-1.92%203.285-2.613c.589-.35%201.107-.576%201.51-.659m-5.53%209.721c-.35.228-.709.443-1.062.628l.175.009c2.098.075%204.69-1.003%206.27-2.583c1.641-1.641%202.248-3.846%201.841-5.658a10%2010%200%200%201-.426.796c-.776%201.308-1.927%202.665-2.842%203.58c-.913.913-2.463%202.257-3.956%203.228%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%22M11.233%203.654C13.992.896%2018.478.32%2021.08%202.92s2.026%207.087-.733%209.845c-1.848%201.848-4.835%203.113-7.384%203.022a7%207%200%200%201-.667-.057L6.86%2021.166a2.847%202.847%200%200%201-4.026-4.026l5.435-5.435a7%207%200%200%201-.057-.665c-.091-2.55%201.173-5.538%203.021-7.386m1.061%201.06c1.64-1.64%203.846-2.246%205.658-1.84a10%2010%200%200%200-.796.426c-1.308.776-2.665%201.928-3.58%202.842c-.912.913-2.257%202.463-3.228%203.956c-.228.351-.443.71-.628%201.063l-.009-.175c-.075-2.098%201.003-4.691%202.583-6.272m7.138-.783c.409-.084.54.006.586.05c.046.046.135.179.051.587c-.082.404-.31.922-.659%201.51c-.693%201.17-1.756%202.429-2.612%203.285c-.858.857-2.327%202.13-3.713%203.032c-.699.454-1.332.784-1.83.936c-.248.076-.423.095-.533.087a.3.3%200%200%201-.094-.019l-.017-.01l-.01-.018a.3.3%200%200%201-.019-.093c-.008-.11.01-.285.086-.533c.153-.498.483-1.131.938-1.83c.901-1.385%202.174-2.855%203.031-3.712c.857-.856%202.116-1.92%203.285-2.613c.589-.35%201.107-.576%201.51-.659m-5.53%209.721c-.35.228-.709.443-1.062.628l.175.009c2.098.075%204.69-1.003%206.27-2.583c1.641-1.641%202.248-3.846%201.841-5.658a10%2010%200%200%201-.426.796c-.776%201.308-1.927%202.665-2.842%203.58c-.913.913-2.463%202.257-3.956%203.228%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-filled.svg?color=%231a73e8&size=48