flash off icon

flash-off-fill from Eva Icons by Akveo · Fill · MIT Free for personal and commercial use.

Name
flash-off-fill
Set
Eva Icons
Style
Fill
Viewbox
24×24
License
MIT

1 other variant in Eva Icons

The same icon in other sets

Use the 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="m17.33 14.5l2.5-3.74A1 1 0 0 0 19 9.2h-5.89l.77-7.09a1 1 0 0 0-.65-1a1 1 0 0 0-1.17.38L8.94 6.11Zm-10.66-5l-2.5 3.74A1 1 0 0 0 5 14.8h5.89l-.77 7.09a1 1 0 0 0 .65 1.05a1 1 0 0 0 .34.06a1 1 0 0 0 .83-.44l3.12-4.67Zm14.04 9.79l-16-16a1 1 0 0 0-1.42 1.42l16 16a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42"/></svg>

React

import type { SVGProps } from "react";

export function EvaFlashOffFill(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="m17.33 14.5l2.5-3.74A1 1 0 0 0 19 9.2h-5.89l.77-7.09a1 1 0 0 0-.65-1a1 1 0 0 0-1.17.38L8.94 6.11Zm-10.66-5l-2.5 3.74A1 1 0 0 0 5 14.8h5.89l-.77 7.09a1 1 0 0 0 .65 1.05a1 1 0 0 0 .34.06a1 1 0 0 0 .83-.44l3.12-4.67Zm14.04 9.79l-16-16a1 1 0 0 0-1.42 1.42l16 16a1 1 0 0 0 1.42 0a1 1 0 0 0 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="m17.33 14.5l2.5-3.74A1 1 0 0 0 19 9.2h-5.89l.77-7.09a1 1 0 0 0-.65-1a1 1 0 0 0-1.17.38L8.94 6.11Zm-10.66-5l-2.5 3.74A1 1 0 0 0 5 14.8h5.89l-.77 7.09a1 1 0 0 0 .65 1.05a1 1 0 0 0 .34.06a1 1 0 0 0 .83-.44l3.12-4.67Zm14.04 9.79l-16-16a1 1 0 0 0-1.42 1.42l16 16a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42"/></svg>
</template>

CSS

.icon-flash-off-fill {
  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%22m17.33%2014.5l2.5-3.74A1%201%200%200%200%2019%209.2h-5.89l.77-7.09a1%201%200%200%200-.65-1a1%201%200%200%200-1.17.38L8.94%206.11Zm-10.66-5l-2.5%203.74A1%201%200%200%200%205%2014.8h5.89l-.77%207.09a1%201%200%200%200%20.65%201.05a1%201%200%200%200%20.34.06a1%201%200%200%200%20.83-.44l3.12-4.67Zm14.04%209.79l-16-16a1%201%200%200%200-1.42%201.42l16%2016a1%201%200%200%200%201.42%200a1%201%200%200%200%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%22m17.33%2014.5l2.5-3.74A1%201%200%200%200%2019%209.2h-5.89l.77-7.09a1%201%200%200%200-.65-1a1%201%200%200%200-1.17.38L8.94%206.11Zm-10.66-5l-2.5%203.74A1%201%200%200%200%205%2014.8h5.89l-.77%207.09a1%201%200%200%200%20.65%201.05a1%201%200%200%200%20.34.06a1%201%200%200%200%20.83-.44l3.12-4.67Zm14.04%209.79l-16-16a1%201%200%200%200-1.42%201.42l16%2016a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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