color swatch icon

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

Name
color-swatch-filled
Set
Reicon
Style
Filled
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"><path fill="currentColor" d="M22 16.5v3a2.5 2.5 0 0 1-2.5 2.5h-7.14c-.89 0-1.33-1.07-.71-1.7l5.87-6c.19-.19.45-.3.71-.3h1.27a2.5 2.5 0 0 1 2.5 2.5m-3.63-5.21L15.66 14l-2.46 2.45c-.63.63-1.71.19-1.71-.7V7.26c0-.27.11-.52.29-.71l.92-.92c.98-.98 2.56-.98 3.54 0l2.12 2.12c.99.98.99 2.56.01 3.54M7.5 2h-3C3 2 2 3 2 4.5V18c0 .27.03.54.08.8c.03.13.06.26.1.39c.05.15.1.3.16.44c.01.01.01.02.01.02c.01 0 .01 0 0 .01c.14.28.3.55.49.8c.11.13.22.25.33.37s.23.22.36.32l.01.01c.25.19.52.35.8.49c.01-.01.01-.01.01 0c.15.07.3.12.46.17c.13.04.26.07.39.1c.26.05.53.08.8.08c.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-.04C9.56 20.07 10 19.08 10 18V4.5C10 3 9 2 7.5 2M6 19.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5s1.5.67 1.5 1.5s-.67 1.5-1.5 1.5"/></svg>

React

import type { SVGProps } from "react";

export function ReiconColorSwatchFilled(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="M22 16.5v3a2.5 2.5 0 0 1-2.5 2.5h-7.14c-.89 0-1.33-1.07-.71-1.7l5.87-6c.19-.19.45-.3.71-.3h1.27a2.5 2.5 0 0 1 2.5 2.5m-3.63-5.21L15.66 14l-2.46 2.45c-.63.63-1.71.19-1.71-.7V7.26c0-.27.11-.52.29-.71l.92-.92c.98-.98 2.56-.98 3.54 0l2.12 2.12c.99.98.99 2.56.01 3.54M7.5 2h-3C3 2 2 3 2 4.5V18c0 .27.03.54.08.8c.03.13.06.26.1.39c.05.15.1.3.16.44c.01.01.01.02.01.02c.01 0 .01 0 0 .01c.14.28.3.55.49.8c.11.13.22.25.33.37s.23.22.36.32l.01.01c.25.19.52.35.8.49c.01-.01.01-.01.01 0c.15.07.3.12.46.17c.13.04.26.07.39.1c.26.05.53.08.8.08c.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-.04C9.56 20.07 10 19.08 10 18V4.5C10 3 9 2 7.5 2M6 19.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5s1.5.67 1.5 1.5s-.67 1.5-1.5 1.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 16.5v3a2.5 2.5 0 0 1-2.5 2.5h-7.14c-.89 0-1.33-1.07-.71-1.7l5.87-6c.19-.19.45-.3.71-.3h1.27a2.5 2.5 0 0 1 2.5 2.5m-3.63-5.21L15.66 14l-2.46 2.45c-.63.63-1.71.19-1.71-.7V7.26c0-.27.11-.52.29-.71l.92-.92c.98-.98 2.56-.98 3.54 0l2.12 2.12c.99.98.99 2.56.01 3.54M7.5 2h-3C3 2 2 3 2 4.5V18c0 .27.03.54.08.8c.03.13.06.26.1.39c.05.15.1.3.16.44c.01.01.01.02.01.02c.01 0 .01 0 0 .01c.14.28.3.55.49.8c.11.13.22.25.33.37s.23.22.36.32l.01.01c.25.19.52.35.8.49c.01-.01.01-.01.01 0c.15.07.3.12.46.17c.13.04.26.07.39.1c.26.05.53.08.8.08c.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-.04C9.56 20.07 10 19.08 10 18V4.5C10 3 9 2 7.5 2M6 19.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5s1.5.67 1.5 1.5s-.67 1.5-1.5 1.5"/></svg>
</template>

CSS

.icon-color-swatch-filled {
  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%22M22%2016.5v3a2.5%202.5%200%200%201-2.5%202.5h-7.14c-.89%200-1.33-1.07-.71-1.7l5.87-6c.19-.19.45-.3.71-.3h1.27a2.5%202.5%200%200%201%202.5%202.5m-3.63-5.21L15.66%2014l-2.46%202.45c-.63.63-1.71.19-1.71-.7V7.26c0-.27.11-.52.29-.71l.92-.92c.98-.98%202.56-.98%203.54%200l2.12%202.12c.99.98.99%202.56.01%203.54M7.5%202h-3C3%202%202%203%202%204.5V18c0%20.27.03.54.08.8c.03.13.06.26.1.39c.05.15.1.3.16.44c.01.01.01.02.01.02c.01%200%20.01%200%200%20.01c.14.28.3.55.49.8c.11.13.22.25.33.37s.23.22.36.32l.01.01c.25.19.52.35.8.49c.01-.01.01-.01.01%200c.15.07.3.12.46.17c.13.04.26.07.39.1c.26.05.53.08.8.08c.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-.04C9.56%2020.07%2010%2019.08%2010%2018V4.5C10%203%209%202%207.5%202M6%2019.5c-.83%200-1.5-.67-1.5-1.5s.67-1.5%201.5-1.5s1.5.67%201.5%201.5s-.67%201.5-1.5%201.5%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%22M22%2016.5v3a2.5%202.5%200%200%201-2.5%202.5h-7.14c-.89%200-1.33-1.07-.71-1.7l5.87-6c.19-.19.45-.3.71-.3h1.27a2.5%202.5%200%200%201%202.5%202.5m-3.63-5.21L15.66%2014l-2.46%202.45c-.63.63-1.71.19-1.71-.7V7.26c0-.27.11-.52.29-.71l.92-.92c.98-.98%202.56-.98%203.54%200l2.12%202.12c.99.98.99%202.56.01%203.54M7.5%202h-3C3%202%202%203%202%204.5V18c0%20.27.03.54.08.8c.03.13.06.26.1.39c.05.15.1.3.16.44c.01.01.01.02.01.02c.01%200%20.01%200%200%20.01c.14.28.3.55.49.8c.11.13.22.25.33.37s.23.22.36.32l.01.01c.25.19.52.35.8.49c.01-.01.01-.01.01%200c.15.07.3.12.46.17c.13.04.26.07.39.1c.26.05.53.08.8.08c.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-.04C9.56%2020.07%2010%2019.08%2010%2018V4.5C10%203%209%202%207.5%202M6%2019.5c-.83%200-1.5-.67-1.5-1.5s.67-1.5%201.5-1.5s1.5.67%201.5%201.5s-.67%201.5-1.5%201.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Color Swatch filled icon — Reicon · IconsDB