flash flow icon
flash-flow-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- flash-flow-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- 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="M6.192 2.77c.13-.456.547-.77 1.021-.77h5.25c.724 0 1.236.71 1.007 1.398l-.003.008L12.208 7h2.563c.946 0 1.407 1.144.766 1.811l-.003.004l-1.524 1.555a2.5 2.5 0 0 0-.627-.789l1.434-1.463a.06.06 0 0 0 .017-.032a.1.1 0 0 0-.007-.044a.1.1 0 0 0-.025-.034q-.006-.007-.031-.008H11.5a.5.5 0 0 1-.471-.666l1.493-4.254a.062.062 0 0 0-.06-.08H7.213a.06.06 0 0 0-.06.045l-2.25 7.874c-.01.04.019.08.06.08H6.17c.194.55.544 1.026.997 1.376L6.031 16.92a.1.1 0 0 0-.003.029q0 .006.003.011q.005.013.03.03a.1.1 0 0 0 .042.01l.01-.004a.1.1 0 0 0 .024-.018l.003-.004l4.205-4.292c.339-.17.64-.403.891-.682h.183l.252.757l-4.815 4.916c-.754.782-2.059.06-1.795-.996l1.17-4.679H4.963a1.062 1.062 0 0 1-1.021-1.354zm12.53 12.247A1.99 1.99 0 0 1 17 16a2 2 0 0 1-1.999-2h-.78a1.5 1.5 0 0 1-1.414-1l-.008-.026l-.544-1.632A.5.5 0 0 0 11.78 11h-1.047A2 2 0 0 1 7 10a2 2 0 0 1 4 0h.78a1.5 1.5 0 0 1 1.422 1.026l.544 1.632a.5.5 0 0 0 .475.342h1.047A2 2 0 0 1 19 14c0 .371-.101.719-.277 1.017M17 15a1 1 0 0 0 1-1v-.013l-.001-.038A1 1 0 0 0 16 14v.018A1 1 0 0 0 17 15m-8-4a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></svg>
React
import type { SVGProps } from "react";
export function FluentFlashFlow20Regular(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="M6.192 2.77c.13-.456.547-.77 1.021-.77h5.25c.724 0 1.236.71 1.007 1.398l-.003.008L12.208 7h2.563c.946 0 1.407 1.144.766 1.811l-.003.004l-1.524 1.555a2.5 2.5 0 0 0-.627-.789l1.434-1.463a.06.06 0 0 0 .017-.032a.1.1 0 0 0-.007-.044a.1.1 0 0 0-.025-.034q-.006-.007-.031-.008H11.5a.5.5 0 0 1-.471-.666l1.493-4.254a.062.062 0 0 0-.06-.08H7.213a.06.06 0 0 0-.06.045l-2.25 7.874c-.01.04.019.08.06.08H6.17c.194.55.544 1.026.997 1.376L6.031 16.92a.1.1 0 0 0-.003.029q0 .006.003.011q.005.013.03.03a.1.1 0 0 0 .042.01l.01-.004a.1.1 0 0 0 .024-.018l.003-.004l4.205-4.292c.339-.17.64-.403.891-.682h.183l.252.757l-4.815 4.916c-.754.782-2.059.06-1.795-.996l1.17-4.679H4.963a1.062 1.062 0 0 1-1.021-1.354zm12.53 12.247A1.99 1.99 0 0 1 17 16a2 2 0 0 1-1.999-2h-.78a1.5 1.5 0 0 1-1.414-1l-.008-.026l-.544-1.632A.5.5 0 0 0 11.78 11h-1.047A2 2 0 0 1 7 10a2 2 0 0 1 4 0h.78a1.5 1.5 0 0 1 1.422 1.026l.544 1.632a.5.5 0 0 0 .475.342h1.047A2 2 0 0 1 19 14c0 .371-.101.719-.277 1.017M17 15a1 1 0 0 0 1-1v-.013l-.001-.038A1 1 0 0 0 16 14v.018A1 1 0 0 0 17 15m-8-4a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6.192 2.77c.13-.456.547-.77 1.021-.77h5.25c.724 0 1.236.71 1.007 1.398l-.003.008L12.208 7h2.563c.946 0 1.407 1.144.766 1.811l-.003.004l-1.524 1.555a2.5 2.5 0 0 0-.627-.789l1.434-1.463a.06.06 0 0 0 .017-.032a.1.1 0 0 0-.007-.044a.1.1 0 0 0-.025-.034q-.006-.007-.031-.008H11.5a.5.5 0 0 1-.471-.666l1.493-4.254a.062.062 0 0 0-.06-.08H7.213a.06.06 0 0 0-.06.045l-2.25 7.874c-.01.04.019.08.06.08H6.17c.194.55.544 1.026.997 1.376L6.031 16.92a.1.1 0 0 0-.003.029q0 .006.003.011q.005.013.03.03a.1.1 0 0 0 .042.01l.01-.004a.1.1 0 0 0 .024-.018l.003-.004l4.205-4.292c.339-.17.64-.403.891-.682h.183l.252.757l-4.815 4.916c-.754.782-2.059.06-1.795-.996l1.17-4.679H4.963a1.062 1.062 0 0 1-1.021-1.354zm12.53 12.247A1.99 1.99 0 0 1 17 16a2 2 0 0 1-1.999-2h-.78a1.5 1.5 0 0 1-1.414-1l-.008-.026l-.544-1.632A.5.5 0 0 0 11.78 11h-1.047A2 2 0 0 1 7 10a2 2 0 0 1 4 0h.78a1.5 1.5 0 0 1 1.422 1.026l.544 1.632a.5.5 0 0 0 .475.342h1.047A2 2 0 0 1 19 14c0 .371-.101.719-.277 1.017M17 15a1 1 0 0 0 1-1v-.013l-.001-.038A1 1 0 0 0 16 14v.018A1 1 0 0 0 17 15m-8-4a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></svg> </template>
CSS
.icon-flash-flow-20-regular {
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%22M6.192%202.77c.13-.456.547-.77%201.021-.77h5.25c.724%200%201.236.71%201.007%201.398l-.003.008L12.208%207h2.563c.946%200%201.407%201.144.766%201.811l-.003.004l-1.524%201.555a2.5%202.5%200%200%200-.627-.789l1.434-1.463a.06.06%200%200%200%20.017-.032a.1.1%200%200%200-.007-.044a.1.1%200%200%200-.025-.034q-.006-.007-.031-.008H11.5a.5.5%200%200%201-.471-.666l1.493-4.254a.062.062%200%200%200-.06-.08H7.213a.06.06%200%200%200-.06.045l-2.25%207.874c-.01.04.019.08.06.08H6.17c.194.55.544%201.026.997%201.376L6.031%2016.92a.1.1%200%200%200-.003.029q0%20.006.003.011q.005.013.03.03a.1.1%200%200%200%20.042.01l.01-.004a.1.1%200%200%200%20.024-.018l.003-.004l4.205-4.292c.339-.17.64-.403.891-.682h.183l.252.757l-4.815%204.916c-.754.782-2.059.06-1.795-.996l1.17-4.679H4.963a1.062%201.062%200%200%201-1.021-1.354zm12.53%2012.247A1.99%201.99%200%200%201%2017%2016a2%202%200%200%201-1.999-2h-.78a1.5%201.5%200%200%201-1.414-1l-.008-.026l-.544-1.632A.5.5%200%200%200%2011.78%2011h-1.047A2%202%200%200%201%207%2010a2%202%200%200%201%204%200h.78a1.5%201.5%200%200%201%201.422%201.026l.544%201.632a.5.5%200%200%200%20.475.342h1.047A2%202%200%200%201%2019%2014c0%20.371-.101.719-.277%201.017M17%2015a1%201%200%200%200%201-1v-.013l-.001-.038A1%201%200%200%200%2016%2014v.018A1%201%200%200%200%2017%2015m-8-4a1%201%200%201%200%200-2a1%201%200%200%200%200%202%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%22M6.192%202.77c.13-.456.547-.77%201.021-.77h5.25c.724%200%201.236.71%201.007%201.398l-.003.008L12.208%207h2.563c.946%200%201.407%201.144.766%201.811l-.003.004l-1.524%201.555a2.5%202.5%200%200%200-.627-.789l1.434-1.463a.06.06%200%200%200%20.017-.032a.1.1%200%200%200-.007-.044a.1.1%200%200%200-.025-.034q-.006-.007-.031-.008H11.5a.5.5%200%200%201-.471-.666l1.493-4.254a.062.062%200%200%200-.06-.08H7.213a.06.06%200%200%200-.06.045l-2.25%207.874c-.01.04.019.08.06.08H6.17c.194.55.544%201.026.997%201.376L6.031%2016.92a.1.1%200%200%200-.003.029q0%20.006.003.011q.005.013.03.03a.1.1%200%200%200%20.042.01l.01-.004a.1.1%200%200%200%20.024-.018l.003-.004l4.205-4.292c.339-.17.64-.403.891-.682h.183l.252.757l-4.815%204.916c-.754.782-2.059.06-1.795-.996l1.17-4.679H4.963a1.062%201.062%200%200%201-1.021-1.354zm12.53%2012.247A1.99%201.99%200%200%201%2017%2016a2%202%200%200%201-1.999-2h-.78a1.5%201.5%200%200%201-1.414-1l-.008-.026l-.544-1.632A.5.5%200%200%200%2011.78%2011h-1.047A2%202%200%200%201%207%2010a2%202%200%200%201%204%200h.78a1.5%201.5%200%200%201%201.422%201.026l.544%201.632a.5.5%200%200%200%20.475.342h1.047A2%202%200%200%201%2019%2014c0%20.371-.101.719-.277%201.017M17%2015a1%201%200%200%200%201-1v-.013l-.001-.038A1%201%200%200%200%2016%2014v.018A1%201%200%200%200%2017%2015m-8-4a1%201%200%201%200%200-2a1%201%200%200%200%200%202%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-regular.svg?color=%231a73e8&size=48