wand sparkle icon
wand-sparkle from Reicon by REICON · Outline · Tools · MIT Free for personal and commercial use.
- Name
- wand-sparkle
- Set
- Reicon
- Style
- Outline
- Category
- Tools
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More tools icons from Reicon
Use the wand sparkle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M16.762 3.9L3.892 16.777c-.52.52-.52 1.363-.002 1.884l1.447 1.452c.522.52 1.366.52 1.887 0l12.87-12.877c.52-.52.52-1.363 0-1.884l-1.444-1.45a1.333 1.333 0 0 0-1.888-.002M13.85 7.147l3 3"/><path fill="currentColor" d="M9.657 4.653L8.396 4.24l-.421-1.267c-.136-.413-.812-.413-.948 0L6.605 4.24l-1.261.413a.51.51 0 0 0-.343.48c0 .214.139.4.343.467l1.261.427l.422 1.266c.068.2.258.334.473.334a.5.5 0 0 0 .473-.334l.422-1.266l1.26-.427A.49.49 0 0 0 10 5.133a.51.51 0 0 0-.342-.48M22.21 15.987l-1.683-.56l-.562-1.68c-.182-.547-1.082-.547-1.265 0l-.561 1.68l-1.684.56a.67.67 0 0 0 0 1.266l1.684.56l.561 1.68c.09.28.347.454.633.454a.66.66 0 0 0 .634-.454l.56-1.68l1.685-.56a.67.67 0 0 0 .456-.64a.67.67 0 0 0-.457-.626M12.333 3.333c.552 0 1-.453 1-1s-.448-1-1-1s-1 .454-1 1c0 .547.448 1 1 1"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconWandSparkle(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"><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M16.762 3.9L3.892 16.777c-.52.52-.52 1.363-.002 1.884l1.447 1.452c.522.52 1.366.52 1.887 0l12.87-12.877c.52-.52.52-1.363 0-1.884l-1.444-1.45a1.333 1.333 0 0 0-1.888-.002M13.85 7.147l3 3"/><path fill="currentColor" d="M9.657 4.653L8.396 4.24l-.421-1.267c-.136-.413-.812-.413-.948 0L6.605 4.24l-1.261.413a.51.51 0 0 0-.343.48c0 .214.139.4.343.467l1.261.427l.422 1.266c.068.2.258.334.473.334a.5.5 0 0 0 .473-.334l.422-1.266l1.26-.427A.49.49 0 0 0 10 5.133a.51.51 0 0 0-.342-.48M22.21 15.987l-1.683-.56l-.562-1.68c-.182-.547-1.082-.547-1.265 0l-.561 1.68l-1.684.56a.67.67 0 0 0 0 1.266l1.684.56l.561 1.68c.09.28.347.454.633.454a.66.66 0 0 0 .634-.454l.56-1.68l1.685-.56a.67.67 0 0 0 .456-.64a.67.67 0 0 0-.457-.626M12.333 3.333c.552 0 1-.453 1-1s-.448-1-1-1s-1 .454-1 1c0 .547.448 1 1 1"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M16.762 3.9L3.892 16.777c-.52.52-.52 1.363-.002 1.884l1.447 1.452c.522.52 1.366.52 1.887 0l12.87-12.877c.52-.52.52-1.363 0-1.884l-1.444-1.45a1.333 1.333 0 0 0-1.888-.002M13.85 7.147l3 3"/><path fill="currentColor" d="M9.657 4.653L8.396 4.24l-.421-1.267c-.136-.413-.812-.413-.948 0L6.605 4.24l-1.261.413a.51.51 0 0 0-.343.48c0 .214.139.4.343.467l1.261.427l.422 1.266c.068.2.258.334.473.334a.5.5 0 0 0 .473-.334l.422-1.266l1.26-.427A.49.49 0 0 0 10 5.133a.51.51 0 0 0-.342-.48M22.21 15.987l-1.683-.56l-.562-1.68c-.182-.547-1.082-.547-1.265 0l-.561 1.68l-1.684.56a.67.67 0 0 0 0 1.266l1.684.56l.561 1.68c.09.28.347.454.633.454a.66.66 0 0 0 .634-.454l.56-1.68l1.685-.56a.67.67 0 0 0 .456-.64a.67.67 0 0 0-.457-.626M12.333 3.333c.552 0 1-.453 1-1s-.448-1-1-1s-1 .454-1 1c0 .547.448 1 1 1"/></g></svg> </template>
CSS
.icon-wand-sparkle {
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%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M16.762%203.9L3.892%2016.777c-.52.52-.52%201.363-.002%201.884l1.447%201.452c.522.52%201.366.52%201.887%200l12.87-12.877c.52-.52.52-1.363%200-1.884l-1.444-1.45a1.333%201.333%200%200%200-1.888-.002M13.85%207.147l3%203%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.657%204.653L8.396%204.24l-.421-1.267c-.136-.413-.812-.413-.948%200L6.605%204.24l-1.261.413a.51.51%200%200%200-.343.48c0%20.214.139.4.343.467l1.261.427l.422%201.266c.068.2.258.334.473.334a.5.5%200%200%200%20.473-.334l.422-1.266l1.26-.427A.49.49%200%200%200%2010%205.133a.51.51%200%200%200-.342-.48M22.21%2015.987l-1.683-.56l-.562-1.68c-.182-.547-1.082-.547-1.265%200l-.561%201.68l-1.684.56a.67.67%200%200%200%200%201.266l1.684.56l.561%201.68c.09.28.347.454.633.454a.66.66%200%200%200%20.634-.454l.56-1.68l1.685-.56a.67.67%200%200%200%20.456-.64a.67.67%200%200%200-.457-.626M12.333%203.333c.552%200%201-.453%201-1s-.448-1-1-1s-1%20.454-1%201c0%20.547.448%201%201%201%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%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M16.762%203.9L3.892%2016.777c-.52.52-.52%201.363-.002%201.884l1.447%201.452c.522.52%201.366.52%201.887%200l12.87-12.877c.52-.52.52-1.363%200-1.884l-1.444-1.45a1.333%201.333%200%200%200-1.888-.002M13.85%207.147l3%203%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.657%204.653L8.396%204.24l-.421-1.267c-.136-.413-.812-.413-.948%200L6.605%204.24l-1.261.413a.51.51%200%200%200-.343.48c0%20.214.139.4.343.467l1.261.427l.422%201.266c.068.2.258.334.473.334a.5.5%200%200%200%20.473-.334l.422-1.266l1.26-.427A.49.49%200%200%200%2010%205.133a.51.51%200%200%200-.342-.48M22.21%2015.987l-1.683-.56l-.562-1.68c-.182-.547-1.082-.547-1.265%200l-.561%201.68l-1.684.56a.67.67%200%200%200%200%201.266l1.684.56l.561%201.68c.09.28.347.454.633.454a.66.66%200%200%200%20.634-.454l.56-1.68l1.685-.56a.67.67%200%200%200%20.456-.64a.67.67%200%200%200-.457-.626M12.333%203.333c.552%200%201-.453%201-1s-.448-1-1-1s-1%20.454-1%201c0%20.547.448%201%201%201%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/wand-sparkle.svg?color=%231a73e8&size=48