The End Of The World Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The The End Of The World 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/333875.svg" alt="The End Of The World icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333875.svg" alt="The End Of The World icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333875.svg" alt="The End Of The World icon" :width="24" :height="24" />
CSS background
.icon-the-end-of-the-world {
background-image: url('https://proicons.com/icon/333875.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m22.1494,27.0877l3.5799,3.5799"/><path class="b" d="m26.949,28.8977s3.218-5.5667,4.5634-8.104,4.1929-3.275,5.1142-5.2715.5508-5.8223.5508-5.8223"/><path class="b" d="m26.949,28.8977s4.3749-4.3636,6.0679-7.3272c1.693-2.9636-.032-4.4269,1.224-6.3423,1.256-1.9155,6.0086-4.117,6.0086-4.117"/><path class="b" d="m14.3157,22.7486c.7448,3.0384,1.2798,6.2865,3.4494,7.9001,1.1211.7762,2.8392,1.003,4.0891.8902.951-.1113,1.1427-1.0385,1.363-1.5578"/><path class="b" d="m24.6084,27.2543c.238-1.5327,1.0974-3.5487,2.6705-6.1198"/><path class="b" d="m14.3157,22.7486c-2.4177-.3053-1.7863-3.0498-2.3158-4.8657"/><path class="b" d="m8.307,40.4401c1.3325-1.8832,6.0834-4.6325,9.3763-7.1338"/><path class="b" d="m23.4394,33.3184c3.2466,1.6674,6.8011,3.3092,8.3452,5.1184.58.7103.5429,2.5314.3894,4.5621"/><path class="b" d="m8.307,40.4401c.0409,1.1303.8557,2.0671,1.4465,3.0599"/><path class="b" d="m11.9996,17.8824c-1.2466-1.1907-.5038-1.4391-4.2491-3.8132m2.6621-.6059c-2.0742-.9083.0143-6.3002,1.6774-6.7378"/><path class="b" d="m13.4256,8.1719c.7172-1.224,2.9643-2.4479,4.7846-3.6719,5.2948,2.586,6.4237,2.825,7.6776,2.7818"/><path class="b" d="m27.7794,6.0577c2.4082,5.8304,1.8312,10.7277-.5007,15.0773"/><path class="b" d="m17.7436,35.0346l-.1574-4.5634"/><path class="b" d="m23.2167,29.9807v4.8178l-2.4053,2.9111-3.0685-2.6751"/><path class="b" d="m12.4083,20.6763c1.7604-1.1295,1.1613-1.9137,1.3226-2.8727,2.1076-1.4347,3.9477-1.2982,4.6421-2.9111,1.0836-1.2953,1.9174-2.7334,4.406-3.2258,1.0085,1.7603,2.2656,2.0631,3.3045,3.1472-.5605,2.9288.3232,4.6198,1.1951,6.3209"/><path class="b" d="m7.7507,14.0694l2.6621-.6059"/><path class="b" d="m12.09,6.7253l1.3352,1.4465"/><path class="b" d="m28.652,8.5714l-2.7644-1.2896"/></svg>
Copied!