hexagon-sparkle-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.

Name
hexagon-sparkle-48-regular
Set
Fluent UI System Icons
Style
48 Regular
Viewbox
48×48
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the hexagon sparkle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M25.361 6a3.1 3.1 0 0 0-.801.77a3 3 0 0 0-.563 1.73h-8.571a.75.75 0 0 0-.655.386l-8.208 14.75a.75.75 0 0 0 0 .728l8.208 14.75a.75.75 0 0 0 .655.386h17.148a.75.75 0 0 0 .656-.386l7.622-13.7q.07.065.147.126a2.56 2.56 0 0 0 2.148.374a3 3 0 0 0 .36-.13L35.414 40.33a3.25 3.25 0 0 1-2.84 1.67H15.426a3.25 3.25 0 0 1-2.84-1.67L4.379 25.58a3.25 3.25 0 0 1 0-3.16l8.207-14.75A3.25 3.25 0 0 1 15.426 6zm17.112 9a.55.55 0 0 1 .512.363l.449 1.376a2.84 2.84 0 0 0 1.797 1.797l1.378.447l.028.007a.55.55 0 0 1 .363.514a.54.54 0 0 1-.363.513l-1.378.447a2.84 2.84 0 0 0-1.798 1.797l-.448 1.376l-.016.04v.009a.546.546 0 0 1-.811.224a.55.55 0 0 1-.2-.262l-.447-1.378a2.84 2.84 0 0 0-1.357-1.61l-.003-.015a3 3 0 0 0-.438-.188l-1.378-.447a.55.55 0 0 1-.363-.514a.54.54 0 0 1 .363-.513l1.378-.447a2.84 2.84 0 0 0 1.77-1.797l.448-1.376a.55.55 0 0 1 .514-.363M34.448 0a1.03 1.03 0 0 1 .969.686l.846 2.6a5.36 5.36 0 0 0 3.396 3.394l2.603.844l.051.014a1.03 1.03 0 0 1 .687.969a1.03 1.03 0 0 1-.687.969l-2.602.844a5.36 5.36 0 0 0-3.396 3.394l-.845 2.6l-.026.065a1.028 1.028 0 0 1-1.914-.065l-.845-2.6a5.36 5.36 0 0 0-3.397-3.406l-2.602-.846a1.028 1.028 0 0 1 0-1.938l2.602-.844a5.36 5.36 0 0 0 3.323-3.33l.022-.064l.845-2.6a1.03 1.03 0 0 1 .97-.686"/></svg>

React

import type { SVGProps } from "react";

export function FluentHexagonSparkle48Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M25.361 6a3.1 3.1 0 0 0-.801.77a3 3 0 0 0-.563 1.73h-8.571a.75.75 0 0 0-.655.386l-8.208 14.75a.75.75 0 0 0 0 .728l8.208 14.75a.75.75 0 0 0 .655.386h17.148a.75.75 0 0 0 .656-.386l7.622-13.7q.07.065.147.126a2.56 2.56 0 0 0 2.148.374a3 3 0 0 0 .36-.13L35.414 40.33a3.25 3.25 0 0 1-2.84 1.67H15.426a3.25 3.25 0 0 1-2.84-1.67L4.379 25.58a3.25 3.25 0 0 1 0-3.16l8.207-14.75A3.25 3.25 0 0 1 15.426 6zm17.112 9a.55.55 0 0 1 .512.363l.449 1.376a2.84 2.84 0 0 0 1.797 1.797l1.378.447l.028.007a.55.55 0 0 1 .363.514a.54.54 0 0 1-.363.513l-1.378.447a2.84 2.84 0 0 0-1.798 1.797l-.448 1.376l-.016.04v.009a.546.546 0 0 1-.811.224a.55.55 0 0 1-.2-.262l-.447-1.378a2.84 2.84 0 0 0-1.357-1.61l-.003-.015a3 3 0 0 0-.438-.188l-1.378-.447a.55.55 0 0 1-.363-.514a.54.54 0 0 1 .363-.513l1.378-.447a2.84 2.84 0 0 0 1.77-1.797l.448-1.376a.55.55 0 0 1 .514-.363M34.448 0a1.03 1.03 0 0 1 .969.686l.846 2.6a5.36 5.36 0 0 0 3.396 3.394l2.603.844l.051.014a1.03 1.03 0 0 1 .687.969a1.03 1.03 0 0 1-.687.969l-2.602.844a5.36 5.36 0 0 0-3.396 3.394l-.845 2.6l-.026.065a1.028 1.028 0 0 1-1.914-.065l-.845-2.6a5.36 5.36 0 0 0-3.397-3.406l-2.602-.846a1.028 1.028 0 0 1 0-1.938l2.602-.844a5.36 5.36 0 0 0 3.323-3.33l.022-.064l.845-2.6a1.03 1.03 0 0 1 .97-.686"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M25.361 6a3.1 3.1 0 0 0-.801.77a3 3 0 0 0-.563 1.73h-8.571a.75.75 0 0 0-.655.386l-8.208 14.75a.75.75 0 0 0 0 .728l8.208 14.75a.75.75 0 0 0 .655.386h17.148a.75.75 0 0 0 .656-.386l7.622-13.7q.07.065.147.126a2.56 2.56 0 0 0 2.148.374a3 3 0 0 0 .36-.13L35.414 40.33a3.25 3.25 0 0 1-2.84 1.67H15.426a3.25 3.25 0 0 1-2.84-1.67L4.379 25.58a3.25 3.25 0 0 1 0-3.16l8.207-14.75A3.25 3.25 0 0 1 15.426 6zm17.112 9a.55.55 0 0 1 .512.363l.449 1.376a2.84 2.84 0 0 0 1.797 1.797l1.378.447l.028.007a.55.55 0 0 1 .363.514a.54.54 0 0 1-.363.513l-1.378.447a2.84 2.84 0 0 0-1.798 1.797l-.448 1.376l-.016.04v.009a.546.546 0 0 1-.811.224a.55.55 0 0 1-.2-.262l-.447-1.378a2.84 2.84 0 0 0-1.357-1.61l-.003-.015a3 3 0 0 0-.438-.188l-1.378-.447a.55.55 0 0 1-.363-.514a.54.54 0 0 1 .363-.513l1.378-.447a2.84 2.84 0 0 0 1.77-1.797l.448-1.376a.55.55 0 0 1 .514-.363M34.448 0a1.03 1.03 0 0 1 .969.686l.846 2.6a5.36 5.36 0 0 0 3.396 3.394l2.603.844l.051.014a1.03 1.03 0 0 1 .687.969a1.03 1.03 0 0 1-.687.969l-2.602.844a5.36 5.36 0 0 0-3.396 3.394l-.845 2.6l-.026.065a1.028 1.028 0 0 1-1.914-.065l-.845-2.6a5.36 5.36 0 0 0-3.397-3.406l-2.602-.846a1.028 1.028 0 0 1 0-1.938l2.602-.844a5.36 5.36 0 0 0 3.323-3.33l.022-.064l.845-2.6a1.03 1.03 0 0 1 .97-.686"/></svg>
</template>

CSS

.icon-hexagon-sparkle-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25.361%206a3.1%203.1%200%200%200-.801.77a3%203%200%200%200-.563%201.73h-8.571a.75.75%200%200%200-.655.386l-8.208%2014.75a.75.75%200%200%200%200%20.728l8.208%2014.75a.75.75%200%200%200%20.655.386h17.148a.75.75%200%200%200%20.656-.386l7.622-13.7q.07.065.147.126a2.56%202.56%200%200%200%202.148.374a3%203%200%200%200%20.36-.13L35.414%2040.33a3.25%203.25%200%200%201-2.84%201.67H15.426a3.25%203.25%200%200%201-2.84-1.67L4.379%2025.58a3.25%203.25%200%200%201%200-3.16l8.207-14.75A3.25%203.25%200%200%201%2015.426%206zm17.112%209a.55.55%200%200%201%20.512.363l.449%201.376a2.84%202.84%200%200%200%201.797%201.797l1.378.447l.028.007a.55.55%200%200%201%20.363.514a.54.54%200%200%201-.363.513l-1.378.447a2.84%202.84%200%200%200-1.798%201.797l-.448%201.376l-.016.04v.009a.546.546%200%200%201-.811.224a.55.55%200%200%201-.2-.262l-.447-1.378a2.84%202.84%200%200%200-1.357-1.61l-.003-.015a3%203%200%200%200-.438-.188l-1.378-.447a.55.55%200%200%201-.363-.514a.54.54%200%200%201%20.363-.513l1.378-.447a2.84%202.84%200%200%200%201.77-1.797l.448-1.376a.55.55%200%200%201%20.514-.363M34.448%200a1.03%201.03%200%200%201%20.969.686l.846%202.6a5.36%205.36%200%200%200%203.396%203.394l2.603.844l.051.014a1.03%201.03%200%200%201%20.687.969a1.03%201.03%200%200%201-.687.969l-2.602.844a5.36%205.36%200%200%200-3.396%203.394l-.845%202.6l-.026.065a1.028%201.028%200%200%201-1.914-.065l-.845-2.6a5.36%205.36%200%200%200-3.397-3.406l-2.602-.846a1.028%201.028%200%200%201%200-1.938l2.602-.844a5.36%205.36%200%200%200%203.323-3.33l.022-.064l.845-2.6a1.03%201.03%200%200%201%20.97-.686%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25.361%206a3.1%203.1%200%200%200-.801.77a3%203%200%200%200-.563%201.73h-8.571a.75.75%200%200%200-.655.386l-8.208%2014.75a.75.75%200%200%200%200%20.728l8.208%2014.75a.75.75%200%200%200%20.655.386h17.148a.75.75%200%200%200%20.656-.386l7.622-13.7q.07.065.147.126a2.56%202.56%200%200%200%202.148.374a3%203%200%200%200%20.36-.13L35.414%2040.33a3.25%203.25%200%200%201-2.84%201.67H15.426a3.25%203.25%200%200%201-2.84-1.67L4.379%2025.58a3.25%203.25%200%200%201%200-3.16l8.207-14.75A3.25%203.25%200%200%201%2015.426%206zm17.112%209a.55.55%200%200%201%20.512.363l.449%201.376a2.84%202.84%200%200%200%201.797%201.797l1.378.447l.028.007a.55.55%200%200%201%20.363.514a.54.54%200%200%201-.363.513l-1.378.447a2.84%202.84%200%200%200-1.798%201.797l-.448%201.376l-.016.04v.009a.546.546%200%200%201-.811.224a.55.55%200%200%201-.2-.262l-.447-1.378a2.84%202.84%200%200%200-1.357-1.61l-.003-.015a3%203%200%200%200-.438-.188l-1.378-.447a.55.55%200%200%201-.363-.514a.54.54%200%200%201%20.363-.513l1.378-.447a2.84%202.84%200%200%200%201.77-1.797l.448-1.376a.55.55%200%200%201%20.514-.363M34.448%200a1.03%201.03%200%200%201%20.969.686l.846%202.6a5.36%205.36%200%200%200%203.396%203.394l2.603.844l.051.014a1.03%201.03%200%200%201%20.687.969a1.03%201.03%200%200%201-.687.969l-2.602.844a5.36%205.36%200%200%200-3.396%203.394l-.845%202.6l-.026.065a1.028%201.028%200%200%201-1.914-.065l-.845-2.6a5.36%205.36%200%200%200-3.397-3.406l-2.602-.846a1.028%201.028%200%200%201%200-1.938l2.602-.844a5.36%205.36%200%200%200%203.323-3.33l.022-.064l.845-2.6a1.03%201.03%200%200%201%20.97-.686%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/hexagon-sparkle-48-regular.svg?color=%231a73e8&size=48