flash flow icon
flash-flow-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- flash-flow-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the flash flow icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.213 2c-.474 0-.891.314-1.021.77l-2.25 7.874a1.062 1.062 0 0 0 1.021 1.354h1.268l-1.17 4.68c-.264 1.055 1.04 1.777 1.795.995l4.815-4.916L11.42 12h-.183a3 3 0 1 1 .593-3a2.5 2.5 0 0 1 2.18 1.37l1.524-1.555l.003-.004c.641-.667.18-1.811-.766-1.811h-2.564l1.261-3.594l.003-.008A1.062 1.062 0 0 0 12.462 2zm10.713 13.773a2 2 0 0 0 .797-.756A2 2 0 1 0 15.268 13H14.22a.5.5 0 0 1-.475-.342l-.544-1.632A1.5 1.5 0 0 0 11.78 10H11a2 2 0 1 0-.268 1h1.047a.5.5 0 0 1 .475.342l.544 1.632l.008.026q.037.1.085.194a1.5 1.5 0 0 0 1.33.806H15a2 2 0 0 0 2.926 1.773m-.44-.899A1 1 0 0 1 16 14.018V14a1 1 0 0 1 2-.013V14a1 1 0 0 1-.514.874M10 10a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentFlashFlow20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.213 2c-.474 0-.891.314-1.021.77l-2.25 7.874a1.062 1.062 0 0 0 1.021 1.354h1.268l-1.17 4.68c-.264 1.055 1.04 1.777 1.795.995l4.815-4.916L11.42 12h-.183a3 3 0 1 1 .593-3a2.5 2.5 0 0 1 2.18 1.37l1.524-1.555l.003-.004c.641-.667.18-1.811-.766-1.811h-2.564l1.261-3.594l.003-.008A1.062 1.062 0 0 0 12.462 2zm10.713 13.773a2 2 0 0 0 .797-.756A2 2 0 1 0 15.268 13H14.22a.5.5 0 0 1-.475-.342l-.544-1.632A1.5 1.5 0 0 0 11.78 10H11a2 2 0 1 0-.268 1h1.047a.5.5 0 0 1 .475.342l.544 1.632l.008.026q.037.1.085.194a1.5 1.5 0 0 0 1.33.806H15a2 2 0 0 0 2.926 1.773m-.44-.899A1 1 0 0 1 16 14.018V14a1 1 0 0 1 2-.013V14a1 1 0 0 1-.514.874M10 10a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M7.213 2c-.474 0-.891.314-1.021.77l-2.25 7.874a1.062 1.062 0 0 0 1.021 1.354h1.268l-1.17 4.68c-.264 1.055 1.04 1.777 1.795.995l4.815-4.916L11.42 12h-.183a3 3 0 1 1 .593-3a2.5 2.5 0 0 1 2.18 1.37l1.524-1.555l.003-.004c.641-.667.18-1.811-.766-1.811h-2.564l1.261-3.594l.003-.008A1.062 1.062 0 0 0 12.462 2zm10.713 13.773a2 2 0 0 0 .797-.756A2 2 0 1 0 15.268 13H14.22a.5.5 0 0 1-.475-.342l-.544-1.632A1.5 1.5 0 0 0 11.78 10H11a2 2 0 1 0-.268 1h1.047a.5.5 0 0 1 .475.342l.544 1.632l.008.026q.037.1.085.194a1.5 1.5 0 0 0 1.33.806H15a2 2 0 0 0 2.926 1.773m-.44-.899A1 1 0 0 1 16 14.018V14a1 1 0 0 1 2-.013V14a1 1 0 0 1-.514.874M10 10a1 1 0 1 1-2 0a1 1 0 0 1 2 0"/></svg> </template>
CSS
.icon-flash-flow-20-filled {
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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.213%202c-.474%200-.891.314-1.021.77l-2.25%207.874a1.062%201.062%200%200%200%201.021%201.354h1.268l-1.17%204.68c-.264%201.055%201.04%201.777%201.795.995l4.815-4.916L11.42%2012h-.183a3%203%200%201%201%20.593-3a2.5%202.5%200%200%201%202.18%201.37l1.524-1.555l.003-.004c.641-.667.18-1.811-.766-1.811h-2.564l1.261-3.594l.003-.008A1.062%201.062%200%200%200%2012.462%202zm10.713%2013.773a2%202%200%200%200%20.797-.756A2%202%200%201%200%2015.268%2013H14.22a.5.5%200%200%201-.475-.342l-.544-1.632A1.5%201.5%200%200%200%2011.78%2010H11a2%202%200%201%200-.268%201h1.047a.5.5%200%200%201%20.475.342l.544%201.632l.008.026q.037.1.085.194a1.5%201.5%200%200%200%201.33.806H15a2%202%200%200%200%202.926%201.773m-.44-.899A1%201%200%200%201%2016%2014.018V14a1%201%200%200%201%202-.013V14a1%201%200%200%201-.514.874M10%2010a1%201%200%201%201-2%200a1%201%200%200%201%202%200%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.213%202c-.474%200-.891.314-1.021.77l-2.25%207.874a1.062%201.062%200%200%200%201.021%201.354h1.268l-1.17%204.68c-.264%201.055%201.04%201.777%201.795.995l4.815-4.916L11.42%2012h-.183a3%203%200%201%201%20.593-3a2.5%202.5%200%200%201%202.18%201.37l1.524-1.555l.003-.004c.641-.667.18-1.811-.766-1.811h-2.564l1.261-3.594l.003-.008A1.062%201.062%200%200%200%2012.462%202zm10.713%2013.773a2%202%200%200%200%20.797-.756A2%202%200%201%200%2015.268%2013H14.22a.5.5%200%200%201-.475-.342l-.544-1.632A1.5%201.5%200%200%200%2011.78%2010H11a2%202%200%201%200-.268%201h1.047a.5.5%200%200%201%20.475.342l.544%201.632l.008.026q.037.1.085.194a1.5%201.5%200%200%200%201.33.806H15a2%202%200%200%200%202.926%201.773m-.44-.899A1%201%200%200%201%2016%2014.018V14a1%201%200%200%201%202-.013V14a1%201%200%200%201-.514.874M10%2010a1%201%200%201%201-2%200a1%201%200%200%201%202%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/flash-flow-20-filled.svg?color=%231a73e8&size=48