Airtel Xstream Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Airtel Xstream 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/321520.svg" alt="Airtel Xstream icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321520.svg" alt="Airtel Xstream icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321520.svg" alt="Airtel Xstream icon" :width="24" :height="24" />
CSS background
.icon-airtel-xstream {
background-image: url('https://proicons.com/icon/321520.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M40.1118,42.5H34.3869L19.87,27.9847l-5.7091,5.7084H8.5839l8.5634-8.5622L5.71,13.6954h5.7662l8.5414,8.54L36.7558,5.5H42.29L22.6945,25.0926Z"/><path class="a" d="M20.0169,22.1885l2.9685,2.9681-3.0809,3.08-3.0357-3.0353Z"/></svg>
Copied!