swatches icon
swatches-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- swatches-duotone
- Set
- Phosphor
- Style
- Duotone
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Use the swatches icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m135.88 43.11l-25 143.14a35.71 35.71 0 0 1-41.34 29.2a36 36 0 0 1-28.95-41.71l25-143.13a8 8 0 0 1 9.19-6.49l54.67 9.73a8 8 0 0 1 6.43 9.26" opacity=".2"/><path d="M88 180a12 12 0 1 1-12-12a12 12 0 0 1 12 12m152-23.81V208a16 16 0 0 1-16 16H76a46.4 46.4 0 0 1-7.94-.68a44 44 0 0 1-35.43-50.95l25-143.13a15.94 15.94 0 0 1 18.47-13L130.84 26a16 16 0 0 1 12.92 18.52l-12.08 69L199.49 89a16 16 0 0 1 20.45 9.52L239 150.69a18.4 18.4 0 0 1 1 5.5m-137 28.68l25-143.13L73.46 32l-25 143.1a28 28 0 0 0 22.44 32.47A27.3 27.3 0 0 0 91.46 203A27.84 27.84 0 0 0 103 184.87M116.78 195L224 156.11L204.92 104l-76.42 27.7l-9.78 55.92a44.6 44.6 0 0 1-1.94 7.38M224 173.12L127.74 208H224Z"/></g></svg>
React
import type { SVGProps } from "react";
export function PhSwatchesDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m135.88 43.11l-25 143.14a35.71 35.71 0 0 1-41.34 29.2a36 36 0 0 1-28.95-41.71l25-143.13a8 8 0 0 1 9.19-6.49l54.67 9.73a8 8 0 0 1 6.43 9.26" opacity=".2"/><path d="M88 180a12 12 0 1 1-12-12a12 12 0 0 1 12 12m152-23.81V208a16 16 0 0 1-16 16H76a46.4 46.4 0 0 1-7.94-.68a44 44 0 0 1-35.43-50.95l25-143.13a15.94 15.94 0 0 1 18.47-13L130.84 26a16 16 0 0 1 12.92 18.52l-12.08 69L199.49 89a16 16 0 0 1 20.45 9.52L239 150.69a18.4 18.4 0 0 1 1 5.5m-137 28.68l25-143.13L73.46 32l-25 143.1a28 28 0 0 0 22.44 32.47A27.3 27.3 0 0 0 91.46 203A27.84 27.84 0 0 0 103 184.87M116.78 195L224 156.11L204.92 104l-76.42 27.7l-9.78 55.92a44.6 44.6 0 0 1-1.94 7.38M224 173.12L127.74 208H224Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="m135.88 43.11l-25 143.14a35.71 35.71 0 0 1-41.34 29.2a36 36 0 0 1-28.95-41.71l25-143.13a8 8 0 0 1 9.19-6.49l54.67 9.73a8 8 0 0 1 6.43 9.26" opacity=".2"/><path d="M88 180a12 12 0 1 1-12-12a12 12 0 0 1 12 12m152-23.81V208a16 16 0 0 1-16 16H76a46.4 46.4 0 0 1-7.94-.68a44 44 0 0 1-35.43-50.95l25-143.13a15.94 15.94 0 0 1 18.47-13L130.84 26a16 16 0 0 1 12.92 18.52l-12.08 69L199.49 89a16 16 0 0 1 20.45 9.52L239 150.69a18.4 18.4 0 0 1 1 5.5m-137 28.68l25-143.13L73.46 32l-25 143.1a28 28 0 0 0 22.44 32.47A27.3 27.3 0 0 0 91.46 203A27.84 27.84 0 0 0 103 184.87M116.78 195L224 156.11L204.92 104l-76.42 27.7l-9.78 55.92a44.6 44.6 0 0 1-1.94 7.38M224 173.12L127.74 208H224Z"/></g></svg> </template>
CSS
.icon-swatches-duotone {
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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m135.88%2043.11l-25%20143.14a35.71%2035.71%200%200%201-41.34%2029.2a36%2036%200%200%201-28.95-41.71l25-143.13a8%208%200%200%201%209.19-6.49l54.67%209.73a8%208%200%200%201%206.43%209.26%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M88%20180a12%2012%200%201%201-12-12a12%2012%200%200%201%2012%2012m152-23.81V208a16%2016%200%200%201-16%2016H76a46.4%2046.4%200%200%201-7.94-.68a44%2044%200%200%201-35.43-50.95l25-143.13a15.94%2015.94%200%200%201%2018.47-13L130.84%2026a16%2016%200%200%201%2012.92%2018.52l-12.08%2069L199.49%2089a16%2016%200%200%201%2020.45%209.52L239%20150.69a18.4%2018.4%200%200%201%201%205.5m-137%2028.68l25-143.13L73.46%2032l-25%20143.1a28%2028%200%200%200%2022.44%2032.47A27.3%2027.3%200%200%200%2091.46%20203A27.84%2027.84%200%200%200%20103%20184.87M116.78%20195L224%20156.11L204.92%20104l-76.42%2027.7l-9.78%2055.92a44.6%2044.6%200%200%201-1.94%207.38M224%20173.12L127.74%20208H224Z%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m135.88%2043.11l-25%20143.14a35.71%2035.71%200%200%201-41.34%2029.2a36%2036%200%200%201-28.95-41.71l25-143.13a8%208%200%200%201%209.19-6.49l54.67%209.73a8%208%200%200%201%206.43%209.26%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M88%20180a12%2012%200%201%201-12-12a12%2012%200%200%201%2012%2012m152-23.81V208a16%2016%200%200%201-16%2016H76a46.4%2046.4%200%200%201-7.94-.68a44%2044%200%200%201-35.43-50.95l25-143.13a15.94%2015.94%200%200%201%2018.47-13L130.84%2026a16%2016%200%200%201%2012.92%2018.52l-12.08%2069L199.49%2089a16%2016%200%200%201%2020.45%209.52L239%20150.69a18.4%2018.4%200%200%201%201%205.5m-137%2028.68l25-143.13L73.46%2032l-25%20143.1a28%2028%200%200%200%2022.44%2032.47A27.3%2027.3%200%200%200%2091.46%20203A27.84%2027.84%200%200%200%20103%20184.87M116.78%20195L224%20156.11L204.92%20104l-76.42%2027.7l-9.78%2055.92a44.6%2044.6%200%200%201-1.94%207.38M224%20173.12L127.74%20208H224Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/swatches-duotone.svg?color=%231a73e8&size=48