ios flash off icon
ios-flash-off from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- ios-flash-off
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
Related icons in IonIcons
ios-addios-add-circleios-airplaneios-alarmios-albumsios-alertios-american-footballios-americanfootballios-analyticsios-apertureios-appsios-appstoreios-archiveios-arrow-backios-arrow-downios-arrow-dropdownios-arrow-dropdown-circleios-arrow-dropleftios-arrow-dropleft-circleios-arrow-droprightios-arrow-dropright-circleios-arrow-dropupios-arrow-dropup-circleios-arrow-forward
Use the ios flash off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M382.1 442.7L154.5 55c-4-6.7-12.7-9-19.5-5.1-6.8 3.9-9.1 12.6-5.1 19.3L357.5 457c2.6 4.5 7.4 7 12.3 7 2.4 0 4.9-.6 7.2-1.9 6.7-4 9-12.6 5.1-19.4z" fill="currentColor"/><path d="M324.6 313.3l57.9-75.8c3.8-5.6.2-13.4-6.3-13.4h-104l52.4 89.2z" fill="currentColor"/><path d="M320.4 37.1c.9-4.5-4.6-7.1-7.2-3.4L227 146.9l42.4 72.3 51-182.1z" fill="currentColor"/><path d="M187.4 198.7l-57.9 75.8c-3.8 5.6-.2 13.4 6.3 13.4h103.9l-52.3-89.2z" fill="currentColor"/><path d="M191.6 474.9c-.9 4.5 4.6 7.1 7.2 3.4L285 365.1l-42.4-72.3-51 182.1z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosFlashOff(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M382.1 442.7L154.5 55c-4-6.7-12.7-9-19.5-5.1-6.8 3.9-9.1 12.6-5.1 19.3L357.5 457c2.6 4.5 7.4 7 12.3 7 2.4 0 4.9-.6 7.2-1.9 6.7-4 9-12.6 5.1-19.4z" fill="currentColor"/><path d="M324.6 313.3l57.9-75.8c3.8-5.6.2-13.4-6.3-13.4h-104l52.4 89.2z" fill="currentColor"/><path d="M320.4 37.1c.9-4.5-4.6-7.1-7.2-3.4L227 146.9l42.4 72.3 51-182.1z" fill="currentColor"/><path d="M187.4 198.7l-57.9 75.8c-3.8 5.6-.2 13.4 6.3 13.4h103.9l-52.3-89.2z" fill="currentColor"/><path d="M191.6 474.9c-.9 4.5 4.6 7.1 7.2 3.4L285 365.1l-42.4-72.3-51 182.1z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M382.1 442.7L154.5 55c-4-6.7-12.7-9-19.5-5.1-6.8 3.9-9.1 12.6-5.1 19.3L357.5 457c2.6 4.5 7.4 7 12.3 7 2.4 0 4.9-.6 7.2-1.9 6.7-4 9-12.6 5.1-19.4z" fill="currentColor"/><path d="M324.6 313.3l57.9-75.8c3.8-5.6.2-13.4-6.3-13.4h-104l52.4 89.2z" fill="currentColor"/><path d="M320.4 37.1c.9-4.5-4.6-7.1-7.2-3.4L227 146.9l42.4 72.3 51-182.1z" fill="currentColor"/><path d="M187.4 198.7l-57.9 75.8c-3.8 5.6-.2 13.4 6.3 13.4h103.9l-52.3-89.2z" fill="currentColor"/><path d="M191.6 474.9c-.9 4.5 4.6 7.1 7.2 3.4L285 365.1l-42.4-72.3-51 182.1z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-flash-off {
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%20d%3D%22M382.1%20442.7L154.5%2055c-4-6.7-12.7-9-19.5-5.1-6.8%203.9-9.1%2012.6-5.1%2019.3L357.5%20457c2.6%204.5%207.4%207%2012.3%207%202.4%200%204.9-.6%207.2-1.9%206.7-4%209-12.6%205.1-19.4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M324.6%20313.3l57.9-75.8c3.8-5.6.2-13.4-6.3-13.4h-104l52.4%2089.2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M320.4%2037.1c.9-4.5-4.6-7.1-7.2-3.4L227%20146.9l42.4%2072.3%2051-182.1z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M187.4%20198.7l-57.9%2075.8c-3.8%205.6-.2%2013.4%206.3%2013.4h103.9l-52.3-89.2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M191.6%20474.9c-.9%204.5%204.6%207.1%207.2%203.4L285%20365.1l-42.4-72.3-51%20182.1z%22%20fill%3D%22currentColor%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%20d%3D%22M382.1%20442.7L154.5%2055c-4-6.7-12.7-9-19.5-5.1-6.8%203.9-9.1%2012.6-5.1%2019.3L357.5%20457c2.6%204.5%207.4%207%2012.3%207%202.4%200%204.9-.6%207.2-1.9%206.7-4%209-12.6%205.1-19.4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M324.6%20313.3l57.9-75.8c3.8-5.6.2-13.4-6.3-13.4h-104l52.4%2089.2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M320.4%2037.1c.9-4.5-4.6-7.1-7.2-3.4L227%20146.9l42.4%2072.3%2051-182.1z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M187.4%20198.7l-57.9%2075.8c-3.8%205.6-.2%2013.4%206.3%2013.4h103.9l-52.3-89.2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M191.6%20474.9c-.9%204.5%204.6%207.1%207.2%203.4L285%20365.1l-42.4-72.3-51%20182.1z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/ios-flash-off.svg?color=%231a73e8&size=48