microwave icon

microwave from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
microwave
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the microwave icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M16 3.5H8c-2.828 0-4.243 0-5.121.879C2 5.257 2 6.672 2 9.5v3c0 2.828 0 4.243.879 5.121c.878.879 2.293.879 5.121.879h8c2.828 0 4.243 0 5.121-.879C22 16.743 22 15.328 22 12.5v-3c0-2.828 0-4.243-.879-5.121C20.243 3.5 18.828 3.5 16 3.5"/><path d="M13 6.5H8c-1.414 0-2.121 0-2.56.44C5 7.378 5 8.085 5 9.5v3c0 1.414 0 2.121.44 2.56c.439.44 1.146.44 2.56.44h5c1.414 0 2.121 0 2.56-.44c.44-.439.44-1.146.44-2.56v-3c0-1.414 0-2.121-.44-2.56c-.439-.44-1.146-.44-2.56-.44m-8 12v2m14-2v2m.05-12.998H19m.1 0a.1.1 0 1 1-.2 0a.1.1 0 0 1 .2 0m-.05 4H19m.1 0a.1.1 0 1 1-.2 0a.1.1 0 0 1 .2 0"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsMicrowave(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M16 3.5H8c-2.828 0-4.243 0-5.121.879C2 5.257 2 6.672 2 9.5v3c0 2.828 0 4.243.879 5.121c.878.879 2.293.879 5.121.879h8c2.828 0 4.243 0 5.121-.879C22 16.743 22 15.328 22 12.5v-3c0-2.828 0-4.243-.879-5.121C20.243 3.5 18.828 3.5 16 3.5"/><path d="M13 6.5H8c-1.414 0-2.121 0-2.56.44C5 7.378 5 8.085 5 9.5v3c0 1.414 0 2.121.44 2.56c.439.44 1.146.44 2.56.44h5c1.414 0 2.121 0 2.56-.44c.44-.439.44-1.146.44-2.56v-3c0-1.414 0-2.121-.44-2.56c-.439-.44-1.146-.44-2.56-.44m-8 12v2m14-2v2m.05-12.998H19m.1 0a.1.1 0 1 1-.2 0a.1.1 0 0 1 .2 0m-.05 4H19m.1 0a.1.1 0 1 1-.2 0a.1.1 0 0 1 .2 0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M16 3.5H8c-2.828 0-4.243 0-5.121.879C2 5.257 2 6.672 2 9.5v3c0 2.828 0 4.243.879 5.121c.878.879 2.293.879 5.121.879h8c2.828 0 4.243 0 5.121-.879C22 16.743 22 15.328 22 12.5v-3c0-2.828 0-4.243-.879-5.121C20.243 3.5 18.828 3.5 16 3.5"/><path d="M13 6.5H8c-1.414 0-2.121 0-2.56.44C5 7.378 5 8.085 5 9.5v3c0 1.414 0 2.121.44 2.56c.439.44 1.146.44 2.56.44h5c1.414 0 2.121 0 2.56-.44c.44-.439.44-1.146.44-2.56v-3c0-1.414 0-2.121-.44-2.56c-.439-.44-1.146-.44-2.56-.44m-8 12v2m14-2v2m.05-12.998H19m.1 0a.1.1 0 1 1-.2 0a.1.1 0 0 1 .2 0m-.05 4H19m.1 0a.1.1 0 1 1-.2 0a.1.1 0 0 1 .2 0"/></g></svg>
</template>

CSS

.icon-microwave {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16%203.5H8c-2.828%200-4.243%200-5.121.879C2%205.257%202%206.672%202%209.5v3c0%202.828%200%204.243.879%205.121c.878.879%202.293.879%205.121.879h8c2.828%200%204.243%200%205.121-.879C22%2016.743%2022%2015.328%2022%2012.5v-3c0-2.828%200-4.243-.879-5.121C20.243%203.5%2018.828%203.5%2016%203.5%22%2F%3E%3Cpath%20d%3D%22M13%206.5H8c-1.414%200-2.121%200-2.56.44C5%207.378%205%208.085%205%209.5v3c0%201.414%200%202.121.44%202.56c.439.44%201.146.44%202.56.44h5c1.414%200%202.121%200%202.56-.44c.44-.439.44-1.146.44-2.56v-3c0-1.414%200-2.121-.44-2.56c-.439-.44-1.146-.44-2.56-.44m-8%2012v2m14-2v2m.05-12.998H19m.1%200a.1.1%200%201%201-.2%200a.1.1%200%200%201%20.2%200m-.05%204H19m.1%200a.1.1%200%201%201-.2%200a.1.1%200%200%201%20.2%200%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16%203.5H8c-2.828%200-4.243%200-5.121.879C2%205.257%202%206.672%202%209.5v3c0%202.828%200%204.243.879%205.121c.878.879%202.293.879%205.121.879h8c2.828%200%204.243%200%205.121-.879C22%2016.743%2022%2015.328%2022%2012.5v-3c0-2.828%200-4.243-.879-5.121C20.243%203.5%2018.828%203.5%2016%203.5%22%2F%3E%3Cpath%20d%3D%22M13%206.5H8c-1.414%200-2.121%200-2.56.44C5%207.378%205%208.085%205%209.5v3c0%201.414%200%202.121.44%202.56c.439.44%201.146.44%202.56.44h5c1.414%200%202.121%200%202.56-.44c.44-.439.44-1.146.44-2.56v-3c0-1.414%200-2.121-.44-2.56c-.439-.44-1.146-.44-2.56-.44m-8%2012v2m14-2v2m.05-12.998H19m.1%200a.1.1%200%201%201-.2%200a.1.1%200%200%201%20.2%200m-.05%204H19m.1%200a.1.1%200%201%201-.2%200a.1.1%200%200%201%20.2%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/microwave.svg?color=%231a73e8&size=48