Cieid Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Cieid 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/323697.svg" alt="Cieid icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323697.svg" alt="Cieid icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323697.svg" alt="Cieid icon" :width="24" :height="24" />
CSS background
.icon-cieid {
background-image: url('https://proicons.com/icon/323697.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{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#000;stroke-width:0px;}</style></defs><path class="b" d="m20.6932,40.1076c5.2521-3.0957,8.8815-9.2642,7.9876-15.442-1.4211-12.003-14.591-13.408-12.732-13.944l15.884-5.4592c2.0067-.6897,2.3001,2.8645,2.9249,4.439,1.124,2.8326-1.0532,6.2713.906,8.9388,1.5404,2.3652,3.9346,4.2011,4.8906,6.9203.1446,2.211-2.6111,2.5696-3.6938,3.8816.0099,1.4956.728,2.9651-.321,4.2854.5278,2.0298-1.8388,3.1132-1.0421,5.1727.5143,1.6236-.0976,4.3158-2.1708,3.8776l-12.6333-2.6702Z"/><line class="b" x1="13.8362" y1="28.5076" x2="13.8362" y2="36.5076"/><circle class="c" cx="14.9662" cy="16.8556" r=".75"/><line class="b" x1="14.9662" y1="19.2556" x2="14.9662" y2="24.6556"/><path class="b" d="m12.8402,21.9556h0c0,1.5-1.2,2.7-2.7,2.7h0c-1.5,0-2.7-1.2-2.7-2.6v-2.7c0-1.5,1.2-2.7,2.7-2.6h0c1.5,0,2.6,1.2,2.6,2.6h0"/><path class="b" d="m16.1642,36.5076v-8h1.8c1.9,0,3.5,1.6,3.5,3.5v1c0,1.9-1.6,3.5-3.5,3.5h-1.8Z"/><path class="b" d="m21.1642,23.5556c-.3.6-1,1-1.7,1h0c-1.1,0-2-.9-2-2v-1.3c0-1.1.9-2,2-2h0c1.1,0,2,.9,2,2v.7h-4"/></svg>
Copied!