wand3 icon
wand3-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.
- Name
- wand3-filled
- Set
- Reicon
- Style
- Filled
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
More ui icons from Reicon
Use the wand3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.845 3.845a2.883 2.883 0 0 0 0 4.077L5.432 9.51l.038-.04l4-4l.04-.038l-1.588-1.587a2.883 2.883 0 0 0-4.077 0m6.723 2.645l-.038.04l-4 4l-.04.038l9.588 9.588a2.884 2.884 0 0 0 4.078-4.078zM16.1 2.307a.483.483 0 0 1 .9 0l.43 1.095a.48.48 0 0 0 .272.274l1.091.432a.486.486 0 0 1 0 .903l-1.09.432a.5.5 0 0 0-.273.273L17 6.81a.483.483 0 0 1-.9 0l-.43-1.095a.5.5 0 0 0-.273-.273l-1.09-.432a.486.486 0 0 1 0-.903l1.09-.432a.5.5 0 0 0 .273-.274zm3.867 6.823a.483.483 0 0 1 .9 0l.156.399c.05.125.148.224.273.273l.398.158a.486.486 0 0 1 0 .902l-.398.158a.5.5 0 0 0-.273.273l-.156.4a.483.483 0 0 1-.9 0l-.157-.4a.5.5 0 0 0-.272-.273l-.398-.158a.486.486 0 0 1 0-.902l.398-.158a.5.5 0 0 0 .272-.273zM5.133 15.307a.483.483 0 0 1 .9 0l.157.4a.48.48 0 0 0 .272.273l.398.157a.486.486 0 0 1 0 .903l-.398.158a.48.48 0 0 0-.272.273l-.157.4a.483.483 0 0 1-.9 0l-.157-.4a.48.48 0 0 0-.272-.273l-.398-.158a.486.486 0 0 1 0-.903l.398-.157a.48.48 0 0 0 .272-.274z"/></svg>
React
import type { SVGProps } from "react";
export function ReiconWand3Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.845 3.845a2.883 2.883 0 0 0 0 4.077L5.432 9.51l.038-.04l4-4l.04-.038l-1.588-1.587a2.883 2.883 0 0 0-4.077 0m6.723 2.645l-.038.04l-4 4l-.04.038l9.588 9.588a2.884 2.884 0 0 0 4.078-4.078zM16.1 2.307a.483.483 0 0 1 .9 0l.43 1.095a.48.48 0 0 0 .272.274l1.091.432a.486.486 0 0 1 0 .903l-1.09.432a.5.5 0 0 0-.273.273L17 6.81a.483.483 0 0 1-.9 0l-.43-1.095a.5.5 0 0 0-.273-.273l-1.09-.432a.486.486 0 0 1 0-.903l1.09-.432a.5.5 0 0 0 .273-.274zm3.867 6.823a.483.483 0 0 1 .9 0l.156.399c.05.125.148.224.273.273l.398.158a.486.486 0 0 1 0 .902l-.398.158a.5.5 0 0 0-.273.273l-.156.4a.483.483 0 0 1-.9 0l-.157-.4a.5.5 0 0 0-.272-.273l-.398-.158a.486.486 0 0 1 0-.902l.398-.158a.5.5 0 0 0 .272-.273zM5.133 15.307a.483.483 0 0 1 .9 0l.157.4a.48.48 0 0 0 .272.273l.398.157a.486.486 0 0 1 0 .903l-.398.158a.48.48 0 0 0-.272.273l-.157.4a.483.483 0 0 1-.9 0l-.157-.4a.48.48 0 0 0-.272-.273l-.398-.158a.486.486 0 0 1 0-.903l.398-.157a.48.48 0 0 0 .272-.274z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.845 3.845a2.883 2.883 0 0 0 0 4.077L5.432 9.51l.038-.04l4-4l.04-.038l-1.588-1.587a2.883 2.883 0 0 0-4.077 0m6.723 2.645l-.038.04l-4 4l-.04.038l9.588 9.588a2.884 2.884 0 0 0 4.078-4.078zM16.1 2.307a.483.483 0 0 1 .9 0l.43 1.095a.48.48 0 0 0 .272.274l1.091.432a.486.486 0 0 1 0 .903l-1.09.432a.5.5 0 0 0-.273.273L17 6.81a.483.483 0 0 1-.9 0l-.43-1.095a.5.5 0 0 0-.273-.273l-1.09-.432a.486.486 0 0 1 0-.903l1.09-.432a.5.5 0 0 0 .273-.274zm3.867 6.823a.483.483 0 0 1 .9 0l.156.399c.05.125.148.224.273.273l.398.158a.486.486 0 0 1 0 .902l-.398.158a.5.5 0 0 0-.273.273l-.156.4a.483.483 0 0 1-.9 0l-.157-.4a.5.5 0 0 0-.272-.273l-.398-.158a.486.486 0 0 1 0-.902l.398-.158a.5.5 0 0 0 .272-.273zM5.133 15.307a.483.483 0 0 1 .9 0l.157.4a.48.48 0 0 0 .272.273l.398.157a.486.486 0 0 1 0 .903l-.398.158a.48.48 0 0 0-.272.273l-.157.4a.483.483 0 0 1-.9 0l-.157-.4a.48.48 0 0 0-.272-.273l-.398-.158a.486.486 0 0 1 0-.903l.398-.157a.48.48 0 0 0 .272-.274z"/></svg> </template>
CSS
.icon-wand3-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.845%203.845a2.883%202.883%200%200%200%200%204.077L5.432%209.51l.038-.04l4-4l.04-.038l-1.588-1.587a2.883%202.883%200%200%200-4.077%200m6.723%202.645l-.038.04l-4%204l-.04.038l9.588%209.588a2.884%202.884%200%200%200%204.078-4.078zM16.1%202.307a.483.483%200%200%201%20.9%200l.43%201.095a.48.48%200%200%200%20.272.274l1.091.432a.486.486%200%200%201%200%20.903l-1.09.432a.5.5%200%200%200-.273.273L17%206.81a.483.483%200%200%201-.9%200l-.43-1.095a.5.5%200%200%200-.273-.273l-1.09-.432a.486.486%200%200%201%200-.903l1.09-.432a.5.5%200%200%200%20.273-.274zm3.867%206.823a.483.483%200%200%201%20.9%200l.156.399c.05.125.148.224.273.273l.398.158a.486.486%200%200%201%200%20.902l-.398.158a.5.5%200%200%200-.273.273l-.156.4a.483.483%200%200%201-.9%200l-.157-.4a.5.5%200%200%200-.272-.273l-.398-.158a.486.486%200%200%201%200-.902l.398-.158a.5.5%200%200%200%20.272-.273zM5.133%2015.307a.483.483%200%200%201%20.9%200l.157.4a.48.48%200%200%200%20.272.273l.398.157a.486.486%200%200%201%200%20.903l-.398.158a.48.48%200%200%200-.272.273l-.157.4a.483.483%200%200%201-.9%200l-.157-.4a.48.48%200%200%200-.272-.273l-.398-.158a.486.486%200%200%201%200-.903l.398-.157a.48.48%200%200%200%20.272-.274z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.845%203.845a2.883%202.883%200%200%200%200%204.077L5.432%209.51l.038-.04l4-4l.04-.038l-1.588-1.587a2.883%202.883%200%200%200-4.077%200m6.723%202.645l-.038.04l-4%204l-.04.038l9.588%209.588a2.884%202.884%200%200%200%204.078-4.078zM16.1%202.307a.483.483%200%200%201%20.9%200l.43%201.095a.48.48%200%200%200%20.272.274l1.091.432a.486.486%200%200%201%200%20.903l-1.09.432a.5.5%200%200%200-.273.273L17%206.81a.483.483%200%200%201-.9%200l-.43-1.095a.5.5%200%200%200-.273-.273l-1.09-.432a.486.486%200%200%201%200-.903l1.09-.432a.5.5%200%200%200%20.273-.274zm3.867%206.823a.483.483%200%200%201%20.9%200l.156.399c.05.125.148.224.273.273l.398.158a.486.486%200%200%201%200%20.902l-.398.158a.5.5%200%200%200-.273.273l-.156.4a.483.483%200%200%201-.9%200l-.157-.4a.5.5%200%200%200-.272-.273l-.398-.158a.486.486%200%200%201%200-.902l.398-.158a.5.5%200%200%200%20.272-.273zM5.133%2015.307a.483.483%200%200%201%20.9%200l.157.4a.48.48%200%200%200%20.272.273l.398.157a.486.486%200%200%201%200%20.903l-.398.158a.48.48%200%200%200-.272.273l-.157.4a.483.483%200%200%201-.9%200l-.157-.4a.48.48%200%200%200-.272-.273l-.398-.158a.486.486%200%200%201%200-.903l.398-.157a.48.48%200%200%200%20.272-.274z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/wand3-filled.svg?color=%231a73e8&size=48