sparkle fill icon

sparkle-fill-24 from Octicons by GitHub · 24 · MIT Free for personal and commercial use.

Name
sparkle-fill-24
Set
Octicons
Style
24
Viewbox
24×24
License
MIT

1 other variant in Octicons

Use the sparkle fill icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.296 1.924c.24-.656 1.168-.656 1.408 0l.717 1.958a11.25 11.25 0 0 0 6.697 6.697l1.958.717c.657.24.657 1.168 0 1.408l-1.958.717a11.25 11.25 0 0 0-6.697 6.697l-.717 1.958c-.24.657-1.168.657-1.408 0l-.717-1.958a11.25 11.25 0 0 0-6.697-6.697l-1.958-.717c-.656-.24-.656-1.168 0-1.408l1.958-.717a11.25 11.25 0 0 0 6.697-6.697z"/></svg>

React

import type { SVGProps } from "react";

export function OcticonSparkleFill24(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="M11.296 1.924c.24-.656 1.168-.656 1.408 0l.717 1.958a11.25 11.25 0 0 0 6.697 6.697l1.958.717c.657.24.657 1.168 0 1.408l-1.958.717a11.25 11.25 0 0 0-6.697 6.697l-.717 1.958c-.24.657-1.168.657-1.408 0l-.717-1.958a11.25 11.25 0 0 0-6.697-6.697l-1.958-.717c-.656-.24-.656-1.168 0-1.408l1.958-.717a11.25 11.25 0 0 0 6.697-6.697z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.296 1.924c.24-.656 1.168-.656 1.408 0l.717 1.958a11.25 11.25 0 0 0 6.697 6.697l1.958.717c.657.24.657 1.168 0 1.408l-1.958.717a11.25 11.25 0 0 0-6.697 6.697l-.717 1.958c-.24.657-1.168.657-1.408 0l-.717-1.958a11.25 11.25 0 0 0-6.697-6.697l-1.958-.717c-.656-.24-.656-1.168 0-1.408l1.958-.717a11.25 11.25 0 0 0 6.697-6.697z"/></svg>
</template>

CSS

.icon-sparkle-fill-24 {
  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%22M11.296%201.924c.24-.656%201.168-.656%201.408%200l.717%201.958a11.25%2011.25%200%200%200%206.697%206.697l1.958.717c.657.24.657%201.168%200%201.408l-1.958.717a11.25%2011.25%200%200%200-6.697%206.697l-.717%201.958c-.24.657-1.168.657-1.408%200l-.717-1.958a11.25%2011.25%200%200%200-6.697-6.697l-1.958-.717c-.656-.24-.656-1.168%200-1.408l1.958-.717a11.25%2011.25%200%200%200%206.697-6.697z%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%22M11.296%201.924c.24-.656%201.168-.656%201.408%200l.717%201.958a11.25%2011.25%200%200%200%206.697%206.697l1.958.717c.657.24.657%201.168%200%201.408l-1.958.717a11.25%2011.25%200%200%200-6.697%206.697l-.717%201.958c-.24.657-1.168.657-1.408%200l-.717-1.958a11.25%2011.25%200%200%200-6.697-6.697l-1.958-.717c-.656-.24-.656-1.168%200-1.408l1.958-.717a11.25%2011.25%200%200%200%206.697-6.697z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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