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

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

More image icons from Google Material Icons

Use the round flash off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.12 11.5a.995.995 0 0 0-.86-1.5h-1.87l2.28 2.28zm.16-8.05c.33-.67-.15-1.45-.9-1.45H8c-.55 0-1 .45-1 1v.61l6.13 6.13zm2.16 14.43L4.12 3.56a.996.996 0 1 0-1.41 1.41L7 9.27V12c0 .55.45 1 1 1h2v7.15c0 .51.67.69.93.25l2.65-4.55l3.44 3.44c.39.39 1.02.39 1.41 0c.4-.39.4-1.02.01-1.41"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundFlashOff(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="M16.12 11.5a.995.995 0 0 0-.86-1.5h-1.87l2.28 2.28zm.16-8.05c.33-.67-.15-1.45-.9-1.45H8c-.55 0-1 .45-1 1v.61l6.13 6.13zm2.16 14.43L4.12 3.56a.996.996 0 1 0-1.41 1.41L7 9.27V12c0 .55.45 1 1 1h2v7.15c0 .51.67.69.93.25l2.65-4.55l3.44 3.44c.39.39 1.02.39 1.41 0c.4-.39.4-1.02.01-1.41"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.12 11.5a.995.995 0 0 0-.86-1.5h-1.87l2.28 2.28zm.16-8.05c.33-.67-.15-1.45-.9-1.45H8c-.55 0-1 .45-1 1v.61l6.13 6.13zm2.16 14.43L4.12 3.56a.996.996 0 1 0-1.41 1.41L7 9.27V12c0 .55.45 1 1 1h2v7.15c0 .51.67.69.93.25l2.65-4.55l3.44 3.44c.39.39 1.02.39 1.41 0c.4-.39.4-1.02.01-1.41"/></svg>
</template>

CSS

.icon-round-flash-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%22M16.12%2011.5a.995.995%200%200%200-.86-1.5h-1.87l2.28%202.28zm.16-8.05c.33-.67-.15-1.45-.9-1.45H8c-.55%200-1%20.45-1%201v.61l6.13%206.13zm2.16%2014.43L4.12%203.56a.996.996%200%201%200-1.41%201.41L7%209.27V12c0%20.55.45%201%201%201h2v7.15c0%20.51.67.69.93.25l2.65-4.55l3.44%203.44c.39.39%201.02.39%201.41%200c.4-.39.4-1.02.01-1.41%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%22M16.12%2011.5a.995.995%200%200%200-.86-1.5h-1.87l2.28%202.28zm.16-8.05c.33-.67-.15-1.45-.9-1.45H8c-.55%200-1%20.45-1%201v.61l6.13%206.13zm2.16%2014.43L4.12%203.56a.996.996%200%201%200-1.41%201.41L7%209.27V12c0%20.55.45%201%201%201h2v7.15c0%20.51.67.69.93.25l2.65-4.55l3.44%203.44c.39.39%201.02.39%201.41%200c.4-.39.4-1.02.01-1.41%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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