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

Name
round-power-off
Set
Google Material Icons
Style
Baseline
Category
Notification
Viewbox
24×24
License
Apache 2.0

More notification icons from Google Material Icons

Use the round power off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 13.66V8.99c0-1-1.01-2-2-1.99V4c0-.55-.45-1-1-1s-1 .45-1 1v3h-3.88l7.63 7.63c.15-.3.25-.63.25-.97M10 4c0-.55-.45-1-1-1s-1 .45-1 1v.88l2 2zm10.15 15.86l-7.66-7.66l-5.1-5.1l-2.56-2.56a.996.996 0 1 0-1.41 1.41l2.63 2.63c-.03.13-.05.27-.05.41v4.66c0 .53.21 1.04.58 1.41L9.5 18v2c0 .55.45 1 1 1h3c.55 0 1-.45 1-1v-2l.48-.48l3.76 3.76c.39.39 1.02.39 1.41 0s.39-1.03 0-1.42"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundPowerOff(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="M18 13.66V8.99c0-1-1.01-2-2-1.99V4c0-.55-.45-1-1-1s-1 .45-1 1v3h-3.88l7.63 7.63c.15-.3.25-.63.25-.97M10 4c0-.55-.45-1-1-1s-1 .45-1 1v.88l2 2zm10.15 15.86l-7.66-7.66l-5.1-5.1l-2.56-2.56a.996.996 0 1 0-1.41 1.41l2.63 2.63c-.03.13-.05.27-.05.41v4.66c0 .53.21 1.04.58 1.41L9.5 18v2c0 .55.45 1 1 1h3c.55 0 1-.45 1-1v-2l.48-.48l3.76 3.76c.39.39 1.02.39 1.41 0s.39-1.03 0-1.42"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 13.66V8.99c0-1-1.01-2-2-1.99V4c0-.55-.45-1-1-1s-1 .45-1 1v3h-3.88l7.63 7.63c.15-.3.25-.63.25-.97M10 4c0-.55-.45-1-1-1s-1 .45-1 1v.88l2 2zm10.15 15.86l-7.66-7.66l-5.1-5.1l-2.56-2.56a.996.996 0 1 0-1.41 1.41l2.63 2.63c-.03.13-.05.27-.05.41v4.66c0 .53.21 1.04.58 1.41L9.5 18v2c0 .55.45 1 1 1h3c.55 0 1-.45 1-1v-2l.48-.48l3.76 3.76c.39.39 1.02.39 1.41 0s.39-1.03 0-1.42"/></svg>
</template>

CSS

.icon-round-power-off {
  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%22M18%2013.66V8.99c0-1-1.01-2-2-1.99V4c0-.55-.45-1-1-1s-1%20.45-1%201v3h-3.88l7.63%207.63c.15-.3.25-.63.25-.97M10%204c0-.55-.45-1-1-1s-1%20.45-1%201v.88l2%202zm10.15%2015.86l-7.66-7.66l-5.1-5.1l-2.56-2.56a.996.996%200%201%200-1.41%201.41l2.63%202.63c-.03.13-.05.27-.05.41v4.66c0%20.53.21%201.04.58%201.41L9.5%2018v2c0%20.55.45%201%201%201h3c.55%200%201-.45%201-1v-2l.48-.48l3.76%203.76c.39.39%201.02.39%201.41%200s.39-1.03%200-1.42%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%22M18%2013.66V8.99c0-1-1.01-2-2-1.99V4c0-.55-.45-1-1-1s-1%20.45-1%201v3h-3.88l7.63%207.63c.15-.3.25-.63.25-.97M10%204c0-.55-.45-1-1-1s-1%20.45-1%201v.88l2%202zm10.15%2015.86l-7.66-7.66l-5.1-5.1l-2.56-2.56a.996.996%200%201%200-1.41%201.41l2.63%202.63c-.03.13-.05.27-.05.41v4.66c0%20.53.21%201.04.58%201.41L9.5%2018v2c0%20.55.45%201%201%201h3c.55%200%201-.45%201-1v-2l.48-.48l3.76%203.76c.39.39%201.02.39%201.41%200s.39-1.03%200-1.42%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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