At And T Cloud Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The At And T 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/336669.svg" alt="At And T Cloud icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336669.svg" alt="At And T Cloud icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336669.svg" alt="At And T Cloud icon" :width="24" :height="24" />
CSS background
.icon-at-and-t-cloud {
background-image: url('https://proicons.com/icon/336669.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><path id="c" class="e" d="M9.7359,17.5268c2.9827-8.5062,14.8689-9.6731,18.6531-.367,7.5745-4.279,10.0764,3.0963,10.1661,4.9546,8.1505,3.456,5.4072,15.2343-2.2897,15.2343H11.9034c-2.4929,0-7.4405-2.8518-7.4032-7.6954.0373-4.8437,3.1765-8.5663,7.8612-8.6399,4.6846-.0736,6.8742,2.8917,8.1512,4.9851v-6.2391"/><path id="d" class="e" d="M20.5125,25.9985h-5.9073"/></svg>
Copied!