palette 2 icon
palette-2-linear from Solar by 480 Design · Linear · Tools · CC-BY-4.0 Attribution required.
- Name
- palette-2-linear
- Set
- Solar
- Style
- Linear
- Category
- Tools
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
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-boldpalette-round-boldpipette-bold
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=".75"/><circle cx="6.5" cy="11.5" r=".75"/><path d="M9.58496 6.24976C9.99917 6.24976 10.335 6.58554 10.335 6.99976C10.335 7.41397 9.99917 7.74976 9.58496 7.74976C9.17075 7.74976 8.83496 7.41397 8.83496 6.99976C8.83496 6.58554 9.17075 6.24976 9.58496 6.24976Z"/><path d="M14.5 6.25C14.9142 6.25 15.25 6.58579 15.25 7C15.25 7.41421 14.9142 7.75 14.5 7.75C14.0858 7.75 13.75 7.41421 13.75 7C13.75 6.58579 14.0858 6.25 14.5 6.25Z"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarPalette2Linear(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=".75"/><circle cx="6.5" cy="11.5" r=".75"/><path d="M9.58496 6.24976C9.99917 6.24976 10.335 6.58554 10.335 6.99976C10.335 7.41397 9.99917 7.74976 9.58496 7.74976C9.17075 7.74976 8.83496 7.41397 8.83496 6.99976C8.83496 6.58554 9.17075 6.24976 9.58496 6.24976Z"/><path d="M14.5 6.25C14.9142 6.25 15.25 6.58579 15.25 7C15.25 7.41421 14.9142 7.75 14.5 7.75C14.0858 7.75 13.75 7.41421 13.75 7C13.75 6.58579 14.0858 6.25 14.5 6.25Z"/></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=".75"/><circle cx="6.5" cy="11.5" r=".75"/><path d="M9.58496 6.24976C9.99917 6.24976 10.335 6.58554 10.335 6.99976C10.335 7.41397 9.99917 7.74976 9.58496 7.74976C9.17075 7.74976 8.83496 7.41397 8.83496 6.99976C8.83496 6.58554 9.17075 6.24976 9.58496 6.24976Z"/><path d="M14.5 6.25C14.9142 6.25 15.25 6.58579 15.25 7C15.25 7.41421 14.9142 7.75 14.5 7.75C14.0858 7.75 13.75 7.41421 13.75 7C13.75 6.58579 14.0858 6.25 14.5 6.25Z"/></g></svg> </template>
CSS
.icon-palette-2-linear {
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%22.75%22%2F%3E%3Ccircle%20cx%3D%226.5%22%20cy%3D%2211.5%22%20r%3D%22.75%22%2F%3E%3Cpath%20d%3D%22M9.58496%206.24976C9.99917%206.24976%2010.335%206.58554%2010.335%206.99976C10.335%207.41397%209.99917%207.74976%209.58496%207.74976C9.17075%207.74976%208.83496%207.41397%208.83496%206.99976C8.83496%206.58554%209.17075%206.24976%209.58496%206.24976Z%22%2F%3E%3Cpath%20d%3D%22M14.5%206.25C14.9142%206.25%2015.25%206.58579%2015.25%207C15.25%207.41421%2014.9142%207.75%2014.5%207.75C14.0858%207.75%2013.75%207.41421%2013.75%207C13.75%206.58579%2014.0858%206.25%2014.5%206.25Z%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%22.75%22%2F%3E%3Ccircle%20cx%3D%226.5%22%20cy%3D%2211.5%22%20r%3D%22.75%22%2F%3E%3Cpath%20d%3D%22M9.58496%206.24976C9.99917%206.24976%2010.335%206.58554%2010.335%206.99976C10.335%207.41397%209.99917%207.74976%209.58496%207.74976C9.17075%207.74976%208.83496%207.41397%208.83496%206.99976C8.83496%206.58554%209.17075%206.24976%209.58496%206.24976Z%22%2F%3E%3Cpath%20d%3D%22M14.5%206.25C14.9142%206.25%2015.25%206.58579%2015.25%207C15.25%207.41421%2014.9142%207.75%2014.5%207.75C14.0858%207.75%2013.75%207.41421%2013.75%207C13.75%206.58579%2014.0858%206.25%2014.5%206.25Z%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-linear.svg?color=%231a73e8&size=48