flash-auto-rounded from Material Symbols Light by Google · Rounded · Images · Apache-2.0 Free for personal and commercial use.

Name
flash-auto-rounded
Set
Material Symbols Light
Style
Rounded
Category
Images
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More images icons from Material Symbols Light

Use the flash auto icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.533 8.392l-.914 2.325q-.055.123-.156.203t-.25.08q-.24 0-.366-.187q-.126-.188-.04-.404l2.816-7.244q.086-.234.293-.377t.461-.161q.26-.02.476.141t.322.395l2.86 7.233q.086.235-.047.42q-.132.184-.373.184q-.148 0-.261-.07t-.17-.218l-.913-2.32zm.296-.8h3.134l-1.536-4.019h-.089zM6.12 17.265q-.12-.16-.12-.376V13H5q-.671 0-1.143-.472q-.473-.472-.473-1.144V4.617q0-.672.473-1.144Q4.329 3 5 3h3.83q.686 0 1.125.5q.44.5.259 1.116L9 8.789h1.606q.727 0 1.068.636q.342.637-.068 1.252l-4.5 6.56q-.131.186-.31.242q-.18.056-.367 0t-.308-.215"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFlashAutoRounded(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.533 8.392l-.914 2.325q-.055.123-.156.203t-.25.08q-.24 0-.366-.187q-.126-.188-.04-.404l2.816-7.244q.086-.234.293-.377t.461-.161q.26-.02.476.141t.322.395l2.86 7.233q.086.235-.047.42q-.132.184-.373.184q-.148 0-.261-.07t-.17-.218l-.913-2.32zm.296-.8h3.134l-1.536-4.019h-.089zM6.12 17.265q-.12-.16-.12-.376V13H5q-.671 0-1.143-.472q-.473-.472-.473-1.144V4.617q0-.672.473-1.144Q4.329 3 5 3h3.83q.686 0 1.125.5q.44.5.259 1.116L9 8.789h1.606q.727 0 1.068.636q.342.637-.068 1.252l-4.5 6.56q-.131.186-.31.242q-.18.056-.367 0t-.308-.215"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.533 8.392l-.914 2.325q-.055.123-.156.203t-.25.08q-.24 0-.366-.187q-.126-.188-.04-.404l2.816-7.244q.086-.234.293-.377t.461-.161q.26-.02.476.141t.322.395l2.86 7.233q.086.235-.047.42q-.132.184-.373.184q-.148 0-.261-.07t-.17-.218l-.913-2.32zm.296-.8h3.134l-1.536-4.019h-.089zM6.12 17.265q-.12-.16-.12-.376V13H5q-.671 0-1.143-.472q-.473-.472-.473-1.144V4.617q0-.672.473-1.144Q4.329 3 5 3h3.83q.686 0 1.125.5q.44.5.259 1.116L9 8.789h1.606q.727 0 1.068.636q.342.637-.068 1.252l-4.5 6.56q-.131.186-.31.242q-.18.056-.367 0t-.308-.215"/></svg>
</template>

CSS

.icon-flash-auto-rounded {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16.533%208.392l-.914%202.325q-.055.123-.156.203t-.25.08q-.24%200-.366-.187q-.126-.188-.04-.404l2.816-7.244q.086-.234.293-.377t.461-.161q.26-.02.476.141t.322.395l2.86%207.233q.086.235-.047.42q-.132.184-.373.184q-.148%200-.261-.07t-.17-.218l-.913-2.32zm.296-.8h3.134l-1.536-4.019h-.089zM6.12%2017.265q-.12-.16-.12-.376V13H5q-.671%200-1.143-.472q-.473-.472-.473-1.144V4.617q0-.672.473-1.144Q4.329%203%205%203h3.83q.686%200%201.125.5q.44.5.259%201.116L9%208.789h1.606q.727%200%201.068.636q.342.637-.068%201.252l-4.5%206.56q-.131.186-.31.242q-.18.056-.367%200t-.308-.215%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m16.533%208.392l-.914%202.325q-.055.123-.156.203t-.25.08q-.24%200-.366-.187q-.126-.188-.04-.404l2.816-7.244q.086-.234.293-.377t.461-.161q.26-.02.476.141t.322.395l2.86%207.233q.086.235-.047.42q-.132.184-.373.184q-.148%200-.261-.07t-.17-.218l-.913-2.32zm.296-.8h3.134l-1.536-4.019h-.089zM6.12%2017.265q-.12-.16-.12-.376V13H5q-.671%200-1.143-.472q-.473-.472-.473-1.144V4.617q0-.672.473-1.144Q4.329%203%205%203h3.83q.686%200%201.125.5q.44.5.259%201.116L9%208.789h1.606q.727%200%201.068.636q.342.637-.068%201.252l-4.5%206.56q-.131.186-.31.242q-.18.056-.367%200t-.308-.215%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/flash-auto-rounded.svg?color=%231a73e8&size=48