Airasia Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Airasia 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/313416.svg" alt="Airasia icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313416.svg" alt="Airasia icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313416.svg" alt="Airasia icon" :width="24" :height="24" />
CSS background
.icon-airasia {
background-image: url('https://proicons.com/icon/313416.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>AirAsia</title><path d="M11.54 14.49c-1.278 0-2.264-.998-2.264-2.276 0-1.252.98-2.27 2.264-2.27 1.232 0 2.238 1.018 2.238 2.27 0 1.278-1.005 2.277-2.239 2.277zm3.074-7.854l-.214.998c-.59-1.18-2.348-1.297-3.295-1.297-2.952 0-5.527 2.841-5.527 6.746 0 3.14 1.875 5.111 4.23 5.111 1.316 0 2.432-.304 3.353-1.4l-.24 1.102h3.711l1.692-11.26c-1.238-.001-2.482.01-3.71 0zM12 0c6.63 0 12 5.37 12 12s-5.37 12-12 12S0 18.63 0 12 5.37 0 12 0Z"/></svg>
Copied!