wand sparkles icon
wand-sparkles from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- wand-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 wand sparkles icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M464 6.1c9.5-8.5 24-8.1 33 .9l8 8c9 9 9.4 23.5.9 33l-85.8 95.9c-2.6 2.9-4.1 6.7-4.1 10.7V176c0 8.8-7.2 16-16 16h-15.8c-4.6 0-8.9 1.9-11.9 5.3L100.7 500.9C94.3 508 85.3 512 75.8 512c-8.8 0-17.3-3.5-23.5-9.8L9.7 459.7C3.5 453.4 0 445 0 436.2c0-9.5 4-18.5 11.1-24.8l111.6-99.8c3.4-3 5.3-7.4 5.3-11.9v-27.6c0-8.8 7.2-16 16-16h34.6c3.9 0 7.7-1.5 10.7-4.1zM432 288c3.6 0 6.7 2.4 7.7 5.8l14.8 51.7l51.7 14.8c3.4 1 5.8 4.1 5.8 7.7s-2.4 6.7-5.8 7.7l-51.7 14.8l-14.8 51.7c-1 3.4-4.1 5.8-7.7 5.8s-6.7-2.4-7.7-5.8l-14.8-51.7l-51.7-14.8c-3.4-1-5.8-4.1-5.8-7.7s2.4-6.7 5.8-7.7l51.7-14.8l14.8-51.7c1-3.4 4.1-5.8 7.7-5.8M87.7 69.8l14.8 51.7l51.7 14.8c3.4 1 5.8 4.1 5.8 7.7s-2.4 6.7-5.8 7.7l-51.7 14.8l-14.8 51.7c-1 3.4-4.1 5.8-7.7 5.8s-6.7-2.4-7.7-5.8l-14.8-51.7l-51.7-14.8c-3.4-1-5.8-4.1-5.8-7.7s2.4-6.7 5.8-7.7l51.7-14.8l14.8-51.7c1-3.4 4.1-5.8 7.7-5.8s6.7 2.4 7.7 5.8M208 0c3.7 0 6.9 2.5 7.8 6.1l6.8 27.3l27.3 6.8c3.6.9 6.1 4.1 6.1 7.8s-2.5 6.9-6.1 7.8l-27.3 6.8l-6.8 27.3c-.9 3.6-4.1 6.1-7.8 6.1s-6.9-2.5-7.8-6.1l-6.8-27.3l-27.3-6.8c-3.6-.9-6.1-4.1-6.1-7.8s2.5-6.9 6.1-7.8l27.3-6.8l6.8-27.3c.9-3.6 4.1-6.1 7.8-6.1"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidWandSparkles(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="M464 6.1c9.5-8.5 24-8.1 33 .9l8 8c9 9 9.4 23.5.9 33l-85.8 95.9c-2.6 2.9-4.1 6.7-4.1 10.7V176c0 8.8-7.2 16-16 16h-15.8c-4.6 0-8.9 1.9-11.9 5.3L100.7 500.9C94.3 508 85.3 512 75.8 512c-8.8 0-17.3-3.5-23.5-9.8L9.7 459.7C3.5 453.4 0 445 0 436.2c0-9.5 4-18.5 11.1-24.8l111.6-99.8c3.4-3 5.3-7.4 5.3-11.9v-27.6c0-8.8 7.2-16 16-16h34.6c3.9 0 7.7-1.5 10.7-4.1zM432 288c3.6 0 6.7 2.4 7.7 5.8l14.8 51.7l51.7 14.8c3.4 1 5.8 4.1 5.8 7.7s-2.4 6.7-5.8 7.7l-51.7 14.8l-14.8 51.7c-1 3.4-4.1 5.8-7.7 5.8s-6.7-2.4-7.7-5.8l-14.8-51.7l-51.7-14.8c-3.4-1-5.8-4.1-5.8-7.7s2.4-6.7 5.8-7.7l51.7-14.8l14.8-51.7c1-3.4 4.1-5.8 7.7-5.8M87.7 69.8l14.8 51.7l51.7 14.8c3.4 1 5.8 4.1 5.8 7.7s-2.4 6.7-5.8 7.7l-51.7 14.8l-14.8 51.7c-1 3.4-4.1 5.8-7.7 5.8s-6.7-2.4-7.7-5.8l-14.8-51.7l-51.7-14.8c-3.4-1-5.8-4.1-5.8-7.7s2.4-6.7 5.8-7.7l51.7-14.8l14.8-51.7c1-3.4 4.1-5.8 7.7-5.8s6.7 2.4 7.7 5.8M208 0c3.7 0 6.9 2.5 7.8 6.1l6.8 27.3l27.3 6.8c3.6.9 6.1 4.1 6.1 7.8s-2.5 6.9-6.1 7.8l-27.3 6.8l-6.8 27.3c-.9 3.6-4.1 6.1-7.8 6.1s-6.9-2.5-7.8-6.1l-6.8-27.3l-27.3-6.8c-3.6-.9-6.1-4.1-6.1-7.8s2.5-6.9 6.1-7.8l27.3-6.8l6.8-27.3c.9-3.6 4.1-6.1 7.8-6.1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M464 6.1c9.5-8.5 24-8.1 33 .9l8 8c9 9 9.4 23.5.9 33l-85.8 95.9c-2.6 2.9-4.1 6.7-4.1 10.7V176c0 8.8-7.2 16-16 16h-15.8c-4.6 0-8.9 1.9-11.9 5.3L100.7 500.9C94.3 508 85.3 512 75.8 512c-8.8 0-17.3-3.5-23.5-9.8L9.7 459.7C3.5 453.4 0 445 0 436.2c0-9.5 4-18.5 11.1-24.8l111.6-99.8c3.4-3 5.3-7.4 5.3-11.9v-27.6c0-8.8 7.2-16 16-16h34.6c3.9 0 7.7-1.5 10.7-4.1zM432 288c3.6 0 6.7 2.4 7.7 5.8l14.8 51.7l51.7 14.8c3.4 1 5.8 4.1 5.8 7.7s-2.4 6.7-5.8 7.7l-51.7 14.8l-14.8 51.7c-1 3.4-4.1 5.8-7.7 5.8s-6.7-2.4-7.7-5.8l-14.8-51.7l-51.7-14.8c-3.4-1-5.8-4.1-5.8-7.7s2.4-6.7 5.8-7.7l51.7-14.8l14.8-51.7c1-3.4 4.1-5.8 7.7-5.8M87.7 69.8l14.8 51.7l51.7 14.8c3.4 1 5.8 4.1 5.8 7.7s-2.4 6.7-5.8 7.7l-51.7 14.8l-14.8 51.7c-1 3.4-4.1 5.8-7.7 5.8s-6.7-2.4-7.7-5.8l-14.8-51.7l-51.7-14.8c-3.4-1-5.8-4.1-5.8-7.7s2.4-6.7 5.8-7.7l51.7-14.8l14.8-51.7c1-3.4 4.1-5.8 7.7-5.8s6.7 2.4 7.7 5.8M208 0c3.7 0 6.9 2.5 7.8 6.1l6.8 27.3l27.3 6.8c3.6.9 6.1 4.1 6.1 7.8s-2.5 6.9-6.1 7.8l-27.3 6.8l-6.8 27.3c-.9 3.6-4.1 6.1-7.8 6.1s-6.9-2.5-7.8-6.1l-6.8-27.3l-27.3-6.8c-3.6-.9-6.1-4.1-6.1-7.8s2.5-6.9 6.1-7.8l27.3-6.8l6.8-27.3c.9-3.6 4.1-6.1 7.8-6.1"/></svg> </template>
CSS
.icon-wand-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%22M464%206.1c9.5-8.5%2024-8.1%2033%20.9l8%208c9%209%209.4%2023.5.9%2033l-85.8%2095.9c-2.6%202.9-4.1%206.7-4.1%2010.7V176c0%208.8-7.2%2016-16%2016h-15.8c-4.6%200-8.9%201.9-11.9%205.3L100.7%20500.9C94.3%20508%2085.3%20512%2075.8%20512c-8.8%200-17.3-3.5-23.5-9.8L9.7%20459.7C3.5%20453.4%200%20445%200%20436.2c0-9.5%204-18.5%2011.1-24.8l111.6-99.8c3.4-3%205.3-7.4%205.3-11.9v-27.6c0-8.8%207.2-16%2016-16h34.6c3.9%200%207.7-1.5%2010.7-4.1zM432%20288c3.6%200%206.7%202.4%207.7%205.8l14.8%2051.7l51.7%2014.8c3.4%201%205.8%204.1%205.8%207.7s-2.4%206.7-5.8%207.7l-51.7%2014.8l-14.8%2051.7c-1%203.4-4.1%205.8-7.7%205.8s-6.7-2.4-7.7-5.8l-14.8-51.7l-51.7-14.8c-3.4-1-5.8-4.1-5.8-7.7s2.4-6.7%205.8-7.7l51.7-14.8l14.8-51.7c1-3.4%204.1-5.8%207.7-5.8M87.7%2069.8l14.8%2051.7l51.7%2014.8c3.4%201%205.8%204.1%205.8%207.7s-2.4%206.7-5.8%207.7l-51.7%2014.8l-14.8%2051.7c-1%203.4-4.1%205.8-7.7%205.8s-6.7-2.4-7.7-5.8l-14.8-51.7l-51.7-14.8c-3.4-1-5.8-4.1-5.8-7.7s2.4-6.7%205.8-7.7l51.7-14.8l14.8-51.7c1-3.4%204.1-5.8%207.7-5.8s6.7%202.4%207.7%205.8M208%200c3.7%200%206.9%202.5%207.8%206.1l6.8%2027.3l27.3%206.8c3.6.9%206.1%204.1%206.1%207.8s-2.5%206.9-6.1%207.8l-27.3%206.8l-6.8%2027.3c-.9%203.6-4.1%206.1-7.8%206.1s-6.9-2.5-7.8-6.1l-6.8-27.3l-27.3-6.8c-3.6-.9-6.1-4.1-6.1-7.8s2.5-6.9%206.1-7.8l27.3-6.8l6.8-27.3c.9-3.6%204.1-6.1%207.8-6.1%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%22M464%206.1c9.5-8.5%2024-8.1%2033%20.9l8%208c9%209%209.4%2023.5.9%2033l-85.8%2095.9c-2.6%202.9-4.1%206.7-4.1%2010.7V176c0%208.8-7.2%2016-16%2016h-15.8c-4.6%200-8.9%201.9-11.9%205.3L100.7%20500.9C94.3%20508%2085.3%20512%2075.8%20512c-8.8%200-17.3-3.5-23.5-9.8L9.7%20459.7C3.5%20453.4%200%20445%200%20436.2c0-9.5%204-18.5%2011.1-24.8l111.6-99.8c3.4-3%205.3-7.4%205.3-11.9v-27.6c0-8.8%207.2-16%2016-16h34.6c3.9%200%207.7-1.5%2010.7-4.1zM432%20288c3.6%200%206.7%202.4%207.7%205.8l14.8%2051.7l51.7%2014.8c3.4%201%205.8%204.1%205.8%207.7s-2.4%206.7-5.8%207.7l-51.7%2014.8l-14.8%2051.7c-1%203.4-4.1%205.8-7.7%205.8s-6.7-2.4-7.7-5.8l-14.8-51.7l-51.7-14.8c-3.4-1-5.8-4.1-5.8-7.7s2.4-6.7%205.8-7.7l51.7-14.8l14.8-51.7c1-3.4%204.1-5.8%207.7-5.8M87.7%2069.8l14.8%2051.7l51.7%2014.8c3.4%201%205.8%204.1%205.8%207.7s-2.4%206.7-5.8%207.7l-51.7%2014.8l-14.8%2051.7c-1%203.4-4.1%205.8-7.7%205.8s-6.7-2.4-7.7-5.8l-14.8-51.7l-51.7-14.8c-3.4-1-5.8-4.1-5.8-7.7s2.4-6.7%205.8-7.7l51.7-14.8l14.8-51.7c1-3.4%204.1-5.8%207.7-5.8s6.7%202.4%207.7%205.8M208%200c3.7%200%206.9%202.5%207.8%206.1l6.8%2027.3l27.3%206.8c3.6.9%206.1%204.1%206.1%207.8s-2.5%206.9-6.1%207.8l-27.3%206.8l-6.8%2027.3c-.9%203.6-4.1%206.1-7.8%206.1s-6.9-2.5-7.8-6.1l-6.8-27.3l-27.3-6.8c-3.6-.9-6.1-4.1-6.1-7.8s2.5-6.9%206.1-7.8l27.3-6.8l6.8-27.3c.9-3.6%204.1-6.1%207.8-6.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/wand-sparkles.svg?color=%231a73e8&size=48