Owncloud Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Owncloud Alt 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/345426.svg" alt="Owncloud Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345426.svg" alt="Owncloud Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345426.svg" alt="Owncloud Alt icon" :width="24" :height="24" />
CSS background
.icon-owncloud-alt {
background-image: url('https://proicons.com/icon/345426.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="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M30.0609,13.7799c5.84,0,7.44,4.48,7.44,6.8.0444,1.1744-.1111,2.3478-.46,3.47,1.83-.45,6.46,0,6.46,4.73v.84c-.2733,2.6376-2.5083,4.6344-5.16,4.61H9.6909c-2.8022.023-5.1085-2.1989-5.19-5v-.11c-.0773-3.0918,2.3664-5.6609,5.4582-5.7383.0472-.0012.0945-.0018.1418-.0017,2.73,0,2.95.64,2.95.64,0,0-.08-2.87,1.31-4.44,1.2675-1.6771,3.258-2.6501,5.36-2.62,1.2934-.1182,2.5714.3519,3.48,1.28,0,0,1-4.47,6.86-4.47v.01Z"/></svg>
Copied!