palette-swatch-outline from Material Design Icons by Pictogrammers · Outline · Color · Apache-2.0 Free for personal and commercial use.

Name
palette-swatch-outline
Set
Material Design Icons
Style
Outline
Category
Color
Viewbox
24×24
License
Apache 2.0
Aliases
style-outline

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.5 19.6l1.3.6v-9L1.4 17c-.4 1.1.1 2.2 1.1 2.6M15.2 4.8l5 12l-7.3 3l-5-11.9v-.1zm.1-2c-.3 0-.5 0-.8.1L7.1 6c-.7.3-1.2 1-1.2 1.8c0 .2 0 .5.1.8l5 11.9c.3.8 1 1.2 1.8 1.2c.3 0 .5 0 .8-.1l7.4-3.1c1-.4 1.5-1.6 1.1-2.6L17.1 4c-.3-.8-1.1-1.2-1.8-1.2m-4.8 7.1c-.6 0-1-.4-1-1s.4-1 1-1s1 .5 1 1s-.4 1-1 1m-4.6 9.9c0 1.1.9 2 2 2h1.4l-3.4-8.3z"/></svg>

React

import type { SVGProps } from "react";

export function MdiPaletteSwatchOutline(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.5 19.6l1.3.6v-9L1.4 17c-.4 1.1.1 2.2 1.1 2.6M15.2 4.8l5 12l-7.3 3l-5-11.9v-.1zm.1-2c-.3 0-.5 0-.8.1L7.1 6c-.7.3-1.2 1-1.2 1.8c0 .2 0 .5.1.8l5 11.9c.3.8 1 1.2 1.8 1.2c.3 0 .5 0 .8-.1l7.4-3.1c1-.4 1.5-1.6 1.1-2.6L17.1 4c-.3-.8-1.1-1.2-1.8-1.2m-4.8 7.1c-.6 0-1-.4-1-1s.4-1 1-1s1 .5 1 1s-.4 1-1 1m-4.6 9.9c0 1.1.9 2 2 2h1.4l-3.4-8.3z"/></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.5 19.6l1.3.6v-9L1.4 17c-.4 1.1.1 2.2 1.1 2.6M15.2 4.8l5 12l-7.3 3l-5-11.9v-.1zm.1-2c-.3 0-.5 0-.8.1L7.1 6c-.7.3-1.2 1-1.2 1.8c0 .2 0 .5.1.8l5 11.9c.3.8 1 1.2 1.8 1.2c.3 0 .5 0 .8-.1l7.4-3.1c1-.4 1.5-1.6 1.1-2.6L17.1 4c-.3-.8-1.1-1.2-1.8-1.2m-4.8 7.1c-.6 0-1-.4-1-1s.4-1 1-1s1 .5 1 1s-.4 1-1 1m-4.6 9.9c0 1.1.9 2 2 2h1.4l-3.4-8.3z"/></svg>
</template>

CSS

.icon-palette-swatch-outline {
  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.5%2019.6l1.3.6v-9L1.4%2017c-.4%201.1.1%202.2%201.1%202.6M15.2%204.8l5%2012l-7.3%203l-5-11.9v-.1zm.1-2c-.3%200-.5%200-.8.1L7.1%206c-.7.3-1.2%201-1.2%201.8c0%20.2%200%20.5.1.8l5%2011.9c.3.8%201%201.2%201.8%201.2c.3%200%20.5%200%20.8-.1l7.4-3.1c1-.4%201.5-1.6%201.1-2.6L17.1%204c-.3-.8-1.1-1.2-1.8-1.2m-4.8%207.1c-.6%200-1-.4-1-1s.4-1%201-1s1%20.5%201%201s-.4%201-1%201m-4.6%209.9c0%201.1.9%202%202%202h1.4l-3.4-8.3z%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.5%2019.6l1.3.6v-9L1.4%2017c-.4%201.1.1%202.2%201.1%202.6M15.2%204.8l5%2012l-7.3%203l-5-11.9v-.1zm.1-2c-.3%200-.5%200-.8.1L7.1%206c-.7.3-1.2%201-1.2%201.8c0%20.2%200%20.5.1.8l5%2011.9c.3.8%201%201.2%201.8%201.2c.3%200%20.5%200%20.8-.1l7.4-3.1c1-.4%201.5-1.6%201.1-2.6L17.1%204c-.3-.8-1.1-1.2-1.8-1.2m-4.8%207.1c-.6%200-1-.4-1-1s.4-1%201-1s1%20.5%201%201s-.4%201-1%201m-4.6%209.9c0%201.1.9%202%202%202h1.4l-3.4-8.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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