Color Capture Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Color Capture 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/323917.svg" alt="Color Capture icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323917.svg" alt="Color Capture icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323917.svg" alt="Color Capture icon" :width="24" :height="24" />
CSS background
.icon-color-capture {
background-image: url('https://proicons.com/icon/323917.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="M23.4333,45.4383l12.377-21.438,7.0067,12.122c-4.001,5.8652-10.649,9.3777-17.757,9.3777-11.874,0-21.5-9.6259-21.5-21.5S13.1859,2.5,25.06,2.5c8.2664,0,15.801,4.7394,19.38,12.19l-24.755-.0003"/><path class="c" d="M30.4353,33.3103H5.6803"/><path class="c" d="M19.6853,33.3103L7.3083,11.8723"/><path class="c" d="M14.3103,24.0003L26.6873,2.5623"/></svg>
Copied!