swatches icon
swatches from Myna UI Icons by Praveen Juge · Regular · MIT Free for personal and commercial use.
- Name
- swatches
- Set
- Myna UI Icons
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
1 other variant in Myna UI Icons
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 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6.5 21H18c1.657 0 3-1.398 3-3.123c0-1.308.13-2.63-1.297-3.253M7.98 20.664l10.287-4.67a3.04 3.04 0 0 0 1.436-1.37m-7.613-3.787l3.013-1.718c1.553-.886 3.5-.186 4.198 1.509l.525 1.273a3.23 3.23 0 0 1-.123 2.723m-9.821 3.718c-.5 1.912-2.42 3.047-4.287 2.535c-1.867-.513-2.975-2.478-2.475-4.39L6.18 5.27c.452-1.661 2.114-2.624 3.71-2.15l1.17.348c1.615.48 2.536 2.246 2.045 3.918zM6.5 17l-.242.854"/></svg>
React
import type { SVGProps } from "react";
export function MynauiSwatches(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M6.5 21H18c1.657 0 3-1.398 3-3.123c0-1.308.13-2.63-1.297-3.253M7.98 20.664l10.287-4.67a3.04 3.04 0 0 0 1.436-1.37m-7.613-3.787l3.013-1.718c1.553-.886 3.5-.186 4.198 1.509l.525 1.273a3.23 3.23 0 0 1-.123 2.723m-9.821 3.718c-.5 1.912-2.42 3.047-4.287 2.535c-1.867-.513-2.975-2.478-2.475-4.39L6.18 5.27c.452-1.661 2.114-2.624 3.71-2.15l1.17.348c1.615.48 2.536 2.246 2.045 3.918zM6.5 17l-.242.854"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M6.5 21H18c1.657 0 3-1.398 3-3.123c0-1.308.13-2.63-1.297-3.253M7.98 20.664l10.287-4.67a3.04 3.04 0 0 0 1.436-1.37m-7.613-3.787l3.013-1.718c1.553-.886 3.5-.186 4.198 1.509l.525 1.273a3.23 3.23 0 0 1-.123 2.723m-9.821 3.718c-.5 1.912-2.42 3.047-4.287 2.535c-1.867-.513-2.975-2.478-2.475-4.39L6.18 5.27c.452-1.661 2.114-2.624 3.71-2.15l1.17.348c1.615.48 2.536 2.246 2.045 3.918zM6.5 17l-.242.854"/></svg> </template>
CSS
.icon-swatches {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M6.5%2021H18c1.657%200%203-1.398%203-3.123c0-1.308.13-2.63-1.297-3.253M7.98%2020.664l10.287-4.67a3.04%203.04%200%200%200%201.436-1.37m-7.613-3.787l3.013-1.718c1.553-.886%203.5-.186%204.198%201.509l.525%201.273a3.23%203.23%200%200%201-.123%202.723m-9.821%203.718c-.5%201.912-2.42%203.047-4.287%202.535c-1.867-.513-2.975-2.478-2.475-4.39L6.18%205.27c.452-1.661%202.114-2.624%203.71-2.15l1.17.348c1.615.48%202.536%202.246%202.045%203.918zM6.5%2017l-.242.854%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M6.5%2021H18c1.657%200%203-1.398%203-3.123c0-1.308.13-2.63-1.297-3.253M7.98%2020.664l10.287-4.67a3.04%203.04%200%200%200%201.436-1.37m-7.613-3.787l3.013-1.718c1.553-.886%203.5-.186%204.198%201.509l.525%201.273a3.23%203.23%200%200%201-.123%202.723m-9.821%203.718c-.5%201.912-2.42%203.047-4.287%202.535c-1.867-.513-2.975-2.478-2.475-4.39L6.18%205.27c.452-1.661%202.114-2.624%203.71-2.15l1.17.348c1.615.48%202.536%202.246%202.045%203.918zM6.5%2017l-.242.854%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/swatches.svg?color=%231a73e8&size=48