Colorpi Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Colorpi 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/323931.svg" alt="Colorpi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323931.svg" alt="Colorpi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323931.svg" alt="Colorpi icon" :width="24" :height="24" />
CSS background
.icon-colorpi {
background-image: url('https://proicons.com/icon/323931.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:1px;}</style></defs><g id="c"><path id="d" class="e" d="M18.0749,5.5l-1.7022,8.8142h-7.165v6.5077h5.9107l-1.2953,6.7076h-4.6154v6.5077h3.3586l-1.6324,8.4627h6.657l1.6324-8.4627h5.6771l-1.6324,8.4627h6.657l1.6324-8.4627h7.2348v-6.5077h-5.9781l1.2953-6.7076h4.6828v-6.5077h-3.4284l1.7022-8.8142h-6.657l-1.7022,8.8142h-5.6771l1.7022-8.8142h-6.657ZM21.7754,20.822h5.6771l-1.2953,6.7076h-5.6771l1.2953-6.7076Z"/></g></svg>
Copied!