ios color wand icon

ios-color-wand from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
ios-color-wand
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

1 other variant in IonIcons

Related icons in IonIcons

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="M445.7 405.6L201.3 160.4c-3.1-3.1-8.2-3.1-11.3 0l-28.7 28.8c-3.1 3.1-3.1 8.2 0 11.3l244.4 245.2c3.1 3.1 8.2 3.1 11.3 0l28.6-28.8c3.2-3.1 3.2-8.2.1-11.3zm-25.5 14.3l-.1.1c-3.1 3.1-8.2 3.1-11.3 0L218.9 229.5c-3.1-3.1-3.1-8.2 0-11.3l.1-.1c3.1-3.1 8.2-3.1 11.3 0l189.9 190.5c3.1 3.1 3.1 8.2 0 11.3z" fill="currentColor"/><path d="M192.8 120.1c6.6 0 12-5.4 12-12V76c0-6.6-5.4-12-12-12s-12 5.4-12 12v32.1c0 6.6 5.4 12 12 12z" fill="currentColor"/><path d="M192.8 263.3c-6.6 0-12 5.4-12 12v32.1c0 6.6 5.4 12 12 12s12-5.4 12-12v-32.1c0-6.6-5.4-12-12-12z" fill="currentColor"/><path d="M270.7 190.2c0 6.6 5.4 12 12 12h32c6.6 0 12-5.4 12-12s-5.4-12-12-12h-32c-6.6 0-12 5.4-12 12z" fill="currentColor"/><path d="M119.9 190.2c0-6.6-5.4-12-12-12H76c-6.6 0-12 5.4-12 12s5.4 12 12 12h32c6.5 0 11.9-5.4 11.9-12z" fill="currentColor"/><path d="M124.8 141c2.3 2.3 5.3 3.5 8.5 3.5s6.2-1.3 8.5-3.5c4.7-4.7 4.7-12.3 0-17l-20.9-21c-2.3-2.3-5.3-3.5-8.5-3.5s-6.2 1.3-8.5 3.5c-4.7 4.7-4.7 12.3 0 17l20.9 21z" fill="currentColor"/><path d="M133.3 239.9c-3.2 0-6.2 1.3-8.5 3.5l-20.9 21c-2.3 2.3-3.5 5.3-3.5 8.5s1.2 6.2 3.5 8.5 5.3 3.5 8.5 3.5 6.2-1.3 8.5-3.5l20.9-21c4.7-4.7 4.7-12.3 0-17-2.3-2.2-5.3-3.5-8.5-3.5z" fill="currentColor"/><path d="M252.4 144.5c3.2 0 6.2-1.3 8.5-3.5l20.9-21c4.7-4.7 4.7-12.3 0-17-2.3-2.3-5.3-3.5-8.5-3.5s-6.2 1.3-8.5 3.5l-20.9 21c-2.3 2.3-3.5 5.3-3.5 8.5s1.2 6.2 3.5 8.5c2.3 2.2 5.3 3.5 8.5 3.5z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosColorWand(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M445.7 405.6L201.3 160.4c-3.1-3.1-8.2-3.1-11.3 0l-28.7 28.8c-3.1 3.1-3.1 8.2 0 11.3l244.4 245.2c3.1 3.1 8.2 3.1 11.3 0l28.6-28.8c3.2-3.1 3.2-8.2.1-11.3zm-25.5 14.3l-.1.1c-3.1 3.1-8.2 3.1-11.3 0L218.9 229.5c-3.1-3.1-3.1-8.2 0-11.3l.1-.1c3.1-3.1 8.2-3.1 11.3 0l189.9 190.5c3.1 3.1 3.1 8.2 0 11.3z" fill="currentColor"/><path d="M192.8 120.1c6.6 0 12-5.4 12-12V76c0-6.6-5.4-12-12-12s-12 5.4-12 12v32.1c0 6.6 5.4 12 12 12z" fill="currentColor"/><path d="M192.8 263.3c-6.6 0-12 5.4-12 12v32.1c0 6.6 5.4 12 12 12s12-5.4 12-12v-32.1c0-6.6-5.4-12-12-12z" fill="currentColor"/><path d="M270.7 190.2c0 6.6 5.4 12 12 12h32c6.6 0 12-5.4 12-12s-5.4-12-12-12h-32c-6.6 0-12 5.4-12 12z" fill="currentColor"/><path d="M119.9 190.2c0-6.6-5.4-12-12-12H76c-6.6 0-12 5.4-12 12s5.4 12 12 12h32c6.5 0 11.9-5.4 11.9-12z" fill="currentColor"/><path d="M124.8 141c2.3 2.3 5.3 3.5 8.5 3.5s6.2-1.3 8.5-3.5c4.7-4.7 4.7-12.3 0-17l-20.9-21c-2.3-2.3-5.3-3.5-8.5-3.5s-6.2 1.3-8.5 3.5c-4.7 4.7-4.7 12.3 0 17l20.9 21z" fill="currentColor"/><path d="M133.3 239.9c-3.2 0-6.2 1.3-8.5 3.5l-20.9 21c-2.3 2.3-3.5 5.3-3.5 8.5s1.2 6.2 3.5 8.5 5.3 3.5 8.5 3.5 6.2-1.3 8.5-3.5l20.9-21c4.7-4.7 4.7-12.3 0-17-2.3-2.2-5.3-3.5-8.5-3.5z" fill="currentColor"/><path d="M252.4 144.5c3.2 0 6.2-1.3 8.5-3.5l20.9-21c4.7-4.7 4.7-12.3 0-17-2.3-2.3-5.3-3.5-8.5-3.5s-6.2 1.3-8.5 3.5l-20.9 21c-2.3 2.3-3.5 5.3-3.5 8.5s1.2 6.2 3.5 8.5c2.3 2.2 5.3 3.5 8.5 3.5z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M445.7 405.6L201.3 160.4c-3.1-3.1-8.2-3.1-11.3 0l-28.7 28.8c-3.1 3.1-3.1 8.2 0 11.3l244.4 245.2c3.1 3.1 8.2 3.1 11.3 0l28.6-28.8c3.2-3.1 3.2-8.2.1-11.3zm-25.5 14.3l-.1.1c-3.1 3.1-8.2 3.1-11.3 0L218.9 229.5c-3.1-3.1-3.1-8.2 0-11.3l.1-.1c3.1-3.1 8.2-3.1 11.3 0l189.9 190.5c3.1 3.1 3.1 8.2 0 11.3z" fill="currentColor"/><path d="M192.8 120.1c6.6 0 12-5.4 12-12V76c0-6.6-5.4-12-12-12s-12 5.4-12 12v32.1c0 6.6 5.4 12 12 12z" fill="currentColor"/><path d="M192.8 263.3c-6.6 0-12 5.4-12 12v32.1c0 6.6 5.4 12 12 12s12-5.4 12-12v-32.1c0-6.6-5.4-12-12-12z" fill="currentColor"/><path d="M270.7 190.2c0 6.6 5.4 12 12 12h32c6.6 0 12-5.4 12-12s-5.4-12-12-12h-32c-6.6 0-12 5.4-12 12z" fill="currentColor"/><path d="M119.9 190.2c0-6.6-5.4-12-12-12H76c-6.6 0-12 5.4-12 12s5.4 12 12 12h32c6.5 0 11.9-5.4 11.9-12z" fill="currentColor"/><path d="M124.8 141c2.3 2.3 5.3 3.5 8.5 3.5s6.2-1.3 8.5-3.5c4.7-4.7 4.7-12.3 0-17l-20.9-21c-2.3-2.3-5.3-3.5-8.5-3.5s-6.2 1.3-8.5 3.5c-4.7 4.7-4.7 12.3 0 17l20.9 21z" fill="currentColor"/><path d="M133.3 239.9c-3.2 0-6.2 1.3-8.5 3.5l-20.9 21c-2.3 2.3-3.5 5.3-3.5 8.5s1.2 6.2 3.5 8.5 5.3 3.5 8.5 3.5 6.2-1.3 8.5-3.5l20.9-21c4.7-4.7 4.7-12.3 0-17-2.3-2.2-5.3-3.5-8.5-3.5z" fill="currentColor"/><path d="M252.4 144.5c3.2 0 6.2-1.3 8.5-3.5l20.9-21c4.7-4.7 4.7-12.3 0-17-2.3-2.3-5.3-3.5-8.5-3.5s-6.2 1.3-8.5 3.5l-20.9 21c-2.3 2.3-3.5 5.3-3.5 8.5s1.2 6.2 3.5 8.5c2.3 2.2 5.3 3.5 8.5 3.5z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-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%22M445.7%20405.6L201.3%20160.4c-3.1-3.1-8.2-3.1-11.3%200l-28.7%2028.8c-3.1%203.1-3.1%208.2%200%2011.3l244.4%20245.2c3.1%203.1%208.2%203.1%2011.3%200l28.6-28.8c3.2-3.1%203.2-8.2.1-11.3zm-25.5%2014.3l-.1.1c-3.1%203.1-8.2%203.1-11.3%200L218.9%20229.5c-3.1-3.1-3.1-8.2%200-11.3l.1-.1c3.1-3.1%208.2-3.1%2011.3%200l189.9%20190.5c3.1%203.1%203.1%208.2%200%2011.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M192.8%20120.1c6.6%200%2012-5.4%2012-12V76c0-6.6-5.4-12-12-12s-12%205.4-12%2012v32.1c0%206.6%205.4%2012%2012%2012z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M192.8%20263.3c-6.6%200-12%205.4-12%2012v32.1c0%206.6%205.4%2012%2012%2012s12-5.4%2012-12v-32.1c0-6.6-5.4-12-12-12z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M270.7%20190.2c0%206.6%205.4%2012%2012%2012h32c6.6%200%2012-5.4%2012-12s-5.4-12-12-12h-32c-6.6%200-12%205.4-12%2012z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M119.9%20190.2c0-6.6-5.4-12-12-12H76c-6.6%200-12%205.4-12%2012s5.4%2012%2012%2012h32c6.5%200%2011.9-5.4%2011.9-12z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M124.8%20141c2.3%202.3%205.3%203.5%208.5%203.5s6.2-1.3%208.5-3.5c4.7-4.7%204.7-12.3%200-17l-20.9-21c-2.3-2.3-5.3-3.5-8.5-3.5s-6.2%201.3-8.5%203.5c-4.7%204.7-4.7%2012.3%200%2017l20.9%2021z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M133.3%20239.9c-3.2%200-6.2%201.3-8.5%203.5l-20.9%2021c-2.3%202.3-3.5%205.3-3.5%208.5s1.2%206.2%203.5%208.5%205.3%203.5%208.5%203.5%206.2-1.3%208.5-3.5l20.9-21c4.7-4.7%204.7-12.3%200-17-2.3-2.2-5.3-3.5-8.5-3.5z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M252.4%20144.5c3.2%200%206.2-1.3%208.5-3.5l20.9-21c4.7-4.7%204.7-12.3%200-17-2.3-2.3-5.3-3.5-8.5-3.5s-6.2%201.3-8.5%203.5l-20.9%2021c-2.3%202.3-3.5%205.3-3.5%208.5s1.2%206.2%203.5%208.5c2.3%202.2%205.3%203.5%208.5%203.5z%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%22M445.7%20405.6L201.3%20160.4c-3.1-3.1-8.2-3.1-11.3%200l-28.7%2028.8c-3.1%203.1-3.1%208.2%200%2011.3l244.4%20245.2c3.1%203.1%208.2%203.1%2011.3%200l28.6-28.8c3.2-3.1%203.2-8.2.1-11.3zm-25.5%2014.3l-.1.1c-3.1%203.1-8.2%203.1-11.3%200L218.9%20229.5c-3.1-3.1-3.1-8.2%200-11.3l.1-.1c3.1-3.1%208.2-3.1%2011.3%200l189.9%20190.5c3.1%203.1%203.1%208.2%200%2011.3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M192.8%20120.1c6.6%200%2012-5.4%2012-12V76c0-6.6-5.4-12-12-12s-12%205.4-12%2012v32.1c0%206.6%205.4%2012%2012%2012z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M192.8%20263.3c-6.6%200-12%205.4-12%2012v32.1c0%206.6%205.4%2012%2012%2012s12-5.4%2012-12v-32.1c0-6.6-5.4-12-12-12z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M270.7%20190.2c0%206.6%205.4%2012%2012%2012h32c6.6%200%2012-5.4%2012-12s-5.4-12-12-12h-32c-6.6%200-12%205.4-12%2012z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M119.9%20190.2c0-6.6-5.4-12-12-12H76c-6.6%200-12%205.4-12%2012s5.4%2012%2012%2012h32c6.5%200%2011.9-5.4%2011.9-12z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M124.8%20141c2.3%202.3%205.3%203.5%208.5%203.5s6.2-1.3%208.5-3.5c4.7-4.7%204.7-12.3%200-17l-20.9-21c-2.3-2.3-5.3-3.5-8.5-3.5s-6.2%201.3-8.5%203.5c-4.7%204.7-4.7%2012.3%200%2017l20.9%2021z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M133.3%20239.9c-3.2%200-6.2%201.3-8.5%203.5l-20.9%2021c-2.3%202.3-3.5%205.3-3.5%208.5s1.2%206.2%203.5%208.5%205.3%203.5%208.5%203.5%206.2-1.3%208.5-3.5l20.9-21c4.7-4.7%204.7-12.3%200-17-2.3-2.2-5.3-3.5-8.5-3.5z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M252.4%20144.5c3.2%200%206.2-1.3%208.5-3.5l20.9-21c4.7-4.7%204.7-12.3%200-17-2.3-2.3-5.3-3.5-8.5-3.5s-6.2%201.3-8.5%203.5l-20.9%2021c-2.3%202.3-3.5%205.3-3.5%208.5s1.2%206.2%203.5%208.5c2.3%202.2%205.3%203.5%208.5%203.5z%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.svg?color=%231a73e8&size=48