airplane rotation icon

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

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

More transport icons from Iconoir

Use the airplane rotation icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M9.879 14.122a3 3 0 1 0 4.242-4.243a3 3 0 0 0-4.242 4.243M4.37 16.773A8.96 8.96 0 0 1 3.002 12c0-4.236 2.934-7.792 6.878-8.747A9 9 0 0 1 12 3.002m7.715 4.365A8.95 8.95 0 0 1 20.999 12c0 3.806-2.368 7.063-5.709 8.378c-1.02.4-2.13.621-3.29.621"/><path d="M14.121 9.88s-.009-2.803 1.415-4.243c1.41-1.409 2.793-2.865 4.242-1.415c1.377 1.378.015 2.81-1.414 4.243c-1.402 1.406-4.243 1.414-4.243 1.414M9.879 14.12s.009 2.803-1.415 4.243c-1.41 1.409-2.793 2.865-4.242 1.415c-1.377-1.378-.015-2.81 1.414-4.243c1.402-1.406 4.243-1.414 4.243-1.414" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function IconoirAirplaneRotation(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M9.879 14.122a3 3 0 1 0 4.242-4.243a3 3 0 0 0-4.242 4.243M4.37 16.773A8.96 8.96 0 0 1 3.002 12c0-4.236 2.934-7.792 6.878-8.747A9 9 0 0 1 12 3.002m7.715 4.365A8.95 8.95 0 0 1 20.999 12c0 3.806-2.368 7.063-5.709 8.378c-1.02.4-2.13.621-3.29.621"/><path d="M14.121 9.88s-.009-2.803 1.415-4.243c1.41-1.409 2.793-2.865 4.242-1.415c1.377 1.378.015 2.81-1.414 4.243c-1.402 1.406-4.243 1.414-4.243 1.414M9.879 14.12s.009 2.803-1.415 4.243c-1.41 1.409-2.793 2.865-4.242 1.415c-1.377-1.378-.015-2.81 1.414-4.243c1.402-1.406 4.243-1.414 4.243-1.414" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M9.879 14.122a3 3 0 1 0 4.242-4.243a3 3 0 0 0-4.242 4.243M4.37 16.773A8.96 8.96 0 0 1 3.002 12c0-4.236 2.934-7.792 6.878-8.747A9 9 0 0 1 12 3.002m7.715 4.365A8.95 8.95 0 0 1 20.999 12c0 3.806-2.368 7.063-5.709 8.378c-1.02.4-2.13.621-3.29.621"/><path d="M14.121 9.88s-.009-2.803 1.415-4.243c1.41-1.409 2.793-2.865 4.242-1.415c1.377 1.378.015 2.81-1.414 4.243c-1.402 1.406-4.243 1.414-4.243 1.414M9.879 14.12s.009 2.803-1.415 4.243c-1.41 1.409-2.793 2.865-4.242 1.415c-1.377-1.378-.015-2.81 1.414-4.243c1.402-1.406 4.243-1.414 4.243-1.414" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-airplane-rotation {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9.879%2014.122a3%203%200%201%200%204.242-4.243a3%203%200%200%200-4.242%204.243M4.37%2016.773A8.96%208.96%200%200%201%203.002%2012c0-4.236%202.934-7.792%206.878-8.747A9%209%200%200%201%2012%203.002m7.715%204.365A8.95%208.95%200%200%201%2020.999%2012c0%203.806-2.368%207.063-5.709%208.378c-1.02.4-2.13.621-3.29.621%22%2F%3E%3Cpath%20d%3D%22M14.121%209.88s-.009-2.803%201.415-4.243c1.41-1.409%202.793-2.865%204.242-1.415c1.377%201.378.015%202.81-1.414%204.243c-1.402%201.406-4.243%201.414-4.243%201.414M9.879%2014.12s.009%202.803-1.415%204.243c-1.41%201.409-2.793%202.865-4.242%201.415c-1.377-1.378-.015-2.81%201.414-4.243c1.402-1.406%204.243-1.414%204.243-1.414%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9.879%2014.122a3%203%200%201%200%204.242-4.243a3%203%200%200%200-4.242%204.243M4.37%2016.773A8.96%208.96%200%200%201%203.002%2012c0-4.236%202.934-7.792%206.878-8.747A9%209%200%200%201%2012%203.002m7.715%204.365A8.95%208.95%200%200%201%2020.999%2012c0%203.806-2.368%207.063-5.709%208.378c-1.02.4-2.13.621-3.29.621%22%2F%3E%3Cpath%20d%3D%22M14.121%209.88s-.009-2.803%201.415-4.243c1.41-1.409%202.793-2.865%204.242-1.415c1.377%201.378.015%202.81-1.414%204.243c-1.402%201.406-4.243%201.414-4.243%201.414M9.879%2014.12s.009%202.803-1.415%204.243c-1.41%201.409-2.793%202.865-4.242%201.415c-1.377-1.378-.015-2.81%201.414-4.243c1.402-1.406%204.243-1.414%204.243-1.414%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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