Aviasales Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Aviasales 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/336817.svg" alt="Aviasales icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336817.svg" alt="Aviasales icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336817.svg" alt="Aviasales icon" :width="24" :height="24" />
CSS background
.icon-aviasales {
background-image: url('https://proicons.com/icon/336817.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M41.34,31.4c-2.7614,0-5-2.2386-5-5v-4.78c0-2.7614,2.2386-5,5-5h1.16v-7.12c0-2.2091-1.7909-4-4-4H9.5c-2.2091,0-4,1.7909-4,4v7.12h1.16c2.7614,0,5,2.2386,5,5v4.78c0,2.7614-2.2386,5-5,5h-1.16v7.1c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4v-7.1h-1.16Z"/><rect class="b" x="14.99" y="13.07" width="18.05" height="23.92" rx="6" ry="6"/><rect class="b" x="17.62" y="15.7" width="12.79" height="16.04" rx="3" ry="3"/><path class="b" d="M19.57,27v1.27c0,.8284.6716,1.5,1.5,1.5h1.27"/></svg>
Copied!