md color wand icon
md-color-wand from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.
- Name
- md-color-wand
- Set
- IonIcons
- Style
- Regular
- Viewbox
- 512×512
- License
- MIT
Related icons in IonIcons
md-addmd-add-circlemd-airplanemd-alarmmd-albumsmd-alertmd-american-footballmd-analyticsmd-aperturemd-appsmd-appstoremd-archivemd-arrow-backmd-arrow-downmd-arrow-dropdownmd-arrow-dropdown-circlemd-arrow-dropleftmd-arrow-dropleft-circlemd-arrow-droprightmd-arrow-dropright-circlemd-arrow-dropupmd-arrow-dropup-circlemd-arrow-forwardmd-arrow-round-back
Use the md color wand icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M200.8 157.2l-36.4 37.4L411.7 448l36.3-37.4z" fill="currentColor"/><path d="M181 64h37v68h-37z" fill="currentColor"/><path d="M181 262h37v68h-37z" fill="currentColor"/><path d="M270 176h69v37h-69z" fill="currentColor"/><path d="M305.6 115.8l-25.7-26.3-47.1 48.3 25.6 26.2z" fill="currentColor"/><path d="M168.8 137.8l-47.1-48.3-25.6 26.3 47.1 48.2z" fill="currentColor"/><path d="M96.1 277.9l25.6 26.2 47.1-48.2-25.6-26.3z" fill="currentColor"/><path d="M64 176h65v37H64z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonMdColorWand(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M200.8 157.2l-36.4 37.4L411.7 448l36.3-37.4z" fill="currentColor"/><path d="M181 64h37v68h-37z" fill="currentColor"/><path d="M181 262h37v68h-37z" fill="currentColor"/><path d="M270 176h69v37h-69z" fill="currentColor"/><path d="M305.6 115.8l-25.7-26.3-47.1 48.3 25.6 26.2z" fill="currentColor"/><path d="M168.8 137.8l-47.1-48.3-25.6 26.3 47.1 48.2z" fill="currentColor"/><path d="M96.1 277.9l25.6 26.2 47.1-48.2-25.6-26.3z" fill="currentColor"/><path d="M64 176h65v37H64z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M200.8 157.2l-36.4 37.4L411.7 448l36.3-37.4z" fill="currentColor"/><path d="M181 64h37v68h-37z" fill="currentColor"/><path d="M181 262h37v68h-37z" fill="currentColor"/><path d="M270 176h69v37h-69z" fill="currentColor"/><path d="M305.6 115.8l-25.7-26.3-47.1 48.3 25.6 26.2z" fill="currentColor"/><path d="M168.8 137.8l-47.1-48.3-25.6 26.3 47.1 48.2z" fill="currentColor"/><path d="M96.1 277.9l25.6 26.2 47.1-48.2-25.6-26.3z" fill="currentColor"/><path d="M64 176h65v37H64z" fill="currentColor"/></svg> </template>
CSS
.icon-md-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%20d%3D%22M200.8%20157.2l-36.4%2037.4L411.7%20448l36.3-37.4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M181%2064h37v68h-37z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M181%20262h37v68h-37z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M270%20176h69v37h-69z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M305.6%20115.8l-25.7-26.3-47.1%2048.3%2025.6%2026.2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M168.8%20137.8l-47.1-48.3-25.6%2026.3%2047.1%2048.2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M96.1%20277.9l25.6%2026.2%2047.1-48.2-25.6-26.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M64%20176h65v37H64z%22%20fill%3D%22currentColor%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%20d%3D%22M200.8%20157.2l-36.4%2037.4L411.7%20448l36.3-37.4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M181%2064h37v68h-37z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M181%20262h37v68h-37z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M270%20176h69v37h-69z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M305.6%20115.8l-25.7-26.3-47.1%2048.3%2025.6%2026.2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M168.8%20137.8l-47.1-48.3-25.6%2026.3%2047.1%2048.2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M96.1%20277.9l25.6%2026.2%2047.1-48.2-25.6-26.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M64%20176h65v37H64z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/md-color-wand.svg?color=%231a73e8&size=48