ios color wand icon
ios-color-wand-outline from IonIcons by Ben Sperry · Outline · MIT Free for personal and commercial use.
- Name
- ios-color-wand-outline
- Set
- IonIcons
- Style
- Outline
- Viewbox
- 512×512
- License
- MIT
1 other variant in IonIcons
Related icons in IonIcons
ios-addios-add-circleios-airplaneios-alarmios-albumsios-alertios-american-footballios-americanfootballios-analyticsios-apertureios-appsios-appstoreios-archiveios-arrow-backios-arrow-downios-arrow-dropdownios-arrow-dropdown-circleios-arrow-dropleftios-arrow-dropleft-circleios-arrow-droprightios-arrow-dropright-circleios-arrow-dropupios-arrow-dropup-circleios-arrow-forward
Use the ios color wand icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M192.011 149.661l-34.043 34.041 256.097 256.096L448 405.757 192.011 149.661zm20.585 66.041l11.415-11.414 201.468 201.469-11.414 11.414-201.469-201.469z" fill="currentColor"/><path d="M184 64h16v40h-16z" fill="currentColor"/><path d="M184 268h16v40h-16z" fill="currentColor"/><path d="M280 176h40v16h-40z" fill="currentColor"/><path d="M64 176h40v16H64z" fill="currentColor"/><path d="M139.675 122.558l-11.313 11.314-28.284-28.284 11.313-11.314z" fill="currentColor"/><path d="M111.389 278.128l-11.312-11.312 28.284-28.284 11.312 11.312z" fill="currentColor"/><path d="M255.641 133.877l-11.313-11.313L272.61 94.28l11.313 11.313z" fill="currentColor"/></svg>
React
import type { SVGProps } from "react";
export function IonIosColorWandOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M192.011 149.661l-34.043 34.041 256.097 256.096L448 405.757 192.011 149.661zm20.585 66.041l11.415-11.414 201.468 201.469-11.414 11.414-201.469-201.469z" fill="currentColor"/><path d="M184 64h16v40h-16z" fill="currentColor"/><path d="M184 268h16v40h-16z" fill="currentColor"/><path d="M280 176h40v16h-40z" fill="currentColor"/><path d="M64 176h40v16H64z" fill="currentColor"/><path d="M139.675 122.558l-11.313 11.314-28.284-28.284 11.313-11.314z" fill="currentColor"/><path d="M111.389 278.128l-11.312-11.312 28.284-28.284 11.312 11.312z" fill="currentColor"/><path d="M255.641 133.877l-11.313-11.313L272.61 94.28l11.313 11.313z" fill="currentColor"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M192.011 149.661l-34.043 34.041 256.097 256.096L448 405.757 192.011 149.661zm20.585 66.041l11.415-11.414 201.468 201.469-11.414 11.414-201.469-201.469z" fill="currentColor"/><path d="M184 64h16v40h-16z" fill="currentColor"/><path d="M184 268h16v40h-16z" fill="currentColor"/><path d="M280 176h40v16h-40z" fill="currentColor"/><path d="M64 176h40v16H64z" fill="currentColor"/><path d="M139.675 122.558l-11.313 11.314-28.284-28.284 11.313-11.314z" fill="currentColor"/><path d="M111.389 278.128l-11.312-11.312 28.284-28.284 11.312 11.312z" fill="currentColor"/><path d="M255.641 133.877l-11.313-11.313L272.61 94.28l11.313 11.313z" fill="currentColor"/></svg> </template>
CSS
.icon-ios-color-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%20512%20512%22%3E%3Cpath%20d%3D%22M192.011%20149.661l-34.043%2034.041%20256.097%20256.096L448%20405.757%20192.011%20149.661zm20.585%2066.041l11.415-11.414%20201.468%20201.469-11.414%2011.414-201.469-201.469z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M184%2064h16v40h-16z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M184%20268h16v40h-16z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M280%20176h40v16h-40z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M64%20176h40v16H64z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M139.675%20122.558l-11.313%2011.314-28.284-28.284%2011.313-11.314z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M111.389%20278.128l-11.312-11.312%2028.284-28.284%2011.312%2011.312z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M255.641%20133.877l-11.313-11.313L272.61%2094.28l11.313%2011.313z%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%22M192.011%20149.661l-34.043%2034.041%20256.097%20256.096L448%20405.757%20192.011%20149.661zm20.585%2066.041l11.415-11.414%20201.468%20201.469-11.414%2011.414-201.469-201.469z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M184%2064h16v40h-16z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M184%20268h16v40h-16z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M280%20176h40v16h-40z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M64%20176h40v16H64z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M139.675%20122.558l-11.313%2011.314-28.284-28.284%2011.313-11.314z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M111.389%20278.128l-11.312-11.312%2028.284-28.284%2011.312%2011.312z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M255.641%20133.877l-11.313-11.313L272.61%2094.28l11.313%2011.313z%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/ios-color-wand-outline.svg?color=%231a73e8&size=48