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

Name
flare-rounded
Set
Material Symbols Light
Style
Rounded
Category
Images
Viewbox
24×24
License
Apache 2.0
Aliases
flare-outline-rounded

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="M7.088 12.357q-.144.143-.357.143h-4q-.214 0-.357-.143T2.231 12t.143-.357t.357-.143h4q.213 0 .357.143T7.23 12t-.143.357m1.516-3.753q-.16.16-.354.16t-.354-.16L6.812 7.519q-.14-.14-.15-.344t.15-.363t.354-.16t.353.16l1.085 1.084q.14.14.15.345q.01.203-.15.363M11.5 6.73v-4q0-.214.143-.357T12 2.231t.357.143t.143.357v4q0 .213-.143.357T12 7.23t-.357-.143t-.143-.357m3.896 1.873q-.16-.16-.16-.354t.16-.354l1.085-1.084q.14-.14.344-.15t.364.15t.159.354t-.16.353l-1.084 1.085q-.14.14-.345.15q-.203.01-.363-.15m1.516 3.04q.144-.144.357-.144h4q.214 0 .357.143t.143.357t-.143.357t-.357.143h-4q-.213 0-.356-.143T16.769 12t.144-.357m-6.336 1.78Q10 12.846 10 12t.577-1.423T12 10t1.423.577T14 12t-.577 1.423T12 14t-1.423-.577m4.82 1.973q.159-.16.353-.16t.354.16l1.085 1.085q.14.14.15.344t-.15.364t-.354.159t-.354-.16l-1.085-1.084q-.14-.14-.15-.345q-.01-.203.15-.363m-6.792 0q.16.16.16.354t-.16.354l-1.085 1.084q-.14.14-.344.15t-.363-.15t-.16-.354t.16-.353l1.084-1.085q.14-.14.345-.15q.203-.01.363.15m3.753 1.516q.143.144.143.357v4q0 .214-.143.357t-.357.143t-.357-.143t-.143-.357v-4q0-.213.143-.356t.357-.144t.357.144"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFlareRounded(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="M7.088 12.357q-.144.143-.357.143h-4q-.214 0-.357-.143T2.231 12t.143-.357t.357-.143h4q.213 0 .357.143T7.23 12t-.143.357m1.516-3.753q-.16.16-.354.16t-.354-.16L6.812 7.519q-.14-.14-.15-.344t.15-.363t.354-.16t.353.16l1.085 1.084q.14.14.15.345q.01.203-.15.363M11.5 6.73v-4q0-.214.143-.357T12 2.231t.357.143t.143.357v4q0 .213-.143.357T12 7.23t-.357-.143t-.143-.357m3.896 1.873q-.16-.16-.16-.354t.16-.354l1.085-1.084q.14-.14.344-.15t.364.15t.159.354t-.16.353l-1.084 1.085q-.14.14-.345.15q-.203.01-.363-.15m1.516 3.04q.144-.144.357-.144h4q.214 0 .357.143t.143.357t-.143.357t-.357.143h-4q-.213 0-.356-.143T16.769 12t.144-.357m-6.336 1.78Q10 12.846 10 12t.577-1.423T12 10t1.423.577T14 12t-.577 1.423T12 14t-1.423-.577m4.82 1.973q.159-.16.353-.16t.354.16l1.085 1.085q.14.14.15.344t-.15.364t-.354.159t-.354-.16l-1.085-1.084q-.14-.14-.15-.345q-.01-.203.15-.363m-6.792 0q.16.16.16.354t-.16.354l-1.085 1.084q-.14.14-.344.15t-.363-.15t-.16-.354t.16-.353l1.084-1.085q.14-.14.345-.15q.203-.01.363.15m3.753 1.516q.143.144.143.357v4q0 .214-.143.357t-.357.143t-.357-.143t-.143-.357v-4q0-.213.143-.356t.357-.144t.357.144"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.088 12.357q-.144.143-.357.143h-4q-.214 0-.357-.143T2.231 12t.143-.357t.357-.143h4q.213 0 .357.143T7.23 12t-.143.357m1.516-3.753q-.16.16-.354.16t-.354-.16L6.812 7.519q-.14-.14-.15-.344t.15-.363t.354-.16t.353.16l1.085 1.084q.14.14.15.345q.01.203-.15.363M11.5 6.73v-4q0-.214.143-.357T12 2.231t.357.143t.143.357v4q0 .213-.143.357T12 7.23t-.357-.143t-.143-.357m3.896 1.873q-.16-.16-.16-.354t.16-.354l1.085-1.084q.14-.14.344-.15t.364.15t.159.354t-.16.353l-1.084 1.085q-.14.14-.345.15q-.203.01-.363-.15m1.516 3.04q.144-.144.357-.144h4q.214 0 .357.143t.143.357t-.143.357t-.357.143h-4q-.213 0-.356-.143T16.769 12t.144-.357m-6.336 1.78Q10 12.846 10 12t.577-1.423T12 10t1.423.577T14 12t-.577 1.423T12 14t-1.423-.577m4.82 1.973q.159-.16.353-.16t.354.16l1.085 1.085q.14.14.15.344t-.15.364t-.354.159t-.354-.16l-1.085-1.084q-.14-.14-.15-.345q-.01-.203.15-.363m-6.792 0q.16.16.16.354t-.16.354l-1.085 1.084q-.14.14-.344.15t-.363-.15t-.16-.354t.16-.353l1.084-1.085q.14-.14.345-.15q.203-.01.363.15m3.753 1.516q.143.144.143.357v4q0 .214-.143.357t-.357.143t-.357-.143t-.143-.357v-4q0-.213.143-.356t.357-.144t.357.144"/></svg>
</template>

CSS

.icon-flare-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%22M7.088%2012.357q-.144.143-.357.143h-4q-.214%200-.357-.143T2.231%2012t.143-.357t.357-.143h4q.213%200%20.357.143T7.23%2012t-.143.357m1.516-3.753q-.16.16-.354.16t-.354-.16L6.812%207.519q-.14-.14-.15-.344t.15-.363t.354-.16t.353.16l1.085%201.084q.14.14.15.345q.01.203-.15.363M11.5%206.73v-4q0-.214.143-.357T12%202.231t.357.143t.143.357v4q0%20.213-.143.357T12%207.23t-.357-.143t-.143-.357m3.896%201.873q-.16-.16-.16-.354t.16-.354l1.085-1.084q.14-.14.344-.15t.364.15t.159.354t-.16.353l-1.084%201.085q-.14.14-.345.15q-.203.01-.363-.15m1.516%203.04q.144-.144.357-.144h4q.214%200%20.357.143t.143.357t-.143.357t-.357.143h-4q-.213%200-.356-.143T16.769%2012t.144-.357m-6.336%201.78Q10%2012.846%2010%2012t.577-1.423T12%2010t1.423.577T14%2012t-.577%201.423T12%2014t-1.423-.577m4.82%201.973q.159-.16.353-.16t.354.16l1.085%201.085q.14.14.15.344t-.15.364t-.354.159t-.354-.16l-1.085-1.084q-.14-.14-.15-.345q-.01-.203.15-.363m-6.792%200q.16.16.16.354t-.16.354l-1.085%201.084q-.14.14-.344.15t-.363-.15t-.16-.354t.16-.353l1.084-1.085q.14-.14.345-.15q.203-.01.363.15m3.753%201.516q.143.144.143.357v4q0%20.214-.143.357t-.357.143t-.357-.143t-.143-.357v-4q0-.213.143-.356t.357-.144t.357.144%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%22M7.088%2012.357q-.144.143-.357.143h-4q-.214%200-.357-.143T2.231%2012t.143-.357t.357-.143h4q.213%200%20.357.143T7.23%2012t-.143.357m1.516-3.753q-.16.16-.354.16t-.354-.16L6.812%207.519q-.14-.14-.15-.344t.15-.363t.354-.16t.353.16l1.085%201.084q.14.14.15.345q.01.203-.15.363M11.5%206.73v-4q0-.214.143-.357T12%202.231t.357.143t.143.357v4q0%20.213-.143.357T12%207.23t-.357-.143t-.143-.357m3.896%201.873q-.16-.16-.16-.354t.16-.354l1.085-1.084q.14-.14.344-.15t.364.15t.159.354t-.16.353l-1.084%201.085q-.14.14-.345.15q-.203.01-.363-.15m1.516%203.04q.144-.144.357-.144h4q.214%200%20.357.143t.143.357t-.143.357t-.357.143h-4q-.213%200-.356-.143T16.769%2012t.144-.357m-6.336%201.78Q10%2012.846%2010%2012t.577-1.423T12%2010t1.423.577T14%2012t-.577%201.423T12%2014t-1.423-.577m4.82%201.973q.159-.16.353-.16t.354.16l1.085%201.085q.14.14.15.344t-.15.364t-.354.159t-.354-.16l-1.085-1.084q-.14-.14-.15-.345q-.01-.203.15-.363m-6.792%200q.16.16.16.354t-.16.354l-1.085%201.084q-.14.14-.344.15t-.363-.15t-.16-.354t.16-.353l1.084-1.085q.14-.14.345-.15q.203-.01.363.15m3.753%201.516q.143.144.143.357v4q0%20.214-.143.357t-.357.143t-.357-.143t-.143-.357v-4q0-.213.143-.356t.357-.144t.357.144%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-rounded.svg?color=%231a73e8&size=48