Color Slide Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Color Slide 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/323922.svg" alt="Color Slide icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323922.svg" alt="Color Slide icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323922.svg" alt="Color Slide icon" :width="24" :height="24" />
CSS background
.icon-color-slide {
background-image: url('https://proicons.com/icon/323922.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><polygon class="c" points="28.0415 3 19.9585 3 15.9171 10 19.9585 17 28.0415 17 32.0829 10 28.0415 3"/><polygon class="c" points="28.0415 31 19.9585 31 15.9171 38 19.9585 45 28.0415 45 32.0829 38 28.0415 31"/><polygon class="c" points="15.9171 10 7.8342 10 3.7927 17 7.8342 24 15.9171 24 19.9585 17 15.9171 10"/><polygon class="c" points="40.1658 10 32.0829 10 28.0415 17 32.0829 24 40.1658 24 44.2073 17 40.1658 10"/><polygon class="c" points="28.0415 17 19.9585 17 15.9171 24 19.9585 31 28.0415 31 32.0829 24 28.0415 17"/><polygon class="c" points="15.9171 24 7.8342 24 3.7927 31 7.8342 38 15.9171 38 19.9585 31 15.9171 24"/><polygon class="c" points="40.1658 24 32.0829 24 28.0415 31 32.0829 38 40.1658 38 44.2073 31 40.1658 24"/></svg>
Copied!