palette round icon

palette-round-linear from Solar by 480 Design · Linear · Tools · CC-BY-4.0 Attribution required.

Name
palette-round-linear
Set
Solar
Style
Linear
Category
Tools
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More tools icons from Solar

Use the palette round 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 6C2 3.79086 3.79086 2 6 2C8.20914 2 10 3.79086 10 6V18C10 20.2091 8.20914 22 6 22C3.79086 22 2 20.2091 2 18V6Z"/><path d="M9.99977 8.24268L13.3134 4.92902C14.8755 3.36692 17.4082 3.36692 18.9703 4.92902C20.5324 6.49112 20.5324 9.02378 18.9703 10.5859L9.30615 20.25"/><path d="M6 22L18 22C20.2091 22 22 20.2091 22 18C22 15.7909 20.2091 14 18 14L15.5 14"/><path d="M7 18C7 18.5523 6.55228 19 6 19C5.44772 19 5 18.5523 5 18C5 17.4477 5.44772 17 6 17C6.55228 17 7 17.4477 7 18Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarPaletteRoundLinear(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 6C2 3.79086 3.79086 2 6 2C8.20914 2 10 3.79086 10 6V18C10 20.2091 8.20914 22 6 22C3.79086 22 2 20.2091 2 18V6Z"/><path d="M9.99977 8.24268L13.3134 4.92902C14.8755 3.36692 17.4082 3.36692 18.9703 4.92902C20.5324 6.49112 20.5324 9.02378 18.9703 10.5859L9.30615 20.25"/><path d="M6 22L18 22C20.2091 22 22 20.2091 22 18C22 15.7909 20.2091 14 18 14L15.5 14"/><path d="M7 18C7 18.5523 6.55228 19 6 19C5.44772 19 5 18.5523 5 18C5 17.4477 5.44772 17 6 17C6.55228 17 7 17.4477 7 18Z"/></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 6C2 3.79086 3.79086 2 6 2C8.20914 2 10 3.79086 10 6V18C10 20.2091 8.20914 22 6 22C3.79086 22 2 20.2091 2 18V6Z"/><path d="M9.99977 8.24268L13.3134 4.92902C14.8755 3.36692 17.4082 3.36692 18.9703 4.92902C20.5324 6.49112 20.5324 9.02378 18.9703 10.5859L9.30615 20.25"/><path d="M6 22L18 22C20.2091 22 22 20.2091 22 18C22 15.7909 20.2091 14 18 14L15.5 14"/><path d="M7 18C7 18.5523 6.55228 19 6 19C5.44772 19 5 18.5523 5 18C5 17.4477 5.44772 17 6 17C6.55228 17 7 17.4477 7 18Z"/></g></svg>
</template>

CSS

.icon-palette-round-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%206C2%203.79086%203.79086%202%206%202C8.20914%202%2010%203.79086%2010%206V18C10%2020.2091%208.20914%2022%206%2022C3.79086%2022%202%2020.2091%202%2018V6Z%22%2F%3E%3Cpath%20d%3D%22M9.99977%208.24268L13.3134%204.92902C14.8755%203.36692%2017.4082%203.36692%2018.9703%204.92902C20.5324%206.49112%2020.5324%209.02378%2018.9703%2010.5859L9.30615%2020.25%22%2F%3E%3Cpath%20d%3D%22M6%2022L18%2022C20.2091%2022%2022%2020.2091%2022%2018C22%2015.7909%2020.2091%2014%2018%2014L15.5%2014%22%2F%3E%3Cpath%20d%3D%22M7%2018C7%2018.5523%206.55228%2019%206%2019C5.44772%2019%205%2018.5523%205%2018C5%2017.4477%205.44772%2017%206%2017C6.55228%2017%207%2017.4477%207%2018Z%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%206C2%203.79086%203.79086%202%206%202C8.20914%202%2010%203.79086%2010%206V18C10%2020.2091%208.20914%2022%206%2022C3.79086%2022%202%2020.2091%202%2018V6Z%22%2F%3E%3Cpath%20d%3D%22M9.99977%208.24268L13.3134%204.92902C14.8755%203.36692%2017.4082%203.36692%2018.9703%204.92902C20.5324%206.49112%2020.5324%209.02378%2018.9703%2010.5859L9.30615%2020.25%22%2F%3E%3Cpath%20d%3D%22M6%2022L18%2022C20.2091%2022%2022%2020.2091%2022%2018C22%2015.7909%2020.2091%2014%2018%2014L15.5%2014%22%2F%3E%3Cpath%20d%3D%22M7%2018C7%2018.5523%206.55228%2019%206%2019C5.44772%2019%205%2018.5523%205%2018C5%2017.4477%205.44772%2017%206%2017C6.55228%2017%207%2017.4477%207%2018Z%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-round-linear.svg?color=%231a73e8&size=48