flash off icon
flash-off-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- flash-off-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- 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="M5.273 5.98L2.146 2.854a.5.5 0 1 1 .708-.708l15 15a.5.5 0 0 1-.708.708l-5.288-5.29l-5.004 5.109c-.754.782-2.059.06-1.795-.996l1.17-4.679H4.96a1.062 1.062 0 0 1-1.021-1.354zm5.878 5.878l-5.07-5.07l-1.18 4.13c-.01.04.019.08.06.08H6.87a.5.5 0 0 1 .485.622l-1.325 5.3a.1.1 0 0 0-.003.029q0 .006.003.011q.005.013.03.03a.1.1 0 0 0 .042.01l.01-.004a.1.1 0 0 0 .024-.018l.003-.004zm3.663-3.74l-2.264 2.311l.707.707l2.274-2.32l.003-.005c.641-.667.18-1.811-.766-1.811h-2.564l1.261-3.594l.003-.008A1.062 1.062 0 0 0 12.46 2H7.211c-.474 0-.891.314-1.021.77L5.9 3.78l.809.809l.441-1.544A.06.06 0 0 1 7.211 3h5.25c.041 0 .07.04.059.08l-1.493 4.254a.5.5 0 0 0 .472.666h3.269q.025.001.031.008a.1.1 0 0 1 .025.034a.1.1 0 0 1 .007.044a.06.06 0 0 1-.017.032"/></svg>
React
import type { SVGProps } from "react";
export function FluentFlashOff20Regular(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="M5.273 5.98L2.146 2.854a.5.5 0 1 1 .708-.708l15 15a.5.5 0 0 1-.708.708l-5.288-5.29l-5.004 5.109c-.754.782-2.059.06-1.795-.996l1.17-4.679H4.96a1.062 1.062 0 0 1-1.021-1.354zm5.878 5.878l-5.07-5.07l-1.18 4.13c-.01.04.019.08.06.08H6.87a.5.5 0 0 1 .485.622l-1.325 5.3a.1.1 0 0 0-.003.029q0 .006.003.011q.005.013.03.03a.1.1 0 0 0 .042.01l.01-.004a.1.1 0 0 0 .024-.018l.003-.004zm3.663-3.74l-2.264 2.311l.707.707l2.274-2.32l.003-.005c.641-.667.18-1.811-.766-1.811h-2.564l1.261-3.594l.003-.008A1.062 1.062 0 0 0 12.46 2H7.211c-.474 0-.891.314-1.021.77L5.9 3.78l.809.809l.441-1.544A.06.06 0 0 1 7.211 3h5.25c.041 0 .07.04.059.08l-1.493 4.254a.5.5 0 0 0 .472.666h3.269q.025.001.031.008a.1.1 0 0 1 .025.034a.1.1 0 0 1 .007.044a.06.06 0 0 1-.017.032"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M5.273 5.98L2.146 2.854a.5.5 0 1 1 .708-.708l15 15a.5.5 0 0 1-.708.708l-5.288-5.29l-5.004 5.109c-.754.782-2.059.06-1.795-.996l1.17-4.679H4.96a1.062 1.062 0 0 1-1.021-1.354zm5.878 5.878l-5.07-5.07l-1.18 4.13c-.01.04.019.08.06.08H6.87a.5.5 0 0 1 .485.622l-1.325 5.3a.1.1 0 0 0-.003.029q0 .006.003.011q.005.013.03.03a.1.1 0 0 0 .042.01l.01-.004a.1.1 0 0 0 .024-.018l.003-.004zm3.663-3.74l-2.264 2.311l.707.707l2.274-2.32l.003-.005c.641-.667.18-1.811-.766-1.811h-2.564l1.261-3.594l.003-.008A1.062 1.062 0 0 0 12.46 2H7.211c-.474 0-.891.314-1.021.77L5.9 3.78l.809.809l.441-1.544A.06.06 0 0 1 7.211 3h5.25c.041 0 .07.04.059.08l-1.493 4.254a.5.5 0 0 0 .472.666h3.269q.025.001.031.008a.1.1 0 0 1 .025.034a.1.1 0 0 1 .007.044a.06.06 0 0 1-.017.032"/></svg> </template>
CSS
.icon-flash-off-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.273%205.98L2.146%202.854a.5.5%200%201%201%20.708-.708l15%2015a.5.5%200%200%201-.708.708l-5.288-5.29l-5.004%205.109c-.754.782-2.059.06-1.795-.996l1.17-4.679H4.96a1.062%201.062%200%200%201-1.021-1.354zm5.878%205.878l-5.07-5.07l-1.18%204.13c-.01.04.019.08.06.08H6.87a.5.5%200%200%201%20.485.622l-1.325%205.3a.1.1%200%200%200-.003.029q0%20.006.003.011q.005.013.03.03a.1.1%200%200%200%20.042.01l.01-.004a.1.1%200%200%200%20.024-.018l.003-.004zm3.663-3.74l-2.264%202.311l.707.707l2.274-2.32l.003-.005c.641-.667.18-1.811-.766-1.811h-2.564l1.261-3.594l.003-.008A1.062%201.062%200%200%200%2012.46%202H7.211c-.474%200-.891.314-1.021.77L5.9%203.78l.809.809l.441-1.544A.06.06%200%200%201%207.211%203h5.25c.041%200%20.07.04.059.08l-1.493%204.254a.5.5%200%200%200%20.472.666h3.269q.025.001.031.008a.1.1%200%200%201%20.025.034a.1.1%200%200%201%20.007.044a.06.06%200%200%201-.017.032%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%22M5.273%205.98L2.146%202.854a.5.5%200%201%201%20.708-.708l15%2015a.5.5%200%200%201-.708.708l-5.288-5.29l-5.004%205.109c-.754.782-2.059.06-1.795-.996l1.17-4.679H4.96a1.062%201.062%200%200%201-1.021-1.354zm5.878%205.878l-5.07-5.07l-1.18%204.13c-.01.04.019.08.06.08H6.87a.5.5%200%200%201%20.485.622l-1.325%205.3a.1.1%200%200%200-.003.029q0%20.006.003.011q.005.013.03.03a.1.1%200%200%200%20.042.01l.01-.004a.1.1%200%200%200%20.024-.018l.003-.004zm3.663-3.74l-2.264%202.311l.707.707l2.274-2.32l.003-.005c.641-.667.18-1.811-.766-1.811h-2.564l1.261-3.594l.003-.008A1.062%201.062%200%200%200%2012.46%202H7.211c-.474%200-.891.314-1.021.77L5.9%203.78l.809.809l.441-1.544A.06.06%200%200%201%207.211%203h5.25c.041%200%20.07.04.059.08l-1.493%204.254a.5.5%200%200%200%20.472.666h3.269q.025.001.031.008a.1.1%200%200%201%20.025.034a.1.1%200%200%201%20.007.044a.06.06%200%200%201-.017.032%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-regular.svg?color=%231a73e8&size=48