My Cloud Home Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The My Cloud Home icon is commonly used in storage apps, sync indicators and cloud service dashboards. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/344290.svg" alt="My Cloud Home icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344290.svg" alt="My Cloud Home icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344290.svg" alt="My Cloud Home icon" :width="24" :height="24" />
CSS background
.icon-my-cloud-home {
background-image: url('https://proicons.com/icon/344290.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><path class="c" d="m5.5,16.3195L24.0415,6.7132l18.4585,9.5479v20.9454c-.009,1.9871-1.6462,3.8939-4.104,4.0804H9.8492c-2.8885-.3272-4.2279-2.1434-4.2643-4.1078l-.0849-20.8595Z"/><path class="c" d="m17.4012,33.4066h12.884c8.0698-2.861,5.7619-12.9642-2.3002-13.1779-4.89-3.0183-8.5749-2.5769-11.3077,1.9793-5.9578,3.5898-4.442,9.8982.7239,11.1986Z"/></svg>
Copied!