Flash Off Filled Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Flash Off Filled icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/317788.svg" alt="Flash Off Filled icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317788.svg" alt="Flash Off Filled icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317788.svg" alt="Flash Off Filled icon" :width="24" :height="24" />
CSS background
.icon-flash-off-filled {
background-image: url('https://proicons.com/icon/317788.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><defs><style>.cls-1{fill:none;}</style></defs><title>flash--off--filled</title><path d="M30,28.59,3.41,2,2,3.41,8.4,9.82,7,15.77A1,1,0,0,0,8,17h4.83L11,28.85a1,1,0,0,0,.6,1.07A1.09,1.09,0,0,0,12,30a1,1,0,0,0,.79-.39l6.68-8.73L28.59,30Z"/><path d="M22.53,16.87l3.26-4.26a1,1,0,0,0,.11-1A1,1,0,0,0,25,11H20.25L22,3.22a1,1,0,0,0-.2-.85A1,1,0,0,0,21,2H11a1,1,0,0,0-1,.77l-.3,1.3Z"/><rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/></svg>
Copied!