flash off icon
flash-off-outline from Eva Icons by Akveo · Outline · MIT Free for personal and commercial use.
- Name
- flash-off-outline
- Set
- Eva Icons
- Style
- Outline
- 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="m20.71 19.29l-16-16a1 1 0 0 0-1.42 1.42l16 16a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42m-8.17-1.23l.27-2.42L10 12.8H6.87l1.24-1.86L6.67 9.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.67l-1.44-1.44ZM11.46 5.94l-.27 2.42L14 11.2h3.1l-1.24 1.86l1.44 1.44l2.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.11l1.44 1.44Z"/></svg>
React
import type { SVGProps } from "react";
export function EvaFlashOffOutline(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="m20.71 19.29l-16-16a1 1 0 0 0-1.42 1.42l16 16a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42m-8.17-1.23l.27-2.42L10 12.8H6.87l1.24-1.86L6.67 9.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.67l-1.44-1.44ZM11.46 5.94l-.27 2.42L14 11.2h3.1l-1.24 1.86l1.44 1.44l2.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.11l1.44 1.44Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.71 19.29l-16-16a1 1 0 0 0-1.42 1.42l16 16a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42m-8.17-1.23l.27-2.42L10 12.8H6.87l1.24-1.86L6.67 9.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.67l-1.44-1.44ZM11.46 5.94l-.27 2.42L14 11.2h3.1l-1.24 1.86l1.44 1.44l2.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.11l1.44 1.44Z"/></svg> </template>
CSS
.icon-flash-off-outline {
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%22m20.71%2019.29l-16-16a1%201%200%200%200-1.42%201.42l16%2016a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42m-8.17-1.23l.27-2.42L10%2012.8H6.87l1.24-1.86L6.67%209.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.67l-1.44-1.44ZM11.46%205.94l-.27%202.42L14%2011.2h3.1l-1.24%201.86l1.44%201.44l2.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.11l1.44%201.44Z%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%22m20.71%2019.29l-16-16a1%201%200%200%200-1.42%201.42l16%2016a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42m-8.17-1.23l.27-2.42L10%2012.8H6.87l1.24-1.86L6.67%209.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.67l-1.44-1.44ZM11.46%205.94l-.27%202.42L14%2011.2h3.1l-1.24%201.86l1.44%201.44l2.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.11l1.44%201.44Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/eva/flash-off-outline.svg?color=%231a73e8&size=48