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

Name
flare
Set
Material Symbols
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

The same icon in other sets

More images icons from Material Symbols

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="M1 13v-2h6v2zm6.75-3.85l-2.1-2.1l1.4-1.4l2.1 2.1zM11 7V1h2v6zm5.25 2.15l-1.4-1.4l2.1-2.1l1.4 1.4zM17 13v-2h6v2zm-7.125 1.125Q9 13.25 9 12t.875-2.125T12 9t2.125.875T15 12t-.875 2.125T12 15t-2.125-.875m7.075 4.225l-2.1-2.1l1.4-1.4l2.1 2.1zm-9.9 0l-1.4-1.4l2.1-2.1l1.4 1.4zM11 23v-6h2v6z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsFlare(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="M1 13v-2h6v2zm6.75-3.85l-2.1-2.1l1.4-1.4l2.1 2.1zM11 7V1h2v6zm5.25 2.15l-1.4-1.4l2.1-2.1l1.4 1.4zM17 13v-2h6v2zm-7.125 1.125Q9 13.25 9 12t.875-2.125T12 9t2.125.875T15 12t-.875 2.125T12 15t-2.125-.875m7.075 4.225l-2.1-2.1l1.4-1.4l2.1 2.1zm-9.9 0l-1.4-1.4l2.1-2.1l1.4 1.4zM11 23v-6h2v6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M1 13v-2h6v2zm6.75-3.85l-2.1-2.1l1.4-1.4l2.1 2.1zM11 7V1h2v6zm5.25 2.15l-1.4-1.4l2.1-2.1l1.4 1.4zM17 13v-2h6v2zm-7.125 1.125Q9 13.25 9 12t.875-2.125T12 9t2.125.875T15 12t-.875 2.125T12 15t-2.125-.875m7.075 4.225l-2.1-2.1l1.4-1.4l2.1 2.1zm-9.9 0l-1.4-1.4l2.1-2.1l1.4 1.4zM11 23v-6h2v6z"/></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%22M1%2013v-2h6v2zm6.75-3.85l-2.1-2.1l1.4-1.4l2.1%202.1zM11%207V1h2v6zm5.25%202.15l-1.4-1.4l2.1-2.1l1.4%201.4zM17%2013v-2h6v2zm-7.125%201.125Q9%2013.25%209%2012t.875-2.125T12%209t2.125.875T15%2012t-.875%202.125T12%2015t-2.125-.875m7.075%204.225l-2.1-2.1l1.4-1.4l2.1%202.1zm-9.9%200l-1.4-1.4l2.1-2.1l1.4%201.4zM11%2023v-6h2v6z%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%22M1%2013v-2h6v2zm6.75-3.85l-2.1-2.1l1.4-1.4l2.1%202.1zM11%207V1h2v6zm5.25%202.15l-1.4-1.4l2.1-2.1l1.4%201.4zM17%2013v-2h6v2zm-7.125%201.125Q9%2013.25%209%2012t.875-2.125T12%209t2.125.875T15%2012t-.875%202.125T12%2015t-2.125-.875m7.075%204.225l-2.1-2.1l1.4-1.4l2.1%202.1zm-9.9%200l-1.4-1.4l2.1-2.1l1.4%201.4zM11%2023v-6h2v6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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