sparkles-sharp-two-tone from Keyline Icons by Keyline Icons · Sharp Two Tone · MIT Free for personal and commercial use.

Name
sparkles-sharp-two-tone
Set
Keyline Icons
Style
Sharp Two Tone
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-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M15.9028 8.4328L17.7302 12.2698L21.5672 14.0972C21.9154 14.263 22.1372 14.6143 22.1372 15C22.1372 15.3857 21.9154 15.737 21.5672 15.9028L17.7302 17.7302L15.9028 21.5672C15.737 21.9154 15.3857 22.1372 15 22.1372C14.6143 22.1372 14.263 21.9154 14.0972 21.5672L12.2698 17.7302L8.4328 15.9028C8.0846 15.737 7.8628 15.3857 7.8628 15C7.8628 14.6143 8.0846 14.263 8.4328 14.0972L12.2698 12.2698L14.0972 8.4328C14.263 8.0846 14.6143 7.8628 15 7.8628C15.3857 7.8628 15.737 8.0846 15.9028 8.4328ZM7.1262 2.3808L8.1884 4.3116L10.1192 5.3738C10.4387 5.5496 10.6372 5.8853 10.6372 6.25C10.6372 6.6147 10.4387 6.9504 10.1192 7.1262L8.1884 8.1884L7.1262 10.1192C6.9504 10.4387 6.6147 10.6372 6.25 10.6372C5.8853 10.6372 5.5496 10.4387 5.3738 10.1192L4.3116 8.1884L2.3808 7.1262C2.0613 6.9504 1.8628 6.6147 1.8628 6.25C1.8628 5.8853 2.0613 5.5496 2.3808 5.3738L4.3116 4.3116L5.3738 2.3808C5.5496 2.0613 5.8853 1.8628 6.25 1.8628C6.6147 1.8628 6.9504 2.0613 7.1262 2.3808Z" stroke="none"/><path d="M15 8.8628L16.9799 13.0201L21.1372 15L16.9799 16.9799L15 21.1372L13.0201 16.9799L8.8628 15L13.0201 13.0201L15 8.8628ZM6.25 2.8628L7.4521 5.0479L9.6372 6.25L7.4521 7.4521L6.25 9.6372L5.0479 7.4521L2.8628 6.25L5.0479 5.0479L6.25 2.8628Z"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsSparklesSharpTwoTone(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" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" fillOpacity=".4" d="M15.9028 8.4328L17.7302 12.2698L21.5672 14.0972C21.9154 14.263 22.1372 14.6143 22.1372 15C22.1372 15.3857 21.9154 15.737 21.5672 15.9028L17.7302 17.7302L15.9028 21.5672C15.737 21.9154 15.3857 22.1372 15 22.1372C14.6143 22.1372 14.263 21.9154 14.0972 21.5672L12.2698 17.7302L8.4328 15.9028C8.0846 15.737 7.8628 15.3857 7.8628 15C7.8628 14.6143 8.0846 14.263 8.4328 14.0972L12.2698 12.2698L14.0972 8.4328C14.263 8.0846 14.6143 7.8628 15 7.8628C15.3857 7.8628 15.737 8.0846 15.9028 8.4328ZM7.1262 2.3808L8.1884 4.3116L10.1192 5.3738C10.4387 5.5496 10.6372 5.8853 10.6372 6.25C10.6372 6.6147 10.4387 6.9504 10.1192 7.1262L8.1884 8.1884L7.1262 10.1192C6.9504 10.4387 6.6147 10.6372 6.25 10.6372C5.8853 10.6372 5.5496 10.4387 5.3738 10.1192L4.3116 8.1884L2.3808 7.1262C2.0613 6.9504 1.8628 6.6147 1.8628 6.25C1.8628 5.8853 2.0613 5.5496 2.3808 5.3738L4.3116 4.3116L5.3738 2.3808C5.5496 2.0613 5.8853 1.8628 6.25 1.8628C6.6147 1.8628 6.9504 2.0613 7.1262 2.3808Z" stroke="none"/><path d="M15 8.8628L16.9799 13.0201L21.1372 15L16.9799 16.9799L15 21.1372L13.0201 16.9799L8.8628 15L13.0201 13.0201L15 8.8628ZM6.25 2.8628L7.4521 5.0479L9.6372 6.25L7.4521 7.4521L6.25 9.6372L5.0479 7.4521L2.8628 6.25L5.0479 5.0479L6.25 2.8628Z"/></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-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M15.9028 8.4328L17.7302 12.2698L21.5672 14.0972C21.9154 14.263 22.1372 14.6143 22.1372 15C22.1372 15.3857 21.9154 15.737 21.5672 15.9028L17.7302 17.7302L15.9028 21.5672C15.737 21.9154 15.3857 22.1372 15 22.1372C14.6143 22.1372 14.263 21.9154 14.0972 21.5672L12.2698 17.7302L8.4328 15.9028C8.0846 15.737 7.8628 15.3857 7.8628 15C7.8628 14.6143 8.0846 14.263 8.4328 14.0972L12.2698 12.2698L14.0972 8.4328C14.263 8.0846 14.6143 7.8628 15 7.8628C15.3857 7.8628 15.737 8.0846 15.9028 8.4328ZM7.1262 2.3808L8.1884 4.3116L10.1192 5.3738C10.4387 5.5496 10.6372 5.8853 10.6372 6.25C10.6372 6.6147 10.4387 6.9504 10.1192 7.1262L8.1884 8.1884L7.1262 10.1192C6.9504 10.4387 6.6147 10.6372 6.25 10.6372C5.8853 10.6372 5.5496 10.4387 5.3738 10.1192L4.3116 8.1884L2.3808 7.1262C2.0613 6.9504 1.8628 6.6147 1.8628 6.25C1.8628 5.8853 2.0613 5.5496 2.3808 5.3738L4.3116 4.3116L5.3738 2.3808C5.5496 2.0613 5.8853 1.8628 6.25 1.8628C6.6147 1.8628 6.9504 2.0613 7.1262 2.3808Z" stroke="none"/><path d="M15 8.8628L16.9799 13.0201L21.1372 15L16.9799 16.9799L15 21.1372L13.0201 16.9799L8.8628 15L13.0201 13.0201L15 8.8628ZM6.25 2.8628L7.4521 5.0479L9.6372 6.25L7.4521 7.4521L6.25 9.6372L5.0479 7.4521L2.8628 6.25L5.0479 5.0479L6.25 2.8628Z"/></g></svg>
</template>

CSS

.icon-sparkles-sharp-two-tone {
  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-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M15.9028%208.4328L17.7302%2012.2698L21.5672%2014.0972C21.9154%2014.263%2022.1372%2014.6143%2022.1372%2015C22.1372%2015.3857%2021.9154%2015.737%2021.5672%2015.9028L17.7302%2017.7302L15.9028%2021.5672C15.737%2021.9154%2015.3857%2022.1372%2015%2022.1372C14.6143%2022.1372%2014.263%2021.9154%2014.0972%2021.5672L12.2698%2017.7302L8.4328%2015.9028C8.0846%2015.737%207.8628%2015.3857%207.8628%2015C7.8628%2014.6143%208.0846%2014.263%208.4328%2014.0972L12.2698%2012.2698L14.0972%208.4328C14.263%208.0846%2014.6143%207.8628%2015%207.8628C15.3857%207.8628%2015.737%208.0846%2015.9028%208.4328ZM7.1262%202.3808L8.1884%204.3116L10.1192%205.3738C10.4387%205.5496%2010.6372%205.8853%2010.6372%206.25C10.6372%206.6147%2010.4387%206.9504%2010.1192%207.1262L8.1884%208.1884L7.1262%2010.1192C6.9504%2010.4387%206.6147%2010.6372%206.25%2010.6372C5.8853%2010.6372%205.5496%2010.4387%205.3738%2010.1192L4.3116%208.1884L2.3808%207.1262C2.0613%206.9504%201.8628%206.6147%201.8628%206.25C1.8628%205.8853%202.0613%205.5496%202.3808%205.3738L4.3116%204.3116L5.3738%202.3808C5.5496%202.0613%205.8853%201.8628%206.25%201.8628C6.6147%201.8628%206.9504%202.0613%207.1262%202.3808Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M15%208.8628L16.9799%2013.0201L21.1372%2015L16.9799%2016.9799L15%2021.1372L13.0201%2016.9799L8.8628%2015L13.0201%2013.0201L15%208.8628ZM6.25%202.8628L7.4521%205.0479L9.6372%206.25L7.4521%207.4521L6.25%209.6372L5.0479%207.4521L2.8628%206.25L5.0479%205.0479L6.25%202.8628Z%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-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M15.9028%208.4328L17.7302%2012.2698L21.5672%2014.0972C21.9154%2014.263%2022.1372%2014.6143%2022.1372%2015C22.1372%2015.3857%2021.9154%2015.737%2021.5672%2015.9028L17.7302%2017.7302L15.9028%2021.5672C15.737%2021.9154%2015.3857%2022.1372%2015%2022.1372C14.6143%2022.1372%2014.263%2021.9154%2014.0972%2021.5672L12.2698%2017.7302L8.4328%2015.9028C8.0846%2015.737%207.8628%2015.3857%207.8628%2015C7.8628%2014.6143%208.0846%2014.263%208.4328%2014.0972L12.2698%2012.2698L14.0972%208.4328C14.263%208.0846%2014.6143%207.8628%2015%207.8628C15.3857%207.8628%2015.737%208.0846%2015.9028%208.4328ZM7.1262%202.3808L8.1884%204.3116L10.1192%205.3738C10.4387%205.5496%2010.6372%205.8853%2010.6372%206.25C10.6372%206.6147%2010.4387%206.9504%2010.1192%207.1262L8.1884%208.1884L7.1262%2010.1192C6.9504%2010.4387%206.6147%2010.6372%206.25%2010.6372C5.8853%2010.6372%205.5496%2010.4387%205.3738%2010.1192L4.3116%208.1884L2.3808%207.1262C2.0613%206.9504%201.8628%206.6147%201.8628%206.25C1.8628%205.8853%202.0613%205.5496%202.3808%205.3738L4.3116%204.3116L5.3738%202.3808C5.5496%202.0613%205.8853%201.8628%206.25%201.8628C6.6147%201.8628%206.9504%202.0613%207.1262%202.3808Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M15%208.8628L16.9799%2013.0201L21.1372%2015L16.9799%2016.9799L15%2021.1372L13.0201%2016.9799L8.8628%2015L13.0201%2013.0201L15%208.8628ZM6.25%202.8628L7.4521%205.0479L9.6372%206.25L7.4521%207.4521L6.25%209.6372L5.0479%207.4521L2.8628%206.25L5.0479%205.0479L6.25%202.8628Z%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-sharp-two-tone.svg?color=%231a73e8&size=48