palette 2 icon

palette-2-line-duotone from Solar by 480 Design · Line Duotone · Tools · CC-BY-4.0 Attribution required.

Name
palette-2-line-duotone
Set
Solar
Style
Line Duotone
Category
Tools
Viewbox
24×24
License
CC BY 4.0
Aliases
pallete-2-line-duotone

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 d="M2 12.0261C2 17.1723 5.86713 21.413 10.8468 21.9863C11.5816 22.0709 12.2938 21.7576 12.8168 21.2333C13.4703 20.5781 13.4703 19.5159 12.8168 18.8607C12.2938 18.3364 11.8674 17.5541 12.2619 16.9268C13.8385 14.4192 22 20.178 22 12.0261C22 6.48884 17.5228 2 12 2C6.47715 2 2 6.48884 2 12.0261Z"/><circle cx="17.5" cy="11.5" r="1.5" opacity=".5"/><circle cx="6.5" cy="11.5" r="1.5" opacity=".5"/><path d="M11 6.99976C11 7.82818 10.3284 8.49976 9.5 8.49976C8.67157 8.49976 8 7.82818 8 6.99976C8 6.17133 8.67157 5.49976 9.5 5.49976C10.3284 5.49976 11 6.17133 11 6.99976Z" opacity=".5"/><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" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarPalette2LineDuotone(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 d="M2 12.0261C2 17.1723 5.86713 21.413 10.8468 21.9863C11.5816 22.0709 12.2938 21.7576 12.8168 21.2333C13.4703 20.5781 13.4703 19.5159 12.8168 18.8607C12.2938 18.3364 11.8674 17.5541 12.2619 16.9268C13.8385 14.4192 22 20.178 22 12.0261C22 6.48884 17.5228 2 12 2C6.47715 2 2 6.48884 2 12.0261Z"/><circle cx="17.5" cy="11.5" r="1.5" opacity=".5"/><circle cx="6.5" cy="11.5" r="1.5" opacity=".5"/><path d="M11 6.99976C11 7.82818 10.3284 8.49976 9.5 8.49976C8.67157 8.49976 8 7.82818 8 6.99976C8 6.17133 8.67157 5.49976 9.5 5.49976C10.3284 5.49976 11 6.17133 11 6.99976Z" opacity=".5"/><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" opacity=".5"/></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 d="M2 12.0261C2 17.1723 5.86713 21.413 10.8468 21.9863C11.5816 22.0709 12.2938 21.7576 12.8168 21.2333C13.4703 20.5781 13.4703 19.5159 12.8168 18.8607C12.2938 18.3364 11.8674 17.5541 12.2619 16.9268C13.8385 14.4192 22 20.178 22 12.0261C22 6.48884 17.5228 2 12 2C6.47715 2 2 6.48884 2 12.0261Z"/><circle cx="17.5" cy="11.5" r="1.5" opacity=".5"/><circle cx="6.5" cy="11.5" r="1.5" opacity=".5"/><path d="M11 6.99976C11 7.82818 10.3284 8.49976 9.5 8.49976C8.67157 8.49976 8 7.82818 8 6.99976C8 6.17133 8.67157 5.49976 9.5 5.49976C10.3284 5.49976 11 6.17133 11 6.99976Z" opacity=".5"/><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" opacity=".5"/></g></svg>
</template>

CSS

.icon-palette-2-line-duotone {
  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%20d%3D%22M2%2012.0261C2%2017.1723%205.86713%2021.413%2010.8468%2021.9863C11.5816%2022.0709%2012.2938%2021.7576%2012.8168%2021.2333C13.4703%2020.5781%2013.4703%2019.5159%2012.8168%2018.8607C12.2938%2018.3364%2011.8674%2017.5541%2012.2619%2016.9268C13.8385%2014.4192%2022%2020.178%2022%2012.0261C22%206.48884%2017.5228%202%2012%202C6.47715%202%202%206.48884%202%2012.0261Z%22%2F%3E%3Ccircle%20cx%3D%2217.5%22%20cy%3D%2211.5%22%20r%3D%221.5%22%20opacity%3D%22.5%22%2F%3E%3Ccircle%20cx%3D%226.5%22%20cy%3D%2211.5%22%20r%3D%221.5%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M11%206.99976C11%207.82818%2010.3284%208.49976%209.5%208.49976C8.67157%208.49976%208%207.82818%208%206.99976C8%206.17133%208.67157%205.49976%209.5%205.49976C10.3284%205.49976%2011%206.17133%2011%206.99976Z%22%20opacity%3D%22.5%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%20opacity%3D%22.5%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%20d%3D%22M2%2012.0261C2%2017.1723%205.86713%2021.413%2010.8468%2021.9863C11.5816%2022.0709%2012.2938%2021.7576%2012.8168%2021.2333C13.4703%2020.5781%2013.4703%2019.5159%2012.8168%2018.8607C12.2938%2018.3364%2011.8674%2017.5541%2012.2619%2016.9268C13.8385%2014.4192%2022%2020.178%2022%2012.0261C22%206.48884%2017.5228%202%2012%202C6.47715%202%202%206.48884%202%2012.0261Z%22%2F%3E%3Ccircle%20cx%3D%2217.5%22%20cy%3D%2211.5%22%20r%3D%221.5%22%20opacity%3D%22.5%22%2F%3E%3Ccircle%20cx%3D%226.5%22%20cy%3D%2211.5%22%20r%3D%221.5%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M11%206.99976C11%207.82818%2010.3284%208.49976%209.5%208.49976C8.67157%208.49976%208%207.82818%208%206.99976C8%206.17133%208.67157%205.49976%209.5%205.49976C10.3284%205.49976%2011%206.17133%2011%206.99976Z%22%20opacity%3D%22.5%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%20opacity%3D%22.5%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-line-duotone.svg?color=%231a73e8&size=48