Palette Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The 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/345477.svg" alt="Palette icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345477.svg" alt="Palette icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345477.svg" alt="Palette icon" :width="24" :height="24" />
CSS background
.icon-palette {
background-image: url('https://proicons.com/icon/345477.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a,.b{fill:none;stroke:#fff;}.a{stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="a" x="14.8434" y="4.5" width="18.3141" height="39" rx="3"/><path class="b" d="M14.8434,33.4005H33.1575"/><path class="b" d="M14.8434,22.2355s3.9324-.2325,5.2919,2.271,2.6044,3.3868,4.4655.2906,3.5-6.8309,8.5565-.5144"/><path class="b" d="M33.1563,12.6817s-1.6689-2.1823-3.4186-2.0874-4.0983,4.9714-5.4173,4.8518S22.035,8.9647,20.2017,8.4169s-5.3592,2.35-5.3592,2.35"/><ellipse class="a" cx="23.9998" cy="38.0101" rx="1.9651" ry="1.9567"/></svg>
Palette in other icon packs
Copied!