Samsung Cloud Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Samsung Cloud 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/346917.svg" alt="Samsung Cloud icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346917.svg" alt="Samsung Cloud icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346917.svg" alt="Samsung Cloud icon" :width="24" :height="24" />
CSS background
.icon-samsung-cloud {
background-image: url('https://proicons.com/icon/346917.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="m43.5,30.0884v.5961c0,3.4913-2.81,6.3013-6.3013,6.3013H13.441c-.3406,0-.6812,0-1.0218-.0852h-.4258c-4.1725,0-7.4934-3.4061-7.4934-7.5786,0-3.917,2.9803-7.1528,6.8122-7.4935,1.1921-6.131,6.6419-10.8144,13.1987-10.8144,7.238,0,13.1135,5.7052,13.4541,12.7729,3.0655.3406,5.5349,3.0655,5.5349,6.3013Z"/><path class="c" d="m29.2795,30.7696c.9367-.9367,1.6179-2.214,1.8734-3.4913.6812-3.6616-1.7031-7.3231-5.3646-8.0044"/><path class="c" d="m19.5721,21.1474c-.9367.9367-1.6179,2.214-1.8734,3.4913-.6812,3.6616,1.7031,7.238,5.3646,8.0044"/><polygon class="c" points="29.8755 31.3657 31.6638 33.1539 31.6638 33.1539 26.7249 33.1539 26.7249 28.2151 28.5131 30.0033 29.8755 31.3657"/><polygon class="c" points="18.976 20.4662 17.1878 18.6779 22.1266 18.6779 22.1266 23.702 20.3384 21.8286 18.976 20.4662"/></svg>
Copied!