Ciesign Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ciesign 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/323699.svg" alt="Ciesign icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323699.svg" alt="Ciesign icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323699.svg" alt="Ciesign icon" :width="24" :height="24" />
CSS background
.icon-ciesign {
background-image: url('https://proicons.com/icon/323699.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>.f{fill:#000;}.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="f" cx="25.375" cy="5.777" r=".75"/><line class="g" x1="25.481" y1="11.0542" x2="25.481" y2="22.4702"/><path class="g" d="M19.7129,16.6922v.0707c0,3.1525-2.5101,5.708-5.6067,5.708-3.0966,0-5.6067-2.5555-5.6067-5.708v-5.8157c0-3.1525,2.5101-5.708,5.6067-5.708s5.6067,2.5555,5.6067,5.708v.0707"/><path class="g" d="M38.945,20.2972c-.7289,1.2986-2.1024,2.174-3.6767,2.174-2.337,0-4.2314-1.9287-4.2314-4.3079v-2.8001c0-2.3793,1.8944-4.3079,4.2314-4.3079s4.2314,1.9287,4.2314,4.3079v1.4001h-8.4629"/><path class="g" d="M8.995,35.0962c-.0572.0118-2.0982,3.3053,4.0715,1.9788,8.0879-1.739,4.4555-5.1749,1.7514-5.5961-.7378-.1149-6.3178-1.4237-3.3914-3.8634,2.9265-2.4396,14.054-5.1453,28.074-.6081l-2.0374-.2301"/><path class="g" d="M23.313,34.5032c-3.2895,4.1709-4.3661,1.8952-4.1229,1.0048.2431-.8904,2.2482-4.9914,3.0771-5.897-.7715.0516-1.5529,1.1396-1.5529,1.1396"/><path class="g" d="M23.142,27.7472c.323-.5468.6209-.9144.8883-1.0636"/><path class="g" d="M29.127,29.6152c-6.5927.7325-10.376,15.238,1.6325.049l-7.0374,12.775c-.7406,1.6601-5.0583-.4462,7.7255-7.8065"/><path class="g" d="M34.553,29.4022l-4.1627,7.2055c7.0837-9.3159,9.9621-8.3212,5.9364-3.616-2.7638,3.7183-1.0088,4.5305,3.1735,3.2186"/></svg>
Copied!