sparkle icon

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

Name
sparkle-16
Set
Octicons
Style
16
Viewbox
16×16
License
MIT

1 other variant in Octicons

The same icon in other sets

Related icons in Octicons

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="M7.198.57c.275-.752 1.34-.752 1.615 0l.849 2.317a5.82 5.82 0 0 0 3.462 3.463l2.317.848c.753.275.753 1.34 0 1.615l-2.317.849a5.82 5.82 0 0 0-3.462 3.462l-.849 2.317c-.275.753-1.34.753-1.615 0l-.848-2.317a5.82 5.82 0 0 0-3.463-3.462L.57 8.813c-.752-.275-.752-1.34 0-1.615l2.317-.848A5.82 5.82 0 0 0 6.35 2.887zm.562 2.833A7.32 7.32 0 0 1 3.403 7.76l-.673.246l.673.246a7.32 7.32 0 0 1 4.357 4.356l.246.673l.246-.673a7.32 7.32 0 0 1 4.356-4.356l.673-.246l-.673-.246a7.32 7.32 0 0 1-4.356-4.357l-.246-.673z"/></svg>

React

import type { SVGProps } from "react";

export function OcticonSparkle16(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="M7.198.57c.275-.752 1.34-.752 1.615 0l.849 2.317a5.82 5.82 0 0 0 3.462 3.463l2.317.848c.753.275.753 1.34 0 1.615l-2.317.849a5.82 5.82 0 0 0-3.462 3.462l-.849 2.317c-.275.753-1.34.753-1.615 0l-.848-2.317a5.82 5.82 0 0 0-3.463-3.462L.57 8.813c-.752-.275-.752-1.34 0-1.615l2.317-.848A5.82 5.82 0 0 0 6.35 2.887zm.562 2.833A7.32 7.32 0 0 1 3.403 7.76l-.673.246l.673.246a7.32 7.32 0 0 1 4.357 4.356l.246.673l.246-.673a7.32 7.32 0 0 1 4.356-4.356l.673-.246l-.673-.246a7.32 7.32 0 0 1-4.356-4.357l-.246-.673z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.198.57c.275-.752 1.34-.752 1.615 0l.849 2.317a5.82 5.82 0 0 0 3.462 3.463l2.317.848c.753.275.753 1.34 0 1.615l-2.317.849a5.82 5.82 0 0 0-3.462 3.462l-.849 2.317c-.275.753-1.34.753-1.615 0l-.848-2.317a5.82 5.82 0 0 0-3.463-3.462L.57 8.813c-.752-.275-.752-1.34 0-1.615l2.317-.848A5.82 5.82 0 0 0 6.35 2.887zm.562 2.833A7.32 7.32 0 0 1 3.403 7.76l-.673.246l.673.246a7.32 7.32 0 0 1 4.357 4.356l.246.673l.246-.673a7.32 7.32 0 0 1 4.356-4.356l.673-.246l-.673-.246a7.32 7.32 0 0 1-4.356-4.357l-.246-.673z"/></svg>
</template>

CSS

.icon-sparkle-16 {
  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%22M7.198.57c.275-.752%201.34-.752%201.615%200l.849%202.317a5.82%205.82%200%200%200%203.462%203.463l2.317.848c.753.275.753%201.34%200%201.615l-2.317.849a5.82%205.82%200%200%200-3.462%203.462l-.849%202.317c-.275.753-1.34.753-1.615%200l-.848-2.317a5.82%205.82%200%200%200-3.463-3.462L.57%208.813c-.752-.275-.752-1.34%200-1.615l2.317-.848A5.82%205.82%200%200%200%206.35%202.887zm.562%202.833A7.32%207.32%200%200%201%203.403%207.76l-.673.246l.673.246a7.32%207.32%200%200%201%204.357%204.356l.246.673l.246-.673a7.32%207.32%200%200%201%204.356-4.356l.673-.246l-.673-.246a7.32%207.32%200%200%201-4.356-4.357l-.246-.673z%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%22M7.198.57c.275-.752%201.34-.752%201.615%200l.849%202.317a5.82%205.82%200%200%200%203.462%203.463l2.317.848c.753.275.753%201.34%200%201.615l-2.317.849a5.82%205.82%200%200%200-3.462%203.462l-.849%202.317c-.275.753-1.34.753-1.615%200l-.848-2.317a5.82%205.82%200%200%200-3.463-3.462L.57%208.813c-.752-.275-.752-1.34%200-1.615l2.317-.848A5.82%205.82%200%200%200%206.35%202.887zm.562%202.833A7.32%207.32%200%200%201%203.403%207.76l-.673.246l.673.246a7.32%207.32%200%200%201%204.357%204.356l.246.673l.246-.673a7.32%207.32%200%200%201%204.356-4.356l.673-.246l-.673-.246a7.32%207.32%200%200%201-4.356-4.357l-.246-.673z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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