Ceneo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ceneo 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/323551.svg" alt="Ceneo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323551.svg" alt="Ceneo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323551.svg" alt="Ceneo icon" :width="24" :height="24" />
CSS background
.icon-ceneo {
background-image: url('https://proicons.com/icon/323551.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M38.5006,5.4992H9.4993c-2.2001,0-4.0002,1.8001-4.0002,4.0002v29.0012c0,2.2001,1.8001,4.0002,4.0002,4.0002h29.0012c2.2001,0,4.0002-1.8001,4.0002-4.0002V9.4994c0-2.2001-1.8001-4.0002-4.0002-4.0002Z"/><polyline class="c" points="21.5999 27.9772 21.5999 20.0228 26.8696 27.9772 26.8696 20.0228"/><path class="c" d="M13.7698,25.3097v.0326c0,1.4552-1.1797,2.6349-2.6349,2.6349h0c-1.4552,0-2.6349-1.1797-2.6349-2.6349v-2.6846c0-1.4552,1.1797-2.6349,2.6349-2.6349h0c1.4552,0,2.6349,1.1797,2.6349,2.6349v.0326"/><line class="c" x1="15.8441" y1="24" x2="18.4372" y2="24"/><polyline class="c" points="19.8213 27.9772 15.8441 27.9772 15.8441 20.0228 19.8213 20.0228"/><line class="c" x1="29.0301" y1="24" x2="31.6232" y2="24"/><polyline class="c" points="33.0073 27.9772 29.0301 27.9772 29.0301 20.0228 33.0073 20.0228"/><rect class="c" x="34.2302" y="20.0228" width="5.2698" height="7.9544" rx="2.6349" ry="2.6349"/></svg>
Copied!