Artstation Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Artstation 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/322065.svg" alt="Artstation icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322065.svg" alt="Artstation icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322065.svg" alt="Artstation icon" :width="24" :height="24" />
CSS background
.icon-artstation {
background-image: url('https://proicons.com/icon/322065.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polygon class="c" points="17.0662 11.6967 25.3728 26.4593 8.5493 26.4593 17.0662 11.6967"/><path class="c" d="m42.2166,32.7958l-3.795,6.5756L19.9893,6.6286h7.1261c.7565,0,1.4554.4037,1.8335,1.0589l13.2677,22.9922c.3779.6548.3778,1.4614,0,2.1162Z"/><path class="c" d="m32.649,39.3714H11.1281c-.7564,0-1.4554-.4036-1.8335-1.0587l-3.7946-6.5749h22.8484l4.3005,7.6337Z"/></svg>
Copied!