Spacepeng Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Spacepeng 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/333138.svg" alt="Spacepeng icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333138.svg" alt="Spacepeng icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333138.svg" alt="Spacepeng icon" :width="24" :height="24" />
CSS background
.icon-spacepeng {
background-image: url('https://proicons.com/icon/333138.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><path class="a" d="M4.5,25.9c0,22.13,39,22.14,39,0,0-9.53-8.67-19.15-19.56-19.15A19.72,19.72,0,0,0,4.5,25.9Z"/><path class="a" d="M35.15,10.47l.92-1.36c1.84.3,3-1.73.73-3.09s-3.51.48-2.4,2.15l-.75,1.32"/><path class="a" d="M12.71,10.43l-.93-1.36c-1.84.3-3-1.73-.72-3.1s3.51.48,2.39,2.16l.75,1.31"/><ellipse class="a" cx="23.92" cy="22.51" rx="2.6" ry="2.61"/><ellipse class="a" cx="23.83" cy="22.51" rx="7.34" ry="7.37"/><ellipse class="a" cx="23.86" cy="21.85" rx="8.25" ry="9.04"/><path class="a" d="M19.75,35.35c2.43,1.6,6.66,1.55,8.44,0C26.9,39.08,21.28,39.1,19.75,35.35Z"/></svg>
Copied!