Airalo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Airalo 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/336058.svg" alt="Airalo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336058.svg" alt="Airalo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336058.svg" alt="Airalo icon" :width="24" :height="24" />
CSS background
.icon-airalo {
background-image: url('https://proicons.com/icon/336058.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="m6.012,40.1269c-.835,0-1.512-.5449-1.512-1.217h0M41.988,7.8731c.835,0,1.512.8644,1.512,1.9307h0m-13.1209,7.2308c0-5.0598,4.0228-9.1615,8.9852-9.1615h0M4.5,34.6216v4.2883m25.8791-21.8754v23.0923m-17.6522-14.1735h4.5582v14.1735m13.0941-23.0923h-5.0155m16.6243-9.1615h-2.6237m4.1357,22.1348V9.8038M6.012,40.1269h28.1248m9.3632-10.1191c0,5.5886-4.192,10.1191-9.3632,10.1191m-16.8517-14.1735c0-4.9257,3.6169-8.9188,8.0786-8.9188M4.5,34.6216c0-4.7873,3.6833-8.6682,8.2269-8.6682"/></svg>
Copied!