color picker icon
color-picker from Mage Icons by MageIcons · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- color-picker
- Set
- Mage Icons
- Style
- Outline
- 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"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="m16.527 11.46l-7.994 7.964a1.87 1.87 0 0 1-2.303.262l-1.235 1.229a1.114 1.114 0 0 1-1.591 0l-.319-.347a1.116 1.116 0 0 1 0-1.595l1.217-1.22a1.88 1.88 0 0 1 .262-2.316l7.947-7.964z"/><path d="M18.792 11.797a1.41 1.41 0 0 1-1.985 0l-4.68-4.643a1.418 1.418 0 0 1 .455-2.296a1.39 1.39 0 0 1 1.53.308l.57.562l1.845-2.223a2.805 2.805 0 0 1 3.9.07a2.82 2.82 0 0 1 .068 3.907L18.23 9.237l.562.572a1.397 1.397 0 0 1 0 1.988"/></g></svg>
React
import type { SVGProps } from "react";
export function MageColorPicker(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="m16.527 11.46l-7.994 7.964a1.87 1.87 0 0 1-2.303.262l-1.235 1.229a1.114 1.114 0 0 1-1.591 0l-.319-.347a1.116 1.116 0 0 1 0-1.595l1.217-1.22a1.88 1.88 0 0 1 .262-2.316l7.947-7.964z"/><path d="M18.792 11.797a1.41 1.41 0 0 1-1.985 0l-4.68-4.643a1.418 1.418 0 0 1 .455-2.296a1.39 1.39 0 0 1 1.53.308l.57.562l1.845-2.223a2.805 2.805 0 0 1 3.9.07a2.82 2.82 0 0 1 .068 3.907L18.23 9.237l.562.572a1.397 1.397 0 0 1 0 1.988"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="m16.527 11.46l-7.994 7.964a1.87 1.87 0 0 1-2.303.262l-1.235 1.229a1.114 1.114 0 0 1-1.591 0l-.319-.347a1.116 1.116 0 0 1 0-1.595l1.217-1.22a1.88 1.88 0 0 1 .262-2.316l7.947-7.964z"/><path d="M18.792 11.797a1.41 1.41 0 0 1-1.985 0l-4.68-4.643a1.418 1.418 0 0 1 .455-2.296a1.39 1.39 0 0 1 1.53.308l.57.562l1.845-2.223a2.805 2.805 0 0 1 3.9.07a2.82 2.82 0 0 1 .068 3.907L18.23 9.237l.562.572a1.397 1.397 0 0 1 0 1.988"/></g></svg> </template>
CSS
.icon-color-picker {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m16.527%2011.46l-7.994%207.964a1.87%201.87%200%200%201-2.303.262l-1.235%201.229a1.114%201.114%200%200%201-1.591%200l-.319-.347a1.116%201.116%200%200%201%200-1.595l1.217-1.22a1.88%201.88%200%200%201%20.262-2.316l7.947-7.964z%22%2F%3E%3Cpath%20d%3D%22M18.792%2011.797a1.41%201.41%200%200%201-1.985%200l-4.68-4.643a1.418%201.418%200%200%201%20.455-2.296a1.39%201.39%200%200%201%201.53.308l.57.562l1.845-2.223a2.805%202.805%200%200%201%203.9.07a2.82%202.82%200%200%201%20.068%203.907L18.23%209.237l.562.572a1.397%201.397%200%200%201%200%201.988%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m16.527%2011.46l-7.994%207.964a1.87%201.87%200%200%201-2.303.262l-1.235%201.229a1.114%201.114%200%200%201-1.591%200l-.319-.347a1.116%201.116%200%200%201%200-1.595l1.217-1.22a1.88%201.88%200%200%201%20.262-2.316l7.947-7.964z%22%2F%3E%3Cpath%20d%3D%22M18.792%2011.797a1.41%201.41%200%200%201-1.985%200l-4.68-4.643a1.418%201.418%200%200%201%20.455-2.296a1.39%201.39%200%200%201%201.53.308l.57.562l1.845-2.223a2.805%202.805%200%200%201%203.9.07a2.82%202.82%200%200%201%20.068%203.907L18.23%209.237l.562.572a1.397%201.397%200%200%201%200%201.988%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/color-picker.svg?color=%231a73e8&size=48