color wand icon
color-wand from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- color-wand
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
2 other variants in IonIcons
Related icons in IonIcons
Use the color wand icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M96 208H48c-8.8 0-16-7.2-16-16s7.2-16 16-16h48c8.8 0 16 7.2 16 16s-7.2 16-16 16m28.1-67.9c-4.2 0-8.3-1.7-11.3-4.7l-33.9-33.9c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l33.9 33.9c6.3 6.2 6.3 16.4 0 22.6c-3 3-7 4.7-11.3 4.7M192 112c-8.8 0-16-7.2-16-16V48c0-8.8 7.2-16 16-16s16 7.2 16 16v48c0 8.8-7.2 16-16 16m67.9 28.1c-8.8 0-16-7.2-16-16c0-4.2 1.7-8.3 4.7-11.3l33.9-33.9c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6l-33.9 33.9c-3 3-7.1 4.7-11.3 4.7M90.2 309.8c-8.8 0-16-7.2-16-16c0-4.2 1.7-8.3 4.7-11.3l33.9-33.9c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6l-33.9 33.9c-3 3-7.1 4.7-11.3 4.7m144-142.8c-18.4-18.7-48.5-19-67.2-.7s-19 48.5-.7 67.2l.7.7l39.5 39.5c3.1 3.1 8.2 3.1 11.3 0l55.9-55.9c3.1-3.1 3.1-8.2 0-11.3zM457 389.8L307.6 240.4c-3.1-3.1-8.2-3.1-11.3 0l-55.9 55.9c-3.1 3.1-3.1 8.2 0 11.3L389.8 457c18.4 18.7 48.5 19 67.2.7c18.7-18.4 19-48.5.7-67.2c-.2-.2-.4-.5-.7-.7"/></svg>
React
import type { SVGProps } from "react";
export function IonColorWand(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 208H48c-8.8 0-16-7.2-16-16s7.2-16 16-16h48c8.8 0 16 7.2 16 16s-7.2 16-16 16m28.1-67.9c-4.2 0-8.3-1.7-11.3-4.7l-33.9-33.9c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l33.9 33.9c6.3 6.2 6.3 16.4 0 22.6c-3 3-7 4.7-11.3 4.7M192 112c-8.8 0-16-7.2-16-16V48c0-8.8 7.2-16 16-16s16 7.2 16 16v48c0 8.8-7.2 16-16 16m67.9 28.1c-8.8 0-16-7.2-16-16c0-4.2 1.7-8.3 4.7-11.3l33.9-33.9c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6l-33.9 33.9c-3 3-7.1 4.7-11.3 4.7M90.2 309.8c-8.8 0-16-7.2-16-16c0-4.2 1.7-8.3 4.7-11.3l33.9-33.9c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6l-33.9 33.9c-3 3-7.1 4.7-11.3 4.7m144-142.8c-18.4-18.7-48.5-19-67.2-.7s-19 48.5-.7 67.2l.7.7l39.5 39.5c3.1 3.1 8.2 3.1 11.3 0l55.9-55.9c3.1-3.1 3.1-8.2 0-11.3zM457 389.8L307.6 240.4c-3.1-3.1-8.2-3.1-11.3 0l-55.9 55.9c-3.1 3.1-3.1 8.2 0 11.3L389.8 457c18.4 18.7 48.5 19 67.2.7c18.7-18.4 19-48.5.7-67.2c-.2-.2-.4-.5-.7-.7"/></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 208H48c-8.8 0-16-7.2-16-16s7.2-16 16-16h48c8.8 0 16 7.2 16 16s-7.2 16-16 16m28.1-67.9c-4.2 0-8.3-1.7-11.3-4.7l-33.9-33.9c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0l33.9 33.9c6.3 6.2 6.3 16.4 0 22.6c-3 3-7 4.7-11.3 4.7M192 112c-8.8 0-16-7.2-16-16V48c0-8.8 7.2-16 16-16s16 7.2 16 16v48c0 8.8-7.2 16-16 16m67.9 28.1c-8.8 0-16-7.2-16-16c0-4.2 1.7-8.3 4.7-11.3l33.9-33.9c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6l-33.9 33.9c-3 3-7.1 4.7-11.3 4.7M90.2 309.8c-8.8 0-16-7.2-16-16c0-4.2 1.7-8.3 4.7-11.3l33.9-33.9c6.2-6.2 16.4-6.2 22.6 0s6.2 16.4 0 22.6l-33.9 33.9c-3 3-7.1 4.7-11.3 4.7m144-142.8c-18.4-18.7-48.5-19-67.2-.7s-19 48.5-.7 67.2l.7.7l39.5 39.5c3.1 3.1 8.2 3.1 11.3 0l55.9-55.9c3.1-3.1 3.1-8.2 0-11.3zM457 389.8L307.6 240.4c-3.1-3.1-8.2-3.1-11.3 0l-55.9 55.9c-3.1 3.1-3.1 8.2 0 11.3L389.8 457c18.4 18.7 48.5 19 67.2.7c18.7-18.4 19-48.5.7-67.2c-.2-.2-.4-.5-.7-.7"/></svg> </template>
CSS
.icon-color-wand {
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%20208H48c-8.8%200-16-7.2-16-16s7.2-16%2016-16h48c8.8%200%2016%207.2%2016%2016s-7.2%2016-16%2016m28.1-67.9c-4.2%200-8.3-1.7-11.3-4.7l-33.9-33.9c-6.2-6.2-6.2-16.4%200-22.6s16.4-6.2%2022.6%200l33.9%2033.9c6.3%206.2%206.3%2016.4%200%2022.6c-3%203-7%204.7-11.3%204.7M192%20112c-8.8%200-16-7.2-16-16V48c0-8.8%207.2-16%2016-16s16%207.2%2016%2016v48c0%208.8-7.2%2016-16%2016m67.9%2028.1c-8.8%200-16-7.2-16-16c0-4.2%201.7-8.3%204.7-11.3l33.9-33.9c6.2-6.2%2016.4-6.2%2022.6%200s6.2%2016.4%200%2022.6l-33.9%2033.9c-3%203-7.1%204.7-11.3%204.7M90.2%20309.8c-8.8%200-16-7.2-16-16c0-4.2%201.7-8.3%204.7-11.3l33.9-33.9c6.2-6.2%2016.4-6.2%2022.6%200s6.2%2016.4%200%2022.6l-33.9%2033.9c-3%203-7.1%204.7-11.3%204.7m144-142.8c-18.4-18.7-48.5-19-67.2-.7s-19%2048.5-.7%2067.2l.7.7l39.5%2039.5c3.1%203.1%208.2%203.1%2011.3%200l55.9-55.9c3.1-3.1%203.1-8.2%200-11.3zM457%20389.8L307.6%20240.4c-3.1-3.1-8.2-3.1-11.3%200l-55.9%2055.9c-3.1%203.1-3.1%208.2%200%2011.3L389.8%20457c18.4%2018.7%2048.5%2019%2067.2.7c18.7-18.4%2019-48.5.7-67.2c-.2-.2-.4-.5-.7-.7%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%20208H48c-8.8%200-16-7.2-16-16s7.2-16%2016-16h48c8.8%200%2016%207.2%2016%2016s-7.2%2016-16%2016m28.1-67.9c-4.2%200-8.3-1.7-11.3-4.7l-33.9-33.9c-6.2-6.2-6.2-16.4%200-22.6s16.4-6.2%2022.6%200l33.9%2033.9c6.3%206.2%206.3%2016.4%200%2022.6c-3%203-7%204.7-11.3%204.7M192%20112c-8.8%200-16-7.2-16-16V48c0-8.8%207.2-16%2016-16s16%207.2%2016%2016v48c0%208.8-7.2%2016-16%2016m67.9%2028.1c-8.8%200-16-7.2-16-16c0-4.2%201.7-8.3%204.7-11.3l33.9-33.9c6.2-6.2%2016.4-6.2%2022.6%200s6.2%2016.4%200%2022.6l-33.9%2033.9c-3%203-7.1%204.7-11.3%204.7M90.2%20309.8c-8.8%200-16-7.2-16-16c0-4.2%201.7-8.3%204.7-11.3l33.9-33.9c6.2-6.2%2016.4-6.2%2022.6%200s6.2%2016.4%200%2022.6l-33.9%2033.9c-3%203-7.1%204.7-11.3%204.7m144-142.8c-18.4-18.7-48.5-19-67.2-.7s-19%2048.5-.7%2067.2l.7.7l39.5%2039.5c3.1%203.1%208.2%203.1%2011.3%200l55.9-55.9c3.1-3.1%203.1-8.2%200-11.3zM457%20389.8L307.6%20240.4c-3.1-3.1-8.2-3.1-11.3%200l-55.9%2055.9c-3.1%203.1-3.1%208.2%200%2011.3L389.8%20457c18.4%2018.7%2048.5%2019%2067.2.7c18.7-18.4%2019-48.5.7-67.2c-.2-.2-.4-.5-.7-.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/color-wand.svg?color=%231a73e8&size=48