Geometry Dash Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Geometry Dash Alt 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/326461.svg" alt="Geometry Dash Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326461.svg" alt="Geometry Dash Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326461.svg" alt="Geometry Dash Alt icon" :width="24" :height="24" />
CSS background
.icon-geometry-dash-alt {
background-image: url('https://proicons.com/icon/326461.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="a" x="9.5043" y="9.5043" width="28.9914" height="28.9914" transform="translate(-9.9411 24) rotate(-45)"/><rect class="a" x="12.7707" y="22.0809" width="5.4849" height="5.4849" transform="translate(-13.009 18.24) rotate(-45)"/><rect class="a" x="21.7365" y="13.115" width="5.4849" height="5.4849" transform="translate(-4.0432 21.9538) rotate(-45)"/><rect class="a" x="18.1422" y="25.9303" width="19.5888" height="4.7013" transform="translate(-11.8152 28.0375) rotate(-45)"/></svg>
Copied!