Mts Cloud Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mts 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/344202.svg" alt="Mts Cloud icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344202.svg" alt="Mts Cloud icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344202.svg" alt="Mts Cloud icon" :width="24" :height="24" />
CSS background
.icon-mts-cloud {
background-image: url('https://proicons.com/icon/344202.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="e" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="e" d="M12,32.093h19.954c2.2415,0,4.0461-1.8046,4.0461-4.0461s-1.8046-4.0461-4.0461-4.0461h-4.0461c.0002-3.9274-2.8197-7.288-6.6875-7.9697-.3942-.0696-.7931-.1099-1.1933-.1205-3.74-.0972-7.0591,2.3821-8.027,5.996"/></svg>
Copied!