Worldbox Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Worldbox 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/335271.svg" alt="Worldbox icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335271.svg" alt="Worldbox icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335271.svg" alt="Worldbox icon" :width="24" :height="24" />
CSS background
.icon-worldbox {
background-image: url('https://proicons.com/icon/335271.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="m30.79,3.6c-2.13-.72-4.42-1.1-6.79-1.1-2.74,0-5.35.51-7.75,1.45-5.5,2.12-9.89,6.42-12.14,11.86v.01c-1.04,2.52-1.61,5.28-1.61,8.18,0,10.63,7.72,19.46,17.85,21.18h.01c1.19.21,2.4.32,3.64.32,3.76,0,7.29-.96,10.36-2.66h.01c2.84-1.57,5.28-3.75,7.16-6.39,2.5-3.51,3.97-7.8,3.97-12.45,0-2.69-.5-5.27-1.41-7.64"/><polyline class="c" points="16.2375 3.9442 18.2733 5.559 22.5404 6.3789 21.8509 8.6149 19.4286 9.4534 17.2112 13.0311 13.5963 15.2671 8.528 15.9379 8.4161 17.9503 10.0373 19.7019 9.9255 22.6646 5.4161 19.5901 4.1139 15.8127"/><polygon class="c" points="8.4348 24.1925 12.1056 20.4286 13.6149 23.1118 18.7019 23.4658 21.087 27.0807 24.1242 27.0807 23.2857 30.8634 20.4161 33.5652 20.3789 35.7453 17.3789 38.0186 17.472 41.7826 14.9565 40.8509 13.6894 37.2547 13.7453 29.8758 9.9255 29.1863 8.4348 26.2609 8.4348 24.1925"/><polyline class="c" points="37.34 15.21 38.36 15.29 39.28 14.94 39.29 14.94"/><polyline class="c" points="41.53 36.45 39.29 34.93 37.84 31.98 35.02 27.02 34.93 23.78 32.75 22.39 29.64 22.22 24.52 19.99 23.7 15.06 25.89 12.73 27.21 12.73 28.22 12.73"/><polyline class="c" points="20.3396 45.1891 24.4596 42.9752 28.3106 42.7143 31.0683 42.0062 34.3674 42.8397"/><path class="c" d="m44.1748,10.8867c-.5874-1.5405-7.415-6.9909-7.6582-7.1729-1.6222-1.2139-2.7752-1.2432-4.0818-.8008-5.5234,1.8701-6.7111,6.3145-6.7971,6.5352-.502,1.2783.126,2.7129,1.4004,3.2246.3027.1211.6162.1787.9238.1787.0669,0,.1296-.0237.1958-.0291-.1287.9645.3163,1.9562,1.2065,2.4822.3956.2341.8286.3448,1.2563.347-.663.9332-1.1936,1.7405-1.5249,2.2614-.7412,1.165-.3975,2.709.7676,3.4502.416.2646.8799.3916,1.3398.3916.8252,0,1.6348-.4092,2.1113-1.1572,2.0525-3.2224,4.6827-6.3699,6.27-7.6114.1034.5717.0527,1.4844-.5776,2.4327-.7646,1.1504-.4512,2.7021.6982,3.4658.4258.2832.9062.418,1.3818.418.8086,0,1.6025-.3916,2.084-1.1162,1.4834-2.2324,1.8682-5.0303,1.0039-7.2998Z"/><path class="c" d="m30.6206,15.6517c1.9073-2.6579,4.2738-4.5958,4.2738-4.5958"/><path class="c" d="m28.1577,12.8224c1.0535-1.6547,3.364-3.2572,3.364-3.2572"/></svg>
Copied!