sparkle-duotone from Keyline Icons by Keyline Icons · Duotone · MIT Free for personal and commercial use.

Name
sparkle-duotone
Set
Keyline Icons
Style
Duotone
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

The same icon in other sets

All sparkle icons →

Use the sparkle 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="M12.4651 3.3166L14.5506 8.6043C14.7031 8.9909 15.0091 9.2969 15.3957 9.4494L20.6834 11.5349C20.8745 11.6102 21 11.7947 21 12C21 12.2053 20.8745 12.3898 20.6834 12.4651L15.3957 14.5506C15.0091 14.7031 14.7031 15.0091 14.5506 15.3957L12.4651 20.6834C12.3898 20.8745 12.2053 21 12 21C11.7947 21 11.6102 20.8745 11.5349 20.6834L9.4494 15.3957C9.2969 15.0091 8.9909 14.7031 8.6043 14.5506L3.3166 12.4651C3.1255 12.3898 3 12.2053 3 12C3 11.7947 3.1255 11.6102 3.3166 11.5349L8.6043 9.4494C8.9909 9.2969 9.2969 8.9909 9.4494 8.6043L11.5349 3.3166C11.6102 3.1255 11.7947 3 12 3C12.2053 3 12.3898 3.1255 12.4651 3.3166Z"/></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsSparkleDuotone(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="M12.4651 3.3166L14.5506 8.6043C14.7031 8.9909 15.0091 9.2969 15.3957 9.4494L20.6834 11.5349C20.8745 11.6102 21 11.7947 21 12C21 12.2053 20.8745 12.3898 20.6834 12.4651L15.3957 14.5506C15.0091 14.7031 14.7031 15.0091 14.5506 15.3957L12.4651 20.6834C12.3898 20.8745 12.2053 21 12 21C11.7947 21 11.6102 20.8745 11.5349 20.6834L9.4494 15.3957C9.2969 15.0091 8.9909 14.7031 8.6043 14.5506L3.3166 12.4651C3.1255 12.3898 3 12.2053 3 12C3 11.7947 3.1255 11.6102 3.3166 11.5349L8.6043 9.4494C8.9909 9.2969 9.2969 8.9909 9.4494 8.6043L11.5349 3.3166C11.6102 3.1255 11.7947 3 12 3C12.2053 3 12.3898 3.1255 12.4651 3.3166Z"/></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="M12.4651 3.3166L14.5506 8.6043C14.7031 8.9909 15.0091 9.2969 15.3957 9.4494L20.6834 11.5349C20.8745 11.6102 21 11.7947 21 12C21 12.2053 20.8745 12.3898 20.6834 12.4651L15.3957 14.5506C15.0091 14.7031 14.7031 15.0091 14.5506 15.3957L12.4651 20.6834C12.3898 20.8745 12.2053 21 12 21C11.7947 21 11.6102 20.8745 11.5349 20.6834L9.4494 15.3957C9.2969 15.0091 8.9909 14.7031 8.6043 14.5506L3.3166 12.4651C3.1255 12.3898 3 12.2053 3 12C3 11.7947 3.1255 11.6102 3.3166 11.5349L8.6043 9.4494C8.9909 9.2969 9.2969 8.9909 9.4494 8.6043L11.5349 3.3166C11.6102 3.1255 11.7947 3 12 3C12.2053 3 12.3898 3.1255 12.4651 3.3166Z"/></svg>
</template>

CSS

.icon-sparkle-duotone {
  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%22M12.4651%203.3166L14.5506%208.6043C14.7031%208.9909%2015.0091%209.2969%2015.3957%209.4494L20.6834%2011.5349C20.8745%2011.6102%2021%2011.7947%2021%2012C21%2012.2053%2020.8745%2012.3898%2020.6834%2012.4651L15.3957%2014.5506C15.0091%2014.7031%2014.7031%2015.0091%2014.5506%2015.3957L12.4651%2020.6834C12.3898%2020.8745%2012.2053%2021%2012%2021C11.7947%2021%2011.6102%2020.8745%2011.5349%2020.6834L9.4494%2015.3957C9.2969%2015.0091%208.9909%2014.7031%208.6043%2014.5506L3.3166%2012.4651C3.1255%2012.3898%203%2012.2053%203%2012C3%2011.7947%203.1255%2011.6102%203.3166%2011.5349L8.6043%209.4494C8.9909%209.2969%209.2969%208.9909%209.4494%208.6043L11.5349%203.3166C11.6102%203.1255%2011.7947%203%2012%203C12.2053%203%2012.3898%203.1255%2012.4651%203.3166Z%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%22M12.4651%203.3166L14.5506%208.6043C14.7031%208.9909%2015.0091%209.2969%2015.3957%209.4494L20.6834%2011.5349C20.8745%2011.6102%2021%2011.7947%2021%2012C21%2012.2053%2020.8745%2012.3898%2020.6834%2012.4651L15.3957%2014.5506C15.0091%2014.7031%2014.7031%2015.0091%2014.5506%2015.3957L12.4651%2020.6834C12.3898%2020.8745%2012.2053%2021%2012%2021C11.7947%2021%2011.6102%2020.8745%2011.5349%2020.6834L9.4494%2015.3957C9.2969%2015.0091%208.9909%2014.7031%208.6043%2014.5506L3.3166%2012.4651C3.1255%2012.3898%203%2012.2053%203%2012C3%2011.7947%203.1255%2011.6102%203.3166%2011.5349L8.6043%209.4494C8.9909%209.2969%209.2969%208.9909%209.4494%208.6043L11.5349%203.3166C11.6102%203.1255%2011.7947%203%2012%203C12.2053%203%2012.3898%203.1255%2012.4651%203.3166Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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