flash icon
flash-32-light from Fluent UI System Icons by Microsoft Corporation · 32 Light · MIT Free for personal and commercial use.
- Name
- flash-32-light
- Set
- Fluent UI System Icons
- Style
- 32 Light
- Viewbox
- 32×32
- License
- MIT
12 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the flash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10.106 3.368A2 2 0 0 1 12.003 2h8.993a2 2 0 0 1 1.857 2.743L20.75 10h3.512c1.48 0 2.291 1.722 1.35 2.864L12.17 29.144a2.355 2.355 0 0 1-4.095-2.097L10.45 18H8.003a2 2 0 0 1-1.897-2.633zM12.003 3a1 1 0 0 0-.949.684l-4 12A1 1 0 0 0 8.003 17h3.096a.5.5 0 0 1 .483.627L9.043 27.3a1.355 1.355 0 0 0 2.357 1.207l13.44-16.28A.75.75 0 0 0 24.263 11h-4.25a.5.5 0 0 1-.464-.686l2.377-5.943A1 1 0 0 0 20.996 3z"/></svg>
React
import type { SVGProps } from "react";
export function FluentFlash32Light(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10.106 3.368A2 2 0 0 1 12.003 2h8.993a2 2 0 0 1 1.857 2.743L20.75 10h3.512c1.48 0 2.291 1.722 1.35 2.864L12.17 29.144a2.355 2.355 0 0 1-4.095-2.097L10.45 18H8.003a2 2 0 0 1-1.897-2.633zM12.003 3a1 1 0 0 0-.949.684l-4 12A1 1 0 0 0 8.003 17h3.096a.5.5 0 0 1 .483.627L9.043 27.3a1.355 1.355 0 0 0 2.357 1.207l13.44-16.28A.75.75 0 0 0 24.263 11h-4.25a.5.5 0 0 1-.464-.686l2.377-5.943A1 1 0 0 0 20.996 3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M10.106 3.368A2 2 0 0 1 12.003 2h8.993a2 2 0 0 1 1.857 2.743L20.75 10h3.512c1.48 0 2.291 1.722 1.35 2.864L12.17 29.144a2.355 2.355 0 0 1-4.095-2.097L10.45 18H8.003a2 2 0 0 1-1.897-2.633zM12.003 3a1 1 0 0 0-.949.684l-4 12A1 1 0 0 0 8.003 17h3.096a.5.5 0 0 1 .483.627L9.043 27.3a1.355 1.355 0 0 0 2.357 1.207l13.44-16.28A.75.75 0 0 0 24.263 11h-4.25a.5.5 0 0 1-.464-.686l2.377-5.943A1 1 0 0 0 20.996 3z"/></svg> </template>
CSS
.icon-flash-32-light {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.106%203.368A2%202%200%200%201%2012.003%202h8.993a2%202%200%200%201%201.857%202.743L20.75%2010h3.512c1.48%200%202.291%201.722%201.35%202.864L12.17%2029.144a2.355%202.355%200%200%201-4.095-2.097L10.45%2018H8.003a2%202%200%200%201-1.897-2.633zM12.003%203a1%201%200%200%200-.949.684l-4%2012A1%201%200%200%200%208.003%2017h3.096a.5.5%200%200%201%20.483.627L9.043%2027.3a1.355%201.355%200%200%200%202.357%201.207l13.44-16.28A.75.75%200%200%200%2024.263%2011h-4.25a.5.5%200%200%201-.464-.686l2.377-5.943A1%201%200%200%200%2020.996%203z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.106%203.368A2%202%200%200%201%2012.003%202h8.993a2%202%200%200%201%201.857%202.743L20.75%2010h3.512c1.48%200%202.291%201.722%201.35%202.864L12.17%2029.144a2.355%202.355%200%200%201-4.095-2.097L10.45%2018H8.003a2%202%200%200%201-1.897-2.633zM12.003%203a1%201%200%200%200-.949.684l-4%2012A1%201%200%200%200%208.003%2017h3.096a.5.5%200%200%201%20.483.627L9.043%2027.3a1.355%201.355%200%200%200%202.357%201.207l13.44-16.28A.75.75%200%200%200%2024.263%2011h-4.25a.5.5%200%200%201-.464-.686l2.377-5.943A1%201%200%200%200%2020.996%203z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/flash-32-light.svg?color=%231a73e8&size=48