palette 2 icon

palette-2-broken from Solar by 480 Design · Broken · Tools · CC-BY-4.0 Attribution required.

Name
palette-2-broken
Set
Solar
Style
Broken
Category
Tools
Viewbox
24×24
License
CC BY 4.0
Aliases
pallete-2-broken

5 other variants in Solar

The same icon in other sets

More tools icons from Solar

Use the palette 2 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="M7 3.34132C8.47087 2.48824 10.1786 2 12 2C17.5228 2 22 6.48884 22 12.0261C22 20.178 13.8385 14.4192 12.2619 16.9268C11.8674 17.5541 12.2938 18.3364 12.8168 18.8607C13.4703 19.5159 13.4703 20.5781 12.8168 21.2333C12.2938 21.7576 11.5816 22.0709 10.8468 21.9863C5.86713 21.413 2 17.1723 2 12.0261C2 10.1945 2.48985 8.47765 3.34537 7"/><circle cx="17.5" cy="11.5" r="1.5"/><circle cx="6.5" cy="11.5" r="1.5"/><path d="M11.085 6.99976C11.085 7.82818 10.4134 8.49976 9.58496 8.49976C8.75653 8.49976 8.08496 7.82818 8.08496 6.99976C8.08496 6.17133 8.75653 5.49976 9.58496 5.49976C10.4134 5.49976 11.085 6.17133 11.085 6.99976Z"/><path d="M16 7C16 7.82843 15.3284 8.5 14.5 8.5C13.6716 8.5 13 7.82843 13 7C13 6.17157 13.6716 5.5 14.5 5.5C15.3284 5.5 16 6.17157 16 7Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarPalette2Broken(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="M7 3.34132C8.47087 2.48824 10.1786 2 12 2C17.5228 2 22 6.48884 22 12.0261C22 20.178 13.8385 14.4192 12.2619 16.9268C11.8674 17.5541 12.2938 18.3364 12.8168 18.8607C13.4703 19.5159 13.4703 20.5781 12.8168 21.2333C12.2938 21.7576 11.5816 22.0709 10.8468 21.9863C5.86713 21.413 2 17.1723 2 12.0261C2 10.1945 2.48985 8.47765 3.34537 7"/><circle cx="17.5" cy="11.5" r="1.5"/><circle cx="6.5" cy="11.5" r="1.5"/><path d="M11.085 6.99976C11.085 7.82818 10.4134 8.49976 9.58496 8.49976C8.75653 8.49976 8.08496 7.82818 8.08496 6.99976C8.08496 6.17133 8.75653 5.49976 9.58496 5.49976C10.4134 5.49976 11.085 6.17133 11.085 6.99976Z"/><path d="M16 7C16 7.82843 15.3284 8.5 14.5 8.5C13.6716 8.5 13 7.82843 13 7C13 6.17157 13.6716 5.5 14.5 5.5C15.3284 5.5 16 6.17157 16 7Z"/></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="M7 3.34132C8.47087 2.48824 10.1786 2 12 2C17.5228 2 22 6.48884 22 12.0261C22 20.178 13.8385 14.4192 12.2619 16.9268C11.8674 17.5541 12.2938 18.3364 12.8168 18.8607C13.4703 19.5159 13.4703 20.5781 12.8168 21.2333C12.2938 21.7576 11.5816 22.0709 10.8468 21.9863C5.86713 21.413 2 17.1723 2 12.0261C2 10.1945 2.48985 8.47765 3.34537 7"/><circle cx="17.5" cy="11.5" r="1.5"/><circle cx="6.5" cy="11.5" r="1.5"/><path d="M11.085 6.99976C11.085 7.82818 10.4134 8.49976 9.58496 8.49976C8.75653 8.49976 8.08496 7.82818 8.08496 6.99976C8.08496 6.17133 8.75653 5.49976 9.58496 5.49976C10.4134 5.49976 11.085 6.17133 11.085 6.99976Z"/><path d="M16 7C16 7.82843 15.3284 8.5 14.5 8.5C13.6716 8.5 13 7.82843 13 7C13 6.17157 13.6716 5.5 14.5 5.5C15.3284 5.5 16 6.17157 16 7Z"/></g></svg>
</template>

CSS

.icon-palette-2-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%22M7%203.34132C8.47087%202.48824%2010.1786%202%2012%202C17.5228%202%2022%206.48884%2022%2012.0261C22%2020.178%2013.8385%2014.4192%2012.2619%2016.9268C11.8674%2017.5541%2012.2938%2018.3364%2012.8168%2018.8607C13.4703%2019.5159%2013.4703%2020.5781%2012.8168%2021.2333C12.2938%2021.7576%2011.5816%2022.0709%2010.8468%2021.9863C5.86713%2021.413%202%2017.1723%202%2012.0261C2%2010.1945%202.48985%208.47765%203.34537%207%22%2F%3E%3Ccircle%20cx%3D%2217.5%22%20cy%3D%2211.5%22%20r%3D%221.5%22%2F%3E%3Ccircle%20cx%3D%226.5%22%20cy%3D%2211.5%22%20r%3D%221.5%22%2F%3E%3Cpath%20d%3D%22M11.085%206.99976C11.085%207.82818%2010.4134%208.49976%209.58496%208.49976C8.75653%208.49976%208.08496%207.82818%208.08496%206.99976C8.08496%206.17133%208.75653%205.49976%209.58496%205.49976C10.4134%205.49976%2011.085%206.17133%2011.085%206.99976Z%22%2F%3E%3Cpath%20d%3D%22M16%207C16%207.82843%2015.3284%208.5%2014.5%208.5C13.6716%208.5%2013%207.82843%2013%207C13%206.17157%2013.6716%205.5%2014.5%205.5C15.3284%205.5%2016%206.17157%2016%207Z%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%22M7%203.34132C8.47087%202.48824%2010.1786%202%2012%202C17.5228%202%2022%206.48884%2022%2012.0261C22%2020.178%2013.8385%2014.4192%2012.2619%2016.9268C11.8674%2017.5541%2012.2938%2018.3364%2012.8168%2018.8607C13.4703%2019.5159%2013.4703%2020.5781%2012.8168%2021.2333C12.2938%2021.7576%2011.5816%2022.0709%2010.8468%2021.9863C5.86713%2021.413%202%2017.1723%202%2012.0261C2%2010.1945%202.48985%208.47765%203.34537%207%22%2F%3E%3Ccircle%20cx%3D%2217.5%22%20cy%3D%2211.5%22%20r%3D%221.5%22%2F%3E%3Ccircle%20cx%3D%226.5%22%20cy%3D%2211.5%22%20r%3D%221.5%22%2F%3E%3Cpath%20d%3D%22M11.085%206.99976C11.085%207.82818%2010.4134%208.49976%209.58496%208.49976C8.75653%208.49976%208.08496%207.82818%208.08496%206.99976C8.08496%206.17133%208.75653%205.49976%209.58496%205.49976C10.4134%205.49976%2011.085%206.17133%2011.085%206.99976Z%22%2F%3E%3Cpath%20d%3D%22M16%207C16%207.82843%2015.3284%208.5%2014.5%208.5C13.6716%208.5%2013%207.82843%2013%207C13%206.17157%2013.6716%205.5%2014.5%205.5C15.3284%205.5%2016%206.17157%2016%207Z%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-2-broken.svg?color=%231a73e8&size=48