Spacedesk Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Spacedesk 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/347693.svg" alt="Spacedesk icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347693.svg" alt="Spacedesk icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347693.svg" alt="Spacedesk icon" :width="24" :height="24" />
CSS background
.icon-spacedesk {
background-image: url('https://proicons.com/icon/347693.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><polygon class="c" points="34.7427 17.7285 34.7427 41.5561 7.1014 38.2791 7.1014 19.3762 22.2086 18.4783 34.7427 17.7285"/><line class="c" x1="25.4886" y1="42.5" x2="14.3442" y2="41.1815"/><polygon class="c" points="15.7197 32.4172 15.7197 22.9958 22.8572 32.6767 15.7197 32.4172"/><line class="c" x1="20.3915" y1="36.8294" x2="19.0441" y2="32.538"/><polyline class="c" points="22.2087 18.4783 22.2087 12.4705 29.6421 12.1928 37.6217 11.8873 37.6217 22.7921 37.6217 31.9751 34.7427 31.9751"/><polyline class="c" points="29.6421 12.1928 29.6421 6.3239 40.8986 5.5 40.8986 22.7921 37.6217 22.7921"/></svg>
Copied!