Caelus Icon Pack Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Caelus Icon Pack 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/337647.svg" alt="Caelus Icon Pack icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337647.svg" alt="Caelus Icon Pack icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337647.svg" alt="Caelus Icon Pack icon" :width="24" :height="24" />
CSS background
.icon-caelus-icon-pack {
background-image: url('https://proicons.com/icon/337647.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m39.2113,8.7887c-4.1298-4.1155-9.9196-6.571-16.282-6.2628C12.0999,3.0506,3.211,11.8111,2.5423,22.6326c-.7723,12.4989,9.1263,22.8674,21.4577,22.8674,5.569,0,10.6418-2.1147,14.4652-5.5797.4176-.3785.4168-1.0384.0183-1.4369l-3.8305-3.8305c-.3665-.3665-.959-.3999-1.3482-.0576-2.9014,2.5522-6.8531,3.9374-11.1311,3.3988-6.3703-.802-11.4853-5.9981-12.1932-12.3795-.9448-8.517,5.694-15.724,14.0196-15.724,3.5026,0,6.7012,1.281,9.1665,3.3941.4478.3838.484,1.0647.067,1.4817l-3.8228,3.8228c-.3535.3535-.9108.3882-1.3077.0843-1.4574-1.1156-3.3792-1.6566-5.4246-1.2659-2.6305.5025-4.7547,2.6168-5.266,5.2456-.8361,4.2983,2.4384,8.0655,6.5876,8.0655,1.8544,0,3.5341-.7525,4.7569-1.9619"/></svg>
Copied!