Geometry Dash World Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Geometry Dash 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/326464.svg" alt="Geometry Dash World icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326464.svg" alt="Geometry Dash World icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326464.svg" alt="Geometry Dash World icon" :width="24" :height="24" />
CSS background
.icon-geometry-dash-world {
background-image: url('https://proicons.com/icon/326464.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{stroke-width:1px;}.c,.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="c" x="14.6452" y="9.8881" width="23.4667" height="23.4667" transform="translate(-7.5626 24.9852) rotate(-45)"/><rect class="c" x="19.8162" y="21.0567" width="15.8576" height="3.8045" transform="translate(-8.1081 26.3433) rotate(-45)"/><rect class="c" x="17.7767" y="18.4033" width="3.926" height="3.926" transform="translate(-8.6195 19.9232) rotate(-45)"/><rect class="c" x="23.1897" y="12.9927" width="3.926" height="3.926" transform="translate(-3.2082 22.1661) rotate(-45)"/><path class="d" d="m24,2.5C12.1448,2.5,2.5,12.1448,2.5,24s9.6448,21.5,21.5,21.5,21.5-9.6468,21.5-21.5S35.8552,2.5,24,2.5Z"/><path class="c" d="m3.732,31.1749c-2.0311,5.6898,3.7306,18.7737,16.2633,5.9887"/><polyline class="c" points="15.9579 37.1636 19.9953 37.1636 19.9953 41.2009"/></svg>
Copied!