color picker icon
color-picker-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- color-picker-fill
- Set
- Mage Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
The same icon in other sets
Related icons in Mage Icons
Use the color picker icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.042 10.894l-4-4.006a1 1 0 0 0-.2-.14l4.37 4.356a.7.7 0 0 0-.17-.21"/><path fill="currentColor" d="M20.962 3.002A3.56 3.56 0 0 0 18.502 2a3.64 3.64 0 0 0-2.55 1.002l-1.32 1.592a2.4 2.4 0 0 0-.68-.45a2.17 2.17 0 0 0-1.66 0a2.2 2.2 0 0 0-.7.47a2.185 2.185 0 0 0-.16 2.864l-7.4 7.421a2.64 2.64 0 0 0-.63 2.694l-.85.852a1.9 1.9 0 0 0-.41.61c-.09.227-.137.468-.14.712c.002.25.05.498.14.73q.144.325.39.582l.33.36c.176.176.383.318.61.42c.232.093.48.14.73.141c.247-.002.49-.05.72-.14a1.9 1.9 0 0 0 .6-.41l.87-.862c.36.121.743.16 1.12.11a2.63 2.63 0 0 0 1.55-.741l7.45-7.441c.371.28.825.432 1.29.43c.568 0 1.114-.222 1.52-.62a2.135 2.135 0 0 0 0-3.005l1.6-1.242l.09-.08a3.57 3.57 0 0 0-.08-5.007zm-1 3.886l-2.21 1.722a.77.77 0 0 0-.29.54a.8.8 0 0 0 .21.582l.57.57q.09.099.14.22a.5.5 0 0 1 .05.251a.56.56 0 0 1-.05.25a.6.6 0 0 1-.14.211a.69.69 0 0 1-.93 0l-.11-.1l-4.37-4.357l-.18-.17a.66.66 0 0 1 0-.931a.8.8 0 0 1 .21-.15a.7.7 0 0 1 .25 0a.7.7 0 0 1 .25 0q.115.06.21.15l.58.57a.73.73 0 0 0 .56.21a.77.77 0 0 0 .54-.27l1.78-2.153a1.94 1.94 0 0 1 1.44-.56a2.06 2.06 0 0 1 1.85 1.236a2.07 2.07 0 0 1-.35 2.199z"/></svg>
React
import type { SVGProps } from "react";
export function MageColorPickerFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.042 10.894l-4-4.006a1 1 0 0 0-.2-.14l4.37 4.356a.7.7 0 0 0-.17-.21"/><path fill="currentColor" d="M20.962 3.002A3.56 3.56 0 0 0 18.502 2a3.64 3.64 0 0 0-2.55 1.002l-1.32 1.592a2.4 2.4 0 0 0-.68-.45a2.17 2.17 0 0 0-1.66 0a2.2 2.2 0 0 0-.7.47a2.185 2.185 0 0 0-.16 2.864l-7.4 7.421a2.64 2.64 0 0 0-.63 2.694l-.85.852a1.9 1.9 0 0 0-.41.61c-.09.227-.137.468-.14.712c.002.25.05.498.14.73q.144.325.39.582l.33.36c.176.176.383.318.61.42c.232.093.48.14.73.141c.247-.002.49-.05.72-.14a1.9 1.9 0 0 0 .6-.41l.87-.862c.36.121.743.16 1.12.11a2.63 2.63 0 0 0 1.55-.741l7.45-7.441c.371.28.825.432 1.29.43c.568 0 1.114-.222 1.52-.62a2.135 2.135 0 0 0 0-3.005l1.6-1.242l.09-.08a3.57 3.57 0 0 0-.08-5.007zm-1 3.886l-2.21 1.722a.77.77 0 0 0-.29.54a.8.8 0 0 0 .21.582l.57.57q.09.099.14.22a.5.5 0 0 1 .05.251a.56.56 0 0 1-.05.25a.6.6 0 0 1-.14.211a.69.69 0 0 1-.93 0l-.11-.1l-4.37-4.357l-.18-.17a.66.66 0 0 1 0-.931a.8.8 0 0 1 .21-.15a.7.7 0 0 1 .25 0a.7.7 0 0 1 .25 0q.115.06.21.15l.58.57a.73.73 0 0 0 .56.21a.77.77 0 0 0 .54-.27l1.78-2.153a1.94 1.94 0 0 1 1.44-.56a2.06 2.06 0 0 1 1.85 1.236a2.07 2.07 0 0 1-.35 2.199z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.042 10.894l-4-4.006a1 1 0 0 0-.2-.14l4.37 4.356a.7.7 0 0 0-.17-.21"/><path fill="currentColor" d="M20.962 3.002A3.56 3.56 0 0 0 18.502 2a3.64 3.64 0 0 0-2.55 1.002l-1.32 1.592a2.4 2.4 0 0 0-.68-.45a2.17 2.17 0 0 0-1.66 0a2.2 2.2 0 0 0-.7.47a2.185 2.185 0 0 0-.16 2.864l-7.4 7.421a2.64 2.64 0 0 0-.63 2.694l-.85.852a1.9 1.9 0 0 0-.41.61c-.09.227-.137.468-.14.712c.002.25.05.498.14.73q.144.325.39.582l.33.36c.176.176.383.318.61.42c.232.093.48.14.73.141c.247-.002.49-.05.72-.14a1.9 1.9 0 0 0 .6-.41l.87-.862c.36.121.743.16 1.12.11a2.63 2.63 0 0 0 1.55-.741l7.45-7.441c.371.28.825.432 1.29.43c.568 0 1.114-.222 1.52-.62a2.135 2.135 0 0 0 0-3.005l1.6-1.242l.09-.08a3.57 3.57 0 0 0-.08-5.007zm-1 3.886l-2.21 1.722a.77.77 0 0 0-.29.54a.8.8 0 0 0 .21.582l.57.57q.09.099.14.22a.5.5 0 0 1 .05.251a.56.56 0 0 1-.05.25a.6.6 0 0 1-.14.211a.69.69 0 0 1-.93 0l-.11-.1l-4.37-4.357l-.18-.17a.66.66 0 0 1 0-.931a.8.8 0 0 1 .21-.15a.7.7 0 0 1 .25 0a.7.7 0 0 1 .25 0q.115.06.21.15l.58.57a.73.73 0 0 0 .56.21a.77.77 0 0 0 .54-.27l1.78-2.153a1.94 1.94 0 0 1 1.44-.56a2.06 2.06 0 0 1 1.85 1.236a2.07 2.07 0 0 1-.35 2.199z"/></svg> </template>
CSS
.icon-color-picker-fill {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m17.042%2010.894l-4-4.006a1%201%200%200%200-.2-.14l4.37%204.356a.7.7%200%200%200-.17-.21%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.962%203.002A3.56%203.56%200%200%200%2018.502%202a3.64%203.64%200%200%200-2.55%201.002l-1.32%201.592a2.4%202.4%200%200%200-.68-.45a2.17%202.17%200%200%200-1.66%200a2.2%202.2%200%200%200-.7.47a2.185%202.185%200%200%200-.16%202.864l-7.4%207.421a2.64%202.64%200%200%200-.63%202.694l-.85.852a1.9%201.9%200%200%200-.41.61c-.09.227-.137.468-.14.712c.002.25.05.498.14.73q.144.325.39.582l.33.36c.176.176.383.318.61.42c.232.093.48.14.73.141c.247-.002.49-.05.72-.14a1.9%201.9%200%200%200%20.6-.41l.87-.862c.36.121.743.16%201.12.11a2.63%202.63%200%200%200%201.55-.741l7.45-7.441c.371.28.825.432%201.29.43c.568%200%201.114-.222%201.52-.62a2.135%202.135%200%200%200%200-3.005l1.6-1.242l.09-.08a3.57%203.57%200%200%200-.08-5.007zm-1%203.886l-2.21%201.722a.77.77%200%200%200-.29.54a.8.8%200%200%200%20.21.582l.57.57q.09.099.14.22a.5.5%200%200%201%20.05.251a.56.56%200%200%201-.05.25a.6.6%200%200%201-.14.211a.69.69%200%200%201-.93%200l-.11-.1l-4.37-4.357l-.18-.17a.66.66%200%200%201%200-.931a.8.8%200%200%201%20.21-.15a.7.7%200%200%201%20.25%200a.7.7%200%200%201%20.25%200q.115.06.21.15l.58.57a.73.73%200%200%200%20.56.21a.77.77%200%200%200%20.54-.27l1.78-2.153a1.94%201.94%200%200%201%201.44-.56a2.06%202.06%200%200%201%201.85%201.236a2.07%202.07%200%200%201-.35%202.199z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m17.042%2010.894l-4-4.006a1%201%200%200%200-.2-.14l4.37%204.356a.7.7%200%200%200-.17-.21%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.962%203.002A3.56%203.56%200%200%200%2018.502%202a3.64%203.64%200%200%200-2.55%201.002l-1.32%201.592a2.4%202.4%200%200%200-.68-.45a2.17%202.17%200%200%200-1.66%200a2.2%202.2%200%200%200-.7.47a2.185%202.185%200%200%200-.16%202.864l-7.4%207.421a2.64%202.64%200%200%200-.63%202.694l-.85.852a1.9%201.9%200%200%200-.41.61c-.09.227-.137.468-.14.712c.002.25.05.498.14.73q.144.325.39.582l.33.36c.176.176.383.318.61.42c.232.093.48.14.73.141c.247-.002.49-.05.72-.14a1.9%201.9%200%200%200%20.6-.41l.87-.862c.36.121.743.16%201.12.11a2.63%202.63%200%200%200%201.55-.741l7.45-7.441c.371.28.825.432%201.29.43c.568%200%201.114-.222%201.52-.62a2.135%202.135%200%200%200%200-3.005l1.6-1.242l.09-.08a3.57%203.57%200%200%200-.08-5.007zm-1%203.886l-2.21%201.722a.77.77%200%200%200-.29.54a.8.8%200%200%200%20.21.582l.57.57q.09.099.14.22a.5.5%200%200%201%20.05.251a.56.56%200%200%201-.05.25a.6.6%200%200%201-.14.211a.69.69%200%200%201-.93%200l-.11-.1l-4.37-4.357l-.18-.17a.66.66%200%200%201%200-.931a.8.8%200%200%201%20.21-.15a.7.7%200%200%201%20.25%200a.7.7%200%200%201%20.25%200q.115.06.21.15l.58.57a.73.73%200%200%200%20.56.21a.77.77%200%200%200%20.54-.27l1.78-2.153a1.94%201.94%200%200%201%201.44-.56a2.06%202.06%200%200%201%201.85%201.236a2.07%202.07%200%200%201-.35%202.199z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/color-picker-fill.svg?color=%231a73e8&size=48