airplane off icon

airplane-off from Iconoir by Luca Burgio · Regular · Transport · MIT Free for personal and commercial use.

Name
airplane-off
Set
Iconoir
Style
Regular
Category
Transport
Viewbox
24×24
License
MIT

The same icon in other sets

More transport icons from Iconoir

Use the airplane off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m9.881 9.887l-7.099 4.437a.6.6 0 0 0-.282.508v.9a.6.6 0 0 0 .746.582l6.508-1.628a.6.6 0 0 1 .746.582v2.96a.6.6 0 0 1-.205.451l-2.16 1.89c-.458.402-.097 1.151.502 1.042l3.256-.591a.6.6 0 0 1 .214 0l3.256.591c.599.11.96-.64.502-1.041l-2.16-1.89a.6.6 0 0 1-.205-.452v-2.96a.6.6 0 0 1 .745-.582l.458.115M10.5 7.5v-3A1.5 1.5 0 0 1 12 3v0a1.5 1.5 0 0 1 1.5 1.5v4.667a.6.6 0 0 0 .282.51l7.436 4.647a.6.6 0 0 1 .282.508v.9a.6.6 0 0 1-.745.582l-2.006-.502M3 3l18 18"/></svg>

React

import type { SVGProps } from "react";

export function IconoirAirplaneOff(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="m9.881 9.887l-7.099 4.437a.6.6 0 0 0-.282.508v.9a.6.6 0 0 0 .746.582l6.508-1.628a.6.6 0 0 1 .746.582v2.96a.6.6 0 0 1-.205.451l-2.16 1.89c-.458.402-.097 1.151.502 1.042l3.256-.591a.6.6 0 0 1 .214 0l3.256.591c.599.11.96-.64.502-1.041l-2.16-1.89a.6.6 0 0 1-.205-.452v-2.96a.6.6 0 0 1 .745-.582l.458.115M10.5 7.5v-3A1.5 1.5 0 0 1 12 3v0a1.5 1.5 0 0 1 1.5 1.5v4.667a.6.6 0 0 0 .282.51l7.436 4.647a.6.6 0 0 1 .282.508v.9a.6.6 0 0 1-.745.582l-2.006-.502M3 3l18 18"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m9.881 9.887l-7.099 4.437a.6.6 0 0 0-.282.508v.9a.6.6 0 0 0 .746.582l6.508-1.628a.6.6 0 0 1 .746.582v2.96a.6.6 0 0 1-.205.451l-2.16 1.89c-.458.402-.097 1.151.502 1.042l3.256-.591a.6.6 0 0 1 .214 0l3.256.591c.599.11.96-.64.502-1.041l-2.16-1.89a.6.6 0 0 1-.205-.452v-2.96a.6.6 0 0 1 .745-.582l.458.115M10.5 7.5v-3A1.5 1.5 0 0 1 12 3v0a1.5 1.5 0 0 1 1.5 1.5v4.667a.6.6 0 0 0 .282.51l7.436 4.647a.6.6 0 0 1 .282.508v.9a.6.6 0 0 1-.745.582l-2.006-.502M3 3l18 18"/></svg>
</template>

CSS

.icon-airplane-off {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m9.881%209.887l-7.099%204.437a.6.6%200%200%200-.282.508v.9a.6.6%200%200%200%20.746.582l6.508-1.628a.6.6%200%200%201%20.746.582v2.96a.6.6%200%200%201-.205.451l-2.16%201.89c-.458.402-.097%201.151.502%201.042l3.256-.591a.6.6%200%200%201%20.214%200l3.256.591c.599.11.96-.64.502-1.041l-2.16-1.89a.6.6%200%200%201-.205-.452v-2.96a.6.6%200%200%201%20.745-.582l.458.115M10.5%207.5v-3A1.5%201.5%200%200%201%2012%203v0a1.5%201.5%200%200%201%201.5%201.5v4.667a.6.6%200%200%200%20.282.51l7.436%204.647a.6.6%200%200%201%20.282.508v.9a.6.6%200%200%201-.745.582l-2.006-.502M3%203l18%2018%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m9.881%209.887l-7.099%204.437a.6.6%200%200%200-.282.508v.9a.6.6%200%200%200%20.746.582l6.508-1.628a.6.6%200%200%201%20.746.582v2.96a.6.6%200%200%201-.205.451l-2.16%201.89c-.458.402-.097%201.151.502%201.042l3.256-.591a.6.6%200%200%201%20.214%200l3.256.591c.599.11.96-.64.502-1.041l-2.16-1.89a.6.6%200%200%201-.205-.452v-2.96a.6.6%200%200%201%20.745-.582l.458.115M10.5%207.5v-3A1.5%201.5%200%200%201%2012%203v0a1.5%201.5%200%200%201%201.5%201.5v4.667a.6.6%200%200%200%20.282.51l7.436%204.647a.6.6%200%200%201%20.282.508v.9a.6.6%200%200%201-.745.582l-2.006-.502M3%203l18%2018%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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