oven mitts icon
oven-mitts-duotone from Reicon by REICON · Duotone · Food · MIT Free for personal and commercial use.
- Name
- oven-mitts-duotone
- Set
- Reicon
- Style
- Duotone
- 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"><g fill="currentColor"><path d="m13.298 20.026l6.78-6.63a6.315 6.315 0 0 0 0-9.072c-2.562-2.505-6.716-2.505-9.278 0l-.466.455C9.915 3.152 8.668 1.98 7.214 2c-1.773.027-3.182 1.817-3.147 4l-.033 3.34c-.007.757-.01 1.135-.144 1.47l-.004.011l9.307 9.308z"/><path d="m4.019 16.537l3.569 3.49C8.933 21.341 9.606 22 10.443 22c.814 0 1.473-.624 2.75-1.872l-9.307-9.307c-.136.333-.432.654-1.017 1.29c-.58.63-.869 1.098-.869 1.634c0 .818.673 1.476 2.019 2.792" opacity=".5"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconOvenMittsDuotone(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 d="m13.298 20.026l6.78-6.63a6.315 6.315 0 0 0 0-9.072c-2.562-2.505-6.716-2.505-9.278 0l-.466.455C9.915 3.152 8.668 1.98 7.214 2c-1.773.027-3.182 1.817-3.147 4l-.033 3.34c-.007.757-.01 1.135-.144 1.47l-.004.011l9.307 9.308z"/><path d="m4.019 16.537l3.569 3.49C8.933 21.341 9.606 22 10.443 22c.814 0 1.473-.624 2.75-1.872l-9.307-9.307c-.136.333-.432.654-1.017 1.29c-.58.63-.869 1.098-.869 1.634c0 .818.673 1.476 2.019 2.792" 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 d="m13.298 20.026l6.78-6.63a6.315 6.315 0 0 0 0-9.072c-2.562-2.505-6.716-2.505-9.278 0l-.466.455C9.915 3.152 8.668 1.98 7.214 2c-1.773.027-3.182 1.817-3.147 4l-.033 3.34c-.007.757-.01 1.135-.144 1.47l-.004.011l9.307 9.308z"/><path d="m4.019 16.537l3.569 3.49C8.933 21.341 9.606 22 10.443 22c.814 0 1.473-.624 2.75-1.872l-9.307-9.307c-.136.333-.432.654-1.017 1.29c-.58.63-.869 1.098-.869 1.634c0 .818.673 1.476 2.019 2.792" opacity=".5"/></g></svg> </template>
CSS
.icon-oven-mitts-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%20d%3D%22m13.298%2020.026l6.78-6.63a6.315%206.315%200%200%200%200-9.072c-2.562-2.505-6.716-2.505-9.278%200l-.466.455C9.915%203.152%208.668%201.98%207.214%202c-1.773.027-3.182%201.817-3.147%204l-.033%203.34c-.007.757-.01%201.135-.144%201.47l-.004.011l9.307%209.308z%22%2F%3E%3Cpath%20d%3D%22m4.019%2016.537l3.569%203.49C8.933%2021.341%209.606%2022%2010.443%2022c.814%200%201.473-.624%202.75-1.872l-9.307-9.307c-.136.333-.432.654-1.017%201.29c-.58.63-.869%201.098-.869%201.634c0%20.818.673%201.476%202.019%202.792%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%20d%3D%22m13.298%2020.026l6.78-6.63a6.315%206.315%200%200%200%200-9.072c-2.562-2.505-6.716-2.505-9.278%200l-.466.455C9.915%203.152%208.668%201.98%207.214%202c-1.773.027-3.182%201.817-3.147%204l-.033%203.34c-.007.757-.01%201.135-.144%201.47l-.004.011l9.307%209.308z%22%2F%3E%3Cpath%20d%3D%22m4.019%2016.537l3.569%203.49C8.933%2021.341%209.606%2022%2010.443%2022c.814%200%201.473-.624%202.75-1.872l-9.307-9.307c-.136.333-.432.654-1.017%201.29c-.58.63-.869%201.098-.869%201.634c0%20.818.673%201.476%202.019%202.792%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/oven-mitts-duotone.svg?color=%231a73e8&size=48