oven mitts icon
oven-mitts-filled from Reicon by REICON · Filled · Food · MIT Free for personal and commercial use.
- Name
- oven-mitts-filled
- Set
- Reicon
- Style
- Filled
- Category
- Food
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
More food icons from Reicon
Use the oven mitts icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m4.019 16.537l3.569 3.49C8.933 21.341 9.606 22 10.443 22c.514 0 .966-.248 1.55-.745c.358-.304.537-.457.545-.677s-.169-.393-.522-.74l-7.91-7.765c-.24-.236-.36-.354-.492-.387a.5.5 0 0 0-.266.007c-.13.04-.247.166-.479.418c-.58.63-.869 1.098-.869 1.634c0 .818.673 1.476 2.019 2.792m16.059-3.14a6.314 6.314 0 0 0 0-9.073c-2.562-2.505-6.716-2.505-9.278 0l-.466.455C9.914 3.152 8.668 1.98 7.214 2c-1.773.027-3.182 1.817-3.148 4l-.033 3.457c-.002.218-.003.327.036.421s.115.17.268.32l8.788 8.627c.33.324.495.486.7.486s.37-.161.7-.485z"/></svg>
React
import type { SVGProps } from "react";
export function ReiconOvenMittsFilled(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" d="m4.019 16.537l3.569 3.49C8.933 21.341 9.606 22 10.443 22c.514 0 .966-.248 1.55-.745c.358-.304.537-.457.545-.677s-.169-.393-.522-.74l-7.91-7.765c-.24-.236-.36-.354-.492-.387a.5.5 0 0 0-.266.007c-.13.04-.247.166-.479.418c-.58.63-.869 1.098-.869 1.634c0 .818.673 1.476 2.019 2.792m16.059-3.14a6.314 6.314 0 0 0 0-9.073c-2.562-2.505-6.716-2.505-9.278 0l-.466.455C9.914 3.152 8.668 1.98 7.214 2c-1.773.027-3.182 1.817-3.148 4l-.033 3.457c-.002.218-.003.327.036.421s.115.17.268.32l8.788 8.627c.33.324.495.486.7.486s.37-.161.7-.485z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m4.019 16.537l3.569 3.49C8.933 21.341 9.606 22 10.443 22c.514 0 .966-.248 1.55-.745c.358-.304.537-.457.545-.677s-.169-.393-.522-.74l-7.91-7.765c-.24-.236-.36-.354-.492-.387a.5.5 0 0 0-.266.007c-.13.04-.247.166-.479.418c-.58.63-.869 1.098-.869 1.634c0 .818.673 1.476 2.019 2.792m16.059-3.14a6.314 6.314 0 0 0 0-9.073c-2.562-2.505-6.716-2.505-9.278 0l-.466.455C9.914 3.152 8.668 1.98 7.214 2c-1.773.027-3.182 1.817-3.148 4l-.033 3.457c-.002.218-.003.327.036.421s.115.17.268.32l8.788 8.627c.33.324.495.486.7.486s.37-.161.7-.485z"/></svg> </template>
CSS
.icon-oven-mitts-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%20d%3D%22m4.019%2016.537l3.569%203.49C8.933%2021.341%209.606%2022%2010.443%2022c.514%200%20.966-.248%201.55-.745c.358-.304.537-.457.545-.677s-.169-.393-.522-.74l-7.91-7.765c-.24-.236-.36-.354-.492-.387a.5.5%200%200%200-.266.007c-.13.04-.247.166-.479.418c-.58.63-.869%201.098-.869%201.634c0%20.818.673%201.476%202.019%202.792m16.059-3.14a6.314%206.314%200%200%200%200-9.073c-2.562-2.505-6.716-2.505-9.278%200l-.466.455C9.914%203.152%208.668%201.98%207.214%202c-1.773.027-3.182%201.817-3.148%204l-.033%203.457c-.002.218-.003.327.036.421s.115.17.268.32l8.788%208.627c.33.324.495.486.7.486s.37-.161.7-.485z%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%20d%3D%22m4.019%2016.537l3.569%203.49C8.933%2021.341%209.606%2022%2010.443%2022c.514%200%20.966-.248%201.55-.745c.358-.304.537-.457.545-.677s-.169-.393-.522-.74l-7.91-7.765c-.24-.236-.36-.354-.492-.387a.5.5%200%200%200-.266.007c-.13.04-.247.166-.479.418c-.58.63-.869%201.098-.869%201.634c0%20.818.673%201.476%202.019%202.792m16.059-3.14a6.314%206.314%200%200%200%200-9.073c-2.562-2.505-6.716-2.505-9.278%200l-.466.455C9.914%203.152%208.668%201.98%207.214%202c-1.773.027-3.182%201.817-3.148%204l-.033%203.457c-.002.218-.003.327.036.421s.115.17.268.32l8.788%208.627c.33.324.495.486.7.486s.37-.161.7-.485z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/oven-mitts-filled.svg?color=%231a73e8&size=48