airplane icon

airplane from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
airplane
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

2 other variants in IonIcons

The same icon in other sets

Use the airplane icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M186.62 464H160a16 16 0 0 1-14.57-22.6l64.46-142.25L113.1 297l-35.3 42.77C71.07 348.23 65.7 352 52 352H34.08a17.66 17.66 0 0 1-14.7-7.06c-2.38-3.21-4.72-8.65-2.44-16.41l19.82-71c.15-.53.33-1.06.53-1.58a.4.4 0 0 0 0-.15a15 15 0 0 1-.53-1.59l-19.84-71.45c-2.15-7.61.2-12.93 2.56-16.06a16.83 16.83 0 0 1 13.6-6.7H52c10.23 0 20.16 4.59 26 12l34.57 42.05l97.32-1.44l-64.44-142A16 16 0 0 1 160 48h26.91a25 25 0 0 1 19.35 9.8l125.05 152l57.77-1.52c4.23-.23 15.95-.31 18.66-.31C463 208 496 225.94 496 256c0 9.46-3.78 27-29.07 38.16c-14.93 6.6-34.85 9.94-59.21 9.94c-2.68 0-14.37-.08-18.66-.31l-57.76-1.54l-125.36 152a25 25 0 0 1-19.32 9.75"/></svg>

React

import type { SVGProps } from "react";

export function IonAirplane(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M186.62 464H160a16 16 0 0 1-14.57-22.6l64.46-142.25L113.1 297l-35.3 42.77C71.07 348.23 65.7 352 52 352H34.08a17.66 17.66 0 0 1-14.7-7.06c-2.38-3.21-4.72-8.65-2.44-16.41l19.82-71c.15-.53.33-1.06.53-1.58a.4.4 0 0 0 0-.15a15 15 0 0 1-.53-1.59l-19.84-71.45c-2.15-7.61.2-12.93 2.56-16.06a16.83 16.83 0 0 1 13.6-6.7H52c10.23 0 20.16 4.59 26 12l34.57 42.05l97.32-1.44l-64.44-142A16 16 0 0 1 160 48h26.91a25 25 0 0 1 19.35 9.8l125.05 152l57.77-1.52c4.23-.23 15.95-.31 18.66-.31C463 208 496 225.94 496 256c0 9.46-3.78 27-29.07 38.16c-14.93 6.6-34.85 9.94-59.21 9.94c-2.68 0-14.37-.08-18.66-.31l-57.76-1.54l-125.36 152a25 25 0 0 1-19.32 9.75"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M186.62 464H160a16 16 0 0 1-14.57-22.6l64.46-142.25L113.1 297l-35.3 42.77C71.07 348.23 65.7 352 52 352H34.08a17.66 17.66 0 0 1-14.7-7.06c-2.38-3.21-4.72-8.65-2.44-16.41l19.82-71c.15-.53.33-1.06.53-1.58a.4.4 0 0 0 0-.15a15 15 0 0 1-.53-1.59l-19.84-71.45c-2.15-7.61.2-12.93 2.56-16.06a16.83 16.83 0 0 1 13.6-6.7H52c10.23 0 20.16 4.59 26 12l34.57 42.05l97.32-1.44l-64.44-142A16 16 0 0 1 160 48h26.91a25 25 0 0 1 19.35 9.8l125.05 152l57.77-1.52c4.23-.23 15.95-.31 18.66-.31C463 208 496 225.94 496 256c0 9.46-3.78 27-29.07 38.16c-14.93 6.6-34.85 9.94-59.21 9.94c-2.68 0-14.37-.08-18.66-.31l-57.76-1.54l-125.36 152a25 25 0 0 1-19.32 9.75"/></svg>
</template>

CSS

.icon-airplane {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M186.62%20464H160a16%2016%200%200%201-14.57-22.6l64.46-142.25L113.1%20297l-35.3%2042.77C71.07%20348.23%2065.7%20352%2052%20352H34.08a17.66%2017.66%200%200%201-14.7-7.06c-2.38-3.21-4.72-8.65-2.44-16.41l19.82-71c.15-.53.33-1.06.53-1.58a.4.4%200%200%200%200-.15a15%2015%200%200%201-.53-1.59l-19.84-71.45c-2.15-7.61.2-12.93%202.56-16.06a16.83%2016.83%200%200%201%2013.6-6.7H52c10.23%200%2020.16%204.59%2026%2012l34.57%2042.05l97.32-1.44l-64.44-142A16%2016%200%200%201%20160%2048h26.91a25%2025%200%200%201%2019.35%209.8l125.05%20152l57.77-1.52c4.23-.23%2015.95-.31%2018.66-.31C463%20208%20496%20225.94%20496%20256c0%209.46-3.78%2027-29.07%2038.16c-14.93%206.6-34.85%209.94-59.21%209.94c-2.68%200-14.37-.08-18.66-.31l-57.76-1.54l-125.36%20152a25%2025%200%200%201-19.32%209.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M186.62%20464H160a16%2016%200%200%201-14.57-22.6l64.46-142.25L113.1%20297l-35.3%2042.77C71.07%20348.23%2065.7%20352%2052%20352H34.08a17.66%2017.66%200%200%201-14.7-7.06c-2.38-3.21-4.72-8.65-2.44-16.41l19.82-71c.15-.53.33-1.06.53-1.58a.4.4%200%200%200%200-.15a15%2015%200%200%201-.53-1.59l-19.84-71.45c-2.15-7.61.2-12.93%202.56-16.06a16.83%2016.83%200%200%201%2013.6-6.7H52c10.23%200%2020.16%204.59%2026%2012l34.57%2042.05l97.32-1.44l-64.44-142A16%2016%200%200%201%20160%2048h26.91a25%2025%200%200%201%2019.35%209.8l125.05%20152l57.77-1.52c4.23-.23%2015.95-.31%2018.66-.31C463%20208%20496%20225.94%20496%20256c0%209.46-3.78%2027-29.07%2038.16c-14.93%206.6-34.85%209.94-59.21%209.94c-2.68%200-14.37-.08-18.66-.31l-57.76-1.54l-125.36%20152a25%2025%200%200%201-19.32%209.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/airplane.svg?color=%231a73e8&size=48