spray can sparkles icon

spray-can-sparkles from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
spray-can-sparkles
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
512×512
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome 6 Solid

Use the spray can sparkles icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M96 32v96h128V32c0-17.7-14.3-32-32-32h-64c-17.7 0-32 14.3-32 32m0 128c-53 0-96 43-96 96v208c0 26.5 21.5 48 48 48h224c26.5 0 48-21.5 48-48V256c0-53-43-96-96-96zm64 96a80 80 0 1 1 0 160a80 80 0 1 1 0-160M384 48c0-1.4-1-3-2.2-3.6L352 32L339.6 2.2C339 1 337.4 0 336 0s-3 1-3.6 2.2L320 32l-29.8 12.4c-1.2.6-2.2 2.2-2.2 3.6s1 3 2.2 3.6L320 64l12.4 29.8c.6 1.2 2.2 2.2 3.6 2.2s3-1 3.6-2.2L352 64l29.8-12.4c1.2-.6 2.2-2.2 2.2-3.6m76.4 45.8c.6 1.2 2.2 2.2 3.6 2.2s3-1 3.6-2.2L480 64l29.8-12.4c1.2-.6 2.2-2.2 2.2-3.6s-1-3-2.2-3.6L480 32L467.6 2.2C467 1 465.4 0 464 0s-3 1-3.6 2.2L448 32l-29.8 12.4c-1.2.6-2.2 2.2-2.2 3.6s1 3 2.2 3.6L448 64zm7.2 100.4c-.6-1.2-2.2-2.2-3.6-2.2s-3 1-3.6 2.2L448 224l-29.8 12.4c-1.2.6-2.2 2.2-2.2 3.6s1 3 2.2 3.6L448 256l12.4 29.8c.6 1.2 2.2 2.2 3.6 2.2s3-1 3.6-2.2L480 256l29.8-12.4c1.2-.6 2.2-2.2 2.2-3.6s-1-3-2.2-3.6L480 224zM448 144c0-1.4-1-3-2.2-3.6L416 128l-12.4-29.8C403 97 401.4 96 400 96s-3 1-3.6 2.2L384 128l-29.8 12.4c-1.2.6-2.2 2.2-2.2 3.6s1 3 2.2 3.6L384 160l12.4 29.8c.6 1.2 2.2 2.2 3.6 2.2s3-1 3.6-2.2L416 160l29.8-12.4c1.2-.6 2.2-2.2 2.2-3.6"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidSprayCanSparkles(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M96 32v96h128V32c0-17.7-14.3-32-32-32h-64c-17.7 0-32 14.3-32 32m0 128c-53 0-96 43-96 96v208c0 26.5 21.5 48 48 48h224c26.5 0 48-21.5 48-48V256c0-53-43-96-96-96zm64 96a80 80 0 1 1 0 160a80 80 0 1 1 0-160M384 48c0-1.4-1-3-2.2-3.6L352 32L339.6 2.2C339 1 337.4 0 336 0s-3 1-3.6 2.2L320 32l-29.8 12.4c-1.2.6-2.2 2.2-2.2 3.6s1 3 2.2 3.6L320 64l12.4 29.8c.6 1.2 2.2 2.2 3.6 2.2s3-1 3.6-2.2L352 64l29.8-12.4c1.2-.6 2.2-2.2 2.2-3.6m76.4 45.8c.6 1.2 2.2 2.2 3.6 2.2s3-1 3.6-2.2L480 64l29.8-12.4c1.2-.6 2.2-2.2 2.2-3.6s-1-3-2.2-3.6L480 32L467.6 2.2C467 1 465.4 0 464 0s-3 1-3.6 2.2L448 32l-29.8 12.4c-1.2.6-2.2 2.2-2.2 3.6s1 3 2.2 3.6L448 64zm7.2 100.4c-.6-1.2-2.2-2.2-3.6-2.2s-3 1-3.6 2.2L448 224l-29.8 12.4c-1.2.6-2.2 2.2-2.2 3.6s1 3 2.2 3.6L448 256l12.4 29.8c.6 1.2 2.2 2.2 3.6 2.2s3-1 3.6-2.2L480 256l29.8-12.4c1.2-.6 2.2-2.2 2.2-3.6s-1-3-2.2-3.6L480 224zM448 144c0-1.4-1-3-2.2-3.6L416 128l-12.4-29.8C403 97 401.4 96 400 96s-3 1-3.6 2.2L384 128l-29.8 12.4c-1.2.6-2.2 2.2-2.2 3.6s1 3 2.2 3.6L384 160l12.4 29.8c.6 1.2 2.2 2.2 3.6 2.2s3-1 3.6-2.2L416 160l29.8-12.4c1.2-.6 2.2-2.2 2.2-3.6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M96 32v96h128V32c0-17.7-14.3-32-32-32h-64c-17.7 0-32 14.3-32 32m0 128c-53 0-96 43-96 96v208c0 26.5 21.5 48 48 48h224c26.5 0 48-21.5 48-48V256c0-53-43-96-96-96zm64 96a80 80 0 1 1 0 160a80 80 0 1 1 0-160M384 48c0-1.4-1-3-2.2-3.6L352 32L339.6 2.2C339 1 337.4 0 336 0s-3 1-3.6 2.2L320 32l-29.8 12.4c-1.2.6-2.2 2.2-2.2 3.6s1 3 2.2 3.6L320 64l12.4 29.8c.6 1.2 2.2 2.2 3.6 2.2s3-1 3.6-2.2L352 64l29.8-12.4c1.2-.6 2.2-2.2 2.2-3.6m76.4 45.8c.6 1.2 2.2 2.2 3.6 2.2s3-1 3.6-2.2L480 64l29.8-12.4c1.2-.6 2.2-2.2 2.2-3.6s-1-3-2.2-3.6L480 32L467.6 2.2C467 1 465.4 0 464 0s-3 1-3.6 2.2L448 32l-29.8 12.4c-1.2.6-2.2 2.2-2.2 3.6s1 3 2.2 3.6L448 64zm7.2 100.4c-.6-1.2-2.2-2.2-3.6-2.2s-3 1-3.6 2.2L448 224l-29.8 12.4c-1.2.6-2.2 2.2-2.2 3.6s1 3 2.2 3.6L448 256l12.4 29.8c.6 1.2 2.2 2.2 3.6 2.2s3-1 3.6-2.2L480 256l29.8-12.4c1.2-.6 2.2-2.2 2.2-3.6s-1-3-2.2-3.6L480 224zM448 144c0-1.4-1-3-2.2-3.6L416 128l-12.4-29.8C403 97 401.4 96 400 96s-3 1-3.6 2.2L384 128l-29.8 12.4c-1.2.6-2.2 2.2-2.2 3.6s1 3 2.2 3.6L384 160l12.4 29.8c.6 1.2 2.2 2.2 3.6 2.2s3-1 3.6-2.2L416 160l29.8-12.4c1.2-.6 2.2-2.2 2.2-3.6"/></svg>
</template>

CSS

.icon-spray-can-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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M96%2032v96h128V32c0-17.7-14.3-32-32-32h-64c-17.7%200-32%2014.3-32%2032m0%20128c-53%200-96%2043-96%2096v208c0%2026.5%2021.5%2048%2048%2048h224c26.5%200%2048-21.5%2048-48V256c0-53-43-96-96-96zm64%2096a80%2080%200%201%201%200%20160a80%2080%200%201%201%200-160M384%2048c0-1.4-1-3-2.2-3.6L352%2032L339.6%202.2C339%201%20337.4%200%20336%200s-3%201-3.6%202.2L320%2032l-29.8%2012.4c-1.2.6-2.2%202.2-2.2%203.6s1%203%202.2%203.6L320%2064l12.4%2029.8c.6%201.2%202.2%202.2%203.6%202.2s3-1%203.6-2.2L352%2064l29.8-12.4c1.2-.6%202.2-2.2%202.2-3.6m76.4%2045.8c.6%201.2%202.2%202.2%203.6%202.2s3-1%203.6-2.2L480%2064l29.8-12.4c1.2-.6%202.2-2.2%202.2-3.6s-1-3-2.2-3.6L480%2032L467.6%202.2C467%201%20465.4%200%20464%200s-3%201-3.6%202.2L448%2032l-29.8%2012.4c-1.2.6-2.2%202.2-2.2%203.6s1%203%202.2%203.6L448%2064zm7.2%20100.4c-.6-1.2-2.2-2.2-3.6-2.2s-3%201-3.6%202.2L448%20224l-29.8%2012.4c-1.2.6-2.2%202.2-2.2%203.6s1%203%202.2%203.6L448%20256l12.4%2029.8c.6%201.2%202.2%202.2%203.6%202.2s3-1%203.6-2.2L480%20256l29.8-12.4c1.2-.6%202.2-2.2%202.2-3.6s-1-3-2.2-3.6L480%20224zM448%20144c0-1.4-1-3-2.2-3.6L416%20128l-12.4-29.8C403%2097%20401.4%2096%20400%2096s-3%201-3.6%202.2L384%20128l-29.8%2012.4c-1.2.6-2.2%202.2-2.2%203.6s1%203%202.2%203.6L384%20160l12.4%2029.8c.6%201.2%202.2%202.2%203.6%202.2s3-1%203.6-2.2L416%20160l29.8-12.4c1.2-.6%202.2-2.2%202.2-3.6%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M96%2032v96h128V32c0-17.7-14.3-32-32-32h-64c-17.7%200-32%2014.3-32%2032m0%20128c-53%200-96%2043-96%2096v208c0%2026.5%2021.5%2048%2048%2048h224c26.5%200%2048-21.5%2048-48V256c0-53-43-96-96-96zm64%2096a80%2080%200%201%201%200%20160a80%2080%200%201%201%200-160M384%2048c0-1.4-1-3-2.2-3.6L352%2032L339.6%202.2C339%201%20337.4%200%20336%200s-3%201-3.6%202.2L320%2032l-29.8%2012.4c-1.2.6-2.2%202.2-2.2%203.6s1%203%202.2%203.6L320%2064l12.4%2029.8c.6%201.2%202.2%202.2%203.6%202.2s3-1%203.6-2.2L352%2064l29.8-12.4c1.2-.6%202.2-2.2%202.2-3.6m76.4%2045.8c.6%201.2%202.2%202.2%203.6%202.2s3-1%203.6-2.2L480%2064l29.8-12.4c1.2-.6%202.2-2.2%202.2-3.6s-1-3-2.2-3.6L480%2032L467.6%202.2C467%201%20465.4%200%20464%200s-3%201-3.6%202.2L448%2032l-29.8%2012.4c-1.2.6-2.2%202.2-2.2%203.6s1%203%202.2%203.6L448%2064zm7.2%20100.4c-.6-1.2-2.2-2.2-3.6-2.2s-3%201-3.6%202.2L448%20224l-29.8%2012.4c-1.2.6-2.2%202.2-2.2%203.6s1%203%202.2%203.6L448%20256l12.4%2029.8c.6%201.2%202.2%202.2%203.6%202.2s3-1%203.6-2.2L480%20256l29.8-12.4c1.2-.6%202.2-2.2%202.2-3.6s-1-3-2.2-3.6L480%20224zM448%20144c0-1.4-1-3-2.2-3.6L416%20128l-12.4-29.8C403%2097%20401.4%2096%20400%2096s-3%201-3.6%202.2L384%20128l-29.8%2012.4c-1.2.6-2.2%202.2-2.2%203.6s1%203%202.2%203.6L384%20160l12.4%2029.8c.6%201.2%202.2%202.2%203.6%202.2s3-1%203.6-2.2L416%20160l29.8-12.4c1.2-.6%202.2-2.2%202.2-3.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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