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

Name
sparkles-duotone
Set
Keyline Icons
Style
Duotone
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"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" d="M16.3954 8.8125L17.6711 12.0472C17.722 12.176 17.824 12.278 17.9528 12.3289L21.1875 13.6046C21.7606 13.8306 22.1372 14.384 22.1372 15C22.1372 15.616 21.7606 16.1694 21.1875 16.3954L17.9528 17.6711C17.824 17.722 17.722 17.824 17.6711 17.9528L16.3954 21.1875C16.1694 21.7606 15.616 22.1372 15 22.1372C14.384 22.1372 13.8306 21.7606 13.6046 21.1875L12.3289 17.9528C12.278 17.824 12.176 17.722 12.0472 17.6711L8.8125 16.3954C8.2394 16.1694 7.8628 15.616 7.8628 15C7.8628 14.384 8.2394 13.8306 8.8125 13.6046L12.0472 12.3289C12.176 12.278 12.278 12.176 12.3289 12.0472L13.6046 8.8125C13.8306 8.2394 14.384 7.8628 15 7.8628C15.616 7.8628 16.1694 8.2394 16.3954 8.8125Z" stroke="none"/><path stroke-opacity=".4" d="M6.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"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsSparklesDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" d="M16.3954 8.8125L17.6711 12.0472C17.722 12.176 17.824 12.278 17.9528 12.3289L21.1875 13.6046C21.7606 13.8306 22.1372 14.384 22.1372 15C22.1372 15.616 21.7606 16.1694 21.1875 16.3954L17.9528 17.6711C17.824 17.722 17.722 17.824 17.6711 17.9528L16.3954 21.1875C16.1694 21.7606 15.616 22.1372 15 22.1372C14.384 22.1372 13.8306 21.7606 13.6046 21.1875L12.3289 17.9528C12.278 17.824 12.176 17.722 12.0472 17.6711L8.8125 16.3954C8.2394 16.1694 7.8628 15.616 7.8628 15C7.8628 14.384 8.2394 13.8306 8.8125 13.6046L12.0472 12.3289C12.176 12.278 12.278 12.176 12.3289 12.0472L13.6046 8.8125C13.8306 8.2394 14.384 7.8628 15 7.8628C15.616 7.8628 16.1694 8.2394 16.3954 8.8125Z" stroke="none"/><path strokeOpacity=".4" d="M6.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"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" d="M16.3954 8.8125L17.6711 12.0472C17.722 12.176 17.824 12.278 17.9528 12.3289L21.1875 13.6046C21.7606 13.8306 22.1372 14.384 22.1372 15C22.1372 15.616 21.7606 16.1694 21.1875 16.3954L17.9528 17.6711C17.824 17.722 17.722 17.824 17.6711 17.9528L16.3954 21.1875C16.1694 21.7606 15.616 22.1372 15 22.1372C14.384 22.1372 13.8306 21.7606 13.6046 21.1875L12.3289 17.9528C12.278 17.824 12.176 17.722 12.0472 17.6711L8.8125 16.3954C8.2394 16.1694 7.8628 15.616 7.8628 15C7.8628 14.384 8.2394 13.8306 8.8125 13.6046L12.0472 12.3289C12.176 12.278 12.278 12.176 12.3289 12.0472L13.6046 8.8125C13.8306 8.2394 14.384 7.8628 15 7.8628C15.616 7.8628 16.1694 8.2394 16.3954 8.8125Z" stroke="none"/><path stroke-opacity=".4" d="M6.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"/></g></svg>
</template>

CSS

.icon-sparkles-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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.3954%208.8125L17.6711%2012.0472C17.722%2012.176%2017.824%2012.278%2017.9528%2012.3289L21.1875%2013.6046C21.7606%2013.8306%2022.1372%2014.384%2022.1372%2015C22.1372%2015.616%2021.7606%2016.1694%2021.1875%2016.3954L17.9528%2017.6711C17.824%2017.722%2017.722%2017.824%2017.6711%2017.9528L16.3954%2021.1875C16.1694%2021.7606%2015.616%2022.1372%2015%2022.1372C14.384%2022.1372%2013.8306%2021.7606%2013.6046%2021.1875L12.3289%2017.9528C12.278%2017.824%2012.176%2017.722%2012.0472%2017.6711L8.8125%2016.3954C8.2394%2016.1694%207.8628%2015.616%207.8628%2015C7.8628%2014.384%208.2394%2013.8306%208.8125%2013.6046L12.0472%2012.3289C12.176%2012.278%2012.278%2012.176%2012.3289%2012.0472L13.6046%208.8125C13.8306%208.2394%2014.384%207.8628%2015%207.8628C15.616%207.8628%2016.1694%208.2394%2016.3954%208.8125Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20stroke-opacity%3D%22.4%22%20d%3D%22M6.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%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.3954%208.8125L17.6711%2012.0472C17.722%2012.176%2017.824%2012.278%2017.9528%2012.3289L21.1875%2013.6046C21.7606%2013.8306%2022.1372%2014.384%2022.1372%2015C22.1372%2015.616%2021.7606%2016.1694%2021.1875%2016.3954L17.9528%2017.6711C17.824%2017.722%2017.722%2017.824%2017.6711%2017.9528L16.3954%2021.1875C16.1694%2021.7606%2015.616%2022.1372%2015%2022.1372C14.384%2022.1372%2013.8306%2021.7606%2013.6046%2021.1875L12.3289%2017.9528C12.278%2017.824%2012.176%2017.722%2012.0472%2017.6711L8.8125%2016.3954C8.2394%2016.1694%207.8628%2015.616%207.8628%2015C7.8628%2014.384%208.2394%2013.8306%208.8125%2013.6046L12.0472%2012.3289C12.176%2012.278%2012.278%2012.176%2012.3289%2012.0472L13.6046%208.8125C13.8306%208.2394%2014.384%207.8628%2015%207.8628C15.616%207.8628%2016.1694%208.2394%2016.3954%208.8125Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20stroke-opacity%3D%22.4%22%20d%3D%22M6.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%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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