ios airplane icon

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

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

Related icons in IonIcons

Use the ios airplane icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M407.7 224c-3.4 0-14.8.1-18 .3l-64.9 1.7c-.7 0-1.4-.3-1.7-.9L225.8 79.4c-2.9-4.6-8.1-7.4-13.5-7.4h-23.7c-5.6 0-7.5 5.6-5.5 10.8l50.1 142.8c.5 1.3-.4 2.7-1.8 2.7L109 230.1c-2.6.1-5-1.1-6.6-3.1l-37-45c-3-3.9-7.7-6.1-12.6-6.1H36c-2.8 0-4.7 2.7-3.8 5.3l19.9 68.7c1.5 3.8 1.5 8.1 0 11.9l-19.9 68.7c-.9 2.6 1 5.3 3.8 5.3h16.7c4.9 0 9.6-2.3 12.6-6.1L103 284c1.6-2 4.1-3.2 6.6-3.1l121.7 2.7c1.4.1 2.3 1.4 1.8 2.7L183 429.2c-2 5.2-.1 10.8 5.5 10.8h23.7c5.5 0 10.6-2.8 13.5-7.4L323.1 287c.4-.6 1-.9 1.7-.9l64.9 1.7c3.3.2 14.6.3 18 .3 44.3 0 72.3-14.3 72.3-32S452.1 224 407.7 224z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosAirplane(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M407.7 224c-3.4 0-14.8.1-18 .3l-64.9 1.7c-.7 0-1.4-.3-1.7-.9L225.8 79.4c-2.9-4.6-8.1-7.4-13.5-7.4h-23.7c-5.6 0-7.5 5.6-5.5 10.8l50.1 142.8c.5 1.3-.4 2.7-1.8 2.7L109 230.1c-2.6.1-5-1.1-6.6-3.1l-37-45c-3-3.9-7.7-6.1-12.6-6.1H36c-2.8 0-4.7 2.7-3.8 5.3l19.9 68.7c1.5 3.8 1.5 8.1 0 11.9l-19.9 68.7c-.9 2.6 1 5.3 3.8 5.3h16.7c4.9 0 9.6-2.3 12.6-6.1L103 284c1.6-2 4.1-3.2 6.6-3.1l121.7 2.7c1.4.1 2.3 1.4 1.8 2.7L183 429.2c-2 5.2-.1 10.8 5.5 10.8h23.7c5.5 0 10.6-2.8 13.5-7.4L323.1 287c.4-.6 1-.9 1.7-.9l64.9 1.7c3.3.2 14.6.3 18 .3 44.3 0 72.3-14.3 72.3-32S452.1 224 407.7 224z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M407.7 224c-3.4 0-14.8.1-18 .3l-64.9 1.7c-.7 0-1.4-.3-1.7-.9L225.8 79.4c-2.9-4.6-8.1-7.4-13.5-7.4h-23.7c-5.6 0-7.5 5.6-5.5 10.8l50.1 142.8c.5 1.3-.4 2.7-1.8 2.7L109 230.1c-2.6.1-5-1.1-6.6-3.1l-37-45c-3-3.9-7.7-6.1-12.6-6.1H36c-2.8 0-4.7 2.7-3.8 5.3l19.9 68.7c1.5 3.8 1.5 8.1 0 11.9l-19.9 68.7c-.9 2.6 1 5.3 3.8 5.3h16.7c4.9 0 9.6-2.3 12.6-6.1L103 284c1.6-2 4.1-3.2 6.6-3.1l121.7 2.7c1.4.1 2.3 1.4 1.8 2.7L183 429.2c-2 5.2-.1 10.8 5.5 10.8h23.7c5.5 0 10.6-2.8 13.5-7.4L323.1 287c.4-.6 1-.9 1.7-.9l64.9 1.7c3.3.2 14.6.3 18 .3 44.3 0 72.3-14.3 72.3-32S452.1 224 407.7 224z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-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%20d%3D%22M407.7%20224c-3.4%200-14.8.1-18%20.3l-64.9%201.7c-.7%200-1.4-.3-1.7-.9L225.8%2079.4c-2.9-4.6-8.1-7.4-13.5-7.4h-23.7c-5.6%200-7.5%205.6-5.5%2010.8l50.1%20142.8c.5%201.3-.4%202.7-1.8%202.7L109%20230.1c-2.6.1-5-1.1-6.6-3.1l-37-45c-3-3.9-7.7-6.1-12.6-6.1H36c-2.8%200-4.7%202.7-3.8%205.3l19.9%2068.7c1.5%203.8%201.5%208.1%200%2011.9l-19.9%2068.7c-.9%202.6%201%205.3%203.8%205.3h16.7c4.9%200%209.6-2.3%2012.6-6.1L103%20284c1.6-2%204.1-3.2%206.6-3.1l121.7%202.7c1.4.1%202.3%201.4%201.8%202.7L183%20429.2c-2%205.2-.1%2010.8%205.5%2010.8h23.7c5.5%200%2010.6-2.8%2013.5-7.4L323.1%20287c.4-.6%201-.9%201.7-.9l64.9%201.7c3.3.2%2014.6.3%2018%20.3%2044.3%200%2072.3-14.3%2072.3-32S452.1%20224%20407.7%20224z%22%20fill%3D%22currentColor%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%20d%3D%22M407.7%20224c-3.4%200-14.8.1-18%20.3l-64.9%201.7c-.7%200-1.4-.3-1.7-.9L225.8%2079.4c-2.9-4.6-8.1-7.4-13.5-7.4h-23.7c-5.6%200-7.5%205.6-5.5%2010.8l50.1%20142.8c.5%201.3-.4%202.7-1.8%202.7L109%20230.1c-2.6.1-5-1.1-6.6-3.1l-37-45c-3-3.9-7.7-6.1-12.6-6.1H36c-2.8%200-4.7%202.7-3.8%205.3l19.9%2068.7c1.5%203.8%201.5%208.1%200%2011.9l-19.9%2068.7c-.9%202.6%201%205.3%203.8%205.3h16.7c4.9%200%209.6-2.3%2012.6-6.1L103%20284c1.6-2%204.1-3.2%206.6-3.1l121.7%202.7c1.4.1%202.3%201.4%201.8%202.7L183%20429.2c-2%205.2-.1%2010.8%205.5%2010.8h23.7c5.5%200%2010.6-2.8%2013.5-7.4L323.1%20287c.4-.6%201-.9%201.7-.9l64.9%201.7c3.3.2%2014.6.3%2018%20.3%2044.3%200%2072.3-14.3%2072.3-32S452.1%20224%20407.7%20224z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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