Air Travel Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Air Travel 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/336055.svg" alt="Air Travel icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336055.svg" alt="Air Travel icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336055.svg" alt="Air Travel icon" :width="24" :height="24" />
CSS background
.icon-air-travel {
background-image: url('https://proicons.com/icon/336055.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M23.3528,33.2455c2.7342,0,4.903-.4206,4.903-4.124l0-22.1346H38.3733V33.722c0,4.0258-3.104,7.2911-10.8423,7.2911"/><path class="a" d="M12.8818,6.9869H23.0841V30.3082c0,4.7878,1.2578,7.8487,4.4469,10.7049-8.972,0-14.6494-1.2186-14.6494-8.4784Z"/><path class="a" d="M9.6321,17.8674c-4.465,8.3543,34.0353,4.7508,32.3869-4.8327"/><path class="a" d="M9.6321,17.8674c-24.0007,14.258,44.6523,10.2853,32.3869-4.8327"/></svg>
Copied!