flash off icon

flash-off-filled from Carbon by IBM · Filled · Actions · Apache-2.0 Free for personal and commercial use.

Name
flash-off-filled
Set
Carbon
Style
Filled
Category
Actions
Viewbox
32×32
License
Apache 2.0

1 other variant in Carbon

The same icon in other sets

More actions icons from Carbon

Use the flash off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 28.59L3.41 2L2 3.41l6.4 6.41L7 15.77A1 1 0 0 0 8 17h4.83L11 28.85a1 1 0 0 0 .6 1.07a1.1 1.1 0 0 0 .4.08a1 1 0 0 0 .79-.39l6.68-8.73L28.59 30Zm-7.47-11.72l3.26-4.26a1 1 0 0 0 .11-1A1 1 0 0 0 25 11h-4.75L22 3.22a1 1 0 0 0-.2-.85A1 1 0 0 0 21 2H11a1 1 0 0 0-1 .77l-.3 1.3Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonFlashOffFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 28.59L3.41 2L2 3.41l6.4 6.41L7 15.77A1 1 0 0 0 8 17h4.83L11 28.85a1 1 0 0 0 .6 1.07a1.1 1.1 0 0 0 .4.08a1 1 0 0 0 .79-.39l6.68-8.73L28.59 30Zm-7.47-11.72l3.26-4.26a1 1 0 0 0 .11-1A1 1 0 0 0 25 11h-4.75L22 3.22a1 1 0 0 0-.2-.85A1 1 0 0 0 21 2H11a1 1 0 0 0-1 .77l-.3 1.3Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 28.59L3.41 2L2 3.41l6.4 6.41L7 15.77A1 1 0 0 0 8 17h4.83L11 28.85a1 1 0 0 0 .6 1.07a1.1 1.1 0 0 0 .4.08a1 1 0 0 0 .79-.39l6.68-8.73L28.59 30Zm-7.47-11.72l3.26-4.26a1 1 0 0 0 .11-1A1 1 0 0 0 25 11h-4.75L22 3.22a1 1 0 0 0-.2-.85A1 1 0 0 0 21 2H11a1 1 0 0 0-1 .77l-.3 1.3Z"/></svg>
</template>

CSS

.icon-flash-off-filled {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%2028.59L3.41%202L2%203.41l6.4%206.41L7%2015.77A1%201%200%200%200%208%2017h4.83L11%2028.85a1%201%200%200%200%20.6%201.07a1.1%201.1%200%200%200%20.4.08a1%201%200%200%200%20.79-.39l6.68-8.73L28.59%2030Zm-7.47-11.72l3.26-4.26a1%201%200%200%200%20.11-1A1%201%200%200%200%2025%2011h-4.75L22%203.22a1%201%200%200%200-.2-.85A1%201%200%200%200%2021%202H11a1%201%200%200%200-1%20.77l-.3%201.3Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M30%2028.59L3.41%202L2%203.41l6.4%206.41L7%2015.77A1%201%200%200%200%208%2017h4.83L11%2028.85a1%201%200%200%200%20.6%201.07a1.1%201.1%200%200%200%20.4.08a1%201%200%200%200%20.79-.39l6.68-8.73L28.59%2030Zm-7.47-11.72l3.26-4.26a1%201%200%200%200%20.11-1A1%201%200%200%200%2025%2011h-4.75L22%203.22a1%201%200%200%200-.2-.85A1%201%200%200%200%2021%202H11a1%201%200%200%200-1%20.77l-.3%201.3Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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