Celeste Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Celeste 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/338099.svg" alt="Celeste icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338099.svg" alt="Celeste icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338099.svg" alt="Celeste icon" :width="24" :height="24" />
CSS background
.icon-celeste {
background-image: url('https://proicons.com/icon/338099.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><polygon class="b" points="3.5 36.7659 18.2538 36.2689 20.2106 36.7659 22.0432 36.2689 23.6273 36.7659 28.8455 36.5174 29.4045 36.7659 35.3371 36.5174 35.803 36.7659 44.5 36.7659 41.5803 33.4735 39.0644 30.2432 38.4121 28.628 37.9773 28.1621 36.797 29.2492 34.5917 26.8265 31.2682 20.9561 30.2121 21.6083 29.5288 22.1674 27.9136 19.6205 26.2985 14.3091 25.1492 13.0045 24.1553 11.3583 24 11.2341 22.3848 14.5576 21.2977 16.297 19.9932 20.4591 16.1106 25.3667 13.8742 28.628 12.9424 27.6341 11.9795 29.4667 11.5136 30.5538 10.0227 28.9697 7.8485 31.5477 4.7735 35.2439 3.5 36.7659"/><polyline class="b" points="19.7447 27.6962 20.7697 28.6902 22.7265 29.5598 24.673 31.2371 29.1871 30.7402 33.6909 30.3674 35.7309 28.0781"/><polyline class="b" points="36.797 29.2492 38.2568 33.225 39.3439 33.5977"/><polyline class="b" points="29.5288 22.1674 28.7833 23.5341 24.4348 26.9197"/><polyline class="b" points="25.8636 22.9129 23.8447 22.1674 22.1053 20.397 25.553 16.6697 26.2985 14.3091"/><polyline class="b" points="17.5492 23.5483 19.4341 25.0561 19.7447 23.1924 23.8447 22.1674"/><path class="b" d="m19.372,35.0265c-.0932-.1242-8.5417-1.817-8.5417-1.817l-2.6867.8231"/><polyline class="b" points="28.0845 34.6693 29.8394 33.7375 33.9083 33.5977 35.5235 33.0542"/></svg>
Copied!