spray can sparkles icon
spray-can-sparkles from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- spray-can-sparkles
- Set
- Font Awesome Solid
- Style
- Solid
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome Solid
Use the spray can sparkles icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M192 96v80h128V96c0-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-48V320c0-53-43-96-96-96zm64 96c44.2 0 80 35.8 80 80s-35.8 80-80 80s-80-35.8-80-80s35.8-80 80-80m224-208c0-1.4-1-3-2.2-3.6L448 96l-12.4-29.8C435 65 433.4 64 432 64s-3 1-3.6 2.2L416 96l-29.8 12.4c-1.2.6-2.2 2.2-2.2 3.6s1 3 2.2 3.6L416 128l12.4 29.8c.6 1.2 2.2 2.2 3.6 2.2s3-1 3.6-2.2L448 128l29.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.2L576 128l29.8-12.4c1.2-.6 2.2-2.2 2.2-3.6s-1-3-2.2-3.6L576 96l-12.4-29.8C563 65 561.4 64 560 64s-3 1-3.6 2.2L544 96l-29.8 12.4c-1.2.6-2.2 2.2-2.2 3.6s1 3 2.2 3.6L544 128zm7.2 100.4c-.6-1.2-2.2-2.2-3.6-2.2s-3 1-3.6 2.2L544 288l-29.8 12.4c-1.2.6-2.2 2.2-2.2 3.6s1 3 2.2 3.6L544 320l12.4 29.8c.6 1.2 2.2 2.2 3.6 2.2s3-1 3.6-2.2L576 320l29.8-12.4c1.2-.6 2.2-2.2 2.2-3.6s-1-3-2.2-3.6L576 288zM544 208c0-1.4-1-3-2.2-3.6L512 192l-12.4-29.8c-.6-1.2-2.2-2.2-3.6-2.2s-3 1-3.6 2.2L480 192l-29.8 12.4c-1.2.6-2.2 2.2-2.2 3.6s1 3 2.2 3.6L480 224l12.4 29.8c.6 1.2 2.2 2.2 3.6 2.2s3-1 3.6-2.2L512 224l29.8-12.4c1.2-.6 2.2-2.2 2.2-3.6"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidSprayCanSparkles(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M192 96v80h128V96c0-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-48V320c0-53-43-96-96-96zm64 96c44.2 0 80 35.8 80 80s-35.8 80-80 80s-80-35.8-80-80s35.8-80 80-80m224-208c0-1.4-1-3-2.2-3.6L448 96l-12.4-29.8C435 65 433.4 64 432 64s-3 1-3.6 2.2L416 96l-29.8 12.4c-1.2.6-2.2 2.2-2.2 3.6s1 3 2.2 3.6L416 128l12.4 29.8c.6 1.2 2.2 2.2 3.6 2.2s3-1 3.6-2.2L448 128l29.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.2L576 128l29.8-12.4c1.2-.6 2.2-2.2 2.2-3.6s-1-3-2.2-3.6L576 96l-12.4-29.8C563 65 561.4 64 560 64s-3 1-3.6 2.2L544 96l-29.8 12.4c-1.2.6-2.2 2.2-2.2 3.6s1 3 2.2 3.6L544 128zm7.2 100.4c-.6-1.2-2.2-2.2-3.6-2.2s-3 1-3.6 2.2L544 288l-29.8 12.4c-1.2.6-2.2 2.2-2.2 3.6s1 3 2.2 3.6L544 320l12.4 29.8c.6 1.2 2.2 2.2 3.6 2.2s3-1 3.6-2.2L576 320l29.8-12.4c1.2-.6 2.2-2.2 2.2-3.6s-1-3-2.2-3.6L576 288zM544 208c0-1.4-1-3-2.2-3.6L512 192l-12.4-29.8c-.6-1.2-2.2-2.2-3.6-2.2s-3 1-3.6 2.2L480 192l-29.8 12.4c-1.2.6-2.2 2.2-2.2 3.6s1 3 2.2 3.6L480 224l12.4 29.8c.6 1.2 2.2 2.2 3.6 2.2s3-1 3.6-2.2L512 224l29.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 640 640"><path fill="currentColor" d="M192 96v80h128V96c0-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-48V320c0-53-43-96-96-96zm64 96c44.2 0 80 35.8 80 80s-35.8 80-80 80s-80-35.8-80-80s35.8-80 80-80m224-208c0-1.4-1-3-2.2-3.6L448 96l-12.4-29.8C435 65 433.4 64 432 64s-3 1-3.6 2.2L416 96l-29.8 12.4c-1.2.6-2.2 2.2-2.2 3.6s1 3 2.2 3.6L416 128l12.4 29.8c.6 1.2 2.2 2.2 3.6 2.2s3-1 3.6-2.2L448 128l29.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.2L576 128l29.8-12.4c1.2-.6 2.2-2.2 2.2-3.6s-1-3-2.2-3.6L576 96l-12.4-29.8C563 65 561.4 64 560 64s-3 1-3.6 2.2L544 96l-29.8 12.4c-1.2.6-2.2 2.2-2.2 3.6s1 3 2.2 3.6L544 128zm7.2 100.4c-.6-1.2-2.2-2.2-3.6-2.2s-3 1-3.6 2.2L544 288l-29.8 12.4c-1.2.6-2.2 2.2-2.2 3.6s1 3 2.2 3.6L544 320l12.4 29.8c.6 1.2 2.2 2.2 3.6 2.2s3-1 3.6-2.2L576 320l29.8-12.4c1.2-.6 2.2-2.2 2.2-3.6s-1-3-2.2-3.6L576 288zM544 208c0-1.4-1-3-2.2-3.6L512 192l-12.4-29.8c-.6-1.2-2.2-2.2-3.6-2.2s-3 1-3.6 2.2L480 192l-29.8 12.4c-1.2.6-2.2 2.2-2.2 3.6s1 3 2.2 3.6L480 224l12.4 29.8c.6 1.2 2.2 2.2 3.6 2.2s3-1 3.6-2.2L512 224l29.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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M192%2096v80h128V96c0-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-48V320c0-53-43-96-96-96zm64%2096c44.2%200%2080%2035.8%2080%2080s-35.8%2080-80%2080s-80-35.8-80-80s35.8-80%2080-80m224-208c0-1.4-1-3-2.2-3.6L448%2096l-12.4-29.8C435%2065%20433.4%2064%20432%2064s-3%201-3.6%202.2L416%2096l-29.8%2012.4c-1.2.6-2.2%202.2-2.2%203.6s1%203%202.2%203.6L416%20128l12.4%2029.8c.6%201.2%202.2%202.2%203.6%202.2s3-1%203.6-2.2L448%20128l29.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.2L576%20128l29.8-12.4c1.2-.6%202.2-2.2%202.2-3.6s-1-3-2.2-3.6L576%2096l-12.4-29.8C563%2065%20561.4%2064%20560%2064s-3%201-3.6%202.2L544%2096l-29.8%2012.4c-1.2.6-2.2%202.2-2.2%203.6s1%203%202.2%203.6L544%20128zm7.2%20100.4c-.6-1.2-2.2-2.2-3.6-2.2s-3%201-3.6%202.2L544%20288l-29.8%2012.4c-1.2.6-2.2%202.2-2.2%203.6s1%203%202.2%203.6L544%20320l12.4%2029.8c.6%201.2%202.2%202.2%203.6%202.2s3-1%203.6-2.2L576%20320l29.8-12.4c1.2-.6%202.2-2.2%202.2-3.6s-1-3-2.2-3.6L576%20288zM544%20208c0-1.4-1-3-2.2-3.6L512%20192l-12.4-29.8c-.6-1.2-2.2-2.2-3.6-2.2s-3%201-3.6%202.2L480%20192l-29.8%2012.4c-1.2.6-2.2%202.2-2.2%203.6s1%203%202.2%203.6L480%20224l12.4%2029.8c.6%201.2%202.2%202.2%203.6%202.2s3-1%203.6-2.2L512%20224l29.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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M192%2096v80h128V96c0-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-48V320c0-53-43-96-96-96zm64%2096c44.2%200%2080%2035.8%2080%2080s-35.8%2080-80%2080s-80-35.8-80-80s35.8-80%2080-80m224-208c0-1.4-1-3-2.2-3.6L448%2096l-12.4-29.8C435%2065%20433.4%2064%20432%2064s-3%201-3.6%202.2L416%2096l-29.8%2012.4c-1.2.6-2.2%202.2-2.2%203.6s1%203%202.2%203.6L416%20128l12.4%2029.8c.6%201.2%202.2%202.2%203.6%202.2s3-1%203.6-2.2L448%20128l29.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.2L576%20128l29.8-12.4c1.2-.6%202.2-2.2%202.2-3.6s-1-3-2.2-3.6L576%2096l-12.4-29.8C563%2065%20561.4%2064%20560%2064s-3%201-3.6%202.2L544%2096l-29.8%2012.4c-1.2.6-2.2%202.2-2.2%203.6s1%203%202.2%203.6L544%20128zm7.2%20100.4c-.6-1.2-2.2-2.2-3.6-2.2s-3%201-3.6%202.2L544%20288l-29.8%2012.4c-1.2.6-2.2%202.2-2.2%203.6s1%203%202.2%203.6L544%20320l12.4%2029.8c.6%201.2%202.2%202.2%203.6%202.2s3-1%203.6-2.2L576%20320l29.8-12.4c1.2-.6%202.2-2.2%202.2-3.6s-1-3-2.2-3.6L576%20288zM544%20208c0-1.4-1-3-2.2-3.6L512%20192l-12.4-29.8c-.6-1.2-2.2-2.2-3.6-2.2s-3%201-3.6%202.2L480%20192l-29.8%2012.4c-1.2.6-2.2%202.2-2.2%203.6s1%203%202.2%203.6L480%20224l12.4%2029.8c.6%201.2%202.2%202.2%203.6%202.2s3-1%203.6-2.2L512%20224l29.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/fa7-solid/spray-can-sparkles.svg?color=%231a73e8&size=48