Appstation Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Appstation 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/321979.svg" alt="Appstation icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321979.svg" alt="Appstation icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321979.svg" alt="Appstation icon" :width="24" :height="24" />
CSS background
.icon-appstation {
background-image: url('https://proicons.com/icon/321979.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M41.3567,21.3733v-7.8733L23.1698,3l-3.946,2.2783M10.1287,10.5293l-5.1455,2.9708v21l18.1869,10.5,6.5474-3.7802"/><path class="b" d="M33.953,19.8261l-9.0638,5.2515v10.5029l9.0638,5.2515,9.0638-5.2515v-10.5029l-9.0638-5.2515Z"/><path class="b" d="M16.1089,7.0498l-3.3898,1.987v3.974l3.3898,1.987,3.3898-1.987v-3.974l-3.3898-1.987Z"/><path class="b" d="M33.953,24.9863l-4.5796,2.6715v5.3431l4.5796,2.6715,4.5796-2.6715v-5.3431l-4.5796-2.6715Z"/><path class="b" d="M26.3823,10.9778l-4.1767,2.4398v4.8796l4.1767,2.4398,4.1767-2.4398v-4.8796l-4.1767-2.4398Z"/><path class="b" d="M22.2047,13.4177l4.1767,2.4398,4.1767-2.4398"/><path class="b" d="M15.2591,20.8244l-6.1123,3.5533v7.1067l6.1123,3.5533,6.1123-3.5533v-7.1067l-6.1123-3.5533Z"/><path class="b" d="M9.147,25.6973l6.1123,3.5533,6.1123-3.5533"/><path class="b" d="M29.3731,27.6577l4.5796,2.6715,4.5796-2.6715"/><path class="b" d="M33.953,30.329v5.3431"/><path class="b" d="M26.3823,15.8567v4.8796"/></svg>
Copied!