color swatch icon

color-swatch from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.

Name
color-swatch
Set
Reicon
Style
Outline
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All color swatch icons →

More newicons icons from Reicon

Use the color swatch 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="M10 4.5V18c0 1.08-.44 2.07-1.14 2.79l-.04.04c-.09.09-.19.18-.28.25c-.3.26-.64.46-.99.6c-.11.05-.22.09-.33.13c-.39.13-.81.19-1.22.19c-.27 0-.54-.03-.8-.08c-.13-.03-.26-.06-.39-.1c-.16-.05-.31-.1-.46-.17c0-.01 0-.01-.01 0c-.28-.14-.55-.3-.8-.49l-.01-.01c-.13-.1-.25-.2-.36-.32s-.22-.24-.33-.37c-.19-.25-.35-.52-.49-.8c.01-.01.01-.01 0-.01c0 0 0-.01-.01-.02c-.06-.14-.11-.29-.16-.44a6 6 0 0 1-.1-.39c-.05-.26-.08-.53-.08-.8V4.5C2 3 3 2 4.5 2h3C9 2 10 3 10 4.5"/><path d="M22 16.5v3c0 1.5-1 2.5-2.5 2.5H6c.41 0 .83-.06 1.22-.19c.11-.04.22-.08.33-.13c.35-.14.69-.34.99-.6c.09-.07.19-.16.28-.25l.04-.04l6.8-6.79h3.84c1.5 0 2.5 1 2.5 2.5M4.81 21.82c-.6-.18-1.17-.51-1.64-.99c-.48-.47-.81-1.04-.99-1.64a4.02 4.02 0 0 0 2.63 2.63"/><path d="M18.37 11.29L15.66 14l-6.8 6.79C9.56 20.07 10 19.08 10 18V8.34l2.71-2.71c1.06-1.06 2.48-1.06 3.54 0l2.12 2.12c1.06 1.06 1.06 2.48 0 3.54M6 19a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconColorSwatch(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="M10 4.5V18c0 1.08-.44 2.07-1.14 2.79l-.04.04c-.09.09-.19.18-.28.25c-.3.26-.64.46-.99.6c-.11.05-.22.09-.33.13c-.39.13-.81.19-1.22.19c-.27 0-.54-.03-.8-.08c-.13-.03-.26-.06-.39-.1c-.16-.05-.31-.1-.46-.17c0-.01 0-.01-.01 0c-.28-.14-.55-.3-.8-.49l-.01-.01c-.13-.1-.25-.2-.36-.32s-.22-.24-.33-.37c-.19-.25-.35-.52-.49-.8c.01-.01.01-.01 0-.01c0 0 0-.01-.01-.02c-.06-.14-.11-.29-.16-.44a6 6 0 0 1-.1-.39c-.05-.26-.08-.53-.08-.8V4.5C2 3 3 2 4.5 2h3C9 2 10 3 10 4.5"/><path d="M22 16.5v3c0 1.5-1 2.5-2.5 2.5H6c.41 0 .83-.06 1.22-.19c.11-.04.22-.08.33-.13c.35-.14.69-.34.99-.6c.09-.07.19-.16.28-.25l.04-.04l6.8-6.79h3.84c1.5 0 2.5 1 2.5 2.5M4.81 21.82c-.6-.18-1.17-.51-1.64-.99c-.48-.47-.81-1.04-.99-1.64a4.02 4.02 0 0 0 2.63 2.63"/><path d="M18.37 11.29L15.66 14l-6.8 6.79C9.56 20.07 10 19.08 10 18V8.34l2.71-2.71c1.06-1.06 2.48-1.06 3.54 0l2.12 2.12c1.06 1.06 1.06 2.48 0 3.54M6 19a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></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="M10 4.5V18c0 1.08-.44 2.07-1.14 2.79l-.04.04c-.09.09-.19.18-.28.25c-.3.26-.64.46-.99.6c-.11.05-.22.09-.33.13c-.39.13-.81.19-1.22.19c-.27 0-.54-.03-.8-.08c-.13-.03-.26-.06-.39-.1c-.16-.05-.31-.1-.46-.17c0-.01 0-.01-.01 0c-.28-.14-.55-.3-.8-.49l-.01-.01c-.13-.1-.25-.2-.36-.32s-.22-.24-.33-.37c-.19-.25-.35-.52-.49-.8c.01-.01.01-.01 0-.01c0 0 0-.01-.01-.02c-.06-.14-.11-.29-.16-.44a6 6 0 0 1-.1-.39c-.05-.26-.08-.53-.08-.8V4.5C2 3 3 2 4.5 2h3C9 2 10 3 10 4.5"/><path d="M22 16.5v3c0 1.5-1 2.5-2.5 2.5H6c.41 0 .83-.06 1.22-.19c.11-.04.22-.08.33-.13c.35-.14.69-.34.99-.6c.09-.07.19-.16.28-.25l.04-.04l6.8-6.79h3.84c1.5 0 2.5 1 2.5 2.5M4.81 21.82c-.6-.18-1.17-.51-1.64-.99c-.48-.47-.81-1.04-.99-1.64a4.02 4.02 0 0 0 2.63 2.63"/><path d="M18.37 11.29L15.66 14l-6.8 6.79C9.56 20.07 10 19.08 10 18V8.34l2.71-2.71c1.06-1.06 2.48-1.06 3.54 0l2.12 2.12c1.06 1.06 1.06 2.48 0 3.54M6 19a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></g></svg>
</template>

CSS

.icon-color-swatch {
  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%22M10%204.5V18c0%201.08-.44%202.07-1.14%202.79l-.04.04c-.09.09-.19.18-.28.25c-.3.26-.64.46-.99.6c-.11.05-.22.09-.33.13c-.39.13-.81.19-1.22.19c-.27%200-.54-.03-.8-.08c-.13-.03-.26-.06-.39-.1c-.16-.05-.31-.1-.46-.17c0-.01%200-.01-.01%200c-.28-.14-.55-.3-.8-.49l-.01-.01c-.13-.1-.25-.2-.36-.32s-.22-.24-.33-.37c-.19-.25-.35-.52-.49-.8c.01-.01.01-.01%200-.01c0%200%200-.01-.01-.02c-.06-.14-.11-.29-.16-.44a6%206%200%200%201-.1-.39c-.05-.26-.08-.53-.08-.8V4.5C2%203%203%202%204.5%202h3C9%202%2010%203%2010%204.5%22%2F%3E%3Cpath%20d%3D%22M22%2016.5v3c0%201.5-1%202.5-2.5%202.5H6c.41%200%20.83-.06%201.22-.19c.11-.04.22-.08.33-.13c.35-.14.69-.34.99-.6c.09-.07.19-.16.28-.25l.04-.04l6.8-6.79h3.84c1.5%200%202.5%201%202.5%202.5M4.81%2021.82c-.6-.18-1.17-.51-1.64-.99c-.48-.47-.81-1.04-.99-1.64a4.02%204.02%200%200%200%202.63%202.63%22%2F%3E%3Cpath%20d%3D%22M18.37%2011.29L15.66%2014l-6.8%206.79C9.56%2020.07%2010%2019.08%2010%2018V8.34l2.71-2.71c1.06-1.06%202.48-1.06%203.54%200l2.12%202.12c1.06%201.06%201.06%202.48%200%203.54M6%2019a1%201%200%201%200%200-2a1%201%200%200%200%200%202%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%22M10%204.5V18c0%201.08-.44%202.07-1.14%202.79l-.04.04c-.09.09-.19.18-.28.25c-.3.26-.64.46-.99.6c-.11.05-.22.09-.33.13c-.39.13-.81.19-1.22.19c-.27%200-.54-.03-.8-.08c-.13-.03-.26-.06-.39-.1c-.16-.05-.31-.1-.46-.17c0-.01%200-.01-.01%200c-.28-.14-.55-.3-.8-.49l-.01-.01c-.13-.1-.25-.2-.36-.32s-.22-.24-.33-.37c-.19-.25-.35-.52-.49-.8c.01-.01.01-.01%200-.01c0%200%200-.01-.01-.02c-.06-.14-.11-.29-.16-.44a6%206%200%200%201-.1-.39c-.05-.26-.08-.53-.08-.8V4.5C2%203%203%202%204.5%202h3C9%202%2010%203%2010%204.5%22%2F%3E%3Cpath%20d%3D%22M22%2016.5v3c0%201.5-1%202.5-2.5%202.5H6c.41%200%20.83-.06%201.22-.19c.11-.04.22-.08.33-.13c.35-.14.69-.34.99-.6c.09-.07.19-.16.28-.25l.04-.04l6.8-6.79h3.84c1.5%200%202.5%201%202.5%202.5M4.81%2021.82c-.6-.18-1.17-.51-1.64-.99c-.48-.47-.81-1.04-.99-1.64a4.02%204.02%200%200%200%202.63%202.63%22%2F%3E%3Cpath%20d%3D%22M18.37%2011.29L15.66%2014l-6.8%206.79C9.56%2020.07%2010%2019.08%2010%2018V8.34l2.71-2.71c1.06-1.06%202.48-1.06%203.54%200l2.12%202.12c1.06%201.06%201.06%202.48%200%203.54M6%2019a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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