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

Name
round-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 round microwave icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.15 9.97c-.46-.46-.38-1.24.18-1.57c.4-.22.88-.4 1.42-.4c.8 0 1.39.39 1.81.67c.31.21.51.33.69.33c.13 0 .26-.05.39-.12a1 1 0 0 1 1.2.16c.46.46.38 1.24-.18 1.56c-.39.23-.87.4-1.41.4c-.79 0-1.37-.38-1.79-.66c-.33-.22-.52-.34-.71-.34a.84.84 0 0 0-.39.12c-.4.23-.89.16-1.21-.15M7.75 15c.19 0 .38.12.71.34c.42.28 1 .66 1.79.66c.54 0 1.02-.17 1.41-.4c.56-.32.64-1.1.18-1.56a1 1 0 0 0-1.2-.16a.84.84 0 0 1-.39.12c-.18 0-.38-.12-.69-.33c-.42-.28-1.01-.67-1.81-.67c-.54 0-1.02.18-1.42.4c-.56.33-.64 1.11-.18 1.56a1 1 0 0 0 1.2.16c.14-.07.27-.12.4-.12M22 6v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h16c1.1 0 2 .9 2 2m-8 0H4v12h10zm5 10c0-.55-.45-1-1-1s-1 .45-1 1s.45 1 1 1s1-.45 1-1m0-4c0-.55-.45-1-1-1s-1 .45-1 1s.45 1 1 1s1-.45 1-1m0-5h-2v2h2z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundMicrowave(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="M6.15 9.97c-.46-.46-.38-1.24.18-1.57c.4-.22.88-.4 1.42-.4c.8 0 1.39.39 1.81.67c.31.21.51.33.69.33c.13 0 .26-.05.39-.12a1 1 0 0 1 1.2.16c.46.46.38 1.24-.18 1.56c-.39.23-.87.4-1.41.4c-.79 0-1.37-.38-1.79-.66c-.33-.22-.52-.34-.71-.34a.84.84 0 0 0-.39.12c-.4.23-.89.16-1.21-.15M7.75 15c.19 0 .38.12.71.34c.42.28 1 .66 1.79.66c.54 0 1.02-.17 1.41-.4c.56-.32.64-1.1.18-1.56a1 1 0 0 0-1.2-.16a.84.84 0 0 1-.39.12c-.18 0-.38-.12-.69-.33c-.42-.28-1.01-.67-1.81-.67c-.54 0-1.02.18-1.42.4c-.56.33-.64 1.11-.18 1.56a1 1 0 0 0 1.2.16c.14-.07.27-.12.4-.12M22 6v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h16c1.1 0 2 .9 2 2m-8 0H4v12h10zm5 10c0-.55-.45-1-1-1s-1 .45-1 1s.45 1 1 1s1-.45 1-1m0-4c0-.55-.45-1-1-1s-1 .45-1 1s.45 1 1 1s1-.45 1-1m0-5h-2v2h2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.15 9.97c-.46-.46-.38-1.24.18-1.57c.4-.22.88-.4 1.42-.4c.8 0 1.39.39 1.81.67c.31.21.51.33.69.33c.13 0 .26-.05.39-.12a1 1 0 0 1 1.2.16c.46.46.38 1.24-.18 1.56c-.39.23-.87.4-1.41.4c-.79 0-1.37-.38-1.79-.66c-.33-.22-.52-.34-.71-.34a.84.84 0 0 0-.39.12c-.4.23-.89.16-1.21-.15M7.75 15c.19 0 .38.12.71.34c.42.28 1 .66 1.79.66c.54 0 1.02-.17 1.41-.4c.56-.32.64-1.1.18-1.56a1 1 0 0 0-1.2-.16a.84.84 0 0 1-.39.12c-.18 0-.38-.12-.69-.33c-.42-.28-1.01-.67-1.81-.67c-.54 0-1.02.18-1.42.4c-.56.33-.64 1.11-.18 1.56a1 1 0 0 0 1.2.16c.14-.07.27-.12.4-.12M22 6v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h16c1.1 0 2 .9 2 2m-8 0H4v12h10zm5 10c0-.55-.45-1-1-1s-1 .45-1 1s.45 1 1 1s1-.45 1-1m0-4c0-.55-.45-1-1-1s-1 .45-1 1s.45 1 1 1s1-.45 1-1m0-5h-2v2h2z"/></svg>
</template>

CSS

.icon-round-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%22M6.15%209.97c-.46-.46-.38-1.24.18-1.57c.4-.22.88-.4%201.42-.4c.8%200%201.39.39%201.81.67c.31.21.51.33.69.33c.13%200%20.26-.05.39-.12a1%201%200%200%201%201.2.16c.46.46.38%201.24-.18%201.56c-.39.23-.87.4-1.41.4c-.79%200-1.37-.38-1.79-.66c-.33-.22-.52-.34-.71-.34a.84.84%200%200%200-.39.12c-.4.23-.89.16-1.21-.15M7.75%2015c.19%200%20.38.12.71.34c.42.28%201%20.66%201.79.66c.54%200%201.02-.17%201.41-.4c.56-.32.64-1.1.18-1.56a1%201%200%200%200-1.2-.16a.84.84%200%200%201-.39.12c-.18%200-.38-.12-.69-.33c-.42-.28-1.01-.67-1.81-.67c-.54%200-1.02.18-1.42.4c-.56.33-.64%201.11-.18%201.56a1%201%200%200%200%201.2.16c.14-.07.27-.12.4-.12M22%206v12c0%201.1-.9%202-2%202H4c-1.1%200-2-.9-2-2V6c0-1.1.9-2%202-2h16c1.1%200%202%20.9%202%202m-8%200H4v12h10zm5%2010c0-.55-.45-1-1-1s-1%20.45-1%201s.45%201%201%201s1-.45%201-1m0-4c0-.55-.45-1-1-1s-1%20.45-1%201s.45%201%201%201s1-.45%201-1m0-5h-2v2h2z%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%22M6.15%209.97c-.46-.46-.38-1.24.18-1.57c.4-.22.88-.4%201.42-.4c.8%200%201.39.39%201.81.67c.31.21.51.33.69.33c.13%200%20.26-.05.39-.12a1%201%200%200%201%201.2.16c.46.46.38%201.24-.18%201.56c-.39.23-.87.4-1.41.4c-.79%200-1.37-.38-1.79-.66c-.33-.22-.52-.34-.71-.34a.84.84%200%200%200-.39.12c-.4.23-.89.16-1.21-.15M7.75%2015c.19%200%20.38.12.71.34c.42.28%201%20.66%201.79.66c.54%200%201.02-.17%201.41-.4c.56-.32.64-1.1.18-1.56a1%201%200%200%200-1.2-.16a.84.84%200%200%201-.39.12c-.18%200-.38-.12-.69-.33c-.42-.28-1.01-.67-1.81-.67c-.54%200-1.02.18-1.42.4c-.56.33-.64%201.11-.18%201.56a1%201%200%200%200%201.2.16c.14-.07.27-.12.4-.12M22%206v12c0%201.1-.9%202-2%202H4c-1.1%200-2-.9-2-2V6c0-1.1.9-2%202-2h16c1.1%200%202%20.9%202%202m-8%200H4v12h10zm5%2010c0-.55-.45-1-1-1s-1%20.45-1%201s.45%201%201%201s1-.45%201-1m0-4c0-.55-.45-1-1-1s-1%20.45-1%201s.45%201%201%201s1-.45%201-1m0-5h-2v2h2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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