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

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

13 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the sparkle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.465 9.83a.92.92 0 0 0 1.07-.001a1 1 0 0 0 .341-.459l.347-1.067a1.7 1.7 0 0 1 1.078-1.079l1.086-.353a.923.923 0 0 0-.037-1.75l-1.069-.346a1.7 1.7 0 0 1-1.08-1.078l-.353-1.084a.92.92 0 0 0-.869-.61a.92.92 0 0 0-.875.624l-.356 1.09A1.71 1.71 0 0 1 3.7 4.775l-1.084.351a.923.923 0 0 0 .013 1.745l1.067.347a1.71 1.71 0 0 1 1.081 1.083l.352 1.08c.063.18.181.337.337.448M4.007 6.263l-.855-.265l.864-.281a2.7 2.7 0 0 0 1.045-.659c.292-.3.512-.66.644-1.056l.265-.859l.28.862A2.7 2.7 0 0 0 7.968 5.72l.88.269l-.86.28A2.7 2.7 0 0 0 6.27 7.987l-.265.857l-.279-.859a2.7 2.7 0 0 0-1.719-1.721m6.527 7.587a.8.8 0 0 0 .465.148a.81.81 0 0 0 .759-.55l.248-.762c.053-.158.143-.303.26-.421s.262-.207.42-.259l.772-.252a.8.8 0 0 0-.023-1.521l-.764-.249a1.08 1.08 0 0 1-.68-.678l-.252-.774a.8.8 0 0 0-1.518.011l-.247.762a1.07 1.07 0 0 1-.664.679l-.776.253a.8.8 0 0 0-.388 1.221c.099.14.239.245.4.3l.763.247a1.08 1.08 0 0 1 .68.683l.253.774a.8.8 0 0 0 .292.388m-.914-2.793l-.178-.059l.184-.064a2.09 2.09 0 0 0 1.3-1.317l.058-.178l.06.181a2.08 2.08 0 0 0 1.316 1.316l.195.063l-.18.059a2.08 2.08 0 0 0-1.317 1.321l-.059.181l-.058-.181a2.07 2.07 0 0 0-1.32-1.322"/></svg>

React

import type { SVGProps } from "react";

export function FluentSparkle16Regular(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="M5.465 9.83a.92.92 0 0 0 1.07-.001a1 1 0 0 0 .341-.459l.347-1.067a1.7 1.7 0 0 1 1.078-1.079l1.086-.353a.923.923 0 0 0-.037-1.75l-1.069-.346a1.7 1.7 0 0 1-1.08-1.078l-.353-1.084a.92.92 0 0 0-.869-.61a.92.92 0 0 0-.875.624l-.356 1.09A1.71 1.71 0 0 1 3.7 4.775l-1.084.351a.923.923 0 0 0 .013 1.745l1.067.347a1.71 1.71 0 0 1 1.081 1.083l.352 1.08c.063.18.181.337.337.448M4.007 6.263l-.855-.265l.864-.281a2.7 2.7 0 0 0 1.045-.659c.292-.3.512-.66.644-1.056l.265-.859l.28.862A2.7 2.7 0 0 0 7.968 5.72l.88.269l-.86.28A2.7 2.7 0 0 0 6.27 7.987l-.265.857l-.279-.859a2.7 2.7 0 0 0-1.719-1.721m6.527 7.587a.8.8 0 0 0 .465.148a.81.81 0 0 0 .759-.55l.248-.762c.053-.158.143-.303.26-.421s.262-.207.42-.259l.772-.252a.8.8 0 0 0-.023-1.521l-.764-.249a1.08 1.08 0 0 1-.68-.678l-.252-.774a.8.8 0 0 0-1.518.011l-.247.762a1.07 1.07 0 0 1-.664.679l-.776.253a.8.8 0 0 0-.388 1.221c.099.14.239.245.4.3l.763.247a1.08 1.08 0 0 1 .68.683l.253.774a.8.8 0 0 0 .292.388m-.914-2.793l-.178-.059l.184-.064a2.09 2.09 0 0 0 1.3-1.317l.058-.178l.06.181a2.08 2.08 0 0 0 1.316 1.316l.195.063l-.18.059a2.08 2.08 0 0 0-1.317 1.321l-.059.181l-.058-.181a2.07 2.07 0 0 0-1.32-1.322"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.465 9.83a.92.92 0 0 0 1.07-.001a1 1 0 0 0 .341-.459l.347-1.067a1.7 1.7 0 0 1 1.078-1.079l1.086-.353a.923.923 0 0 0-.037-1.75l-1.069-.346a1.7 1.7 0 0 1-1.08-1.078l-.353-1.084a.92.92 0 0 0-.869-.61a.92.92 0 0 0-.875.624l-.356 1.09A1.71 1.71 0 0 1 3.7 4.775l-1.084.351a.923.923 0 0 0 .013 1.745l1.067.347a1.71 1.71 0 0 1 1.081 1.083l.352 1.08c.063.18.181.337.337.448M4.007 6.263l-.855-.265l.864-.281a2.7 2.7 0 0 0 1.045-.659c.292-.3.512-.66.644-1.056l.265-.859l.28.862A2.7 2.7 0 0 0 7.968 5.72l.88.269l-.86.28A2.7 2.7 0 0 0 6.27 7.987l-.265.857l-.279-.859a2.7 2.7 0 0 0-1.719-1.721m6.527 7.587a.8.8 0 0 0 .465.148a.81.81 0 0 0 .759-.55l.248-.762c.053-.158.143-.303.26-.421s.262-.207.42-.259l.772-.252a.8.8 0 0 0-.023-1.521l-.764-.249a1.08 1.08 0 0 1-.68-.678l-.252-.774a.8.8 0 0 0-1.518.011l-.247.762a1.07 1.07 0 0 1-.664.679l-.776.253a.8.8 0 0 0-.388 1.221c.099.14.239.245.4.3l.763.247a1.08 1.08 0 0 1 .68.683l.253.774a.8.8 0 0 0 .292.388m-.914-2.793l-.178-.059l.184-.064a2.09 2.09 0 0 0 1.3-1.317l.058-.178l.06.181a2.08 2.08 0 0 0 1.316 1.316l.195.063l-.18.059a2.08 2.08 0 0 0-1.317 1.321l-.059.181l-.058-.181a2.07 2.07 0 0 0-1.32-1.322"/></svg>
</template>

CSS

.icon-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%22M5.465%209.83a.92.92%200%200%200%201.07-.001a1%201%200%200%200%20.341-.459l.347-1.067a1.7%201.7%200%200%201%201.078-1.079l1.086-.353a.923.923%200%200%200-.037-1.75l-1.069-.346a1.7%201.7%200%200%201-1.08-1.078l-.353-1.084a.92.92%200%200%200-.869-.61a.92.92%200%200%200-.875.624l-.356%201.09A1.71%201.71%200%200%201%203.7%204.775l-1.084.351a.923.923%200%200%200%20.013%201.745l1.067.347a1.71%201.71%200%200%201%201.081%201.083l.352%201.08c.063.18.181.337.337.448M4.007%206.263l-.855-.265l.864-.281a2.7%202.7%200%200%200%201.045-.659c.292-.3.512-.66.644-1.056l.265-.859l.28.862A2.7%202.7%200%200%200%207.968%205.72l.88.269l-.86.28A2.7%202.7%200%200%200%206.27%207.987l-.265.857l-.279-.859a2.7%202.7%200%200%200-1.719-1.721m6.527%207.587a.8.8%200%200%200%20.465.148a.81.81%200%200%200%20.759-.55l.248-.762c.053-.158.143-.303.26-.421s.262-.207.42-.259l.772-.252a.8.8%200%200%200-.023-1.521l-.764-.249a1.08%201.08%200%200%201-.68-.678l-.252-.774a.8.8%200%200%200-1.518.011l-.247.762a1.07%201.07%200%200%201-.664.679l-.776.253a.8.8%200%200%200-.388%201.221c.099.14.239.245.4.3l.763.247a1.08%201.08%200%200%201%20.68.683l.253.774a.8.8%200%200%200%20.292.388m-.914-2.793l-.178-.059l.184-.064a2.09%202.09%200%200%200%201.3-1.317l.058-.178l.06.181a2.08%202.08%200%200%200%201.316%201.316l.195.063l-.18.059a2.08%202.08%200%200%200-1.317%201.321l-.059.181l-.058-.181a2.07%202.07%200%200%200-1.32-1.322%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%22M5.465%209.83a.92.92%200%200%200%201.07-.001a1%201%200%200%200%20.341-.459l.347-1.067a1.7%201.7%200%200%201%201.078-1.079l1.086-.353a.923.923%200%200%200-.037-1.75l-1.069-.346a1.7%201.7%200%200%201-1.08-1.078l-.353-1.084a.92.92%200%200%200-.869-.61a.92.92%200%200%200-.875.624l-.356%201.09A1.71%201.71%200%200%201%203.7%204.775l-1.084.351a.923.923%200%200%200%20.013%201.745l1.067.347a1.71%201.71%200%200%201%201.081%201.083l.352%201.08c.063.18.181.337.337.448M4.007%206.263l-.855-.265l.864-.281a2.7%202.7%200%200%200%201.045-.659c.292-.3.512-.66.644-1.056l.265-.859l.28.862A2.7%202.7%200%200%200%207.968%205.72l.88.269l-.86.28A2.7%202.7%200%200%200%206.27%207.987l-.265.857l-.279-.859a2.7%202.7%200%200%200-1.719-1.721m6.527%207.587a.8.8%200%200%200%20.465.148a.81.81%200%200%200%20.759-.55l.248-.762c.053-.158.143-.303.26-.421s.262-.207.42-.259l.772-.252a.8.8%200%200%200-.023-1.521l-.764-.249a1.08%201.08%200%200%201-.68-.678l-.252-.774a.8.8%200%200%200-1.518.011l-.247.762a1.07%201.07%200%200%201-.664.679l-.776.253a.8.8%200%200%200-.388%201.221c.099.14.239.245.4.3l.763.247a1.08%201.08%200%200%201%20.68.683l.253.774a.8.8%200%200%200%20.292.388m-.914-2.793l-.178-.059l.184-.064a2.09%202.09%200%200%200%201.3-1.317l.058-.178l.06.181a2.08%202.08%200%200%200%201.316%201.316l.195.063l-.18.059a2.08%202.08%200%200%200-1.317%201.321l-.059.181l-.058-.181a2.07%202.07%200%200%200-1.32-1.322%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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