palette round icon
palette-round-outline from Solar by 480 Design · Outline · Tools · CC-BY-4.0 Attribution required.
- Name
- palette-round-outline
- Set
- Solar
- Style
- Outline
- Category
- Tools
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
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-2-boldpalette-boldpipette-bold
Use the palette round icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M1.25 6C1.25 3.37665 3.37665 1.25 6 1.25C8.62335 1.25 10.75 3.37665 10.75 6V6.43202L12.7833 4.39868C14.6383 2.54369 17.6459 2.54369 19.5008 4.39868C21.3558 6.25367 21.3558 9.26121 19.5008 11.1162L17.367 13.25H18C20.6234 13.25 22.75 15.3766 22.75 18C22.75 20.6234 20.6234 22.75 18 22.75H6C3.37665 22.75 1.25 20.6234 1.25 18V6ZM9.46412 21.25H18C19.7949 21.25 21.25 19.7949 21.25 18C21.25 16.2051 19.7949 14.75 18 14.75H15.867L9.8889 20.7281C9.7596 20.9121 9.61758 21.0865 9.46412 21.25ZM10.75 17.7457L18.4402 10.0555C19.7094 8.78633 19.7094 6.72855 18.4402 5.45934C17.171 4.19014 15.1132 4.19014 13.844 5.45934L10.75 8.55334V17.7457ZM6 2.75C4.20507 2.75 2.75 4.20507 2.75 6V18C2.75 19.7949 4.20507 21.25 6 21.25C7.79493 21.25 9.25 19.7949 9.25 18V6C9.25 4.20507 7.79493 2.75 6 2.75ZM6 17.75C5.86193 17.75 5.75 17.8619 5.75 18C5.75 18.1381 5.86193 18.25 6 18.25C6.13807 18.25 6.25 18.1381 6.25 18C6.25 17.8619 6.13807 17.75 6 17.75ZM4.25 18C4.25 17.0335 5.0335 16.25 6 16.25C6.9665 16.25 7.75 17.0335 7.75 18C7.75 18.9665 6.9665 19.75 6 19.75C5.0335 19.75 4.25 18.9665 4.25 18Z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function SolarPaletteRoundOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M1.25 6C1.25 3.37665 3.37665 1.25 6 1.25C8.62335 1.25 10.75 3.37665 10.75 6V6.43202L12.7833 4.39868C14.6383 2.54369 17.6459 2.54369 19.5008 4.39868C21.3558 6.25367 21.3558 9.26121 19.5008 11.1162L17.367 13.25H18C20.6234 13.25 22.75 15.3766 22.75 18C22.75 20.6234 20.6234 22.75 18 22.75H6C3.37665 22.75 1.25 20.6234 1.25 18V6ZM9.46412 21.25H18C19.7949 21.25 21.25 19.7949 21.25 18C21.25 16.2051 19.7949 14.75 18 14.75H15.867L9.8889 20.7281C9.7596 20.9121 9.61758 21.0865 9.46412 21.25ZM10.75 17.7457L18.4402 10.0555C19.7094 8.78633 19.7094 6.72855 18.4402 5.45934C17.171 4.19014 15.1132 4.19014 13.844 5.45934L10.75 8.55334V17.7457ZM6 2.75C4.20507 2.75 2.75 4.20507 2.75 6V18C2.75 19.7949 4.20507 21.25 6 21.25C7.79493 21.25 9.25 19.7949 9.25 18V6C9.25 4.20507 7.79493 2.75 6 2.75ZM6 17.75C5.86193 17.75 5.75 17.8619 5.75 18C5.75 18.1381 5.86193 18.25 6 18.25C6.13807 18.25 6.25 18.1381 6.25 18C6.25 17.8619 6.13807 17.75 6 17.75ZM4.25 18C4.25 17.0335 5.0335 16.25 6 16.25C6.9665 16.25 7.75 17.0335 7.75 18C7.75 18.9665 6.9665 19.75 6 19.75C5.0335 19.75 4.25 18.9665 4.25 18Z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M1.25 6C1.25 3.37665 3.37665 1.25 6 1.25C8.62335 1.25 10.75 3.37665 10.75 6V6.43202L12.7833 4.39868C14.6383 2.54369 17.6459 2.54369 19.5008 4.39868C21.3558 6.25367 21.3558 9.26121 19.5008 11.1162L17.367 13.25H18C20.6234 13.25 22.75 15.3766 22.75 18C22.75 20.6234 20.6234 22.75 18 22.75H6C3.37665 22.75 1.25 20.6234 1.25 18V6ZM9.46412 21.25H18C19.7949 21.25 21.25 19.7949 21.25 18C21.25 16.2051 19.7949 14.75 18 14.75H15.867L9.8889 20.7281C9.7596 20.9121 9.61758 21.0865 9.46412 21.25ZM10.75 17.7457L18.4402 10.0555C19.7094 8.78633 19.7094 6.72855 18.4402 5.45934C17.171 4.19014 15.1132 4.19014 13.844 5.45934L10.75 8.55334V17.7457ZM6 2.75C4.20507 2.75 2.75 4.20507 2.75 6V18C2.75 19.7949 4.20507 21.25 6 21.25C7.79493 21.25 9.25 19.7949 9.25 18V6C9.25 4.20507 7.79493 2.75 6 2.75ZM6 17.75C5.86193 17.75 5.75 17.8619 5.75 18C5.75 18.1381 5.86193 18.25 6 18.25C6.13807 18.25 6.25 18.1381 6.25 18C6.25 17.8619 6.13807 17.75 6 17.75ZM4.25 18C4.25 17.0335 5.0335 16.25 6 16.25C6.9665 16.25 7.75 17.0335 7.75 18C7.75 18.9665 6.9665 19.75 6 19.75C5.0335 19.75 4.25 18.9665 4.25 18Z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-palette-round-outline {
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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M1.25%206C1.25%203.37665%203.37665%201.25%206%201.25C8.62335%201.25%2010.75%203.37665%2010.75%206V6.43202L12.7833%204.39868C14.6383%202.54369%2017.6459%202.54369%2019.5008%204.39868C21.3558%206.25367%2021.3558%209.26121%2019.5008%2011.1162L17.367%2013.25H18C20.6234%2013.25%2022.75%2015.3766%2022.75%2018C22.75%2020.6234%2020.6234%2022.75%2018%2022.75H6C3.37665%2022.75%201.25%2020.6234%201.25%2018V6ZM9.46412%2021.25H18C19.7949%2021.25%2021.25%2019.7949%2021.25%2018C21.25%2016.2051%2019.7949%2014.75%2018%2014.75H15.867L9.8889%2020.7281C9.7596%2020.9121%209.61758%2021.0865%209.46412%2021.25ZM10.75%2017.7457L18.4402%2010.0555C19.7094%208.78633%2019.7094%206.72855%2018.4402%205.45934C17.171%204.19014%2015.1132%204.19014%2013.844%205.45934L10.75%208.55334V17.7457ZM6%202.75C4.20507%202.75%202.75%204.20507%202.75%206V18C2.75%2019.7949%204.20507%2021.25%206%2021.25C7.79493%2021.25%209.25%2019.7949%209.25%2018V6C9.25%204.20507%207.79493%202.75%206%202.75ZM6%2017.75C5.86193%2017.75%205.75%2017.8619%205.75%2018C5.75%2018.1381%205.86193%2018.25%206%2018.25C6.13807%2018.25%206.25%2018.1381%206.25%2018C6.25%2017.8619%206.13807%2017.75%206%2017.75ZM4.25%2018C4.25%2017.0335%205.0335%2016.25%206%2016.25C6.9665%2016.25%207.75%2017.0335%207.75%2018C7.75%2018.9665%206.9665%2019.75%206%2019.75C5.0335%2019.75%204.25%2018.9665%204.25%2018Z%22%20clip-rule%3D%22evenodd%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M1.25%206C1.25%203.37665%203.37665%201.25%206%201.25C8.62335%201.25%2010.75%203.37665%2010.75%206V6.43202L12.7833%204.39868C14.6383%202.54369%2017.6459%202.54369%2019.5008%204.39868C21.3558%206.25367%2021.3558%209.26121%2019.5008%2011.1162L17.367%2013.25H18C20.6234%2013.25%2022.75%2015.3766%2022.75%2018C22.75%2020.6234%2020.6234%2022.75%2018%2022.75H6C3.37665%2022.75%201.25%2020.6234%201.25%2018V6ZM9.46412%2021.25H18C19.7949%2021.25%2021.25%2019.7949%2021.25%2018C21.25%2016.2051%2019.7949%2014.75%2018%2014.75H15.867L9.8889%2020.7281C9.7596%2020.9121%209.61758%2021.0865%209.46412%2021.25ZM10.75%2017.7457L18.4402%2010.0555C19.7094%208.78633%2019.7094%206.72855%2018.4402%205.45934C17.171%204.19014%2015.1132%204.19014%2013.844%205.45934L10.75%208.55334V17.7457ZM6%202.75C4.20507%202.75%202.75%204.20507%202.75%206V18C2.75%2019.7949%204.20507%2021.25%206%2021.25C7.79493%2021.25%209.25%2019.7949%209.25%2018V6C9.25%204.20507%207.79493%202.75%206%202.75ZM6%2017.75C5.86193%2017.75%205.75%2017.8619%205.75%2018C5.75%2018.1381%205.86193%2018.25%206%2018.25C6.13807%2018.25%206.25%2018.1381%206.25%2018C6.25%2017.8619%206.13807%2017.75%206%2017.75ZM4.25%2018C4.25%2017.0335%205.0335%2016.25%206%2016.25C6.9665%2016.25%207.75%2017.0335%207.75%2018C7.75%2018.9665%206.9665%2019.75%206%2019.75C5.0335%2019.75%204.25%2018.9665%204.25%2018Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/palette-round-outline.svg?color=%231a73e8&size=48