sparkles 2 icon

sparkles-2-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.

Name
sparkles-2-filled
Set
Tabler Icons
Style
Filled
Viewbox
24×24
License
MIT

1 other variant in Tabler Icons

The same icon in other sets

Related icons in Tabler Icons

Use the sparkles 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17.964 2.733c.156.563.312 1 .484 1.353c.342.71.758 1.125 1.47 1.467c.353.17.79.326 1.352.484c.98.276.97 1.668-.013 1.93a8.3 8.3 0 0 0-1.34.481c-.71.342-1.127.757-1.463 1.453a8 8 0 0 0-.486 1.352c-.258.988-1.658 1-1.932.015c-.156-.565-.312-1.002-.484-1.354c-.342-.71-.758-1.124-1.458-1.46a8 8 0 0 0-1.374-.495a.4.4 0 0 1-.06-.02l-.044-.017l-.045-.02l-.049-.025l-.035-.02a.4.4 0 0 1-.049-.03l-.032-.023l-.043-.034l-.033-.028l-.036-.035l-.034-.035l-.028-.033l-.035-.043l-.022-.032a.4.4 0 0 1-.032-.049l-.02-.035l-.025-.05l-.02-.044l-.017-.043a.4.4 0 0 1-.02-.06l-.01-.034a.5.5 0 0 1-.02-.098l-.006-.065L12 7.051v-.05a.4.4 0 0 1 .003-.085a.5.5 0 0 1 .013-.093a.5.5 0 0 1 .024-.103a.4.4 0 0 1 .02-.06l.017-.044l.02-.045l.025-.049l.02-.035a.4.4 0 0 1 .03-.049l.023-.032l.034-.043l.028-.033l.035-.036l.035-.034q.015-.015.033-.028l.043-.035l.032-.022a.4.4 0 0 1 .049-.032l.035-.02l.05-.025l.044-.02l.043-.017a.4.4 0 0 1 .06-.02l.027-.008a8.3 8.3 0 0 0 1.339-.48c.71-.342 1.127-.757 1.47-1.466c.17-.354.327-.792.483-1.355c.272-.976 1.657-.976 1.928 0"/><path d="M10.965 6.737q.219.801.503 1.574c.856 2.28 1.945 3.363 4.23 4.22q.708.265 1.571.506c.976.272.974 1.656-.002 1.927q-.798.221-1.568.504c-2.288.858-3.376 1.94-4.229 4.216a19 19 0 0 0-.505 1.579c-.268.983-1.662.983-1.93 0a19 19 0 0 0-.503-1.574c-.856-2.281-1.944-3.363-4.226-4.219a20 20 0 0 0-1.594-.513a.4.4 0 0 1-.054-.018l-.044-.017l-.043-.02a.3.3 0 0 1-.048-.024l-.036-.02a.4.4 0 0 1-.048-.03l-.032-.024l-.044-.034l-.033-.029l-.037-.034l-.034-.037l-.03-.033l-.033-.044l-.023-.032a.4.4 0 0 1-.03-.048l-.021-.036a.3.3 0 0 1-.024-.048l-.02-.043l-.017-.044a.4.4 0 0 1-.018-.054a.2.2 0 0 1-.01-.039a.4.4 0 0 1-.014-.059l-.007-.04l-.007-.056l-.003-.044L2 14v-.05q0-.023.004-.044q.001-.03.007-.057l.007-.04a.4.4 0 0 1 .017-.076l.007-.021a.4.4 0 0 1 .018-.054l.017-.044l.02-.043a.3.3 0 0 1 .024-.048l.02-.036a.4.4 0 0 1 .03-.048l.024-.032l.034-.044l.029-.033l.034-.037l.037-.034l.033-.03l.044-.033l.032-.023a.4.4 0 0 1 .048-.03l.036-.021a.3.3 0 0 1 .048-.024l.043-.02l.044-.017a.4.4 0 0 1 .054-.018l.021-.007a20 20 0 0 0 1.568-.504c2.287-.858 3.375-1.94 4.229-4.216a19 19 0 0 0 .505-1.579c.268-.983 1.662-.983 1.93 0"/></g></svg>

React

import type { SVGProps } from "react";

export function TablerSparkles2Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17.964 2.733c.156.563.312 1 .484 1.353c.342.71.758 1.125 1.47 1.467c.353.17.79.326 1.352.484c.98.276.97 1.668-.013 1.93a8.3 8.3 0 0 0-1.34.481c-.71.342-1.127.757-1.463 1.453a8 8 0 0 0-.486 1.352c-.258.988-1.658 1-1.932.015c-.156-.565-.312-1.002-.484-1.354c-.342-.71-.758-1.124-1.458-1.46a8 8 0 0 0-1.374-.495a.4.4 0 0 1-.06-.02l-.044-.017l-.045-.02l-.049-.025l-.035-.02a.4.4 0 0 1-.049-.03l-.032-.023l-.043-.034l-.033-.028l-.036-.035l-.034-.035l-.028-.033l-.035-.043l-.022-.032a.4.4 0 0 1-.032-.049l-.02-.035l-.025-.05l-.02-.044l-.017-.043a.4.4 0 0 1-.02-.06l-.01-.034a.5.5 0 0 1-.02-.098l-.006-.065L12 7.051v-.05a.4.4 0 0 1 .003-.085a.5.5 0 0 1 .013-.093a.5.5 0 0 1 .024-.103a.4.4 0 0 1 .02-.06l.017-.044l.02-.045l.025-.049l.02-.035a.4.4 0 0 1 .03-.049l.023-.032l.034-.043l.028-.033l.035-.036l.035-.034q.015-.015.033-.028l.043-.035l.032-.022a.4.4 0 0 1 .049-.032l.035-.02l.05-.025l.044-.02l.043-.017a.4.4 0 0 1 .06-.02l.027-.008a8.3 8.3 0 0 0 1.339-.48c.71-.342 1.127-.757 1.47-1.466c.17-.354.327-.792.483-1.355c.272-.976 1.657-.976 1.928 0"/><path d="M10.965 6.737q.219.801.503 1.574c.856 2.28 1.945 3.363 4.23 4.22q.708.265 1.571.506c.976.272.974 1.656-.002 1.927q-.798.221-1.568.504c-2.288.858-3.376 1.94-4.229 4.216a19 19 0 0 0-.505 1.579c-.268.983-1.662.983-1.93 0a19 19 0 0 0-.503-1.574c-.856-2.281-1.944-3.363-4.226-4.219a20 20 0 0 0-1.594-.513a.4.4 0 0 1-.054-.018l-.044-.017l-.043-.02a.3.3 0 0 1-.048-.024l-.036-.02a.4.4 0 0 1-.048-.03l-.032-.024l-.044-.034l-.033-.029l-.037-.034l-.034-.037l-.03-.033l-.033-.044l-.023-.032a.4.4 0 0 1-.03-.048l-.021-.036a.3.3 0 0 1-.024-.048l-.02-.043l-.017-.044a.4.4 0 0 1-.018-.054a.2.2 0 0 1-.01-.039a.4.4 0 0 1-.014-.059l-.007-.04l-.007-.056l-.003-.044L2 14v-.05q0-.023.004-.044q.001-.03.007-.057l.007-.04a.4.4 0 0 1 .017-.076l.007-.021a.4.4 0 0 1 .018-.054l.017-.044l.02-.043a.3.3 0 0 1 .024-.048l.02-.036a.4.4 0 0 1 .03-.048l.024-.032l.034-.044l.029-.033l.034-.037l.037-.034l.033-.03l.044-.033l.032-.023a.4.4 0 0 1 .048-.03l.036-.021a.3.3 0 0 1 .048-.024l.043-.02l.044-.017a.4.4 0 0 1 .054-.018l.021-.007a20 20 0 0 0 1.568-.504c2.287-.858 3.375-1.94 4.229-4.216a19 19 0 0 0 .505-1.579c.268-.983 1.662-.983 1.93 0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17.964 2.733c.156.563.312 1 .484 1.353c.342.71.758 1.125 1.47 1.467c.353.17.79.326 1.352.484c.98.276.97 1.668-.013 1.93a8.3 8.3 0 0 0-1.34.481c-.71.342-1.127.757-1.463 1.453a8 8 0 0 0-.486 1.352c-.258.988-1.658 1-1.932.015c-.156-.565-.312-1.002-.484-1.354c-.342-.71-.758-1.124-1.458-1.46a8 8 0 0 0-1.374-.495a.4.4 0 0 1-.06-.02l-.044-.017l-.045-.02l-.049-.025l-.035-.02a.4.4 0 0 1-.049-.03l-.032-.023l-.043-.034l-.033-.028l-.036-.035l-.034-.035l-.028-.033l-.035-.043l-.022-.032a.4.4 0 0 1-.032-.049l-.02-.035l-.025-.05l-.02-.044l-.017-.043a.4.4 0 0 1-.02-.06l-.01-.034a.5.5 0 0 1-.02-.098l-.006-.065L12 7.051v-.05a.4.4 0 0 1 .003-.085a.5.5 0 0 1 .013-.093a.5.5 0 0 1 .024-.103a.4.4 0 0 1 .02-.06l.017-.044l.02-.045l.025-.049l.02-.035a.4.4 0 0 1 .03-.049l.023-.032l.034-.043l.028-.033l.035-.036l.035-.034q.015-.015.033-.028l.043-.035l.032-.022a.4.4 0 0 1 .049-.032l.035-.02l.05-.025l.044-.02l.043-.017a.4.4 0 0 1 .06-.02l.027-.008a8.3 8.3 0 0 0 1.339-.48c.71-.342 1.127-.757 1.47-1.466c.17-.354.327-.792.483-1.355c.272-.976 1.657-.976 1.928 0"/><path d="M10.965 6.737q.219.801.503 1.574c.856 2.28 1.945 3.363 4.23 4.22q.708.265 1.571.506c.976.272.974 1.656-.002 1.927q-.798.221-1.568.504c-2.288.858-3.376 1.94-4.229 4.216a19 19 0 0 0-.505 1.579c-.268.983-1.662.983-1.93 0a19 19 0 0 0-.503-1.574c-.856-2.281-1.944-3.363-4.226-4.219a20 20 0 0 0-1.594-.513a.4.4 0 0 1-.054-.018l-.044-.017l-.043-.02a.3.3 0 0 1-.048-.024l-.036-.02a.4.4 0 0 1-.048-.03l-.032-.024l-.044-.034l-.033-.029l-.037-.034l-.034-.037l-.03-.033l-.033-.044l-.023-.032a.4.4 0 0 1-.03-.048l-.021-.036a.3.3 0 0 1-.024-.048l-.02-.043l-.017-.044a.4.4 0 0 1-.018-.054a.2.2 0 0 1-.01-.039a.4.4 0 0 1-.014-.059l-.007-.04l-.007-.056l-.003-.044L2 14v-.05q0-.023.004-.044q.001-.03.007-.057l.007-.04a.4.4 0 0 1 .017-.076l.007-.021a.4.4 0 0 1 .018-.054l.017-.044l.02-.043a.3.3 0 0 1 .024-.048l.02-.036a.4.4 0 0 1 .03-.048l.024-.032l.034-.044l.029-.033l.034-.037l.037-.034l.033-.03l.044-.033l.032-.023a.4.4 0 0 1 .048-.03l.036-.021a.3.3 0 0 1 .048-.024l.043-.02l.044-.017a.4.4 0 0 1 .054-.018l.021-.007a20 20 0 0 0 1.568-.504c2.287-.858 3.375-1.94 4.229-4.216a19 19 0 0 0 .505-1.579c.268-.983 1.662-.983 1.93 0"/></g></svg>
</template>

CSS

.icon-sparkles-2-filled {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M17.964%202.733c.156.563.312%201%20.484%201.353c.342.71.758%201.125%201.47%201.467c.353.17.79.326%201.352.484c.98.276.97%201.668-.013%201.93a8.3%208.3%200%200%200-1.34.481c-.71.342-1.127.757-1.463%201.453a8%208%200%200%200-.486%201.352c-.258.988-1.658%201-1.932.015c-.156-.565-.312-1.002-.484-1.354c-.342-.71-.758-1.124-1.458-1.46a8%208%200%200%200-1.374-.495a.4.4%200%200%201-.06-.02l-.044-.017l-.045-.02l-.049-.025l-.035-.02a.4.4%200%200%201-.049-.03l-.032-.023l-.043-.034l-.033-.028l-.036-.035l-.034-.035l-.028-.033l-.035-.043l-.022-.032a.4.4%200%200%201-.032-.049l-.02-.035l-.025-.05l-.02-.044l-.017-.043a.4.4%200%200%201-.02-.06l-.01-.034a.5.5%200%200%201-.02-.098l-.006-.065L12%207.051v-.05a.4.4%200%200%201%20.003-.085a.5.5%200%200%201%20.013-.093a.5.5%200%200%201%20.024-.103a.4.4%200%200%201%20.02-.06l.017-.044l.02-.045l.025-.049l.02-.035a.4.4%200%200%201%20.03-.049l.023-.032l.034-.043l.028-.033l.035-.036l.035-.034q.015-.015.033-.028l.043-.035l.032-.022a.4.4%200%200%201%20.049-.032l.035-.02l.05-.025l.044-.02l.043-.017a.4.4%200%200%201%20.06-.02l.027-.008a8.3%208.3%200%200%200%201.339-.48c.71-.342%201.127-.757%201.47-1.466c.17-.354.327-.792.483-1.355c.272-.976%201.657-.976%201.928%200%22%2F%3E%3Cpath%20d%3D%22M10.965%206.737q.219.801.503%201.574c.856%202.28%201.945%203.363%204.23%204.22q.708.265%201.571.506c.976.272.974%201.656-.002%201.927q-.798.221-1.568.504c-2.288.858-3.376%201.94-4.229%204.216a19%2019%200%200%200-.505%201.579c-.268.983-1.662.983-1.93%200a19%2019%200%200%200-.503-1.574c-.856-2.281-1.944-3.363-4.226-4.219a20%2020%200%200%200-1.594-.513a.4.4%200%200%201-.054-.018l-.044-.017l-.043-.02a.3.3%200%200%201-.048-.024l-.036-.02a.4.4%200%200%201-.048-.03l-.032-.024l-.044-.034l-.033-.029l-.037-.034l-.034-.037l-.03-.033l-.033-.044l-.023-.032a.4.4%200%200%201-.03-.048l-.021-.036a.3.3%200%200%201-.024-.048l-.02-.043l-.017-.044a.4.4%200%200%201-.018-.054a.2.2%200%200%201-.01-.039a.4.4%200%200%201-.014-.059l-.007-.04l-.007-.056l-.003-.044L2%2014v-.05q0-.023.004-.044q.001-.03.007-.057l.007-.04a.4.4%200%200%201%20.017-.076l.007-.021a.4.4%200%200%201%20.018-.054l.017-.044l.02-.043a.3.3%200%200%201%20.024-.048l.02-.036a.4.4%200%200%201%20.03-.048l.024-.032l.034-.044l.029-.033l.034-.037l.037-.034l.033-.03l.044-.033l.032-.023a.4.4%200%200%201%20.048-.03l.036-.021a.3.3%200%200%201%20.048-.024l.043-.02l.044-.017a.4.4%200%200%201%20.054-.018l.021-.007a20%2020%200%200%200%201.568-.504c2.287-.858%203.375-1.94%204.229-4.216a19%2019%200%200%200%20.505-1.579c.268-.983%201.662-.983%201.93%200%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%22currentColor%22%3E%3Cpath%20d%3D%22M17.964%202.733c.156.563.312%201%20.484%201.353c.342.71.758%201.125%201.47%201.467c.353.17.79.326%201.352.484c.98.276.97%201.668-.013%201.93a8.3%208.3%200%200%200-1.34.481c-.71.342-1.127.757-1.463%201.453a8%208%200%200%200-.486%201.352c-.258.988-1.658%201-1.932.015c-.156-.565-.312-1.002-.484-1.354c-.342-.71-.758-1.124-1.458-1.46a8%208%200%200%200-1.374-.495a.4.4%200%200%201-.06-.02l-.044-.017l-.045-.02l-.049-.025l-.035-.02a.4.4%200%200%201-.049-.03l-.032-.023l-.043-.034l-.033-.028l-.036-.035l-.034-.035l-.028-.033l-.035-.043l-.022-.032a.4.4%200%200%201-.032-.049l-.02-.035l-.025-.05l-.02-.044l-.017-.043a.4.4%200%200%201-.02-.06l-.01-.034a.5.5%200%200%201-.02-.098l-.006-.065L12%207.051v-.05a.4.4%200%200%201%20.003-.085a.5.5%200%200%201%20.013-.093a.5.5%200%200%201%20.024-.103a.4.4%200%200%201%20.02-.06l.017-.044l.02-.045l.025-.049l.02-.035a.4.4%200%200%201%20.03-.049l.023-.032l.034-.043l.028-.033l.035-.036l.035-.034q.015-.015.033-.028l.043-.035l.032-.022a.4.4%200%200%201%20.049-.032l.035-.02l.05-.025l.044-.02l.043-.017a.4.4%200%200%201%20.06-.02l.027-.008a8.3%208.3%200%200%200%201.339-.48c.71-.342%201.127-.757%201.47-1.466c.17-.354.327-.792.483-1.355c.272-.976%201.657-.976%201.928%200%22%2F%3E%3Cpath%20d%3D%22M10.965%206.737q.219.801.503%201.574c.856%202.28%201.945%203.363%204.23%204.22q.708.265%201.571.506c.976.272.974%201.656-.002%201.927q-.798.221-1.568.504c-2.288.858-3.376%201.94-4.229%204.216a19%2019%200%200%200-.505%201.579c-.268.983-1.662.983-1.93%200a19%2019%200%200%200-.503-1.574c-.856-2.281-1.944-3.363-4.226-4.219a20%2020%200%200%200-1.594-.513a.4.4%200%200%201-.054-.018l-.044-.017l-.043-.02a.3.3%200%200%201-.048-.024l-.036-.02a.4.4%200%200%201-.048-.03l-.032-.024l-.044-.034l-.033-.029l-.037-.034l-.034-.037l-.03-.033l-.033-.044l-.023-.032a.4.4%200%200%201-.03-.048l-.021-.036a.3.3%200%200%201-.024-.048l-.02-.043l-.017-.044a.4.4%200%200%201-.018-.054a.2.2%200%200%201-.01-.039a.4.4%200%200%201-.014-.059l-.007-.04l-.007-.056l-.003-.044L2%2014v-.05q0-.023.004-.044q.001-.03.007-.057l.007-.04a.4.4%200%200%201%20.017-.076l.007-.021a.4.4%200%200%201%20.018-.054l.017-.044l.02-.043a.3.3%200%200%201%20.024-.048l.02-.036a.4.4%200%200%201%20.03-.048l.024-.032l.034-.044l.029-.033l.034-.037l.037-.034l.033-.03l.044-.033l.032-.023a.4.4%200%200%201%20.048-.03l.036-.021a.3.3%200%200%201%20.048-.024l.043-.02l.044-.017a.4.4%200%200%201%20.054-.018l.021-.007a20%2020%200%200%200%201.568-.504c2.287-.858%203.375-1.94%204.229-4.216a19%2019%200%200%200%20.505-1.579c.268-.983%201.662-.983%201.93%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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