palette icon
palette-outline from Material Design Icons by Pictogrammers · Outline · Color · Apache-2.0 Free for personal and commercial use.
- Name
- palette-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Color
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- paint-outline
1 other variant in Material Design Icons
The same icon in other sets
paletteBootstrap IconspaletteBoxIcons v2paletteBoxIcons v2 SolidpaletteFont Awesome 6 SolidpaletteFont Awesome Solidpalette-outlineFlowbite IconspaletteHuge IconspaletteIconoirpaletteLine AwesomepaletteLucidepaletteMaterial Icon ThemepaletteMaterial SymbolspaletteMaterial Symbols Lightpalette-fillMingCute IconpalettePhosphorpalettePrime Iconspalette-fillRemix Iconpalette-boldSolarpaletteTabler IconspaletteTDesign IconspaletteUnicons
More color icons from Material Design Icons
Use the palette icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22A10 10 0 0 1 2 12A10 10 0 0 1 12 2c5.5 0 10 4 10 9a6 6 0 0 1-6 6h-1.8c-.3 0-.5.2-.5.5c0 .1.1.2.1.3c.4.5.6 1.1.6 1.7c.1 1.4-1 2.5-2.4 2.5m0-18a8 8 0 0 0-8 8a8 8 0 0 0 8 8c.3 0 .5-.2.5-.5c0-.2-.1-.3-.1-.4c-.4-.5-.6-1-.6-1.6c0-1.4 1.1-2.5 2.5-2.5H16a4 4 0 0 0 4-4c0-3.9-3.6-7-8-7m-5.5 6c.8 0 1.5.7 1.5 1.5S7.3 13 6.5 13S5 12.3 5 11.5S5.7 10 6.5 10m3-4c.8 0 1.5.7 1.5 1.5S10.3 9 9.5 9S8 8.3 8 7.5S8.7 6 9.5 6m5 0c.8 0 1.5.7 1.5 1.5S15.3 9 14.5 9S13 8.3 13 7.5S13.7 6 14.5 6m3 4c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5"/></svg>
React
import type { SVGProps } from "react";
export function MdiPaletteOutline(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="M12 22A10 10 0 0 1 2 12A10 10 0 0 1 12 2c5.5 0 10 4 10 9a6 6 0 0 1-6 6h-1.8c-.3 0-.5.2-.5.5c0 .1.1.2.1.3c.4.5.6 1.1.6 1.7c.1 1.4-1 2.5-2.4 2.5m0-18a8 8 0 0 0-8 8a8 8 0 0 0 8 8c.3 0 .5-.2.5-.5c0-.2-.1-.3-.1-.4c-.4-.5-.6-1-.6-1.6c0-1.4 1.1-2.5 2.5-2.5H16a4 4 0 0 0 4-4c0-3.9-3.6-7-8-7m-5.5 6c.8 0 1.5.7 1.5 1.5S7.3 13 6.5 13S5 12.3 5 11.5S5.7 10 6.5 10m3-4c.8 0 1.5.7 1.5 1.5S10.3 9 9.5 9S8 8.3 8 7.5S8.7 6 9.5 6m5 0c.8 0 1.5.7 1.5 1.5S15.3 9 14.5 9S13 8.3 13 7.5S13.7 6 14.5 6m3 4c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5s.7-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="M12 22A10 10 0 0 1 2 12A10 10 0 0 1 12 2c5.5 0 10 4 10 9a6 6 0 0 1-6 6h-1.8c-.3 0-.5.2-.5.5c0 .1.1.2.1.3c.4.5.6 1.1.6 1.7c.1 1.4-1 2.5-2.4 2.5m0-18a8 8 0 0 0-8 8a8 8 0 0 0 8 8c.3 0 .5-.2.5-.5c0-.2-.1-.3-.1-.4c-.4-.5-.6-1-.6-1.6c0-1.4 1.1-2.5 2.5-2.5H16a4 4 0 0 0 4-4c0-3.9-3.6-7-8-7m-5.5 6c.8 0 1.5.7 1.5 1.5S7.3 13 6.5 13S5 12.3 5 11.5S5.7 10 6.5 10m3-4c.8 0 1.5.7 1.5 1.5S10.3 9 9.5 9S8 8.3 8 7.5S8.7 6 9.5 6m5 0c.8 0 1.5.7 1.5 1.5S15.3 9 14.5 9S13 8.3 13 7.5S13.7 6 14.5 6m3 4c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5"/></svg> </template>
CSS
.icon-palette-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%22M12%2022A10%2010%200%200%201%202%2012A10%2010%200%200%201%2012%202c5.5%200%2010%204%2010%209a6%206%200%200%201-6%206h-1.8c-.3%200-.5.2-.5.5c0%20.1.1.2.1.3c.4.5.6%201.1.6%201.7c.1%201.4-1%202.5-2.4%202.5m0-18a8%208%200%200%200-8%208a8%208%200%200%200%208%208c.3%200%20.5-.2.5-.5c0-.2-.1-.3-.1-.4c-.4-.5-.6-1-.6-1.6c0-1.4%201.1-2.5%202.5-2.5H16a4%204%200%200%200%204-4c0-3.9-3.6-7-8-7m-5.5%206c.8%200%201.5.7%201.5%201.5S7.3%2013%206.5%2013S5%2012.3%205%2011.5S5.7%2010%206.5%2010m3-4c.8%200%201.5.7%201.5%201.5S10.3%209%209.5%209S8%208.3%208%207.5S8.7%206%209.5%206m5%200c.8%200%201.5.7%201.5%201.5S15.3%209%2014.5%209S13%208.3%2013%207.5S13.7%206%2014.5%206m3%204c.8%200%201.5.7%201.5%201.5s-.7%201.5-1.5%201.5s-1.5-.7-1.5-1.5s.7-1.5%201.5-1.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%22M12%2022A10%2010%200%200%201%202%2012A10%2010%200%200%201%2012%202c5.5%200%2010%204%2010%209a6%206%200%200%201-6%206h-1.8c-.3%200-.5.2-.5.5c0%20.1.1.2.1.3c.4.5.6%201.1.6%201.7c.1%201.4-1%202.5-2.4%202.5m0-18a8%208%200%200%200-8%208a8%208%200%200%200%208%208c.3%200%20.5-.2.5-.5c0-.2-.1-.3-.1-.4c-.4-.5-.6-1-.6-1.6c0-1.4%201.1-2.5%202.5-2.5H16a4%204%200%200%200%204-4c0-3.9-3.6-7-8-7m-5.5%206c.8%200%201.5.7%201.5%201.5S7.3%2013%206.5%2013S5%2012.3%205%2011.5S5.7%2010%206.5%2010m3-4c.8%200%201.5.7%201.5%201.5S10.3%209%209.5%209S8%208.3%208%207.5S8.7%206%209.5%206m5%200c.8%200%201.5.7%201.5%201.5S15.3%209%2014.5%209S13%208.3%2013%207.5S13.7%206%2014.5%206m3%204c.8%200%201.5.7%201.5%201.5s-.7%201.5-1.5%201.5s-1.5-.7-1.5-1.5s.7-1.5%201.5-1.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/palette-outline.svg?color=%231a73e8&size=48