oven mitts icon
oven-mitts from Reicon by REICON · Outline · Food · MIT Free for personal and commercial use.
- Name
- oven-mitts
- Set
- Reicon
- Style
- Outline
- 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" fill-rule="evenodd" d="M9.481 4.565c-.436-1.157-1.35-1.828-2.257-1.815c-1.219.019-2.438 1.316-2.408 3.237v.01l-.032 3.35v.115c-.004.425-.008.793-.063 1.13l8.577 8.385l6.256-6.117a5.565 5.565 0 0 0 0-8c-2.27-2.22-5.96-2.22-8.23 0L9.896 6.257a.75.75 0 1 1-1.048-1.072zm1.145-1.098c-.691-1.304-1.927-2.24-3.424-2.217c-2.322.035-3.92 2.312-3.886 4.751l-.032 3.332c-.007.815-.021 1.025-.091 1.2a1.4 1.4 0 0 1-.224.34c-.147.181-.35.402-.652.73c-.595.647-1.067 1.3-1.067 2.142c0 .644.276 1.174.663 1.67c.368.472.903.995 1.544 1.622L7.1 20.599c.642.627 1.176 1.15 1.658 1.509c.508.38 1.042.642 1.685.642s1.176-.263 1.684-.642c.482-.36 1.017-.882 1.658-1.51l6.818-6.665a7.064 7.064 0 0 0 0-10.145c-2.74-2.679-7.108-2.786-9.978-.321m1.597 16.558l-8.226-8.043q-.236.271-.56.62l-.016.017c-.564.613-.671.895-.671 1.126c0 .174.06.382.346.748c.298.382.759.835 1.447 1.508l3.569 3.489c.688.673 1.151 1.123 1.543 1.415c.373.279.594.345.788.345c.193 0 .414-.066.787-.345c.277-.206.59-.492.993-.88" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function ReiconOvenMitts(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="M9.481 4.565c-.436-1.157-1.35-1.828-2.257-1.815c-1.219.019-2.438 1.316-2.408 3.237v.01l-.032 3.35v.115c-.004.425-.008.793-.063 1.13l8.577 8.385l6.256-6.117a5.565 5.565 0 0 0 0-8c-2.27-2.22-5.96-2.22-8.23 0L9.896 6.257a.75.75 0 1 1-1.048-1.072zm1.145-1.098c-.691-1.304-1.927-2.24-3.424-2.217c-2.322.035-3.92 2.312-3.886 4.751l-.032 3.332c-.007.815-.021 1.025-.091 1.2a1.4 1.4 0 0 1-.224.34c-.147.181-.35.402-.652.73c-.595.647-1.067 1.3-1.067 2.142c0 .644.276 1.174.663 1.67c.368.472.903.995 1.544 1.622L7.1 20.599c.642.627 1.176 1.15 1.658 1.509c.508.38 1.042.642 1.685.642s1.176-.263 1.684-.642c.482-.36 1.017-.882 1.658-1.51l6.818-6.665a7.064 7.064 0 0 0 0-10.145c-2.74-2.679-7.108-2.786-9.978-.321m1.597 16.558l-8.226-8.043q-.236.271-.56.62l-.016.017c-.564.613-.671.895-.671 1.126c0 .174.06.382.346.748c.298.382.759.835 1.447 1.508l3.569 3.489c.688.673 1.151 1.123 1.543 1.415c.373.279.594.345.788.345c.193 0 .414-.066.787-.345c.277-.206.59-.492.993-.88" 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="M9.481 4.565c-.436-1.157-1.35-1.828-2.257-1.815c-1.219.019-2.438 1.316-2.408 3.237v.01l-.032 3.35v.115c-.004.425-.008.793-.063 1.13l8.577 8.385l6.256-6.117a5.565 5.565 0 0 0 0-8c-2.27-2.22-5.96-2.22-8.23 0L9.896 6.257a.75.75 0 1 1-1.048-1.072zm1.145-1.098c-.691-1.304-1.927-2.24-3.424-2.217c-2.322.035-3.92 2.312-3.886 4.751l-.032 3.332c-.007.815-.021 1.025-.091 1.2a1.4 1.4 0 0 1-.224.34c-.147.181-.35.402-.652.73c-.595.647-1.067 1.3-1.067 2.142c0 .644.276 1.174.663 1.67c.368.472.903.995 1.544 1.622L7.1 20.599c.642.627 1.176 1.15 1.658 1.509c.508.38 1.042.642 1.685.642s1.176-.263 1.684-.642c.482-.36 1.017-.882 1.658-1.51l6.818-6.665a7.064 7.064 0 0 0 0-10.145c-2.74-2.679-7.108-2.786-9.978-.321m1.597 16.558l-8.226-8.043q-.236.271-.56.62l-.016.017c-.564.613-.671.895-.671 1.126c0 .174.06.382.346.748c.298.382.759.835 1.447 1.508l3.569 3.489c.688.673 1.151 1.123 1.543 1.415c.373.279.594.345.788.345c.193 0 .414-.066.787-.345c.277-.206.59-.492.993-.88" clip-rule="evenodd"/></svg> </template>
CSS
.icon-oven-mitts {
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%22M9.481%204.565c-.436-1.157-1.35-1.828-2.257-1.815c-1.219.019-2.438%201.316-2.408%203.237v.01l-.032%203.35v.115c-.004.425-.008.793-.063%201.13l8.577%208.385l6.256-6.117a5.565%205.565%200%200%200%200-8c-2.27-2.22-5.96-2.22-8.23%200L9.896%206.257a.75.75%200%201%201-1.048-1.072zm1.145-1.098c-.691-1.304-1.927-2.24-3.424-2.217c-2.322.035-3.92%202.312-3.886%204.751l-.032%203.332c-.007.815-.021%201.025-.091%201.2a1.4%201.4%200%200%201-.224.34c-.147.181-.35.402-.652.73c-.595.647-1.067%201.3-1.067%202.142c0%20.644.276%201.174.663%201.67c.368.472.903.995%201.544%201.622L7.1%2020.599c.642.627%201.176%201.15%201.658%201.509c.508.38%201.042.642%201.685.642s1.176-.263%201.684-.642c.482-.36%201.017-.882%201.658-1.51l6.818-6.665a7.064%207.064%200%200%200%200-10.145c-2.74-2.679-7.108-2.786-9.978-.321m1.597%2016.558l-8.226-8.043q-.236.271-.56.62l-.016.017c-.564.613-.671.895-.671%201.126c0%20.174.06.382.346.748c.298.382.759.835%201.447%201.508l3.569%203.489c.688.673%201.151%201.123%201.543%201.415c.373.279.594.345.788.345c.193%200%20.414-.066.787-.345c.277-.206.59-.492.993-.88%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%22M9.481%204.565c-.436-1.157-1.35-1.828-2.257-1.815c-1.219.019-2.438%201.316-2.408%203.237v.01l-.032%203.35v.115c-.004.425-.008.793-.063%201.13l8.577%208.385l6.256-6.117a5.565%205.565%200%200%200%200-8c-2.27-2.22-5.96-2.22-8.23%200L9.896%206.257a.75.75%200%201%201-1.048-1.072zm1.145-1.098c-.691-1.304-1.927-2.24-3.424-2.217c-2.322.035-3.92%202.312-3.886%204.751l-.032%203.332c-.007.815-.021%201.025-.091%201.2a1.4%201.4%200%200%201-.224.34c-.147.181-.35.402-.652.73c-.595.647-1.067%201.3-1.067%202.142c0%20.644.276%201.174.663%201.67c.368.472.903.995%201.544%201.622L7.1%2020.599c.642.627%201.176%201.15%201.658%201.509c.508.38%201.042.642%201.685.642s1.176-.263%201.684-.642c.482-.36%201.017-.882%201.658-1.51l6.818-6.665a7.064%207.064%200%200%200%200-10.145c-2.74-2.679-7.108-2.786-9.978-.321m1.597%2016.558l-8.226-8.043q-.236.271-.56.62l-.016.017c-.564.613-.671.895-.671%201.126c0%20.174.06.382.346.748c.298.382.759.835%201.447%201.508l3.569%203.489c.688.673%201.151%201.123%201.543%201.415c.373.279.594.345.788.345c.193%200%20.414-.066.787-.345c.277-.206.59-.492.993-.88%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/oven-mitts.svg?color=%231a73e8&size=48