flare from Material Symbols Light by Google · Regular · Images · Apache-2.0 Free for personal and commercial use.

Name
flare
Set
Material Symbols Light
Style
Regular
Category
Images
Viewbox
24×24
License
Apache 2.0
Aliases
flare-outline, flare-outline-sharp, flare-sharp

1 other variant in Material Symbols Light

The same icon in other sets

More images icons from Material Symbols Light

Use the flare icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.23 12.5v-1h5v1zm6.02-3.542L6.458 7.166l.707-.708L8.958 8.25zM11.5 7.23v-5h1v5zm4.25 1.727l-.708-.708l1.793-1.792l.707.707zm1.02 3.542v-1h5v1zm-6.193.923Q10 12.846 10 12t.577-1.423T12 10t1.423.577T14 12t-.577 1.423T12 14t-1.423-.577m6.258 4.12l-1.793-1.793l.708-.708l1.792 1.793zm-9.67 0l-.707-.708l1.792-1.793l.708.708zm4.335 4.226v-5h1v5z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFlare(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="M2.23 12.5v-1h5v1zm6.02-3.542L6.458 7.166l.707-.708L8.958 8.25zM11.5 7.23v-5h1v5zm4.25 1.727l-.708-.708l1.793-1.792l.707.707zm1.02 3.542v-1h5v1zm-6.193.923Q10 12.846 10 12t.577-1.423T12 10t1.423.577T14 12t-.577 1.423T12 14t-1.423-.577m6.258 4.12l-1.793-1.793l.708-.708l1.792 1.793zm-9.67 0l-.707-.708l1.792-1.793l.708.708zm4.335 4.226v-5h1v5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.23 12.5v-1h5v1zm6.02-3.542L6.458 7.166l.707-.708L8.958 8.25zM11.5 7.23v-5h1v5zm4.25 1.727l-.708-.708l1.793-1.792l.707.707zm1.02 3.542v-1h5v1zm-6.193.923Q10 12.846 10 12t.577-1.423T12 10t1.423.577T14 12t-.577 1.423T12 14t-1.423-.577m6.258 4.12l-1.793-1.793l.708-.708l1.792 1.793zm-9.67 0l-.707-.708l1.792-1.793l.708.708zm4.335 4.226v-5h1v5z"/></svg>
</template>

CSS

.icon-flare {
  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%22M2.23%2012.5v-1h5v1zm6.02-3.542L6.458%207.166l.707-.708L8.958%208.25zM11.5%207.23v-5h1v5zm4.25%201.727l-.708-.708l1.793-1.792l.707.707zm1.02%203.542v-1h5v1zm-6.193.923Q10%2012.846%2010%2012t.577-1.423T12%2010t1.423.577T14%2012t-.577%201.423T12%2014t-1.423-.577m6.258%204.12l-1.793-1.793l.708-.708l1.792%201.793zm-9.67%200l-.707-.708l1.792-1.793l.708.708zm4.335%204.226v-5h1v5z%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%22M2.23%2012.5v-1h5v1zm6.02-3.542L6.458%207.166l.707-.708L8.958%208.25zM11.5%207.23v-5h1v5zm4.25%201.727l-.708-.708l1.793-1.792l.707.707zm1.02%203.542v-1h5v1zm-6.193.923Q10%2012.846%2010%2012t.577-1.423T12%2010t1.423.577T14%2012t-.577%201.423T12%2014t-1.423-.577m6.258%204.12l-1.793-1.793l.708-.708l1.792%201.793zm-9.67%200l-.707-.708l1.792-1.793l.708.708zm4.335%204.226v-5h1v5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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