color picker icon
color-picker-outline from Eva Icons by Akveo · Outline · MIT Free for personal and commercial use.
- Name
- color-picker-outline
- Set
- Eva Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in Eva Icons
The same icon in other sets
Related icons in Eva 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="M19.4 7.34L16.66 4.6A1.92 1.92 0 0 0 14 4.53l-2 2l-1.29-1.24a1 1 0 0 0-1.42 1.42L10.53 8L5 13.53a2 2 0 0 0-.57 1.21L4 18.91a1 1 0 0 0 .29.8A1 1 0 0 0 5 20h.09l4.17-.38a2 2 0 0 0 1.21-.57l5.58-5.58l1.24 1.24a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42l-1.24-1.24l2-2a1.92 1.92 0 0 0-.07-2.71M9.08 17.62l-3 .28l.27-3L12 9.36l2.69 2.7Zm7-7L13.36 8l1.91-2L18 8.73Z"/></svg>
React
import type { SVGProps } from "react";
export function EvaColorPickerOutline(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="M19.4 7.34L16.66 4.6A1.92 1.92 0 0 0 14 4.53l-2 2l-1.29-1.24a1 1 0 0 0-1.42 1.42L10.53 8L5 13.53a2 2 0 0 0-.57 1.21L4 18.91a1 1 0 0 0 .29.8A1 1 0 0 0 5 20h.09l4.17-.38a2 2 0 0 0 1.21-.57l5.58-5.58l1.24 1.24a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42l-1.24-1.24l2-2a1.92 1.92 0 0 0-.07-2.71M9.08 17.62l-3 .28l.27-3L12 9.36l2.69 2.7Zm7-7L13.36 8l1.91-2L18 8.73Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.4 7.34L16.66 4.6A1.92 1.92 0 0 0 14 4.53l-2 2l-1.29-1.24a1 1 0 0 0-1.42 1.42L10.53 8L5 13.53a2 2 0 0 0-.57 1.21L4 18.91a1 1 0 0 0 .29.8A1 1 0 0 0 5 20h.09l4.17-.38a2 2 0 0 0 1.21-.57l5.58-5.58l1.24 1.24a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42l-1.24-1.24l2-2a1.92 1.92 0 0 0-.07-2.71M9.08 17.62l-3 .28l.27-3L12 9.36l2.69 2.7Zm7-7L13.36 8l1.91-2L18 8.73Z"/></svg> </template>
CSS
.icon-color-picker-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.4%207.34L16.66%204.6A1.92%201.92%200%200%200%2014%204.53l-2%202l-1.29-1.24a1%201%200%200%200-1.42%201.42L10.53%208L5%2013.53a2%202%200%200%200-.57%201.21L4%2018.91a1%201%200%200%200%20.29.8A1%201%200%200%200%205%2020h.09l4.17-.38a2%202%200%200%200%201.21-.57l5.58-5.58l1.24%201.24a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42l-1.24-1.24l2-2a1.92%201.92%200%200%200-.07-2.71M9.08%2017.62l-3%20.28l.27-3L12%209.36l2.69%202.7Zm7-7L13.36%208l1.91-2L18%208.73Z%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%22M19.4%207.34L16.66%204.6A1.92%201.92%200%200%200%2014%204.53l-2%202l-1.29-1.24a1%201%200%200%200-1.42%201.42L10.53%208L5%2013.53a2%202%200%200%200-.57%201.21L4%2018.91a1%201%200%200%200%20.29.8A1%201%200%200%200%205%2020h.09l4.17-.38a2%202%200%200%200%201.21-.57l5.58-5.58l1.24%201.24a1%201%200%200%200%201.42%200a1%201%200%200%200%200-1.42l-1.24-1.24l2-2a1.92%201.92%200%200%200-.07-2.71M9.08%2017.62l-3%20.28l.27-3L12%209.36l2.69%202.7Zm7-7L13.36%208l1.91-2L18%208.73Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/eva/color-picker-outline.svg?color=%231a73e8&size=48