oven mitts minimalistic icon

oven-mitts-minimalistic-linear from Solar by 480 Design · Linear · Food · CC-BY-4.0 Attribution required.

Name
oven-mitts-minimalistic-linear
Set
Solar
Style
Linear
Category
Food
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More food icons from Solar

Use the oven mitts minimalistic icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M10.3341 4.77929C9.91482 3.15159 8.66759 1.97843 7.21305 2.0003C5.44093 2.02694 4.03217 3.81732 4.06648 5.99923L4.03433 9.34056C4.02705 10.0967 4.02341 10.4748 3.88968 10.8109C3.75595 11.1471 3.46036 11.4685 2.86916 12.1112C2.28972 12.7412 2 13.2089 2 13.7454C2 14.563 2.67293 15.221 4.0188 16.5368L7.58758 20.0262C8.93345 21.3421 9.60638 22 10.4426 22C11.2788 22 11.9518 21.3421 13.2976 20.0262L20.0783 13.3965C22.6406 10.8913 22.6406 6.82951 20.0783 4.32429C17.516 1.81908 13.3618 1.81908 10.7995 4.32429L10.3341 4.77929ZM10.3341 4.77929L9.37197 5.72001M10.7995 17.5836L6.51695 13.3965"/></svg>

React

import type { SVGProps } from "react";

export function SolarOvenMittsMinimalisticLinear(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5" d="M10.3341 4.77929C9.91482 3.15159 8.66759 1.97843 7.21305 2.0003C5.44093 2.02694 4.03217 3.81732 4.06648 5.99923L4.03433 9.34056C4.02705 10.0967 4.02341 10.4748 3.88968 10.8109C3.75595 11.1471 3.46036 11.4685 2.86916 12.1112C2.28972 12.7412 2 13.2089 2 13.7454C2 14.563 2.67293 15.221 4.0188 16.5368L7.58758 20.0262C8.93345 21.3421 9.60638 22 10.4426 22C11.2788 22 11.9518 21.3421 13.2976 20.0262L20.0783 13.3965C22.6406 10.8913 22.6406 6.82951 20.0783 4.32429C17.516 1.81908 13.3618 1.81908 10.7995 4.32429L10.3341 4.77929ZM10.3341 4.77929L9.37197 5.72001M10.7995 17.5836L6.51695 13.3965"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5" d="M10.3341 4.77929C9.91482 3.15159 8.66759 1.97843 7.21305 2.0003C5.44093 2.02694 4.03217 3.81732 4.06648 5.99923L4.03433 9.34056C4.02705 10.0967 4.02341 10.4748 3.88968 10.8109C3.75595 11.1471 3.46036 11.4685 2.86916 12.1112C2.28972 12.7412 2 13.2089 2 13.7454C2 14.563 2.67293 15.221 4.0188 16.5368L7.58758 20.0262C8.93345 21.3421 9.60638 22 10.4426 22C11.2788 22 11.9518 21.3421 13.2976 20.0262L20.0783 13.3965C22.6406 10.8913 22.6406 6.82951 20.0783 4.32429C17.516 1.81908 13.3618 1.81908 10.7995 4.32429L10.3341 4.77929ZM10.3341 4.77929L9.37197 5.72001M10.7995 17.5836L6.51695 13.3965"/></svg>
</template>

CSS

.icon-oven-mitts-minimalistic-linear {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M10.3341%204.77929C9.91482%203.15159%208.66759%201.97843%207.21305%202.0003C5.44093%202.02694%204.03217%203.81732%204.06648%205.99923L4.03433%209.34056C4.02705%2010.0967%204.02341%2010.4748%203.88968%2010.8109C3.75595%2011.1471%203.46036%2011.4685%202.86916%2012.1112C2.28972%2012.7412%202%2013.2089%202%2013.7454C2%2014.563%202.67293%2015.221%204.0188%2016.5368L7.58758%2020.0262C8.93345%2021.3421%209.60638%2022%2010.4426%2022C11.2788%2022%2011.9518%2021.3421%2013.2976%2020.0262L20.0783%2013.3965C22.6406%2010.8913%2022.6406%206.82951%2020.0783%204.32429C17.516%201.81908%2013.3618%201.81908%2010.7995%204.32429L10.3341%204.77929ZM10.3341%204.77929L9.37197%205.72001M10.7995%2017.5836L6.51695%2013.3965%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M10.3341%204.77929C9.91482%203.15159%208.66759%201.97843%207.21305%202.0003C5.44093%202.02694%204.03217%203.81732%204.06648%205.99923L4.03433%209.34056C4.02705%2010.0967%204.02341%2010.4748%203.88968%2010.8109C3.75595%2011.1471%203.46036%2011.4685%202.86916%2012.1112C2.28972%2012.7412%202%2013.2089%202%2013.7454C2%2014.563%202.67293%2015.221%204.0188%2016.5368L7.58758%2020.0262C8.93345%2021.3421%209.60638%2022%2010.4426%2022C11.2788%2022%2011.9518%2021.3421%2013.2976%2020.0262L20.0783%2013.3965C22.6406%2010.8913%2022.6406%206.82951%2020.0783%204.32429C17.516%201.81908%2013.3618%201.81908%2010.7995%204.32429L10.3341%204.77929ZM10.3341%204.77929L9.37197%205.72001M10.7995%2017.5836L6.51695%2013.3965%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/oven-mitts-minimalistic-linear.svg?color=%231a73e8&size=48