Terraforming Mars Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Terraforming Mars 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/348370.svg" alt="Terraforming Mars icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348370.svg" alt="Terraforming Mars icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348370.svg" alt="Terraforming Mars icon" :width="24" :height="24" />
CSS background
.icon-terraforming-mars {
background-image: url('https://proicons.com/icon/348370.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="Layer_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><ellipse class="cls-1" cx="32.0777" cy="6.3366" rx="4.6218" ry="2.2885"/><path class="cls-1" d="m27.4558,6.3366v4.0786c0,1.2639,2.0693,2.2885,4.6218,2.2885s4.6218-1.0246,4.6218-2.2885v-4.0786"/><ellipse class="cls-1" cx="19.5575" cy="14.3901" rx="4.6218" ry="2.2885"/><path class="cls-1" d="m14.9357,14.3901v4.6806c0,1.2639,2.0693,2.2885,4.6218,2.2885s4.6218-1.0246,4.6218-2.2885v-4.6806"/><ellipse class="cls-1" cx="16.1587" cy="5.1923" rx="4.6218" ry="2.2885"/><path class="cls-1" d="m11.5369,5.1923v2.8745c0,1.2639,2.0693,2.2885,4.6218,2.2885s4.6218-1.0246,4.6218-2.2885v-2.8745"/><path class="cls-1" d="m6.6966,11.2358c-.3623.9228-.555,1.8898-.555,2.886,0,6.4186,7.9955,11.6219,17.8584,11.6219s17.8584-5.2033,17.8584-11.6219c0-.9961-.1926-1.963-.5548-2.8857"/><path class="cls-1" d="m11.5367,6.4789C6.067,10.3767,2.5,16.7718,2.5,24c0,11.8741,9.6259,21.5,21.5,21.5s21.5-9.6259,21.5-21.5c0-7.1405-3.4809-13.468-8.8384-17.3781"/><path class="cls-1" d="m32.0263,4.0482c-.067-.027-.1341-.0536-.2014-.0799-2.425-.948-5.0642-1.4683-7.8249-1.4683-1.9073,0-3.7566.2484-5.5173.7145"/><rect class="cls-1" x="30.6978" y="16.8506" width="3.085" height="2.1651"/><rect class="cls-1" x="30.6978" y="19.0157" width="3.085" height="2.5689"/><rect class="cls-1" x="27.4558" y="15.3082" width="3.085" height="2.1651"/><rect class="cls-1" x="27.4558" y="17.4732" width="3.085" height="4.1114"/><path class="cls-1" d="m4.0588,15.9464c.9085,6.5383,8.5466,11.7311,18.1262,12.3201v1.6651h3.9885v-1.6863c9.4116-.6948,16.8706-5.842,17.7676-12.2991"/></svg>
Copied!