palette icon
palette-broken from Solar by 480 Design · Broken · Tools · CC-BY-4.0 Attribution required.
- Name
- palette-broken
- Set
- Solar
- Style
- Broken
- Category
- Tools
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
paletteBootstrap IconspaletteBoxIcons v2paletteBoxIcons v2 SolidpaletteFont Awesome 6 SolidpaletteFont Awesome Solidpalette-outlineFlowbite IconspaletteHuge IconspaletteIconoirpaletteLine AwesomepaletteLucidepaletteMaterial Icon ThemepaletteMaterial SymbolspaletteMaterial Symbols LightpaletteMaterial Design Iconspalette-fillMingCute IconpalettePhosphorpalettePrime Iconspalette-fillRemix IconpaletteTabler IconspaletteTDesign IconspaletteUnicons
More tools icons from Solar
align-bottom-boldalign-horizontal-center-boldalign-horizontal-spacing-boldalign-left-boldalign-right-boldalign-top-boldalign-vertical-center-boldalign-vertical-spacing-boldcolour-tuning-boldcrop-boldcrop-minimalistic-boldfilters-boldflip-horizontal-boldflip-vertical-boldframe-boldlayers-boldlayers-minimalistic-boldmirror-left-boldmirror-right-boldpaint-brush-boldpaint-roller-boldpalette-2-boldpalette-round-boldpipette-bold
Use the palette icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M2 8V6C2 4.59987 2 3.8998 2.27248 3.36502C2.51217 2.89462 2.89462 2.51217 3.36502 2.27248C3.8998 2 4.59987 2 6 2C7.40013 2 8.1002 2 8.63498 2.27248C9.10538 2.51217 9.48783 2.89462 9.72752 3.36502C10 3.8998 10 4.59987 10 6V18C10 19.4001 10 20.1002 9.72752 20.635C9.48783 21.1054 9.10538 21.4878 8.63498 21.7275C8.1002 22 7.40013 22 6 22C4.59987 22 3.8998 22 3.36502 21.7275C2.89462 21.4878 2.51217 21.1054 2.27248 20.635C2 20.1002 2 19.4001 2 18V12"/><path stroke-linecap="round" d="M7 19H5"/><path d="M13.3137 4.929L11.1716 7.07109C10.5935 7.64915 10.3045 7.93818 10.1522 8.30573C10 8.67327 10 9.08202 10 9.89952L10 19.5564L18.9705 10.5859C19.9606 9.59581 20.4556 9.10079 20.6411 8.52997C20.8042 8.02786 20.8042 7.48699 20.6411 6.98489C20.4556 6.41406 19.9606 5.91904 18.9705 4.929C17.9805 3.93896 17.4855 3.44394 16.9146 3.25847C16.4125 3.09532 15.8717 3.09532 15.3695 3.25847C14.7987 3.44394 14.3037 3.93896 13.3137 4.929Z"/><path stroke-linecap="round" d="M6 22L13 22M15.5586 14H18C19.4001 14 20.1002 14 20.635 14.2725C21.1054 14.5122 21.4878 14.8946 21.7275 15.365C22 15.8998 22 16.5999 22 18C22 19.4001 22 20.1002 21.7275 20.635C21.4878 21.1054 21.1054 21.4878 20.635 21.7275C20.1002 22 19.4001 22 18 22H17"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarPaletteBroken(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="M2 8V6C2 4.59987 2 3.8998 2.27248 3.36502C2.51217 2.89462 2.89462 2.51217 3.36502 2.27248C3.8998 2 4.59987 2 6 2C7.40013 2 8.1002 2 8.63498 2.27248C9.10538 2.51217 9.48783 2.89462 9.72752 3.36502C10 3.8998 10 4.59987 10 6V18C10 19.4001 10 20.1002 9.72752 20.635C9.48783 21.1054 9.10538 21.4878 8.63498 21.7275C8.1002 22 7.40013 22 6 22C4.59987 22 3.8998 22 3.36502 21.7275C2.89462 21.4878 2.51217 21.1054 2.27248 20.635C2 20.1002 2 19.4001 2 18V12"/><path strokeLinecap="round" d="M7 19H5"/><path d="M13.3137 4.929L11.1716 7.07109C10.5935 7.64915 10.3045 7.93818 10.1522 8.30573C10 8.67327 10 9.08202 10 9.89952L10 19.5564L18.9705 10.5859C19.9606 9.59581 20.4556 9.10079 20.6411 8.52997C20.8042 8.02786 20.8042 7.48699 20.6411 6.98489C20.4556 6.41406 19.9606 5.91904 18.9705 4.929C17.9805 3.93896 17.4855 3.44394 16.9146 3.25847C16.4125 3.09532 15.8717 3.09532 15.3695 3.25847C14.7987 3.44394 14.3037 3.93896 13.3137 4.929Z"/><path strokeLinecap="round" d="M6 22L13 22M15.5586 14H18C19.4001 14 20.1002 14 20.635 14.2725C21.1054 14.5122 21.4878 14.8946 21.7275 15.365C22 15.8998 22 16.5999 22 18C22 19.4001 22 20.1002 21.7275 20.635C21.4878 21.1054 21.1054 21.4878 20.635 21.7275C20.1002 22 19.4001 22 18 22H17"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M2 8V6C2 4.59987 2 3.8998 2.27248 3.36502C2.51217 2.89462 2.89462 2.51217 3.36502 2.27248C3.8998 2 4.59987 2 6 2C7.40013 2 8.1002 2 8.63498 2.27248C9.10538 2.51217 9.48783 2.89462 9.72752 3.36502C10 3.8998 10 4.59987 10 6V18C10 19.4001 10 20.1002 9.72752 20.635C9.48783 21.1054 9.10538 21.4878 8.63498 21.7275C8.1002 22 7.40013 22 6 22C4.59987 22 3.8998 22 3.36502 21.7275C2.89462 21.4878 2.51217 21.1054 2.27248 20.635C2 20.1002 2 19.4001 2 18V12"/><path stroke-linecap="round" d="M7 19H5"/><path d="M13.3137 4.929L11.1716 7.07109C10.5935 7.64915 10.3045 7.93818 10.1522 8.30573C10 8.67327 10 9.08202 10 9.89952L10 19.5564L18.9705 10.5859C19.9606 9.59581 20.4556 9.10079 20.6411 8.52997C20.8042 8.02786 20.8042 7.48699 20.6411 6.98489C20.4556 6.41406 19.9606 5.91904 18.9705 4.929C17.9805 3.93896 17.4855 3.44394 16.9146 3.25847C16.4125 3.09532 15.8717 3.09532 15.3695 3.25847C14.7987 3.44394 14.3037 3.93896 13.3137 4.929Z"/><path stroke-linecap="round" d="M6 22L13 22M15.5586 14H18C19.4001 14 20.1002 14 20.635 14.2725C21.1054 14.5122 21.4878 14.8946 21.7275 15.365C22 15.8998 22 16.5999 22 18C22 19.4001 22 20.1002 21.7275 20.635C21.4878 21.1054 21.1054 21.4878 20.635 21.7275C20.1002 22 19.4001 22 18 22H17"/></g></svg> </template>
CSS
.icon-palette-broken {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%208V6C2%204.59987%202%203.8998%202.27248%203.36502C2.51217%202.89462%202.89462%202.51217%203.36502%202.27248C3.8998%202%204.59987%202%206%202C7.40013%202%208.1002%202%208.63498%202.27248C9.10538%202.51217%209.48783%202.89462%209.72752%203.36502C10%203.8998%2010%204.59987%2010%206V18C10%2019.4001%2010%2020.1002%209.72752%2020.635C9.48783%2021.1054%209.10538%2021.4878%208.63498%2021.7275C8.1002%2022%207.40013%2022%206%2022C4.59987%2022%203.8998%2022%203.36502%2021.7275C2.89462%2021.4878%202.51217%2021.1054%202.27248%2020.635C2%2020.1002%202%2019.4001%202%2018V12%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7%2019H5%22%2F%3E%3Cpath%20d%3D%22M13.3137%204.929L11.1716%207.07109C10.5935%207.64915%2010.3045%207.93818%2010.1522%208.30573C10%208.67327%2010%209.08202%2010%209.89952L10%2019.5564L18.9705%2010.5859C19.9606%209.59581%2020.4556%209.10079%2020.6411%208.52997C20.8042%208.02786%2020.8042%207.48699%2020.6411%206.98489C20.4556%206.41406%2019.9606%205.91904%2018.9705%204.929C17.9805%203.93896%2017.4855%203.44394%2016.9146%203.25847C16.4125%203.09532%2015.8717%203.09532%2015.3695%203.25847C14.7987%203.44394%2014.3037%203.93896%2013.3137%204.929Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%2022L13%2022M15.5586%2014H18C19.4001%2014%2020.1002%2014%2020.635%2014.2725C21.1054%2014.5122%2021.4878%2014.8946%2021.7275%2015.365C22%2015.8998%2022%2016.5999%2022%2018C22%2019.4001%2022%2020.1002%2021.7275%2020.635C21.4878%2021.1054%2021.1054%2021.4878%2020.635%2021.7275C20.1002%2022%2019.4001%2022%2018%2022H17%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2%208V6C2%204.59987%202%203.8998%202.27248%203.36502C2.51217%202.89462%202.89462%202.51217%203.36502%202.27248C3.8998%202%204.59987%202%206%202C7.40013%202%208.1002%202%208.63498%202.27248C9.10538%202.51217%209.48783%202.89462%209.72752%203.36502C10%203.8998%2010%204.59987%2010%206V18C10%2019.4001%2010%2020.1002%209.72752%2020.635C9.48783%2021.1054%209.10538%2021.4878%208.63498%2021.7275C8.1002%2022%207.40013%2022%206%2022C4.59987%2022%203.8998%2022%203.36502%2021.7275C2.89462%2021.4878%202.51217%2021.1054%202.27248%2020.635C2%2020.1002%202%2019.4001%202%2018V12%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7%2019H5%22%2F%3E%3Cpath%20d%3D%22M13.3137%204.929L11.1716%207.07109C10.5935%207.64915%2010.3045%207.93818%2010.1522%208.30573C10%208.67327%2010%209.08202%2010%209.89952L10%2019.5564L18.9705%2010.5859C19.9606%209.59581%2020.4556%209.10079%2020.6411%208.52997C20.8042%208.02786%2020.8042%207.48699%2020.6411%206.98489C20.4556%206.41406%2019.9606%205.91904%2018.9705%204.929C17.9805%203.93896%2017.4855%203.44394%2016.9146%203.25847C16.4125%203.09532%2015.8717%203.09532%2015.3695%203.25847C14.7987%203.44394%2014.3037%203.93896%2013.3137%204.929Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6%2022L13%2022M15.5586%2014H18C19.4001%2014%2020.1002%2014%2020.635%2014.2725C21.1054%2014.5122%2021.4878%2014.8946%2021.7275%2015.365C22%2015.8998%2022%2016.5999%2022%2018C22%2019.4001%2022%2020.1002%2021.7275%2020.635C21.4878%2021.1054%2021.1054%2021.4878%2020.635%2021.7275C20.1002%2022%2019.4001%2022%2018%2022H17%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/palette-broken.svg?color=%231a73e8&size=48