Geometry Dash Subzero Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Geometry Dash Subzero 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/341022.svg" alt="Geometry Dash Subzero icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/341022.svg" alt="Geometry Dash Subzero icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/341022.svg" alt="Geometry Dash Subzero icon" :width="24" :height="24" />
CSS background
.icon-geometry-dash-subzero {
background-image: url('https://proicons.com/icon/341022.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="c" x="9.5043" y="9.5043" width="28.9914" height="28.9914" transform="translate(24 -9.9411) rotate(45)"/><path class="c" d="m12.2223,23.5277c-.1115.8131.056,1.6685.5358,2.4123,1.066,1.6527,3.27,2.1283,4.9227,1.0623s2.1283-3.27,1.0623-4.9227l-6.5208,1.4482Z"/><path class="c" d="m23.5277,12.2223c.8131-.1115,1.6685.056,2.4123.5358,1.6527,1.066,2.1283,3.27,1.0623,4.9227s-3.27,2.1283-4.9227,1.0623l1.4482-6.5208Z"/><polygon class="c" points="32.7163 29.198 32.7163 25.0384 35.3916 25.0384 35.3916 22.6013 34.622 18.6295 32.8262 18.6295 32.8262 20.8605 29.0514 20.8605 29.0514 24.9285 24.9285 24.9285 24.9285 29.0514 20.8605 29.0514 20.8605 32.8262 18.6295 32.8262 18.6295 34.622 22.6013 35.3916 25.0384 35.3916 25.0384 32.7163 29.198 32.7163 29.198 29.1797 32.7163 29.198"/></svg>
Copied!