oven mitts minimalistic icon

oven-mitts-minimalistic-bold-duotone from Solar by 480 Design · Bold Duotone · Food · CC-BY-4.0 Attribution required.

Name
oven-mitts-minimalistic-bold-duotone
Set
Solar
Style
Bold Duotone
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"><g fill="currentColor"><path fill-rule="evenodd" d="M7.58758 20.0262L4.0188 16.5368C2.67293 15.221 2 14.563 2 13.7454C2 13.2089 2.28972 12.7412 2.86916 12.1112C3.46036 11.4685 3.75595 11.1471 3.88968 10.8109C4.02341 10.4748 4.02705 10.0967 4.03433 9.34056L4.06648 5.99923C4.03217 3.81732 5.44093 2.02694 7.21305 2.0003C8.66759 1.97843 9.91482 3.15159 10.3341 4.77929L10.7995 4.32429C13.3618 1.81908 17.516 1.81908 20.0783 4.32429C22.6406 6.82951 22.6406 10.8913 20.0783 13.3965L13.2976 20.0262C11.9518 21.3421 11.2788 22 10.4426 22C9.60638 22 8.93345 21.3421 7.58758 20.0262Z" clip-rule="evenodd" opacity=".5"/><path d="M7.04093 12.8602C6.74476 12.5706 6.26991 12.576 5.98033 12.8722C5.69076 13.1683 5.6961 13.6432 5.99228 13.9328L10.2748 18.1199C10.571 18.4095 11.0458 18.4041 11.3354 18.108C11.625 17.8118 11.6196 17.337 11.3235 17.0474L7.04093 12.8602Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarOvenMittsMinimalisticBoldDuotone(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.58758 20.0262L4.0188 16.5368C2.67293 15.221 2 14.563 2 13.7454C2 13.2089 2.28972 12.7412 2.86916 12.1112C3.46036 11.4685 3.75595 11.1471 3.88968 10.8109C4.02341 10.4748 4.02705 10.0967 4.03433 9.34056L4.06648 5.99923C4.03217 3.81732 5.44093 2.02694 7.21305 2.0003C8.66759 1.97843 9.91482 3.15159 10.3341 4.77929L10.7995 4.32429C13.3618 1.81908 17.516 1.81908 20.0783 4.32429C22.6406 6.82951 22.6406 10.8913 20.0783 13.3965L13.2976 20.0262C11.9518 21.3421 11.2788 22 10.4426 22C9.60638 22 8.93345 21.3421 7.58758 20.0262Z" clipRule="evenodd" opacity=".5"/><path d="M7.04093 12.8602C6.74476 12.5706 6.26991 12.576 5.98033 12.8722C5.69076 13.1683 5.6961 13.6432 5.99228 13.9328L10.2748 18.1199C10.571 18.4095 11.0458 18.4041 11.3354 18.108C11.625 17.8118 11.6196 17.337 11.3235 17.0474L7.04093 12.8602Z"/></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.58758 20.0262L4.0188 16.5368C2.67293 15.221 2 14.563 2 13.7454C2 13.2089 2.28972 12.7412 2.86916 12.1112C3.46036 11.4685 3.75595 11.1471 3.88968 10.8109C4.02341 10.4748 4.02705 10.0967 4.03433 9.34056L4.06648 5.99923C4.03217 3.81732 5.44093 2.02694 7.21305 2.0003C8.66759 1.97843 9.91482 3.15159 10.3341 4.77929L10.7995 4.32429C13.3618 1.81908 17.516 1.81908 20.0783 4.32429C22.6406 6.82951 22.6406 10.8913 20.0783 13.3965L13.2976 20.0262C11.9518 21.3421 11.2788 22 10.4426 22C9.60638 22 8.93345 21.3421 7.58758 20.0262Z" clip-rule="evenodd" opacity=".5"/><path d="M7.04093 12.8602C6.74476 12.5706 6.26991 12.576 5.98033 12.8722C5.69076 13.1683 5.6961 13.6432 5.99228 13.9328L10.2748 18.1199C10.571 18.4095 11.0458 18.4041 11.3354 18.108C11.625 17.8118 11.6196 17.337 11.3235 17.0474L7.04093 12.8602Z"/></g></svg>
</template>

CSS

.icon-oven-mitts-minimalistic-bold-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.58758%2020.0262L4.0188%2016.5368C2.67293%2015.221%202%2014.563%202%2013.7454C2%2013.2089%202.28972%2012.7412%202.86916%2012.1112C3.46036%2011.4685%203.75595%2011.1471%203.88968%2010.8109C4.02341%2010.4748%204.02705%2010.0967%204.03433%209.34056L4.06648%205.99923C4.03217%203.81732%205.44093%202.02694%207.21305%202.0003C8.66759%201.97843%209.91482%203.15159%2010.3341%204.77929L10.7995%204.32429C13.3618%201.81908%2017.516%201.81908%2020.0783%204.32429C22.6406%206.82951%2022.6406%2010.8913%2020.0783%2013.3965L13.2976%2020.0262C11.9518%2021.3421%2011.2788%2022%2010.4426%2022C9.60638%2022%208.93345%2021.3421%207.58758%2020.0262Z%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M7.04093%2012.8602C6.74476%2012.5706%206.26991%2012.576%205.98033%2012.8722C5.69076%2013.1683%205.6961%2013.6432%205.99228%2013.9328L10.2748%2018.1199C10.571%2018.4095%2011.0458%2018.4041%2011.3354%2018.108C11.625%2017.8118%2011.6196%2017.337%2011.3235%2017.0474L7.04093%2012.8602Z%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.58758%2020.0262L4.0188%2016.5368C2.67293%2015.221%202%2014.563%202%2013.7454C2%2013.2089%202.28972%2012.7412%202.86916%2012.1112C3.46036%2011.4685%203.75595%2011.1471%203.88968%2010.8109C4.02341%2010.4748%204.02705%2010.0967%204.03433%209.34056L4.06648%205.99923C4.03217%203.81732%205.44093%202.02694%207.21305%202.0003C8.66759%201.97843%209.91482%203.15159%2010.3341%204.77929L10.7995%204.32429C13.3618%201.81908%2017.516%201.81908%2020.0783%204.32429C22.6406%206.82951%2022.6406%2010.8913%2020.0783%2013.3965L13.2976%2020.0262C11.9518%2021.3421%2011.2788%2022%2010.4426%2022C9.60638%2022%208.93345%2021.3421%207.58758%2020.0262Z%22%20clip-rule%3D%22evenodd%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M7.04093%2012.8602C6.74476%2012.5706%206.26991%2012.576%205.98033%2012.8722C5.69076%2013.1683%205.6961%2013.6432%205.99228%2013.9328L10.2748%2018.1199C10.571%2018.4095%2011.0458%2018.4041%2011.3354%2018.108C11.625%2017.8118%2011.6196%2017.337%2011.3235%2017.0474L7.04093%2012.8602Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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