flash off icon
flash-off-outline from IonIcons by Ben Sperry · Outline · MIT Free for personal and commercial use.
- Name
- flash-off-outline
- Set
- IonIcons
- Style
- Outline
- Viewbox
- 512×512
- License
- MIT
2 other variants in IonIcons
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 512 512"><path fill="currentColor" d="M432 448a15.92 15.92 0 0 1-11.31-4.69l-352-352a16 16 0 0 1 22.62-22.62l352 352A16 16 0 0 1 432 448M294.34 84.28l-22.08 120.84a16 16 0 0 0 6.17 15.71a16.5 16.5 0 0 0 9.93 3.17h94.12l-38.37 47.42a4 4 0 0 0 .28 5.34l17.07 17.07a4 4 0 0 0 5.94-.31l60.8-75.16a16.37 16.37 0 0 0 3.3-14.36a16 16 0 0 0-15.5-12H307.19L335.4 37.63c.05-.3.1-.59.13-.89A18.45 18.45 0 0 0 302.73 23l-92.58 114.46a4 4 0 0 0 .28 5.35l17.07 17.06a4 4 0 0 0 5.94-.31Zm-76.56 343.29l22-120.71a16 16 0 0 0-6.19-15.7a16.54 16.54 0 0 0-9.92-3.16h-94.1l38.36-47.42a4 4 0 0 0-.28-5.34l-17.07-17.07a4 4 0 0 0-5.93.31L83.8 293.64A16.37 16.37 0 0 0 80.5 308A16 16 0 0 0 96 320h108.83l-28.09 154.36v.11a18.37 18.37 0 0 0 32.5 14.53l92.61-114.46a4 4 0 0 0-.28-5.35l-17.07-17.06a4 4 0 0 0-5.94.31Z"/></svg>
React
import type { SVGProps } from "react";
export function IonFlashOffOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M432 448a15.92 15.92 0 0 1-11.31-4.69l-352-352a16 16 0 0 1 22.62-22.62l352 352A16 16 0 0 1 432 448M294.34 84.28l-22.08 120.84a16 16 0 0 0 6.17 15.71a16.5 16.5 0 0 0 9.93 3.17h94.12l-38.37 47.42a4 4 0 0 0 .28 5.34l17.07 17.07a4 4 0 0 0 5.94-.31l60.8-75.16a16.37 16.37 0 0 0 3.3-14.36a16 16 0 0 0-15.5-12H307.19L335.4 37.63c.05-.3.1-.59.13-.89A18.45 18.45 0 0 0 302.73 23l-92.58 114.46a4 4 0 0 0 .28 5.35l17.07 17.06a4 4 0 0 0 5.94-.31Zm-76.56 343.29l22-120.71a16 16 0 0 0-6.19-15.7a16.54 16.54 0 0 0-9.92-3.16h-94.1l38.36-47.42a4 4 0 0 0-.28-5.34l-17.07-17.07a4 4 0 0 0-5.93.31L83.8 293.64A16.37 16.37 0 0 0 80.5 308A16 16 0 0 0 96 320h108.83l-28.09 154.36v.11a18.37 18.37 0 0 0 32.5 14.53l92.61-114.46a4 4 0 0 0-.28-5.35l-17.07-17.06a4 4 0 0 0-5.94.31Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M432 448a15.92 15.92 0 0 1-11.31-4.69l-352-352a16 16 0 0 1 22.62-22.62l352 352A16 16 0 0 1 432 448M294.34 84.28l-22.08 120.84a16 16 0 0 0 6.17 15.71a16.5 16.5 0 0 0 9.93 3.17h94.12l-38.37 47.42a4 4 0 0 0 .28 5.34l17.07 17.07a4 4 0 0 0 5.94-.31l60.8-75.16a16.37 16.37 0 0 0 3.3-14.36a16 16 0 0 0-15.5-12H307.19L335.4 37.63c.05-.3.1-.59.13-.89A18.45 18.45 0 0 0 302.73 23l-92.58 114.46a4 4 0 0 0 .28 5.35l17.07 17.06a4 4 0 0 0 5.94-.31Zm-76.56 343.29l22-120.71a16 16 0 0 0-6.19-15.7a16.54 16.54 0 0 0-9.92-3.16h-94.1l38.36-47.42a4 4 0 0 0-.28-5.34l-17.07-17.07a4 4 0 0 0-5.93.31L83.8 293.64A16.37 16.37 0 0 0 80.5 308A16 16 0 0 0 96 320h108.83l-28.09 154.36v.11a18.37 18.37 0 0 0 32.5 14.53l92.61-114.46a4 4 0 0 0-.28-5.35l-17.07-17.06a4 4 0 0 0-5.94.31Z"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M432%20448a15.92%2015.92%200%200%201-11.31-4.69l-352-352a16%2016%200%200%201%2022.62-22.62l352%20352A16%2016%200%200%201%20432%20448M294.34%2084.28l-22.08%20120.84a16%2016%200%200%200%206.17%2015.71a16.5%2016.5%200%200%200%209.93%203.17h94.12l-38.37%2047.42a4%204%200%200%200%20.28%205.34l17.07%2017.07a4%204%200%200%200%205.94-.31l60.8-75.16a16.37%2016.37%200%200%200%203.3-14.36a16%2016%200%200%200-15.5-12H307.19L335.4%2037.63c.05-.3.1-.59.13-.89A18.45%2018.45%200%200%200%20302.73%2023l-92.58%20114.46a4%204%200%200%200%20.28%205.35l17.07%2017.06a4%204%200%200%200%205.94-.31Zm-76.56%20343.29l22-120.71a16%2016%200%200%200-6.19-15.7a16.54%2016.54%200%200%200-9.92-3.16h-94.1l38.36-47.42a4%204%200%200%200-.28-5.34l-17.07-17.07a4%204%200%200%200-5.93.31L83.8%20293.64A16.37%2016.37%200%200%200%2080.5%20308A16%2016%200%200%200%2096%20320h108.83l-28.09%20154.36v.11a18.37%2018.37%200%200%200%2032.5%2014.53l92.61-114.46a4%204%200%200%200-.28-5.35l-17.07-17.06a4%204%200%200%200-5.94.31Z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M432%20448a15.92%2015.92%200%200%201-11.31-4.69l-352-352a16%2016%200%200%201%2022.62-22.62l352%20352A16%2016%200%200%201%20432%20448M294.34%2084.28l-22.08%20120.84a16%2016%200%200%200%206.17%2015.71a16.5%2016.5%200%200%200%209.93%203.17h94.12l-38.37%2047.42a4%204%200%200%200%20.28%205.34l17.07%2017.07a4%204%200%200%200%205.94-.31l60.8-75.16a16.37%2016.37%200%200%200%203.3-14.36a16%2016%200%200%200-15.5-12H307.19L335.4%2037.63c.05-.3.1-.59.13-.89A18.45%2018.45%200%200%200%20302.73%2023l-92.58%20114.46a4%204%200%200%200%20.28%205.35l17.07%2017.06a4%204%200%200%200%205.94-.31Zm-76.56%20343.29l22-120.71a16%2016%200%200%200-6.19-15.7a16.54%2016.54%200%200%200-9.92-3.16h-94.1l38.36-47.42a4%204%200%200%200-.28-5.34l-17.07-17.07a4%204%200%200%200-5.93.31L83.8%20293.64A16.37%2016.37%200%200%200%2080.5%20308A16%2016%200%200%200%2096%20320h108.83l-28.09%20154.36v.11a18.37%2018.37%200%200%200%2032.5%2014.53l92.61-114.46a4%204%200%200%200-.28-5.35l-17.07-17.06a4%204%200%200%200-5.94.31Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/flash-off-outline.svg?color=%231a73e8&size=48