flash-off-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
flash-off-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

3 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the flash off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m11.858 12.565l5.288 5.289a.5.5 0 0 0 .708-.708l-15-15a.5.5 0 1 0-.708.708L5.273 5.98L3.94 10.644a1.062 1.062 0 0 0 1.021 1.354H6.23l-1.17 4.68c-.264 1.055 1.04 1.777 1.795.995zm3.673-3.75l-2.274 2.321L5.901 3.78l.289-1.01c.13-.455.547-.77 1.02-.77h5.25c.724 0 1.236.71 1.007 1.398l-.002.008L12.204 7h2.564c.946 0 1.407 1.144.766 1.811z"/></svg>

React

import type { SVGProps } from "react";

export function FluentFlashOff20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m11.858 12.565l5.288 5.289a.5.5 0 0 0 .708-.708l-15-15a.5.5 0 1 0-.708.708L5.273 5.98L3.94 10.644a1.062 1.062 0 0 0 1.021 1.354H6.23l-1.17 4.68c-.264 1.055 1.04 1.777 1.795.995zm3.673-3.75l-2.274 2.321L5.901 3.78l.289-1.01c.13-.455.547-.77 1.02-.77h5.25c.724 0 1.236.71 1.007 1.398l-.002.008L12.204 7h2.564c.946 0 1.407 1.144.766 1.811z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m11.858 12.565l5.288 5.289a.5.5 0 0 0 .708-.708l-15-15a.5.5 0 1 0-.708.708L5.273 5.98L3.94 10.644a1.062 1.062 0 0 0 1.021 1.354H6.23l-1.17 4.68c-.264 1.055 1.04 1.777 1.795.995zm3.673-3.75l-2.274 2.321L5.901 3.78l.289-1.01c.13-.455.547-.77 1.02-.77h5.25c.724 0 1.236.71 1.007 1.398l-.002.008L12.204 7h2.564c.946 0 1.407 1.144.766 1.811z"/></svg>
</template>

CSS

.icon-flash-off-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m11.858%2012.565l5.288%205.289a.5.5%200%200%200%20.708-.708l-15-15a.5.5%200%201%200-.708.708L5.273%205.98L3.94%2010.644a1.062%201.062%200%200%200%201.021%201.354H6.23l-1.17%204.68c-.264%201.055%201.04%201.777%201.795.995zm3.673-3.75l-2.274%202.321L5.901%203.78l.289-1.01c.13-.455.547-.77%201.02-.77h5.25c.724%200%201.236.71%201.007%201.398l-.002.008L12.204%207h2.564c.946%200%201.407%201.144.766%201.811z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m11.858%2012.565l5.288%205.289a.5.5%200%200%200%20.708-.708l-15-15a.5.5%200%201%200-.708.708L5.273%205.98L3.94%2010.644a1.062%201.062%200%200%200%201.021%201.354H6.23l-1.17%204.68c-.264%201.055%201.04%201.777%201.795.995zm3.673-3.75l-2.274%202.321L5.901%203.78l.289-1.01c.13-.455.547-.77%201.02-.77h5.25c.724%200%201.236.71%201.007%201.398l-.002.008L12.204%207h2.564c.946%200%201.407%201.144.766%201.811z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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