Airfrance Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Airfrance 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/313424.svg" alt="Airfrance icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313424.svg" alt="Airfrance icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313424.svg" alt="Airfrance icon" :width="24" :height="24" />
CSS background
.icon-airfrance {
background-image: url('https://proicons.com/icon/313424.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Air France</title><path d="M13.776 3.9L5.184 16.332C4.051 17.969 2.208 19.548 0 19.721v.379h9.552c2.544 0 4.397-1.656 5.616-3.48L24 3.9Z"/></svg>
Copied!