flash-flow-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.

Name
flash-flow-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M4.913 1.714A1 1 0 0 1 5.872 1h4.406a1 1 0 0 1 .936 1.351L10.22 5h2.03a.75.75 0 0 1 .586 1.217L11.577 7.8l-.235-.47a2 2 0 0 0-.11-.185a3 3 0 0 0-.203-.262L11.731 6H9.5a2.5 2.5 0 0 0-.5-.5a.5.5 0 0 1 .031-.176L10.278 2H5.872L4.084 8h.966c.14.688.562 1.273 1.14 1.63l-1.178 4.039a.24.24 0 0 0 .007.174a.26.26 0 0 0 .118.118c.057.03.116.037.164.029a.24.24 0 0 0 .147-.095l3.428-4.307q.09-.06.177-.128l.105.21l.009.017l.35.7l-3.287 4.13c-.854 1.073-2.562.188-2.178-1.128L5.332 9H3.75a.75.75 0 0 1-.72-.964zM7.5 6a1.5 1.5 0 0 1 1.411.99c.147.001.308.009.456.036a1.58 1.58 0 0 1 1.08.75l.983 1.965a.57.57 0 0 0 .384.25c.091.016.174.02.268.019a1.5 1.5 0 1 1 .007 1a3 3 0 0 1-.456-.036a1.58 1.58 0 0 1-1.08-.75L9.57 8.259a.57.57 0 0 0-.384-.25a1.3 1.3 0 0 0-.268-.019A1.5 1.5 0 1 1 7.5 6M8 7.5a.5.5 0 1 0-1 0a.5.5 0 0 0 1 0m6 3a.5.5 0 1 0-1 0a.5.5 0 0 0 1 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentFlashFlow16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.913 1.714A1 1 0 0 1 5.872 1h4.406a1 1 0 0 1 .936 1.351L10.22 5h2.03a.75.75 0 0 1 .586 1.217L11.577 7.8l-.235-.47a2 2 0 0 0-.11-.185a3 3 0 0 0-.203-.262L11.731 6H9.5a2.5 2.5 0 0 0-.5-.5a.5.5 0 0 1 .031-.176L10.278 2H5.872L4.084 8h.966c.14.688.562 1.273 1.14 1.63l-1.178 4.039a.24.24 0 0 0 .007.174a.26.26 0 0 0 .118.118c.057.03.116.037.164.029a.24.24 0 0 0 .147-.095l3.428-4.307q.09-.06.177-.128l.105.21l.009.017l.35.7l-3.287 4.13c-.854 1.073-2.562.188-2.178-1.128L5.332 9H3.75a.75.75 0 0 1-.72-.964zM7.5 6a1.5 1.5 0 0 1 1.411.99c.147.001.308.009.456.036a1.58 1.58 0 0 1 1.08.75l.983 1.965a.57.57 0 0 0 .384.25c.091.016.174.02.268.019a1.5 1.5 0 1 1 .007 1a3 3 0 0 1-.456-.036a1.58 1.58 0 0 1-1.08-.75L9.57 8.259a.57.57 0 0 0-.384-.25a1.3 1.3 0 0 0-.268-.019A1.5 1.5 0 1 1 7.5 6M8 7.5a.5.5 0 1 0-1 0a.5.5 0 0 0 1 0m6 3a.5.5 0 1 0-1 0a.5.5 0 0 0 1 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.913 1.714A1 1 0 0 1 5.872 1h4.406a1 1 0 0 1 .936 1.351L10.22 5h2.03a.75.75 0 0 1 .586 1.217L11.577 7.8l-.235-.47a2 2 0 0 0-.11-.185a3 3 0 0 0-.203-.262L11.731 6H9.5a2.5 2.5 0 0 0-.5-.5a.5.5 0 0 1 .031-.176L10.278 2H5.872L4.084 8h.966c.14.688.562 1.273 1.14 1.63l-1.178 4.039a.24.24 0 0 0 .007.174a.26.26 0 0 0 .118.118c.057.03.116.037.164.029a.24.24 0 0 0 .147-.095l3.428-4.307q.09-.06.177-.128l.105.21l.009.017l.35.7l-3.287 4.13c-.854 1.073-2.562.188-2.178-1.128L5.332 9H3.75a.75.75 0 0 1-.72-.964zM7.5 6a1.5 1.5 0 0 1 1.411.99c.147.001.308.009.456.036a1.58 1.58 0 0 1 1.08.75l.983 1.965a.57.57 0 0 0 .384.25c.091.016.174.02.268.019a1.5 1.5 0 1 1 .007 1a3 3 0 0 1-.456-.036a1.58 1.58 0 0 1-1.08-.75L9.57 8.259a.57.57 0 0 0-.384-.25a1.3 1.3 0 0 0-.268-.019A1.5 1.5 0 1 1 7.5 6M8 7.5a.5.5 0 1 0-1 0a.5.5 0 0 0 1 0m6 3a.5.5 0 1 0-1 0a.5.5 0 0 0 1 0"/></svg>
</template>

CSS

.icon-flash-flow-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.913%201.714A1%201%200%200%201%205.872%201h4.406a1%201%200%200%201%20.936%201.351L10.22%205h2.03a.75.75%200%200%201%20.586%201.217L11.577%207.8l-.235-.47a2%202%200%200%200-.11-.185a3%203%200%200%200-.203-.262L11.731%206H9.5a2.5%202.5%200%200%200-.5-.5a.5.5%200%200%201%20.031-.176L10.278%202H5.872L4.084%208h.966c.14.688.562%201.273%201.14%201.63l-1.178%204.039a.24.24%200%200%200%20.007.174a.26.26%200%200%200%20.118.118c.057.03.116.037.164.029a.24.24%200%200%200%20.147-.095l3.428-4.307q.09-.06.177-.128l.105.21l.009.017l.35.7l-3.287%204.13c-.854%201.073-2.562.188-2.178-1.128L5.332%209H3.75a.75.75%200%200%201-.72-.964zM7.5%206a1.5%201.5%200%200%201%201.411.99c.147.001.308.009.456.036a1.58%201.58%200%200%201%201.08.75l.983%201.965a.57.57%200%200%200%20.384.25c.091.016.174.02.268.019a1.5%201.5%200%201%201%20.007%201a3%203%200%200%201-.456-.036a1.58%201.58%200%200%201-1.08-.75L9.57%208.259a.57.57%200%200%200-.384-.25a1.3%201.3%200%200%200-.268-.019A1.5%201.5%200%201%201%207.5%206M8%207.5a.5.5%200%201%200-1%200a.5.5%200%200%200%201%200m6%203a.5.5%200%201%200-1%200a.5.5%200%200%200%201%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.913%201.714A1%201%200%200%201%205.872%201h4.406a1%201%200%200%201%20.936%201.351L10.22%205h2.03a.75.75%200%200%201%20.586%201.217L11.577%207.8l-.235-.47a2%202%200%200%200-.11-.185a3%203%200%200%200-.203-.262L11.731%206H9.5a2.5%202.5%200%200%200-.5-.5a.5.5%200%200%201%20.031-.176L10.278%202H5.872L4.084%208h.966c.14.688.562%201.273%201.14%201.63l-1.178%204.039a.24.24%200%200%200%20.007.174a.26.26%200%200%200%20.118.118c.057.03.116.037.164.029a.24.24%200%200%200%20.147-.095l3.428-4.307q.09-.06.177-.128l.105.21l.009.017l.35.7l-3.287%204.13c-.854%201.073-2.562.188-2.178-1.128L5.332%209H3.75a.75.75%200%200%201-.72-.964zM7.5%206a1.5%201.5%200%200%201%201.411.99c.147.001.308.009.456.036a1.58%201.58%200%200%201%201.08.75l.983%201.965a.57.57%200%200%200%20.384.25c.091.016.174.02.268.019a1.5%201.5%200%201%201%20.007%201a3%203%200%200%201-.456-.036a1.58%201.58%200%200%201-1.08-.75L9.57%208.259a.57.57%200%200%200-.384-.25a1.3%201.3%200%200%200-.268-.019A1.5%201.5%200%201%201%207.5%206M8%207.5a.5.5%200%201%200-1%200a.5.5%200%200%200%201%200m6%203a.5.5%200%201%200-1%200a.5.5%200%200%200%201%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-16-regular.svg?color=%231a73e8&size=48