Airasia Move Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Airasia Move 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/336059.svg" alt="Airasia Move icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336059.svg" alt="Airasia Move icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336059.svg" alt="Airasia Move icon" :width="24" :height="24" />
CSS background
.icon-airasia-move {
background-image: url('https://proicons.com/icon/336059.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polyline class="c" points="15.1247 38.3348 12.395 30.1335 17.8665 35.605 15.1391 27.406 20.6023 32.8693"/><polyline class="c" points="27.3115 15.217 28.6536 24.818 23.182 19.3464"/><path class="c" d="M37.0282,14.3595c.2668.9781.0161,2.0678-.7521,2.836h0c-1.1403,1.1403-2.9892,1.1403-4.1295,0l-1.3421-1.3421c-1.1403-1.1403-1.1403-2.9892,0-4.1295h0c1.1403-1.1403,2.9892-1.1403,4.1295,0l.671.671-2.5889,2.5889"/><path class="c" d="M19.1564,27.5016c-1.1403-1.1403-1.1403-2.9892,0-4.1295s2.9892-1.1403,4.1295,0l1.3421,1.3421c1.1403,1.1403,1.1403,2.9892,0,4.1295s-2.9892,1.1403-4.1295,0l-1.3421-1.3421Z"/><rect class="c" x="1.1148" y="16.0539" width="45.7704" height="15.8922" rx="7.9461" ry="7.9461" transform="translate(-9.9411 24) rotate(-45)"/></svg>
Copied!