microwaves icon

microwaves from IconPark by ByteDance · Color · Hardware · Apache-2.0 Free for personal and commercial use.

Name
microwaves
Set
IconPark
Style
Color
Category
Hardware
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More hardware icons from IconPark

Use the microwaves icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><rect width="24" height="38" x="5" y="34" stroke="#000" stroke-width="4" rx="2" transform="rotate(-90 5 34)"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M20 19H24"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M13 25L35 25"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M12 34L12 38"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M20 34L20 38"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M28 34L28 38"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M36 34L36 38"/><path fill="#000" d="M15 19C15 20.1046 14.1046 21 13 21C11.8954 21 11 20.1046 11 19C11 17.8954 11.8954 17 13 17C14.1046 17 15 17.8954 15 19Z"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkMicrowaves(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><rect width="24" height="38" x="5" y="34" stroke="#000" strokeWidth="4" rx="2" transform="rotate(-90 5 34)"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M20 19H24"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M13 25L35 25"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M12 34L12 38"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M20 34L20 38"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M28 34L28 38"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M36 34L36 38"/><path fill="#000" d="M15 19C15 20.1046 14.1046 21 13 21C11.8954 21 11 20.1046 11 19C11 17.8954 11.8954 17 13 17C14.1046 17 15 17.8954 15 19Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><rect width="24" height="38" x="5" y="34" stroke="#000" stroke-width="4" rx="2" transform="rotate(-90 5 34)"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M20 19H24"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M13 25L35 25"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M12 34L12 38"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M20 34L20 38"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M28 34L28 38"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M36 34L36 38"/><path fill="#000" d="M15 19C15 20.1046 14.1046 21 13 21C11.8954 21 11 20.1046 11 19C11 17.8954 11.8954 17 13 17C14.1046 17 15 17.8954 15 19Z"/></g></svg>
</template>

CSS

.icon-microwaves {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%2224%22%20height%3D%2238%22%20x%3D%225%22%20y%3D%2234%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%20rx%3D%222%22%20transform%3D%22rotate(-90%205%2034)%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M20%2019H24%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M13%2025L35%2025%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M12%2034L12%2038%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M20%2034L20%2038%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M28%2034L28%2038%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M36%2034L36%2038%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M15%2019C15%2020.1046%2014.1046%2021%2013%2021C11.8954%2021%2011%2020.1046%2011%2019C11%2017.8954%2011.8954%2017%2013%2017C14.1046%2017%2015%2017.8954%2015%2019Z%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Crect%20width%3D%2224%22%20height%3D%2238%22%20x%3D%225%22%20y%3D%2234%22%20stroke%3D%22%23000%22%20stroke-width%3D%224%22%20rx%3D%222%22%20transform%3D%22rotate(-90%205%2034)%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M20%2019H24%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M13%2025L35%2025%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M12%2034L12%2038%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M20%2034L20%2038%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M28%2034L28%2038%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M36%2034L36%2038%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M15%2019C15%2020.1046%2014.1046%2021%2013%2021C11.8954%2021%2011%2020.1046%2011%2019C11%2017.8954%2011.8954%2017%2013%2017C14.1046%2017%2015%2017.8954%2015%2019Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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