Colorblendr Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Colorblendr 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/323924.svg" alt="Colorblendr icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323924.svg" alt="Colorblendr icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323924.svg" alt="Colorblendr icon" :width="24" :height="24" />
CSS background
.icon-colorblendr {
background-image: url('https://proicons.com/icon/323924.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="e" d="M12.9917,20.6941c-15.1969.5255-4.6574,9.2743,8.456,12.7209,12.506,3.287,30.1071,2.7274,15.5766-6.3764"/><path id="c" class="e" d="M23.7696,6.8609c.9345,1.7332,15.966,13.9988,13.0059,25.0312-8.7019-.135-18.149-1.982-25.4564-7.0473,1.2416-6.4288,11.7995-16.6991,12.4505-17.9839Z"/><path id="d" class="e" d="M11.0853,31.9506c6.4621,3.9903,14.0378,5.1542,21.8908,5.6145-2.6508,2.4811-7.7987,4.6003-12.772,3.0412-4.9733-1.5591-7.791-4.6927-9.1187-8.6557Z"/></svg>
Copied!