magic wand icon
magic-wand-outline from Health Icons by Resolve to Save Lives · Outline · Symbols · MIT Free for personal and commercial use.
- Name
- magic-wand-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Symbols
- Viewbox
- 48×48
- License
- MIT
- Aliases
- magic-wand2x-outline
3 other variants in Health Icons
The same icon in other sets
magic-wandBoxIcons v2 Solidmagic-wandCarbonmagic-wand-outlineFlowbite Iconsmagic-wand-20-regularFluent UI System Iconsmagic-wandFluent Emojimagic-wandFluent Emoji Flatmagic-wandFluent Emoji High Contrastmagic-wandIconParkmagic-wandIconPark Outlinemagic-wandIconoirmagic-wandNoto Emojimagic-wandOpenMojimagic-wandPhosphormagic-wandRadix Iconsmagic-wand-boldSolarmagic-wandTwitter Emoji
More symbols icons from Health Icons
Use the magic wand icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M8.899 13.612C8.114 13.178 7.167 12.828 6 12.5c1.167-.328 2.114-.678 2.899-1.112c1.097-.608 1.875-1.38 2.488-2.482c.435-.782.788-1.731 1.113-2.906c.325 1.175.678 2.124 1.113 2.906c.613 1.103 1.391 1.874 2.489 2.482c.784.434 1.731.784 2.898 1.112c-1.167.328-2.114.678-2.898 1.112c-1.098.608-1.876 1.38-2.49 2.482c-.434.782-.787 1.731-1.112 2.906c-.325-1.175-.678-2.124-1.113-2.906c-.613-1.103-1.391-1.874-2.488-2.482m2.827-.371a8 8 0 0 0-.864-.741a7.9 7.9 0 0 0 1.638-1.635a7.9 7.9 0 0 0 1.638 1.635a7.9 7.9 0 0 0-1.638 1.635a8 8 0 0 0-.774-.894M8.899 30.612C8.114 30.178 7.167 29.828 6 29.5c1.167-.328 2.114-.678 2.899-1.112c1.097-.608 1.875-1.38 2.488-2.482c.435-.782.788-1.731 1.113-2.906c.325 1.175.678 2.124 1.113 2.906c.613 1.103 1.391 1.874 2.489 2.482c.784.434 1.731.784 2.898 1.112c-1.167.328-2.114.678-2.898 1.112c-1.098.608-1.876 1.38-2.49 2.482c-.434.782-.787 1.731-1.112 2.906c-.325-1.175-.678-2.124-1.113-2.906c-.613-1.103-1.391-1.874-2.488-2.482m2.827-.371a8 8 0 0 0-.864-.741a7.9 7.9 0 0 0 1.638-1.635a7.9 7.9 0 0 0 1.638 1.635a7.9 7.9 0 0 0-1.638 1.635a8 8 0 0 0-.774-.894M23 12.5c1.167.328 2.114.678 2.898 1.112c1.098.608 1.876 1.38 2.49 2.482c.434.782.787 1.731 1.112 2.906c.325-1.175.678-2.124 1.113-2.906c.613-1.103 1.391-1.874 2.489-2.482c.784-.434 1.731-.784 2.898-1.112c-1.167-.328-2.114-.678-2.898-1.112c-1.098-.608-1.876-1.38-2.49-2.482c-.434-.782-.787-1.731-1.112-2.906c-.325 1.175-.678 2.124-1.113 2.906c-.613 1.103-1.391 1.874-2.489 2.482c-.784.434-1.731.784-2.898 1.112m4.862 0a7.9 7.9 0 0 1 1.638 1.635a7.9 7.9 0 0 1 1.638-1.635a7.9 7.9 0 0 1-1.638-1.635a7.9 7.9 0 0 1-1.638 1.635M17.414 23.071a2 2 0 0 1 0-2.828l2.829-2.829a2 2 0 0 1 2.828 0L41.456 35.8a2 2 0 0 1 0 2.828l-2.829 2.829a2 2 0 0 1-2.828 0l-.23-.23l-.013-.013zm1.414-1.414l2.829-2.829l3.787 3.788l-2.828 2.828z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsMagicWandOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M8.899 13.612C8.114 13.178 7.167 12.828 6 12.5c1.167-.328 2.114-.678 2.899-1.112c1.097-.608 1.875-1.38 2.488-2.482c.435-.782.788-1.731 1.113-2.906c.325 1.175.678 2.124 1.113 2.906c.613 1.103 1.391 1.874 2.489 2.482c.784.434 1.731.784 2.898 1.112c-1.167.328-2.114.678-2.898 1.112c-1.098.608-1.876 1.38-2.49 2.482c-.434.782-.787 1.731-1.112 2.906c-.325-1.175-.678-2.124-1.113-2.906c-.613-1.103-1.391-1.874-2.488-2.482m2.827-.371a8 8 0 0 0-.864-.741a7.9 7.9 0 0 0 1.638-1.635a7.9 7.9 0 0 0 1.638 1.635a7.9 7.9 0 0 0-1.638 1.635a8 8 0 0 0-.774-.894M8.899 30.612C8.114 30.178 7.167 29.828 6 29.5c1.167-.328 2.114-.678 2.899-1.112c1.097-.608 1.875-1.38 2.488-2.482c.435-.782.788-1.731 1.113-2.906c.325 1.175.678 2.124 1.113 2.906c.613 1.103 1.391 1.874 2.489 2.482c.784.434 1.731.784 2.898 1.112c-1.167.328-2.114.678-2.898 1.112c-1.098.608-1.876 1.38-2.49 2.482c-.434.782-.787 1.731-1.112 2.906c-.325-1.175-.678-2.124-1.113-2.906c-.613-1.103-1.391-1.874-2.488-2.482m2.827-.371a8 8 0 0 0-.864-.741a7.9 7.9 0 0 0 1.638-1.635a7.9 7.9 0 0 0 1.638 1.635a7.9 7.9 0 0 0-1.638 1.635a8 8 0 0 0-.774-.894M23 12.5c1.167.328 2.114.678 2.898 1.112c1.098.608 1.876 1.38 2.49 2.482c.434.782.787 1.731 1.112 2.906c.325-1.175.678-2.124 1.113-2.906c.613-1.103 1.391-1.874 2.489-2.482c.784-.434 1.731-.784 2.898-1.112c-1.167-.328-2.114-.678-2.898-1.112c-1.098-.608-1.876-1.38-2.49-2.482c-.434-.782-.787-1.731-1.112-2.906c-.325 1.175-.678 2.124-1.113 2.906c-.613 1.103-1.391 1.874-2.489 2.482c-.784.434-1.731.784-2.898 1.112m4.862 0a7.9 7.9 0 0 1 1.638 1.635a7.9 7.9 0 0 1 1.638-1.635a7.9 7.9 0 0 1-1.638-1.635a7.9 7.9 0 0 1-1.638 1.635M17.414 23.071a2 2 0 0 1 0-2.828l2.829-2.829a2 2 0 0 1 2.828 0L41.456 35.8a2 2 0 0 1 0 2.828l-2.829 2.829a2 2 0 0 1-2.828 0l-.23-.23l-.013-.013zm1.414-1.414l2.829-2.829l3.787 3.788l-2.828 2.828z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M8.899 13.612C8.114 13.178 7.167 12.828 6 12.5c1.167-.328 2.114-.678 2.899-1.112c1.097-.608 1.875-1.38 2.488-2.482c.435-.782.788-1.731 1.113-2.906c.325 1.175.678 2.124 1.113 2.906c.613 1.103 1.391 1.874 2.489 2.482c.784.434 1.731.784 2.898 1.112c-1.167.328-2.114.678-2.898 1.112c-1.098.608-1.876 1.38-2.49 2.482c-.434.782-.787 1.731-1.112 2.906c-.325-1.175-.678-2.124-1.113-2.906c-.613-1.103-1.391-1.874-2.488-2.482m2.827-.371a8 8 0 0 0-.864-.741a7.9 7.9 0 0 0 1.638-1.635a7.9 7.9 0 0 0 1.638 1.635a7.9 7.9 0 0 0-1.638 1.635a8 8 0 0 0-.774-.894M8.899 30.612C8.114 30.178 7.167 29.828 6 29.5c1.167-.328 2.114-.678 2.899-1.112c1.097-.608 1.875-1.38 2.488-2.482c.435-.782.788-1.731 1.113-2.906c.325 1.175.678 2.124 1.113 2.906c.613 1.103 1.391 1.874 2.489 2.482c.784.434 1.731.784 2.898 1.112c-1.167.328-2.114.678-2.898 1.112c-1.098.608-1.876 1.38-2.49 2.482c-.434.782-.787 1.731-1.112 2.906c-.325-1.175-.678-2.124-1.113-2.906c-.613-1.103-1.391-1.874-2.488-2.482m2.827-.371a8 8 0 0 0-.864-.741a7.9 7.9 0 0 0 1.638-1.635a7.9 7.9 0 0 0 1.638 1.635a7.9 7.9 0 0 0-1.638 1.635a8 8 0 0 0-.774-.894M23 12.5c1.167.328 2.114.678 2.898 1.112c1.098.608 1.876 1.38 2.49 2.482c.434.782.787 1.731 1.112 2.906c.325-1.175.678-2.124 1.113-2.906c.613-1.103 1.391-1.874 2.489-2.482c.784-.434 1.731-.784 2.898-1.112c-1.167-.328-2.114-.678-2.898-1.112c-1.098-.608-1.876-1.38-2.49-2.482c-.434-.782-.787-1.731-1.112-2.906c-.325 1.175-.678 2.124-1.113 2.906c-.613 1.103-1.391 1.874-2.489 2.482c-.784.434-1.731.784-2.898 1.112m4.862 0a7.9 7.9 0 0 1 1.638 1.635a7.9 7.9 0 0 1 1.638-1.635a7.9 7.9 0 0 1-1.638-1.635a7.9 7.9 0 0 1-1.638 1.635M17.414 23.071a2 2 0 0 1 0-2.828l2.829-2.829a2 2 0 0 1 2.828 0L41.456 35.8a2 2 0 0 1 0 2.828l-2.829 2.829a2 2 0 0 1-2.828 0l-.23-.23l-.013-.013zm1.414-1.414l2.829-2.829l3.787 3.788l-2.828 2.828z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-magic-wand-outline {
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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8.899%2013.612C8.114%2013.178%207.167%2012.828%206%2012.5c1.167-.328%202.114-.678%202.899-1.112c1.097-.608%201.875-1.38%202.488-2.482c.435-.782.788-1.731%201.113-2.906c.325%201.175.678%202.124%201.113%202.906c.613%201.103%201.391%201.874%202.489%202.482c.784.434%201.731.784%202.898%201.112c-1.167.328-2.114.678-2.898%201.112c-1.098.608-1.876%201.38-2.49%202.482c-.434.782-.787%201.731-1.112%202.906c-.325-1.175-.678-2.124-1.113-2.906c-.613-1.103-1.391-1.874-2.488-2.482m2.827-.371a8%208%200%200%200-.864-.741a7.9%207.9%200%200%200%201.638-1.635a7.9%207.9%200%200%200%201.638%201.635a7.9%207.9%200%200%200-1.638%201.635a8%208%200%200%200-.774-.894M8.899%2030.612C8.114%2030.178%207.167%2029.828%206%2029.5c1.167-.328%202.114-.678%202.899-1.112c1.097-.608%201.875-1.38%202.488-2.482c.435-.782.788-1.731%201.113-2.906c.325%201.175.678%202.124%201.113%202.906c.613%201.103%201.391%201.874%202.489%202.482c.784.434%201.731.784%202.898%201.112c-1.167.328-2.114.678-2.898%201.112c-1.098.608-1.876%201.38-2.49%202.482c-.434.782-.787%201.731-1.112%202.906c-.325-1.175-.678-2.124-1.113-2.906c-.613-1.103-1.391-1.874-2.488-2.482m2.827-.371a8%208%200%200%200-.864-.741a7.9%207.9%200%200%200%201.638-1.635a7.9%207.9%200%200%200%201.638%201.635a7.9%207.9%200%200%200-1.638%201.635a8%208%200%200%200-.774-.894M23%2012.5c1.167.328%202.114.678%202.898%201.112c1.098.608%201.876%201.38%202.49%202.482c.434.782.787%201.731%201.112%202.906c.325-1.175.678-2.124%201.113-2.906c.613-1.103%201.391-1.874%202.489-2.482c.784-.434%201.731-.784%202.898-1.112c-1.167-.328-2.114-.678-2.898-1.112c-1.098-.608-1.876-1.38-2.49-2.482c-.434-.782-.787-1.731-1.112-2.906c-.325%201.175-.678%202.124-1.113%202.906c-.613%201.103-1.391%201.874-2.489%202.482c-.784.434-1.731.784-2.898%201.112m4.862%200a7.9%207.9%200%200%201%201.638%201.635a7.9%207.9%200%200%201%201.638-1.635a7.9%207.9%200%200%201-1.638-1.635a7.9%207.9%200%200%201-1.638%201.635M17.414%2023.071a2%202%200%200%201%200-2.828l2.829-2.829a2%202%200%200%201%202.828%200L41.456%2035.8a2%202%200%200%201%200%202.828l-2.829%202.829a2%202%200%200%201-2.828%200l-.23-.23l-.013-.013zm1.414-1.414l2.829-2.829l3.787%203.788l-2.828%202.828z%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M8.899%2013.612C8.114%2013.178%207.167%2012.828%206%2012.5c1.167-.328%202.114-.678%202.899-1.112c1.097-.608%201.875-1.38%202.488-2.482c.435-.782.788-1.731%201.113-2.906c.325%201.175.678%202.124%201.113%202.906c.613%201.103%201.391%201.874%202.489%202.482c.784.434%201.731.784%202.898%201.112c-1.167.328-2.114.678-2.898%201.112c-1.098.608-1.876%201.38-2.49%202.482c-.434.782-.787%201.731-1.112%202.906c-.325-1.175-.678-2.124-1.113-2.906c-.613-1.103-1.391-1.874-2.488-2.482m2.827-.371a8%208%200%200%200-.864-.741a7.9%207.9%200%200%200%201.638-1.635a7.9%207.9%200%200%200%201.638%201.635a7.9%207.9%200%200%200-1.638%201.635a8%208%200%200%200-.774-.894M8.899%2030.612C8.114%2030.178%207.167%2029.828%206%2029.5c1.167-.328%202.114-.678%202.899-1.112c1.097-.608%201.875-1.38%202.488-2.482c.435-.782.788-1.731%201.113-2.906c.325%201.175.678%202.124%201.113%202.906c.613%201.103%201.391%201.874%202.489%202.482c.784.434%201.731.784%202.898%201.112c-1.167.328-2.114.678-2.898%201.112c-1.098.608-1.876%201.38-2.49%202.482c-.434.782-.787%201.731-1.112%202.906c-.325-1.175-.678-2.124-1.113-2.906c-.613-1.103-1.391-1.874-2.488-2.482m2.827-.371a8%208%200%200%200-.864-.741a7.9%207.9%200%200%200%201.638-1.635a7.9%207.9%200%200%200%201.638%201.635a7.9%207.9%200%200%200-1.638%201.635a8%208%200%200%200-.774-.894M23%2012.5c1.167.328%202.114.678%202.898%201.112c1.098.608%201.876%201.38%202.49%202.482c.434.782.787%201.731%201.112%202.906c.325-1.175.678-2.124%201.113-2.906c.613-1.103%201.391-1.874%202.489-2.482c.784-.434%201.731-.784%202.898-1.112c-1.167-.328-2.114-.678-2.898-1.112c-1.098-.608-1.876-1.38-2.49-2.482c-.434-.782-.787-1.731-1.112-2.906c-.325%201.175-.678%202.124-1.113%202.906c-.613%201.103-1.391%201.874-2.489%202.482c-.784.434-1.731.784-2.898%201.112m4.862%200a7.9%207.9%200%200%201%201.638%201.635a7.9%207.9%200%200%201%201.638-1.635a7.9%207.9%200%200%201-1.638-1.635a7.9%207.9%200%200%201-1.638%201.635M17.414%2023.071a2%202%200%200%201%200-2.828l2.829-2.829a2%202%200%200%201%202.828%200L41.456%2035.8a2%202%200%200%201%200%202.828l-2.829%202.829a2%202%200%200%201-2.828%200l-.23-.23l-.013-.013zm1.414-1.414l2.829-2.829l3.787%203.788l-2.828%202.828z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/magic-wand-outline.svg?color=%231a73e8&size=48