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

Name
hexagon-sparkle-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M6.951 2.154A1.43 1.43 0 0 0 6.09 3H5.4a.5.5 0 0 0-.433.25l-2.6 4.5a.5.5 0 0 0 0 .5l2.6 4.5A.5.5 0 0 0 5.4 13h5.2a.5.5 0 0 0 .433-.25l1.128-1.953l.114.351c.1.25.26.46.48.62l-.856 1.482c-.267.464-.763.75-1.298.75H5.4a1.5 1.5 0 0 1-1.3-.75l-2.599-4.5a1.5 1.5 0 0 1 0-1.5l2.6-4.5A1.5 1.5 0 0 1 5.4 2h2.032zM13.484 6a.3.3 0 0 1 .286.201l.249.766a1.58 1.58 0 0 0 .999.998l.765.248l.015.004a.303.303 0 0 1 .146.46a.3.3 0 0 1-.146.11l-.766.248a1.58 1.58 0 0 0-.998.998l-.249.766a.303.303 0 0 1-.57 0l-.25-.766a1.58 1.58 0 0 0-.998-1.002l-.766-.248a.302.302 0 0 1 0-.57l.766-.248a1.58 1.58 0 0 0 .983-.998l.25-.766A.3.3 0 0 1 13.483 6M10.48 0a.42.42 0 0 1 .399.282l.348 1.072a2.2 2.2 0 0 0 1.398 1.396l1.072.349l.022.005a.424.424 0 0 1 0 .797l-1.072.349a2.2 2.2 0 0 0-1.399 1.396L10.9 6.718a.423.423 0 0 1-.643.204l-.022-.015a.4.4 0 0 1-.133-.19l-.349-1.07a2.2 2.2 0 0 0-1.398-1.403l-1.072-.348a.423.423 0 0 1 0-.797l1.072-.349A2.2 2.2 0 0 0 9.73 1.354l.35-1.072a.42.42 0 0 1 .4-.282"/></svg>

React

import type { SVGProps } from "react";

export function FluentHexagonSparkle16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.951 2.154A1.43 1.43 0 0 0 6.09 3H5.4a.5.5 0 0 0-.433.25l-2.6 4.5a.5.5 0 0 0 0 .5l2.6 4.5A.5.5 0 0 0 5.4 13h5.2a.5.5 0 0 0 .433-.25l1.128-1.953l.114.351c.1.25.26.46.48.62l-.856 1.482c-.267.464-.763.75-1.298.75H5.4a1.5 1.5 0 0 1-1.3-.75l-2.599-4.5a1.5 1.5 0 0 1 0-1.5l2.6-4.5A1.5 1.5 0 0 1 5.4 2h2.032zM13.484 6a.3.3 0 0 1 .286.201l.249.766a1.58 1.58 0 0 0 .999.998l.765.248l.015.004a.303.303 0 0 1 .146.46a.3.3 0 0 1-.146.11l-.766.248a1.58 1.58 0 0 0-.998.998l-.249.766a.303.303 0 0 1-.57 0l-.25-.766a1.58 1.58 0 0 0-.998-1.002l-.766-.248a.302.302 0 0 1 0-.57l.766-.248a1.58 1.58 0 0 0 .983-.998l.25-.766A.3.3 0 0 1 13.483 6M10.48 0a.42.42 0 0 1 .399.282l.348 1.072a2.2 2.2 0 0 0 1.398 1.396l1.072.349l.022.005a.424.424 0 0 1 0 .797l-1.072.349a2.2 2.2 0 0 0-1.399 1.396L10.9 6.718a.423.423 0 0 1-.643.204l-.022-.015a.4.4 0 0 1-.133-.19l-.349-1.07a2.2 2.2 0 0 0-1.398-1.403l-1.072-.348a.423.423 0 0 1 0-.797l1.072-.349A2.2 2.2 0 0 0 9.73 1.354l.35-1.072a.42.42 0 0 1 .4-.282"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.951 2.154A1.43 1.43 0 0 0 6.09 3H5.4a.5.5 0 0 0-.433.25l-2.6 4.5a.5.5 0 0 0 0 .5l2.6 4.5A.5.5 0 0 0 5.4 13h5.2a.5.5 0 0 0 .433-.25l1.128-1.953l.114.351c.1.25.26.46.48.62l-.856 1.482c-.267.464-.763.75-1.298.75H5.4a1.5 1.5 0 0 1-1.3-.75l-2.599-4.5a1.5 1.5 0 0 1 0-1.5l2.6-4.5A1.5 1.5 0 0 1 5.4 2h2.032zM13.484 6a.3.3 0 0 1 .286.201l.249.766a1.58 1.58 0 0 0 .999.998l.765.248l.015.004a.303.303 0 0 1 .146.46a.3.3 0 0 1-.146.11l-.766.248a1.58 1.58 0 0 0-.998.998l-.249.766a.303.303 0 0 1-.57 0l-.25-.766a1.58 1.58 0 0 0-.998-1.002l-.766-.248a.302.302 0 0 1 0-.57l.766-.248a1.58 1.58 0 0 0 .983-.998l.25-.766A.3.3 0 0 1 13.483 6M10.48 0a.42.42 0 0 1 .399.282l.348 1.072a2.2 2.2 0 0 0 1.398 1.396l1.072.349l.022.005a.424.424 0 0 1 0 .797l-1.072.349a2.2 2.2 0 0 0-1.399 1.396L10.9 6.718a.423.423 0 0 1-.643.204l-.022-.015a.4.4 0 0 1-.133-.19l-.349-1.07a2.2 2.2 0 0 0-1.398-1.403l-1.072-.348a.423.423 0 0 1 0-.797l1.072-.349A2.2 2.2 0 0 0 9.73 1.354l.35-1.072a.42.42 0 0 1 .4-.282"/></svg>
</template>

CSS

.icon-hexagon-sparkle-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.951%202.154A1.43%201.43%200%200%200%206.09%203H5.4a.5.5%200%200%200-.433.25l-2.6%204.5a.5.5%200%200%200%200%20.5l2.6%204.5A.5.5%200%200%200%205.4%2013h5.2a.5.5%200%200%200%20.433-.25l1.128-1.953l.114.351c.1.25.26.46.48.62l-.856%201.482c-.267.464-.763.75-1.298.75H5.4a1.5%201.5%200%200%201-1.3-.75l-2.599-4.5a1.5%201.5%200%200%201%200-1.5l2.6-4.5A1.5%201.5%200%200%201%205.4%202h2.032zM13.484%206a.3.3%200%200%201%20.286.201l.249.766a1.58%201.58%200%200%200%20.999.998l.765.248l.015.004a.303.303%200%200%201%20.146.46a.3.3%200%200%201-.146.11l-.766.248a1.58%201.58%200%200%200-.998.998l-.249.766a.303.303%200%200%201-.57%200l-.25-.766a1.58%201.58%200%200%200-.998-1.002l-.766-.248a.302.302%200%200%201%200-.57l.766-.248a1.58%201.58%200%200%200%20.983-.998l.25-.766A.3.3%200%200%201%2013.483%206M10.48%200a.42.42%200%200%201%20.399.282l.348%201.072a2.2%202.2%200%200%200%201.398%201.396l1.072.349l.022.005a.424.424%200%200%201%200%20.797l-1.072.349a2.2%202.2%200%200%200-1.399%201.396L10.9%206.718a.423.423%200%200%201-.643.204l-.022-.015a.4.4%200%200%201-.133-.19l-.349-1.07a2.2%202.2%200%200%200-1.398-1.403l-1.072-.348a.423.423%200%200%201%200-.797l1.072-.349A2.2%202.2%200%200%200%209.73%201.354l.35-1.072a.42.42%200%200%201%20.4-.282%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.951%202.154A1.43%201.43%200%200%200%206.09%203H5.4a.5.5%200%200%200-.433.25l-2.6%204.5a.5.5%200%200%200%200%20.5l2.6%204.5A.5.5%200%200%200%205.4%2013h5.2a.5.5%200%200%200%20.433-.25l1.128-1.953l.114.351c.1.25.26.46.48.62l-.856%201.482c-.267.464-.763.75-1.298.75H5.4a1.5%201.5%200%200%201-1.3-.75l-2.599-4.5a1.5%201.5%200%200%201%200-1.5l2.6-4.5A1.5%201.5%200%200%201%205.4%202h2.032zM13.484%206a.3.3%200%200%201%20.286.201l.249.766a1.58%201.58%200%200%200%20.999.998l.765.248l.015.004a.303.303%200%200%201%20.146.46a.3.3%200%200%201-.146.11l-.766.248a1.58%201.58%200%200%200-.998.998l-.249.766a.303.303%200%200%201-.57%200l-.25-.766a1.58%201.58%200%200%200-.998-1.002l-.766-.248a.302.302%200%200%201%200-.57l.766-.248a1.58%201.58%200%200%200%20.983-.998l.25-.766A.3.3%200%200%201%2013.483%206M10.48%200a.42.42%200%200%201%20.399.282l.348%201.072a2.2%202.2%200%200%200%201.398%201.396l1.072.349l.022.005a.424.424%200%200%201%200%20.797l-1.072.349a2.2%202.2%200%200%200-1.399%201.396L10.9%206.718a.423.423%200%200%201-.643.204l-.022-.015a.4.4%200%200%201-.133-.19l-.349-1.07a2.2%202.2%200%200%200-1.398-1.403l-1.072-.348a.423.423%200%200%201%200-.797l1.072-.349A2.2%202.2%200%200%200%209.73%201.354l.35-1.072a.42.42%200%200%201%20.4-.282%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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