palette swatch icon
palette-swatch from Material Design Icons by Pictogrammers · Filled · Color · Apache-2.0 Free for personal and commercial use.
- Name
- palette-swatch
- Set
- Material Design Icons
- Style
- Filled
- Category
- Color
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- material, style
1 other variant in Material Design Icons
More color icons from Material Design Icons
Use the palette swatch icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m2.53 19.65l1.34.56v-9.03l-2.43 5.86c-.41 1.02.06 2.19 1.09 2.61m19.5-3.7L17.07 4a2 2 0 0 0-1.81-1.25c-.26 0-.53.04-.79.15L7.1 5.95a2.02 2.02 0 0 0-1.23 1.8c-.01.25.04.54.13.8l5 11.95c.29.78 1.03 1.24 1.81 1.25c.26 0 .52-.05.77-.15l7.36-3.05a1.994 1.994 0 0 0 1.09-2.6M7.88 8.75a1 1 0 0 1-1-1a1 1 0 0 1 1-1c.55 0 1 .45 1 1s-.45 1-1 1m-2 11a2 2 0 0 0 2 2h1.45l-3.45-8.34z"/></svg>
React
import type { SVGProps } from "react";
export function MdiPaletteSwatch(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="m2.53 19.65l1.34.56v-9.03l-2.43 5.86c-.41 1.02.06 2.19 1.09 2.61m19.5-3.7L17.07 4a2 2 0 0 0-1.81-1.25c-.26 0-.53.04-.79.15L7.1 5.95a2.02 2.02 0 0 0-1.23 1.8c-.01.25.04.54.13.8l5 11.95c.29.78 1.03 1.24 1.81 1.25c.26 0 .52-.05.77-.15l7.36-3.05a1.994 1.994 0 0 0 1.09-2.6M7.88 8.75a1 1 0 0 1-1-1a1 1 0 0 1 1-1c.55 0 1 .45 1 1s-.45 1-1 1m-2 11a2 2 0 0 0 2 2h1.45l-3.45-8.34z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m2.53 19.65l1.34.56v-9.03l-2.43 5.86c-.41 1.02.06 2.19 1.09 2.61m19.5-3.7L17.07 4a2 2 0 0 0-1.81-1.25c-.26 0-.53.04-.79.15L7.1 5.95a2.02 2.02 0 0 0-1.23 1.8c-.01.25.04.54.13.8l5 11.95c.29.78 1.03 1.24 1.81 1.25c.26 0 .52-.05.77-.15l7.36-3.05a1.994 1.994 0 0 0 1.09-2.6M7.88 8.75a1 1 0 0 1-1-1a1 1 0 0 1 1-1c.55 0 1 .45 1 1s-.45 1-1 1m-2 11a2 2 0 0 0 2 2h1.45l-3.45-8.34z"/></svg> </template>
CSS
.icon-palette-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m2.53%2019.65l1.34.56v-9.03l-2.43%205.86c-.41%201.02.06%202.19%201.09%202.61m19.5-3.7L17.07%204a2%202%200%200%200-1.81-1.25c-.26%200-.53.04-.79.15L7.1%205.95a2.02%202.02%200%200%200-1.23%201.8c-.01.25.04.54.13.8l5%2011.95c.29.78%201.03%201.24%201.81%201.25c.26%200%20.52-.05.77-.15l7.36-3.05a1.994%201.994%200%200%200%201.09-2.6M7.88%208.75a1%201%200%200%201-1-1a1%201%200%200%201%201-1c.55%200%201%20.45%201%201s-.45%201-1%201m-2%2011a2%202%200%200%200%202%202h1.45l-3.45-8.34z%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%22m2.53%2019.65l1.34.56v-9.03l-2.43%205.86c-.41%201.02.06%202.19%201.09%202.61m19.5-3.7L17.07%204a2%202%200%200%200-1.81-1.25c-.26%200-.53.04-.79.15L7.1%205.95a2.02%202.02%200%200%200-1.23%201.8c-.01.25.04.54.13.8l5%2011.95c.29.78%201.03%201.24%201.81%201.25c.26%200%20.52-.05.77-.15l7.36-3.05a1.994%201.994%200%200%200%201.09-2.6M7.88%208.75a1%201%200%200%201-1-1a1%201%200%200%201%201-1c.55%200%201%20.45%201%201s-.45%201-1%201m-2%2011a2%202%200%200%200%202%202h1.45l-3.45-8.34z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/palette-swatch.svg?color=%231a73e8&size=48