color picker icon

color-picker from css.gg by Astrit · Outline · MIT Free for personal and commercial use.

Name
color-picker
Set
css.gg
Style
Outline
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in css.gg

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="currentColor"><path d="M20.385 2.879a3 3 0 0 0-4.243 0L14.02 5l-.707-.708a1 1 0 1 0-1.414 1.415l5.657 5.656A1 1 0 0 0 18.97 9.95l-.707-.707l2.122-2.122a3 3 0 0 0 0-4.242"/><path fill-rule="evenodd" d="M11.93 7.091L4.152 14.87a3 3 0 0 0-.587 3.415L2 19.85l1.414 1.415l1.565-1.566a3 3 0 0 0 3.415-.586l7.778-7.778zm1.414 4.243L11.93 9.92l-6.364 6.364a1 1 0 0 0 1.414 1.414z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function GgColorPicker(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M20.385 2.879a3 3 0 0 0-4.243 0L14.02 5l-.707-.708a1 1 0 1 0-1.414 1.415l5.657 5.656A1 1 0 0 0 18.97 9.95l-.707-.707l2.122-2.122a3 3 0 0 0 0-4.242"/><path fillRule="evenodd" d="M11.93 7.091L4.152 14.87a3 3 0 0 0-.587 3.415L2 19.85l1.414 1.415l1.565-1.566a3 3 0 0 0 3.415-.586l7.778-7.778zm1.414 4.243L11.93 9.92l-6.364 6.364a1 1 0 0 0 1.414 1.414z" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M20.385 2.879a3 3 0 0 0-4.243 0L14.02 5l-.707-.708a1 1 0 1 0-1.414 1.415l5.657 5.656A1 1 0 0 0 18.97 9.95l-.707-.707l2.122-2.122a3 3 0 0 0 0-4.242"/><path fill-rule="evenodd" d="M11.93 7.091L4.152 14.87a3 3 0 0 0-.587 3.415L2 19.85l1.414 1.415l1.565-1.566a3 3 0 0 0 3.415-.586l7.778-7.778zm1.414 4.243L11.93 9.92l-6.364 6.364a1 1 0 0 0 1.414 1.414z" clip-rule="evenodd"/></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%22currentColor%22%3E%3Cpath%20d%3D%22M20.385%202.879a3%203%200%200%200-4.243%200L14.02%205l-.707-.708a1%201%200%201%200-1.414%201.415l5.657%205.656A1%201%200%200%200%2018.97%209.95l-.707-.707l2.122-2.122a3%203%200%200%200%200-4.242%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.93%207.091L4.152%2014.87a3%203%200%200%200-.587%203.415L2%2019.85l1.414%201.415l1.565-1.566a3%203%200%200%200%203.415-.586l7.778-7.778zm1.414%204.243L11.93%209.92l-6.364%206.364a1%201%200%200%200%201.414%201.414z%22%20clip-rule%3D%22evenodd%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%22currentColor%22%3E%3Cpath%20d%3D%22M20.385%202.879a3%203%200%200%200-4.243%200L14.02%205l-.707-.708a1%201%200%201%200-1.414%201.415l5.657%205.656A1%201%200%200%200%2018.97%209.95l-.707-.707l2.122-2.122a3%203%200%200%200%200-4.242%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M11.93%207.091L4.152%2014.87a3%203%200%200%200-.587%203.415L2%2019.85l1.414%201.415l1.565-1.566a3%203%200%200%200%203.415-.586l7.778-7.778zm1.414%204.243L11.93%209.92l-6.364%206.364a1%201%200%200%200%201.414%201.414z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/gg/color-picker.svg?color=%231a73e8&size=48