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

Name
hexagon-sparkle-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
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 28 28"><path fill="currentColor" d="M15.089 3.499c-.32.107-.597.314-.79.59a1.6 1.6 0 0 0-.212.411H9.39c-.442 0-.851.233-1.077.613l-4.884 8.25a1.25 1.25 0 0 0 0 1.274l4.884 8.25c.226.38.635.613 1.077.613h9.22c.44 0 .85-.233 1.075-.613l4.746-8.012a1.37 1.37 0 0 0 1.358-.126c.2-.14.354-.332.45-.555c-.03.42-.155.833-.377 1.207l-4.886 8.25A2.75 2.75 0 0 1 18.609 25H9.39a2.75 2.75 0 0 1-2.366-1.349l-4.885-8.25a2.75 2.75 0 0 1 0-2.802l4.885-8.25A2.75 2.75 0 0 1 9.39 3h7.216zM24.98 8a.36.36 0 0 1 .343.242l.298.918a1.89 1.89 0 0 0 1.2 1.197l.917.3l.019.003a.364.364 0 0 1 .176.552a.36.36 0 0 1-.176.132l-.92.299a1.9 1.9 0 0 0-1.197 1.197l-.3.918a.364.364 0 0 1-.551.176a.36.36 0 0 1-.132-.176l-.299-.918a1.9 1.9 0 0 0-1.199-1.202l-.918-.298a.364.364 0 0 1-.176-.552a.36.36 0 0 1 .176-.132l.918-.299a1.9 1.9 0 0 0 1.18-1.197l.3-.918A.36.36 0 0 1 24.98 8m-5.01-8a.605.605 0 0 1 .57.403l.497 1.53a3.15 3.15 0 0 0 1.998 1.997l1.53.497l.032.007a.606.606 0 0 1 0 1.14l-1.532.496a3.16 3.16 0 0 0-1.998 1.997l-.497 1.53l-.014.038a.605.605 0 0 1-1.126-.038l-.497-1.53a3.15 3.15 0 0 0-1.998-2.004l-1.532-.497a.605.605 0 0 1 0-1.14l1.532-.496a3.16 3.16 0 0 0 1.954-1.96l.012-.037l.498-1.53A.6.6 0 0 1 19.97 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentHexagonSparkle28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M15.089 3.499c-.32.107-.597.314-.79.59a1.6 1.6 0 0 0-.212.411H9.39c-.442 0-.851.233-1.077.613l-4.884 8.25a1.25 1.25 0 0 0 0 1.274l4.884 8.25c.226.38.635.613 1.077.613h9.22c.44 0 .85-.233 1.075-.613l4.746-8.012a1.37 1.37 0 0 0 1.358-.126c.2-.14.354-.332.45-.555c-.03.42-.155.833-.377 1.207l-4.886 8.25A2.75 2.75 0 0 1 18.609 25H9.39a2.75 2.75 0 0 1-2.366-1.349l-4.885-8.25a2.75 2.75 0 0 1 0-2.802l4.885-8.25A2.75 2.75 0 0 1 9.39 3h7.216zM24.98 8a.36.36 0 0 1 .343.242l.298.918a1.89 1.89 0 0 0 1.2 1.197l.917.3l.019.003a.364.364 0 0 1 .176.552a.36.36 0 0 1-.176.132l-.92.299a1.9 1.9 0 0 0-1.197 1.197l-.3.918a.364.364 0 0 1-.551.176a.36.36 0 0 1-.132-.176l-.299-.918a1.9 1.9 0 0 0-1.199-1.202l-.918-.298a.364.364 0 0 1-.176-.552a.36.36 0 0 1 .176-.132l.918-.299a1.9 1.9 0 0 0 1.18-1.197l.3-.918A.36.36 0 0 1 24.98 8m-5.01-8a.605.605 0 0 1 .57.403l.497 1.53a3.15 3.15 0 0 0 1.998 1.997l1.53.497l.032.007a.606.606 0 0 1 0 1.14l-1.532.496a3.16 3.16 0 0 0-1.998 1.997l-.497 1.53l-.014.038a.605.605 0 0 1-1.126-.038l-.497-1.53a3.15 3.15 0 0 0-1.998-2.004l-1.532-.497a.605.605 0 0 1 0-1.14l1.532-.496a3.16 3.16 0 0 0 1.954-1.96l.012-.037l.498-1.53A.6.6 0 0 1 19.97 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M15.089 3.499c-.32.107-.597.314-.79.59a1.6 1.6 0 0 0-.212.411H9.39c-.442 0-.851.233-1.077.613l-4.884 8.25a1.25 1.25 0 0 0 0 1.274l4.884 8.25c.226.38.635.613 1.077.613h9.22c.44 0 .85-.233 1.075-.613l4.746-8.012a1.37 1.37 0 0 0 1.358-.126c.2-.14.354-.332.45-.555c-.03.42-.155.833-.377 1.207l-4.886 8.25A2.75 2.75 0 0 1 18.609 25H9.39a2.75 2.75 0 0 1-2.366-1.349l-4.885-8.25a2.75 2.75 0 0 1 0-2.802l4.885-8.25A2.75 2.75 0 0 1 9.39 3h7.216zM24.98 8a.36.36 0 0 1 .343.242l.298.918a1.89 1.89 0 0 0 1.2 1.197l.917.3l.019.003a.364.364 0 0 1 .176.552a.36.36 0 0 1-.176.132l-.92.299a1.9 1.9 0 0 0-1.197 1.197l-.3.918a.364.364 0 0 1-.551.176a.36.36 0 0 1-.132-.176l-.299-.918a1.9 1.9 0 0 0-1.199-1.202l-.918-.298a.364.364 0 0 1-.176-.552a.36.36 0 0 1 .176-.132l.918-.299a1.9 1.9 0 0 0 1.18-1.197l.3-.918A.36.36 0 0 1 24.98 8m-5.01-8a.605.605 0 0 1 .57.403l.497 1.53a3.15 3.15 0 0 0 1.998 1.997l1.53.497l.032.007a.606.606 0 0 1 0 1.14l-1.532.496a3.16 3.16 0 0 0-1.998 1.997l-.497 1.53l-.014.038a.605.605 0 0 1-1.126-.038l-.497-1.53a3.15 3.15 0 0 0-1.998-2.004l-1.532-.497a.605.605 0 0 1 0-1.14l1.532-.496a3.16 3.16 0 0 0 1.954-1.96l.012-.037l.498-1.53A.6.6 0 0 1 19.97 0"/></svg>
</template>

CSS

.icon-hexagon-sparkle-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.089%203.499c-.32.107-.597.314-.79.59a1.6%201.6%200%200%200-.212.411H9.39c-.442%200-.851.233-1.077.613l-4.884%208.25a1.25%201.25%200%200%200%200%201.274l4.884%208.25c.226.38.635.613%201.077.613h9.22c.44%200%20.85-.233%201.075-.613l4.746-8.012a1.37%201.37%200%200%200%201.358-.126c.2-.14.354-.332.45-.555c-.03.42-.155.833-.377%201.207l-4.886%208.25A2.75%202.75%200%200%201%2018.609%2025H9.39a2.75%202.75%200%200%201-2.366-1.349l-4.885-8.25a2.75%202.75%200%200%201%200-2.802l4.885-8.25A2.75%202.75%200%200%201%209.39%203h7.216zM24.98%208a.36.36%200%200%201%20.343.242l.298.918a1.89%201.89%200%200%200%201.2%201.197l.917.3l.019.003a.364.364%200%200%201%20.176.552a.36.36%200%200%201-.176.132l-.92.299a1.9%201.9%200%200%200-1.197%201.197l-.3.918a.364.364%200%200%201-.551.176a.36.36%200%200%201-.132-.176l-.299-.918a1.9%201.9%200%200%200-1.199-1.202l-.918-.298a.364.364%200%200%201-.176-.552a.36.36%200%200%201%20.176-.132l.918-.299a1.9%201.9%200%200%200%201.18-1.197l.3-.918A.36.36%200%200%201%2024.98%208m-5.01-8a.605.605%200%200%201%20.57.403l.497%201.53a3.15%203.15%200%200%200%201.998%201.997l1.53.497l.032.007a.606.606%200%200%201%200%201.14l-1.532.496a3.16%203.16%200%200%200-1.998%201.997l-.497%201.53l-.014.038a.605.605%200%200%201-1.126-.038l-.497-1.53a3.15%203.15%200%200%200-1.998-2.004l-1.532-.497a.605.605%200%200%201%200-1.14l1.532-.496a3.16%203.16%200%200%200%201.954-1.96l.012-.037l.498-1.53A.6.6%200%200%201%2019.97%200%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.089%203.499c-.32.107-.597.314-.79.59a1.6%201.6%200%200%200-.212.411H9.39c-.442%200-.851.233-1.077.613l-4.884%208.25a1.25%201.25%200%200%200%200%201.274l4.884%208.25c.226.38.635.613%201.077.613h9.22c.44%200%20.85-.233%201.075-.613l4.746-8.012a1.37%201.37%200%200%200%201.358-.126c.2-.14.354-.332.45-.555c-.03.42-.155.833-.377%201.207l-4.886%208.25A2.75%202.75%200%200%201%2018.609%2025H9.39a2.75%202.75%200%200%201-2.366-1.349l-4.885-8.25a2.75%202.75%200%200%201%200-2.802l4.885-8.25A2.75%202.75%200%200%201%209.39%203h7.216zM24.98%208a.36.36%200%200%201%20.343.242l.298.918a1.89%201.89%200%200%200%201.2%201.197l.917.3l.019.003a.364.364%200%200%201%20.176.552a.36.36%200%200%201-.176.132l-.92.299a1.9%201.9%200%200%200-1.197%201.197l-.3.918a.364.364%200%200%201-.551.176a.36.36%200%200%201-.132-.176l-.299-.918a1.9%201.9%200%200%200-1.199-1.202l-.918-.298a.364.364%200%200%201-.176-.552a.36.36%200%200%201%20.176-.132l.918-.299a1.9%201.9%200%200%200%201.18-1.197l.3-.918A.36.36%200%200%201%2024.98%208m-5.01-8a.605.605%200%200%201%20.57.403l.497%201.53a3.15%203.15%200%200%200%201.998%201.997l1.53.497l.032.007a.606.606%200%200%201%200%201.14l-1.532.496a3.16%203.16%200%200%200-1.998%201.997l-.497%201.53l-.014.038a.605.605%200%200%201-1.126-.038l-.497-1.53a3.15%203.15%200%200%200-1.998-2.004l-1.532-.497a.605.605%200%200%201%200-1.14l1.532-.496a3.16%203.16%200%200%200%201.954-1.96l.012-.037l.498-1.53A.6.6%200%200%201%2019.97%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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