pallete 2 icon

pallete-2-linear from Solar by 480 Design · Linear · CC-BY-4.0 Attribution required.

Name
pallete-2-linear
Set
Solar
Style
Linear
Viewbox
24×24
License
CC BY 4.0

1 other variant in Solar

Use the pallete 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><mask id="SVGIHQypetX" fill="#fff"><path d="M11.085 7a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0"/></mask><mask id="SVGjXBqqeYj" fill="#fff"><path d="M16 7a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0"/></mask><g fill="none" stroke="currentColor"><path stroke-width="1.5" d="M2 12.026c0 5.146 3.867 9.387 8.847 9.96c.735.085 1.447-.228 1.97-.753a1.68 1.68 0 0 0 0-2.372c-.523-.525-.95-1.307-.555-1.934c1.576-2.508 9.738 3.251 9.738-4.9C22 6.488 17.523 2 12 2S2 6.489 2 12.026Z"/><circle cx="17.5" cy="11.5" r=".75" stroke-width="1.5"/><circle cx="6.5" cy="11.5" r=".75" stroke-width="1.5"/><path stroke-width="3" d="M11.085 7a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0Z" mask="url(#SVGIHQypetX)"/><path stroke-width="3" d="M16 7a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0Z" mask="url(#SVGjXBqqeYj)"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarPallete2Linear(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><mask id="SVGIHQypetX" fill="#fff"><path d="M11.085 7a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0"/></mask><mask id="SVGjXBqqeYj" fill="#fff"><path d="M16 7a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0"/></mask><g fill="none" stroke="currentColor"><path strokeWidth="1.5" d="M2 12.026c0 5.146 3.867 9.387 8.847 9.96c.735.085 1.447-.228 1.97-.753a1.68 1.68 0 0 0 0-2.372c-.523-.525-.95-1.307-.555-1.934c1.576-2.508 9.738 3.251 9.738-4.9C22 6.488 17.523 2 12 2S2 6.489 2 12.026Z"/><circle cx="17.5" cy="11.5" r=".75" strokeWidth="1.5"/><circle cx="6.5" cy="11.5" r=".75" strokeWidth="1.5"/><path strokeWidth="3" d="M11.085 7a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0Z" mask="url(#SVGIHQypetX)"/><path strokeWidth="3" d="M16 7a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0Z" mask="url(#SVGjXBqqeYj)"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><mask id="SVGIHQypetX" fill="#fff"><path d="M11.085 7a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0"/></mask><mask id="SVGjXBqqeYj" fill="#fff"><path d="M16 7a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0"/></mask><g fill="none" stroke="currentColor"><path stroke-width="1.5" d="M2 12.026c0 5.146 3.867 9.387 8.847 9.96c.735.085 1.447-.228 1.97-.753a1.68 1.68 0 0 0 0-2.372c-.523-.525-.95-1.307-.555-1.934c1.576-2.508 9.738 3.251 9.738-4.9C22 6.488 17.523 2 12 2S2 6.489 2 12.026Z"/><circle cx="17.5" cy="11.5" r=".75" stroke-width="1.5"/><circle cx="6.5" cy="11.5" r=".75" stroke-width="1.5"/><path stroke-width="3" d="M11.085 7a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0Z" mask="url(#SVGIHQypetX)"/><path stroke-width="3" d="M16 7a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0Z" mask="url(#SVGjXBqqeYj)"/></g></svg>
</template>

CSS

.icon-pallete-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%3Cmask%20id%3D%22SVGIHQypetX%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M11.085%207a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200%22%2F%3E%3C%2Fmask%3E%3Cmask%20id%3D%22SVGjXBqqeYj%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M16%207a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200%22%2F%3E%3C%2Fmask%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%3E%3Cpath%20stroke-width%3D%221.5%22%20d%3D%22M2%2012.026c0%205.146%203.867%209.387%208.847%209.96c.735.085%201.447-.228%201.97-.753a1.68%201.68%200%200%200%200-2.372c-.523-.525-.95-1.307-.555-1.934c1.576-2.508%209.738%203.251%209.738-4.9C22%206.488%2017.523%202%2012%202S2%206.489%202%2012.026Z%22%2F%3E%3Ccircle%20cx%3D%2217.5%22%20cy%3D%2211.5%22%20r%3D%22.75%22%20stroke-width%3D%221.5%22%2F%3E%3Ccircle%20cx%3D%226.5%22%20cy%3D%2211.5%22%20r%3D%22.75%22%20stroke-width%3D%221.5%22%2F%3E%3Cpath%20stroke-width%3D%223%22%20d%3D%22M11.085%207a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200Z%22%20mask%3D%22url(%23SVGIHQypetX)%22%2F%3E%3Cpath%20stroke-width%3D%223%22%20d%3D%22M16%207a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200Z%22%20mask%3D%22url(%23SVGjXBqqeYj)%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%3Cmask%20id%3D%22SVGIHQypetX%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M11.085%207a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200%22%2F%3E%3C%2Fmask%3E%3Cmask%20id%3D%22SVGjXBqqeYj%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M16%207a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200%22%2F%3E%3C%2Fmask%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%3E%3Cpath%20stroke-width%3D%221.5%22%20d%3D%22M2%2012.026c0%205.146%203.867%209.387%208.847%209.96c.735.085%201.447-.228%201.97-.753a1.68%201.68%200%200%200%200-2.372c-.523-.525-.95-1.307-.555-1.934c1.576-2.508%209.738%203.251%209.738-4.9C22%206.488%2017.523%202%2012%202S2%206.489%202%2012.026Z%22%2F%3E%3Ccircle%20cx%3D%2217.5%22%20cy%3D%2211.5%22%20r%3D%22.75%22%20stroke-width%3D%221.5%22%2F%3E%3Ccircle%20cx%3D%226.5%22%20cy%3D%2211.5%22%20r%3D%22.75%22%20stroke-width%3D%221.5%22%2F%3E%3Cpath%20stroke-width%3D%223%22%20d%3D%22M11.085%207a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200Z%22%20mask%3D%22url(%23SVGIHQypetX)%22%2F%3E%3Cpath%20stroke-width%3D%223%22%20d%3D%22M16%207a1.5%201.5%200%201%201-3%200a1.5%201.5%200%200%201%203%200Z%22%20mask%3D%22url(%23SVGjXBqqeYj)%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/pallete-2-linear.svg?color=%231a73e8&size=48