Userland Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Userland 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/334606.svg" alt="Userland icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334606.svg" alt="Userland icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334606.svg" alt="Userland icon" :width="24" :height="24" />
CSS background
.icon-userland {
background-image: url('https://proicons.com/icon/334606.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><polygon class="a" points="24 3.5 41.754 13.75 41.754 34.25 24 44.5 6.246 34.25 6.246 13.75 24 3.5"/><path class="a" d="M41.2085,34.5647c-1.0919-10.1576-5.2852-22.632-10.4581-22.632-3.7009,0-4.8785,1.7944-6.75,5.1028-1.8719-3.3084-3.0495-5.1028-6.75-5.1028-5.1729,0-9.3662,12.4744-10.4581,22.632"/><path class="a" d="M24,30.3252l5.7333-4.4828a.5307.5307,0,0,0,.0078-.8369A9.1748,9.1748,0,0,0,24,23.2487a9.1748,9.1748,0,0,0-5.7411,1.7568.5307.5307,0,0,0,.0078.8369Z"/></svg>
Copied!