sparkles from Keyline Icons by Keyline Icons · Stroke · MIT Free for personal and commercial use.

Name
sparkles
Set
Keyline Icons
Style
Stroke
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

The same icon in other sets

Use the sparkles icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15.4651 9.1794L16.7409 12.4141C16.8933 12.8006 17.1994 13.1067 17.5859 13.2591L20.8206 14.5349C21.0117 14.6102 21.1372 14.7947 21.1372 15C21.1372 15.2053 21.0117 15.3898 20.8206 15.4651L17.5859 16.7409C17.1994 16.8933 16.8933 17.1994 16.7409 17.5859L15.4651 20.8206C15.3898 21.0117 15.2053 21.1372 15 21.1372C14.7947 21.1372 14.6102 21.0117 14.5349 20.8206L13.2591 17.5859C13.1067 17.1994 12.8006 16.8933 12.4141 16.7409L9.1794 15.4651C8.9883 15.3898 8.8628 15.2053 8.8628 15C8.8628 14.7947 8.9883 14.6102 9.1794 14.5349L12.4141 13.2591C12.8006 13.1067 13.1067 12.8006 13.2591 12.4141L14.5349 9.1794C14.6102 8.9883 14.7947 8.8628 15 8.8628C15.2053 8.8628 15.3898 8.9883 15.4651 9.1794ZM6.7151 3.1794L7.2131 4.4419C7.3655 4.8285 7.6715 5.1345 8.0581 5.2869L9.3206 5.7849C9.5117 5.8602 9.6372 6.0447 9.6372 6.25C9.6372 6.4553 9.5117 6.6398 9.3206 6.7151L8.0581 7.2131C7.6715 7.3655 7.3655 7.6715 7.2131 8.0581L6.7151 9.3206C6.6398 9.5117 6.4553 9.6372 6.25 9.6372C6.0447 9.6372 5.8602 9.5117 5.7849 9.3206L5.2869 8.0581C5.1345 7.6715 4.8285 7.3655 4.4419 7.2131L3.1794 6.7151C2.9883 6.6398 2.8628 6.4553 2.8628 6.25C2.8628 6.0447 2.9883 5.8602 3.1794 5.7849L4.4419 5.2869C4.8285 5.1345 5.1345 4.8285 5.2869 4.4419L5.7849 3.1794C5.8602 2.9883 6.0447 2.8628 6.25 2.8628C6.4553 2.8628 6.6398 2.9883 6.7151 3.1794Z"/></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsSparkles(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M15.4651 9.1794L16.7409 12.4141C16.8933 12.8006 17.1994 13.1067 17.5859 13.2591L20.8206 14.5349C21.0117 14.6102 21.1372 14.7947 21.1372 15C21.1372 15.2053 21.0117 15.3898 20.8206 15.4651L17.5859 16.7409C17.1994 16.8933 16.8933 17.1994 16.7409 17.5859L15.4651 20.8206C15.3898 21.0117 15.2053 21.1372 15 21.1372C14.7947 21.1372 14.6102 21.0117 14.5349 20.8206L13.2591 17.5859C13.1067 17.1994 12.8006 16.8933 12.4141 16.7409L9.1794 15.4651C8.9883 15.3898 8.8628 15.2053 8.8628 15C8.8628 14.7947 8.9883 14.6102 9.1794 14.5349L12.4141 13.2591C12.8006 13.1067 13.1067 12.8006 13.2591 12.4141L14.5349 9.1794C14.6102 8.9883 14.7947 8.8628 15 8.8628C15.2053 8.8628 15.3898 8.9883 15.4651 9.1794ZM6.7151 3.1794L7.2131 4.4419C7.3655 4.8285 7.6715 5.1345 8.0581 5.2869L9.3206 5.7849C9.5117 5.8602 9.6372 6.0447 9.6372 6.25C9.6372 6.4553 9.5117 6.6398 9.3206 6.7151L8.0581 7.2131C7.6715 7.3655 7.3655 7.6715 7.2131 8.0581L6.7151 9.3206C6.6398 9.5117 6.4553 9.6372 6.25 9.6372C6.0447 9.6372 5.8602 9.5117 5.7849 9.3206L5.2869 8.0581C5.1345 7.6715 4.8285 7.3655 4.4419 7.2131L3.1794 6.7151C2.9883 6.6398 2.8628 6.4553 2.8628 6.25C2.8628 6.0447 2.9883 5.8602 3.1794 5.7849L4.4419 5.2869C4.8285 5.1345 5.1345 4.8285 5.2869 4.4419L5.7849 3.1794C5.8602 2.9883 6.0447 2.8628 6.25 2.8628C6.4553 2.8628 6.6398 2.9883 6.7151 3.1794Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15.4651 9.1794L16.7409 12.4141C16.8933 12.8006 17.1994 13.1067 17.5859 13.2591L20.8206 14.5349C21.0117 14.6102 21.1372 14.7947 21.1372 15C21.1372 15.2053 21.0117 15.3898 20.8206 15.4651L17.5859 16.7409C17.1994 16.8933 16.8933 17.1994 16.7409 17.5859L15.4651 20.8206C15.3898 21.0117 15.2053 21.1372 15 21.1372C14.7947 21.1372 14.6102 21.0117 14.5349 20.8206L13.2591 17.5859C13.1067 17.1994 12.8006 16.8933 12.4141 16.7409L9.1794 15.4651C8.9883 15.3898 8.8628 15.2053 8.8628 15C8.8628 14.7947 8.9883 14.6102 9.1794 14.5349L12.4141 13.2591C12.8006 13.1067 13.1067 12.8006 13.2591 12.4141L14.5349 9.1794C14.6102 8.9883 14.7947 8.8628 15 8.8628C15.2053 8.8628 15.3898 8.9883 15.4651 9.1794ZM6.7151 3.1794L7.2131 4.4419C7.3655 4.8285 7.6715 5.1345 8.0581 5.2869L9.3206 5.7849C9.5117 5.8602 9.6372 6.0447 9.6372 6.25C9.6372 6.4553 9.5117 6.6398 9.3206 6.7151L8.0581 7.2131C7.6715 7.3655 7.3655 7.6715 7.2131 8.0581L6.7151 9.3206C6.6398 9.5117 6.4553 9.6372 6.25 9.6372C6.0447 9.6372 5.8602 9.5117 5.7849 9.3206L5.2869 8.0581C5.1345 7.6715 4.8285 7.3655 4.4419 7.2131L3.1794 6.7151C2.9883 6.6398 2.8628 6.4553 2.8628 6.25C2.8628 6.0447 2.9883 5.8602 3.1794 5.7849L4.4419 5.2869C4.8285 5.1345 5.1345 4.8285 5.2869 4.4419L5.7849 3.1794C5.8602 2.9883 6.0447 2.8628 6.25 2.8628C6.4553 2.8628 6.6398 2.9883 6.7151 3.1794Z"/></svg>
</template>

CSS

.icon-sparkles {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M15.4651%209.1794L16.7409%2012.4141C16.8933%2012.8006%2017.1994%2013.1067%2017.5859%2013.2591L20.8206%2014.5349C21.0117%2014.6102%2021.1372%2014.7947%2021.1372%2015C21.1372%2015.2053%2021.0117%2015.3898%2020.8206%2015.4651L17.5859%2016.7409C17.1994%2016.8933%2016.8933%2017.1994%2016.7409%2017.5859L15.4651%2020.8206C15.3898%2021.0117%2015.2053%2021.1372%2015%2021.1372C14.7947%2021.1372%2014.6102%2021.0117%2014.5349%2020.8206L13.2591%2017.5859C13.1067%2017.1994%2012.8006%2016.8933%2012.4141%2016.7409L9.1794%2015.4651C8.9883%2015.3898%208.8628%2015.2053%208.8628%2015C8.8628%2014.7947%208.9883%2014.6102%209.1794%2014.5349L12.4141%2013.2591C12.8006%2013.1067%2013.1067%2012.8006%2013.2591%2012.4141L14.5349%209.1794C14.6102%208.9883%2014.7947%208.8628%2015%208.8628C15.2053%208.8628%2015.3898%208.9883%2015.4651%209.1794ZM6.7151%203.1794L7.2131%204.4419C7.3655%204.8285%207.6715%205.1345%208.0581%205.2869L9.3206%205.7849C9.5117%205.8602%209.6372%206.0447%209.6372%206.25C9.6372%206.4553%209.5117%206.6398%209.3206%206.7151L8.0581%207.2131C7.6715%207.3655%207.3655%207.6715%207.2131%208.0581L6.7151%209.3206C6.6398%209.5117%206.4553%209.6372%206.25%209.6372C6.0447%209.6372%205.8602%209.5117%205.7849%209.3206L5.2869%208.0581C5.1345%207.6715%204.8285%207.3655%204.4419%207.2131L3.1794%206.7151C2.9883%206.6398%202.8628%206.4553%202.8628%206.25C2.8628%206.0447%202.9883%205.8602%203.1794%205.7849L4.4419%205.2869C4.8285%205.1345%205.1345%204.8285%205.2869%204.4419L5.7849%203.1794C5.8602%202.9883%206.0447%202.8628%206.25%202.8628C6.4553%202.8628%206.6398%202.9883%206.7151%203.1794Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M15.4651%209.1794L16.7409%2012.4141C16.8933%2012.8006%2017.1994%2013.1067%2017.5859%2013.2591L20.8206%2014.5349C21.0117%2014.6102%2021.1372%2014.7947%2021.1372%2015C21.1372%2015.2053%2021.0117%2015.3898%2020.8206%2015.4651L17.5859%2016.7409C17.1994%2016.8933%2016.8933%2017.1994%2016.7409%2017.5859L15.4651%2020.8206C15.3898%2021.0117%2015.2053%2021.1372%2015%2021.1372C14.7947%2021.1372%2014.6102%2021.0117%2014.5349%2020.8206L13.2591%2017.5859C13.1067%2017.1994%2012.8006%2016.8933%2012.4141%2016.7409L9.1794%2015.4651C8.9883%2015.3898%208.8628%2015.2053%208.8628%2015C8.8628%2014.7947%208.9883%2014.6102%209.1794%2014.5349L12.4141%2013.2591C12.8006%2013.1067%2013.1067%2012.8006%2013.2591%2012.4141L14.5349%209.1794C14.6102%208.9883%2014.7947%208.8628%2015%208.8628C15.2053%208.8628%2015.3898%208.9883%2015.4651%209.1794ZM6.7151%203.1794L7.2131%204.4419C7.3655%204.8285%207.6715%205.1345%208.0581%205.2869L9.3206%205.7849C9.5117%205.8602%209.6372%206.0447%209.6372%206.25C9.6372%206.4553%209.5117%206.6398%209.3206%206.7151L8.0581%207.2131C7.6715%207.3655%207.3655%207.6715%207.2131%208.0581L6.7151%209.3206C6.6398%209.5117%206.4553%209.6372%206.25%209.6372C6.0447%209.6372%205.8602%209.5117%205.7849%209.3206L5.2869%208.0581C5.1345%207.6715%204.8285%207.3655%204.4419%207.2131L3.1794%206.7151C2.9883%206.6398%202.8628%206.4553%202.8628%206.25C2.8628%206.0447%202.9883%205.8602%203.1794%205.7849L4.4419%205.2869C4.8285%205.1345%205.1345%204.8285%205.2869%204.4419L5.7849%203.1794C5.8602%202.9883%206.0447%202.8628%206.25%202.8628C6.4553%202.8628%206.6398%202.9883%206.7151%203.1794Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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