Nextcloud Services Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nextcloud Services 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/344718.svg" alt="Nextcloud Services icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344718.svg" alt="Nextcloud Services icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344718.svg" alt="Nextcloud Services icon" :width="24" :height="24" />
CSS background
.icon-nextcloud-services {
background-image: url('https://proicons.com/icon/344718.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M38.105,33.7051V22.4862A13.6942,13.6942,0,0,0,28.1,9.3288V8.23a3.73,3.73,0,1,0-7.4593,0V9.3288A13.6942,13.6942,0,0,0,10.635,22.4862V33.7051L7.34,38.959a1.1664,1.1664,0,0,0,.9881,1.7861H39.6721A1.1664,1.1664,0,0,0,40.72,39.0674Z"/><path class="a" d="M20.3176,40.7454a3.8387,3.8387,0,0,0,7.3648,0"/></svg>
Copied!