Upcloud Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Upcloud 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/316478.svg" alt="Upcloud icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/316478.svg" alt="Upcloud icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/316478.svg" alt="Upcloud icon" :width="24" :height="24" />
CSS background
.icon-upcloud {
background-image: url('https://proicons.com/icon/316478.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>UpCloud</title><path d="M22.1155 12.9964a1.8845 1.8845 0 110 3.769H8.6643V11.87h.888v4.0072h12.5849a1.0078 1.0078 0 00.9964-.9964 1.0317 1.0317 0 00-1.0397-.9964H10.397v-.888zm-8.6859-5.7617H8.6643v1.9927h.888V8.1011h3.899a1.0078 1.0078 0 01.9964.9964 1.0653 1.0653 0 01-1.018 1.0397H1.8845a1.8845 1.8845 0 100 3.769h5.8917v-.8881H1.8845a.9964.9964 0 010-1.9928h11.5668a1.8999 1.8999 0 001.8844-1.8845 1.9375 1.9375 0 00-1.9061-1.9061z"/></svg>
Copied!