twotone microwave icon

twotone-microwave from Google Material Icons by Material Design Authors · Baseline · Places · Apache-2.0 Free for personal and commercial use.

Name
twotone-microwave
Set
Google Material Icons
Style
Baseline
Category
Places
Viewbox
24×24
License
Apache 2.0

More places icons from Google Material Icons

Use the twotone microwave icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 18h10V6H4zM7.75 8c.8 0 1.39.39 1.81.67c.31.21.51.33.69.33c.37 0 .8-.41.95-.61l1.42 1.42c-.36.4-1.22 1.19-2.37 1.19c-.79 0-1.37-.38-1.79-.66c-.33-.22-.52-.34-.71-.34c-.37 0-.8.41-.95.61L5.37 9.19C5.73 8.79 6.59 8 7.75 8m0 5c.8 0 1.39.39 1.81.67c.31.21.51.33.69.33c.37 0 .8-.41.95-.61l1.42 1.42c-.36.4-1.22 1.19-2.37 1.19c-.79 0-1.37-.38-1.79-.66c-.33-.22-.52-.34-.71-.34c-.37 0-.8.41-.95.61l-1.42-1.42c.35-.4 1.21-1.19 2.37-1.19M16 6v12h4V6zm2 11c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1m0-4c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1m1-4h-2V7h2z" opacity=".3"/><path fill="currentColor" d="M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2M4 6h10v12H4zm16 12h-4V6h4zm-1-9h-2V7h2zm-1 4c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1m0 4c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1m-7.75-1c-.79 0-1.37-.38-1.79-.66c-.33-.22-.52-.34-.71-.34c-.37 0-.8.41-.95.61l-1.42-1.42c.35-.4 1.21-1.19 2.37-1.19c.8 0 1.39.39 1.81.67c.31.21.51.33.69.33c.37 0 .8-.41.95-.61l1.42 1.42c-.36.4-1.21 1.19-2.37 1.19m0-5c-.79 0-1.37-.38-1.79-.66c-.33-.22-.52-.34-.71-.34c-.37 0-.8.41-.95.61L5.37 9.19C5.73 8.79 6.59 8 7.75 8c.8 0 1.39.39 1.81.67c.31.21.51.33.69.33c.37 0 .8-.41.95-.61l1.42 1.42c-.36.4-1.21 1.19-2.37 1.19"/></svg>

React

import type { SVGProps } from "react";

export function IcTwotoneMicrowave(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" d="M4 18h10V6H4zM7.75 8c.8 0 1.39.39 1.81.67c.31.21.51.33.69.33c.37 0 .8-.41.95-.61l1.42 1.42c-.36.4-1.22 1.19-2.37 1.19c-.79 0-1.37-.38-1.79-.66c-.33-.22-.52-.34-.71-.34c-.37 0-.8.41-.95.61L5.37 9.19C5.73 8.79 6.59 8 7.75 8m0 5c.8 0 1.39.39 1.81.67c.31.21.51.33.69.33c.37 0 .8-.41.95-.61l1.42 1.42c-.36.4-1.22 1.19-2.37 1.19c-.79 0-1.37-.38-1.79-.66c-.33-.22-.52-.34-.71-.34c-.37 0-.8.41-.95.61l-1.42-1.42c.35-.4 1.21-1.19 2.37-1.19M16 6v12h4V6zm2 11c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1m0-4c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1m1-4h-2V7h2z" opacity=".3"/><path fill="currentColor" d="M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2M4 6h10v12H4zm16 12h-4V6h4zm-1-9h-2V7h2zm-1 4c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1m0 4c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1m-7.75-1c-.79 0-1.37-.38-1.79-.66c-.33-.22-.52-.34-.71-.34c-.37 0-.8.41-.95.61l-1.42-1.42c.35-.4 1.21-1.19 2.37-1.19c.8 0 1.39.39 1.81.67c.31.21.51.33.69.33c.37 0 .8-.41.95-.61l1.42 1.42c-.36.4-1.21 1.19-2.37 1.19m0-5c-.79 0-1.37-.38-1.79-.66c-.33-.22-.52-.34-.71-.34c-.37 0-.8.41-.95.61L5.37 9.19C5.73 8.79 6.59 8 7.75 8c.8 0 1.39.39 1.81.67c.31.21.51.33.69.33c.37 0 .8-.41.95-.61l1.42 1.42c-.36.4-1.21 1.19-2.37 1.19"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 18h10V6H4zM7.75 8c.8 0 1.39.39 1.81.67c.31.21.51.33.69.33c.37 0 .8-.41.95-.61l1.42 1.42c-.36.4-1.22 1.19-2.37 1.19c-.79 0-1.37-.38-1.79-.66c-.33-.22-.52-.34-.71-.34c-.37 0-.8.41-.95.61L5.37 9.19C5.73 8.79 6.59 8 7.75 8m0 5c.8 0 1.39.39 1.81.67c.31.21.51.33.69.33c.37 0 .8-.41.95-.61l1.42 1.42c-.36.4-1.22 1.19-2.37 1.19c-.79 0-1.37-.38-1.79-.66c-.33-.22-.52-.34-.71-.34c-.37 0-.8.41-.95.61l-1.42-1.42c.35-.4 1.21-1.19 2.37-1.19M16 6v12h4V6zm2 11c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1m0-4c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1m1-4h-2V7h2z" opacity=".3"/><path fill="currentColor" d="M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2M4 6h10v12H4zm16 12h-4V6h4zm-1-9h-2V7h2zm-1 4c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1m0 4c-.55 0-1-.45-1-1s.45-1 1-1s1 .45 1 1s-.45 1-1 1m-7.75-1c-.79 0-1.37-.38-1.79-.66c-.33-.22-.52-.34-.71-.34c-.37 0-.8.41-.95.61l-1.42-1.42c.35-.4 1.21-1.19 2.37-1.19c.8 0 1.39.39 1.81.67c.31.21.51.33.69.33c.37 0 .8-.41.95-.61l1.42 1.42c-.36.4-1.21 1.19-2.37 1.19m0-5c-.79 0-1.37-.38-1.79-.66c-.33-.22-.52-.34-.71-.34c-.37 0-.8.41-.95.61L5.37 9.19C5.73 8.79 6.59 8 7.75 8c.8 0 1.39.39 1.81.67c.31.21.51.33.69.33c.37 0 .8-.41.95-.61l1.42 1.42c-.36.4-1.21 1.19-2.37 1.19"/></svg>
</template>

CSS

.icon-twotone-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%2018h10V6H4zM7.75%208c.8%200%201.39.39%201.81.67c.31.21.51.33.69.33c.37%200%20.8-.41.95-.61l1.42%201.42c-.36.4-1.22%201.19-2.37%201.19c-.79%200-1.37-.38-1.79-.66c-.33-.22-.52-.34-.71-.34c-.37%200-.8.41-.95.61L5.37%209.19C5.73%208.79%206.59%208%207.75%208m0%205c.8%200%201.39.39%201.81.67c.31.21.51.33.69.33c.37%200%20.8-.41.95-.61l1.42%201.42c-.36.4-1.22%201.19-2.37%201.19c-.79%200-1.37-.38-1.79-.66c-.33-.22-.52-.34-.71-.34c-.37%200-.8.41-.95.61l-1.42-1.42c.35-.4%201.21-1.19%202.37-1.19M16%206v12h4V6zm2%2011c-.55%200-1-.45-1-1s.45-1%201-1s1%20.45%201%201s-.45%201-1%201m0-4c-.55%200-1-.45-1-1s.45-1%201-1s1%20.45%201%201s-.45%201-1%201m1-4h-2V7h2z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%204H4c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V6c0-1.1-.9-2-2-2M4%206h10v12H4zm16%2012h-4V6h4zm-1-9h-2V7h2zm-1%204c-.55%200-1-.45-1-1s.45-1%201-1s1%20.45%201%201s-.45%201-1%201m0%204c-.55%200-1-.45-1-1s.45-1%201-1s1%20.45%201%201s-.45%201-1%201m-7.75-1c-.79%200-1.37-.38-1.79-.66c-.33-.22-.52-.34-.71-.34c-.37%200-.8.41-.95.61l-1.42-1.42c.35-.4%201.21-1.19%202.37-1.19c.8%200%201.39.39%201.81.67c.31.21.51.33.69.33c.37%200%20.8-.41.95-.61l1.42%201.42c-.36.4-1.21%201.19-2.37%201.19m0-5c-.79%200-1.37-.38-1.79-.66c-.33-.22-.52-.34-.71-.34c-.37%200-.8.41-.95.61L5.37%209.19C5.73%208.79%206.59%208%207.75%208c.8%200%201.39.39%201.81.67c.31.21.51.33.69.33c.37%200%20.8-.41.95-.61l1.42%201.42c-.36.4-1.21%201.19-2.37%201.19%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%20d%3D%22M4%2018h10V6H4zM7.75%208c.8%200%201.39.39%201.81.67c.31.21.51.33.69.33c.37%200%20.8-.41.95-.61l1.42%201.42c-.36.4-1.22%201.19-2.37%201.19c-.79%200-1.37-.38-1.79-.66c-.33-.22-.52-.34-.71-.34c-.37%200-.8.41-.95.61L5.37%209.19C5.73%208.79%206.59%208%207.75%208m0%205c.8%200%201.39.39%201.81.67c.31.21.51.33.69.33c.37%200%20.8-.41.95-.61l1.42%201.42c-.36.4-1.22%201.19-2.37%201.19c-.79%200-1.37-.38-1.79-.66c-.33-.22-.52-.34-.71-.34c-.37%200-.8.41-.95.61l-1.42-1.42c.35-.4%201.21-1.19%202.37-1.19M16%206v12h4V6zm2%2011c-.55%200-1-.45-1-1s.45-1%201-1s1%20.45%201%201s-.45%201-1%201m0-4c-.55%200-1-.45-1-1s.45-1%201-1s1%20.45%201%201s-.45%201-1%201m1-4h-2V7h2z%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20%204H4c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V6c0-1.1-.9-2-2-2M4%206h10v12H4zm16%2012h-4V6h4zm-1-9h-2V7h2zm-1%204c-.55%200-1-.45-1-1s.45-1%201-1s1%20.45%201%201s-.45%201-1%201m0%204c-.55%200-1-.45-1-1s.45-1%201-1s1%20.45%201%201s-.45%201-1%201m-7.75-1c-.79%200-1.37-.38-1.79-.66c-.33-.22-.52-.34-.71-.34c-.37%200-.8.41-.95.61l-1.42-1.42c.35-.4%201.21-1.19%202.37-1.19c.8%200%201.39.39%201.81.67c.31.21.51.33.69.33c.37%200%20.8-.41.95-.61l1.42%201.42c-.36.4-1.21%201.19-2.37%201.19m0-5c-.79%200-1.37-.38-1.79-.66c-.33-.22-.52-.34-.71-.34c-.37%200-.8.41-.95.61L5.37%209.19C5.73%208.79%206.59%208%207.75%208c.8%200%201.39.39%201.81.67c.31.21.51.33.69.33c.37%200%20.8-.41.95-.61l1.42%201.42c-.36.4-1.21%201.19-2.37%201.19%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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