Cp Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cp 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/324067.svg" alt="Cp icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324067.svg" alt="Cp icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324067.svg" alt="Cp icon" :width="24" :height="24" />
CSS background
.icon-cp {
background-image: url('https://proicons.com/icon/324067.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>.i{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="i" d="M16.2144,5.5v1.3899h-2.5404l-1.4268,1.429v25.9874l1.2332,1.2332h21.0392l1.2332-1.2332V8.3189l-1.4268-1.429h-2.5405v-1.3899h-15.5711ZM15.2009,13.3802h17.5983v10.6012H15.2009v-10.6012Z"/><path id="d" class="i" d="M20.7339,28.4141h-5.3882v3.5342h5.3882v-3.5342Z"/><path id="e" class="i" d="M27.2655,28.4141h5.3882v3.5342h-5.3882v-3.5342Z"/><path id="f" class="i" d="M17.4417,37.4842l-1.8969,5.0158h3.5542l1.8969-5.0158h-3.5542Z"/><path id="g" class="i" d="M30.5577,37.4842l1.8969,5.0158h-3.5542l-1.8969-5.0158h3.5542Z"/><path id="h" class="i" d="M29.9097,8.1337h-11.8201"/></svg>
Copied!