Celse Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Celse 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/323549.svg" alt="Celse icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/323549.svg" alt="Celse icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/323549.svg" alt="Celse icon" :width="24" :height="24" />
CSS background
.icon-celse {
background-image: url('https://proicons.com/icon/323549.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><path class="b" d="m45.4853,23.2357c.3533,9.953-6.1756,18.8457-15.7775,21.4897-9.6018,2.6438-19.7625-1.6531-24.554-10.3839C.3619,25.6105,2.1942,14.7314,9.5815,8.0516c7.3869-6.6796,18.3944-7.4113,26.6005-1.7683"/><path class="c" d="m16.1295,35.7279H5.9838m25.887,0h10.1464"/><path class="c" d="m21.4159,45.3037l-.0605-11.3472.9523-1.2328.6588-9.4795-11.7241.584,4.886,11.8998c0,1.3495-2.6947,4.9779-5.3238,5.2431m15.777,4.3328l.0605-11.3472-.9523-1.2328-.6588-9.4795,11.7241.584-4.886,11.8998c0,1.3495,2.6983,4.9789,5.3274,5.2442"/><path class="c" d="m4.7707,33.6107l4.3341-9.7823.1055-2.3462,13.5642-1.0844v-1.5893m20.4535,14.8073l-4.3363-9.7872-.1055-2.3462-13.5642-1.0844v-1.5893"/><circle class="b" cx="24.0002" cy="16.968" r="2.2082"/><path class="b" d="m21.0414,13.5874c.7975-.7604,1.8571-1.1846,2.959-1.1846,1.1029,0,2.1635.425,2.9612,1.1867"/><path class="b" d="m19.7135,11.5448c1.1547-1.1029,2.6901-1.7183,4.2869-1.7183,1.597,0,3.1326.6156,4.2874,1.7187"/></svg>
Copied!