oven mitts2 icon
oven-mitts2-duotone from Reicon by REICON · Duotone · Food · MIT Free for personal and commercial use.
- Name
- oven-mitts2-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- Food
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More food icons from Reicon
Use the oven mitts2 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="m7.588 20.026l-3.57-3.49C2.674 15.222 2 14.564 2 13.747c0-.537.29-1.005.87-1.635c.59-.643.886-.964 1.02-1.3c.133-.336.137-.714.144-1.47L4.066 6c-.034-2.183 1.375-3.973 3.147-4c1.455-.022 2.702 1.152 3.121 2.78l.466-.456c2.562-2.505 6.716-2.505 9.278 0a6.314 6.314 0 0 1 0 9.072l-6.78 6.63C11.952 21.342 11.278 22 10.443 22c-.837 0-1.51-.658-2.855-1.974" clip-rule="evenodd" opacity=".5"/><path d="M7.04 12.86a.75.75 0 1 0-1.048 1.073l4.283 4.187a.75.75 0 0 0 1.048-1.073z"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconOvenMitts2Duotone(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="m7.588 20.026l-3.57-3.49C2.674 15.222 2 14.564 2 13.747c0-.537.29-1.005.87-1.635c.59-.643.886-.964 1.02-1.3c.133-.336.137-.714.144-1.47L4.066 6c-.034-2.183 1.375-3.973 3.147-4c1.455-.022 2.702 1.152 3.121 2.78l.466-.456c2.562-2.505 6.716-2.505 9.278 0a6.314 6.314 0 0 1 0 9.072l-6.78 6.63C11.952 21.342 11.278 22 10.443 22c-.837 0-1.51-.658-2.855-1.974" clipRule="evenodd" opacity=".5"/><path d="M7.04 12.86a.75.75 0 1 0-1.048 1.073l4.283 4.187a.75.75 0 0 0 1.048-1.073z"/></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="m7.588 20.026l-3.57-3.49C2.674 15.222 2 14.564 2 13.747c0-.537.29-1.005.87-1.635c.59-.643.886-.964 1.02-1.3c.133-.336.137-.714.144-1.47L4.066 6c-.034-2.183 1.375-3.973 3.147-4c1.455-.022 2.702 1.152 3.121 2.78l.466-.456c2.562-2.505 6.716-2.505 9.278 0a6.314 6.314 0 0 1 0 9.072l-6.78 6.63C11.952 21.342 11.278 22 10.443 22c-.837 0-1.51-.658-2.855-1.974" clip-rule="evenodd" opacity=".5"/><path d="M7.04 12.86a.75.75 0 1 0-1.048 1.073l4.283 4.187a.75.75 0 0 0 1.048-1.073z"/></g></svg> </template>
CSS
.icon-oven-mitts2-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%22m7.588%2020.026l-3.57-3.49C2.674%2015.222%202%2014.564%202%2013.747c0-.537.29-1.005.87-1.635c.59-.643.886-.964%201.02-1.3c.133-.336.137-.714.144-1.47L4.066%206c-.034-2.183%201.375-3.973%203.147-4c1.455-.022%202.702%201.152%203.121%202.78l.466-.456c2.562-2.505%206.716-2.505%209.278%200a6.314%206.314%200%200%201%200%209.072l-6.78%206.63C11.952%2021.342%2011.278%2022%2010.443%2022c-.837%200-1.51-.658-2.855-1.974%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M7.04%2012.86a.75.75%200%201%200-1.048%201.073l4.283%204.187a.75.75%200%200%200%201.048-1.073z%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%22m7.588%2020.026l-3.57-3.49C2.674%2015.222%202%2014.564%202%2013.747c0-.537.29-1.005.87-1.635c.59-.643.886-.964%201.02-1.3c.133-.336.137-.714.144-1.47L4.066%206c-.034-2.183%201.375-3.973%203.147-4c1.455-.022%202.702%201.152%203.121%202.78l.466-.456c2.562-2.505%206.716-2.505%209.278%200a6.314%206.314%200%200%201%200%209.072l-6.78%206.63C11.952%2021.342%2011.278%2022%2010.443%2022c-.837%200-1.51-.658-2.855-1.974%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M7.04%2012.86a.75.75%200%201%200-1.048%201.073l4.283%204.187a.75.75%200%200%200%201.048-1.073z%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-mitts2-duotone.svg?color=%231a73e8&size=48