Emoji Airplane Arriving Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Emoji Airplane Arriving 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/325067.svg" alt="Emoji Airplane Arriving icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325067.svg" alt="Emoji Airplane Arriving icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325067.svg" alt="Emoji Airplane Arriving icon" :width="24" :height="24" />
CSS background
.icon-emoji-airplane-arriving {
background-image: url('https://proicons.com/icon/325067.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>.h{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="h" d="m24.2158,24.8072l11.9825,3.4102c.9741.2799,1.8761.7561,2.6544,1.4052,1.9195,1.601,5.1362,4.5945,2.8685,4.984-3.116.5352-18.4897-4.0403-22.9837-5.4558-4.494-1.4156-9.3338-4.0882-12.3559-6.3527-2.645-1.982,1.5054-1.2869,1.5054-1.2869,0,0,4.776.7034,6.7397,1.2078l4.1108.863"/><path id="d" class="h" d="m14.0451,22.5812l-5.0964-8.9171-2.066-.6984,1.0041,8.5455"/><path id="e" class="h" d="m29.1848,29.3961l-12.1748-11.2436-1.7245-.0739,6.3996,10.0808"/><path id="f" class="h" d="m19.9281,32.6325c0,.7414.601,1.3425,1.3423,1.3425s1.3423-.601,1.3423-1.3425-.601-1.3425-1.3423-1.3425-1.3423.601-1.3423,1.3425h0"/><path id="g" class="h" d="m23.4985,33.6918c0,.7414.601,1.3425,1.3423,1.3425s1.3423-.601,1.3423-1.3425-.601-1.3425-1.3423-1.3425-1.3423.601-1.3423,1.3425"/></svg>
Copied!