Brand American Airlines Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brand American Airlines 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/305074.svg" alt="Brand American Airlines icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305074.svg" alt="Brand American Airlines icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305074.svg" alt="Brand American Airlines icon" :width="24" :height="24" />
CSS background
.icon-brand-american-airlines {
background-image: url('https://proicons.com/icon/305074.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M518 404C348 191 267 82 241 58c-24-23-48-46-105-46H0l204 335c29 45 53 58 129 58h185v-1zm169 101c45 0 65 7 65 7-14-47-47-91-184-91-84 0-166 8-206 27-35 19-44 31-44 52 0 19 4 36 15 55l102 167s-7-20-7-42c0-105 115-175 259-175zm-65 27c-41 8-78 23-106 45-41 33-64 78-59 144 0 6 3 24 6 39 3 6 3 6 3 11l81 136c35 56 93 81 164 81h289L662 579l-40-47z"/></svg>
Copied!