md flash off icon

md-flash-off from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
md-flash-off
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the md flash off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M459.9 435.5L76.1 52.5 51.9 76.6 160 184.3V272h64v192l72-144 139.9 139.5z" fill="currentColor"/><path d="M352 208h-64l64-160H160v40.3l168 167.6z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonMdFlashOff(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M459.9 435.5L76.1 52.5 51.9 76.6 160 184.3V272h64v192l72-144 139.9 139.5z" fill="currentColor"/><path d="M352 208h-64l64-160H160v40.3l168 167.6z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M459.9 435.5L76.1 52.5 51.9 76.6 160 184.3V272h64v192l72-144 139.9 139.5z" fill="currentColor"/><path d="M352 208h-64l64-160H160v40.3l168 167.6z" fill="currentColor"/></svg>
</template>

CSS

.icon-md-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%20512%20512%22%3E%3Cpath%20d%3D%22M459.9%20435.5L76.1%2052.5%2051.9%2076.6%20160%20184.3V272h64v192l72-144%20139.9%20139.5z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M352%20208h-64l64-160H160v40.3l168%20167.6z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M459.9%20435.5L76.1%2052.5%2051.9%2076.6%20160%20184.3V272h64v192l72-144%20139.9%20139.5z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M352%20208h-64l64-160H160v40.3l168%20167.6z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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