flash off icon
flash-off-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- flash-off-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="m5.939 7l-3.72-3.72A.75.75 0 1 1 3.28 2.22l18.5 18.5a.75.75 0 0 1-1.06 1.06l-6.284-6.283l-5.851 6.039c-1.054 1.088-2.872.106-2.541-1.372l1.27-5.668l-1.57-.006a1.75 1.75 0 0 1-1.641-2.337zm7.436 7.436L7.113 8.174l-1.597 4.483a.25.25 0 0 0 .234.333l2.502.01a.75.75 0 0 1 .729.914l-1.473 6.578zM18.158 9.5l-2.695 2.781l1.06 1.061l3.123-3.222c.768-.793.206-2.12-.898-2.12H14.79l1.452-4.355A1.25 1.25 0 0 0 15.055 2H8.602c-.529 0-1 .333-1.178.83l-.37 1.042l1.173 1.174l.55-1.546h5.931l-1.67 5.013a.75.75 0 0 0 .71.987z"/></svg>
React
import type { SVGProps } from "react";
export function FluentFlashOff24Regular(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="m5.939 7l-3.72-3.72A.75.75 0 1 1 3.28 2.22l18.5 18.5a.75.75 0 0 1-1.06 1.06l-6.284-6.283l-5.851 6.039c-1.054 1.088-2.872.106-2.541-1.372l1.27-5.668l-1.57-.006a1.75 1.75 0 0 1-1.641-2.337zm7.436 7.436L7.113 8.174l-1.597 4.483a.25.25 0 0 0 .234.333l2.502.01a.75.75 0 0 1 .729.914l-1.473 6.578zM18.158 9.5l-2.695 2.781l1.06 1.061l3.123-3.222c.768-.793.206-2.12-.898-2.12H14.79l1.452-4.355A1.25 1.25 0 0 0 15.055 2H8.602c-.529 0-1 .333-1.178.83l-.37 1.042l1.173 1.174l.55-1.546h5.931l-1.67 5.013a.75.75 0 0 0 .71.987z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m5.939 7l-3.72-3.72A.75.75 0 1 1 3.28 2.22l18.5 18.5a.75.75 0 0 1-1.06 1.06l-6.284-6.283l-5.851 6.039c-1.054 1.088-2.872.106-2.541-1.372l1.27-5.668l-1.57-.006a1.75 1.75 0 0 1-1.641-2.337zm7.436 7.436L7.113 8.174l-1.597 4.483a.25.25 0 0 0 .234.333l2.502.01a.75.75 0 0 1 .729.914l-1.473 6.578zM18.158 9.5l-2.695 2.781l1.06 1.061l3.123-3.222c.768-.793.206-2.12-.898-2.12H14.79l1.452-4.355A1.25 1.25 0 0 0 15.055 2H8.602c-.529 0-1 .333-1.178.83l-.37 1.042l1.173 1.174l.55-1.546h5.931l-1.67 5.013a.75.75 0 0 0 .71.987z"/></svg> </template>
CSS
.icon-flash-off-24-regular {
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%22m5.939%207l-3.72-3.72A.75.75%200%201%201%203.28%202.22l18.5%2018.5a.75.75%200%200%201-1.06%201.06l-6.284-6.283l-5.851%206.039c-1.054%201.088-2.872.106-2.541-1.372l1.27-5.668l-1.57-.006a1.75%201.75%200%200%201-1.641-2.337zm7.436%207.436L7.113%208.174l-1.597%204.483a.25.25%200%200%200%20.234.333l2.502.01a.75.75%200%200%201%20.729.914l-1.473%206.578zM18.158%209.5l-2.695%202.781l1.06%201.061l3.123-3.222c.768-.793.206-2.12-.898-2.12H14.79l1.452-4.355A1.25%201.25%200%200%200%2015.055%202H8.602c-.529%200-1%20.333-1.178.83l-.37%201.042l1.173%201.174l.55-1.546h5.931l-1.67%205.013a.75.75%200%200%200%20.71.987z%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%22m5.939%207l-3.72-3.72A.75.75%200%201%201%203.28%202.22l18.5%2018.5a.75.75%200%200%201-1.06%201.06l-6.284-6.283l-5.851%206.039c-1.054%201.088-2.872.106-2.541-1.372l1.27-5.668l-1.57-.006a1.75%201.75%200%200%201-1.641-2.337zm7.436%207.436L7.113%208.174l-1.597%204.483a.25.25%200%200%200%20.234.333l2.502.01a.75.75%200%200%201%20.729.914l-1.473%206.578zM18.158%209.5l-2.695%202.781l1.06%201.061l3.123-3.222c.768-.793.206-2.12-.898-2.12H14.79l1.452-4.355A1.25%201.25%200%200%200%2015.055%202H8.602c-.529%200-1%20.333-1.178.83l-.37%201.042l1.173%201.174l.55-1.546h5.931l-1.67%205.013a.75.75%200%200%200%20.71.987z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/flash-off-24-regular.svg?color=%231a73e8&size=48