Cim Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cim 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/323703.svg" alt="Cim icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323703.svg" alt="Cim icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323703.svg" alt="Cim icon" :width="24" :height="24" />
CSS background
.icon-cim {
background-image: url('https://proicons.com/icon/323703.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>.b,.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.c{stroke-width:1px;}</style></defs><circle class="c" cx="24" cy="24" r="21.5"/><line class="b" x1="22.3713" y1="19.3192" x2="22.3713" y2="28.6808"/><polyline class="b" points="25.1385 28.6705 25.1385 19.3192 29.8192 28.6808 34.5 19.3335 34.5 28.6808"/><path class="b" d="M19.702,25.5414v.0383c0,1.7126-1.3884,3.101-3.101,3.101h0c-1.7126,0-3.101-1.3884-3.101-3.101v-3.1595c0-1.7126,1.3884-3.101,3.101-3.101h0c1.7126,0,3.101,1.3884,3.101,3.101v.0383"/></svg>
Copied!