Color Palette Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Color Palette icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/323919.svg" alt="Color Palette icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323919.svg" alt="Color Palette icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323919.svg" alt="Color Palette icon" :width="24" :height="24" />
CSS background
.icon-color-palette {
background-image: url('https://proicons.com/icon/323919.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m15,23.5h25.5c1.1038,0,2,.8962,2,2v15c0,1.1038-.8962,2-2,2H15c-5.2432,0-9.5-4.2568-9.5-9.5h0c0-5.2432,4.2568-9.5,9.5-9.5Z"/><circle class="c" cx="15" cy="33" r="3.5"/><line class="c" x1="11.5" y1="33" x2="5.5043" y2="33"/><line class="c" x1="18.5" y1="33" x2="42.5" y2="33"/><line class="c" x1="22.7578" y1="42.5" x2="22.7578" y2="23.5"/><line class="c" x1="32.7578" y1="23.5" x2="32.7578" y2="42.5"/><path class="c" d="m8.2825,39.7175c-3.71-3.71-3.71-9.725,0-13.435L26.3137,8.2513c.781-.781,2.0474-.781,2.8284,0l10.6066,10.6066c.781.781.781,2.0474,0,2.8284l-1.8137,1.8137"/><line class="c" x1="24.5" y1="23.5" x2="34.4454" y2="13.5546"/><line class="c" x1="20.8391" y1="13.7259" x2="30.6133" y2="23.5"/><path class="c" d="m15,42.5c-5.2467,0-9.5-4.2533-9.5-9.5V7.5c0-1.1046.8954-2,2-2h15c1.1046,0,2,.8954,2,2v2.565"/><line class="c" x1="15" y1="19.565" x2="15" y2="5.5"/><line class="c" x1="5.5" y1="15.2422" x2="19.3227" y2="15.2422"/></svg>
Color Palette in other icon packs
Copied!