plane-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.

Name
plane-solid
Set
Myna UI Icons
Style
Solid
Viewbox
24×24
License
MIT
Aliases
aeroplane-solid

1 other variant in Myna UI Icons

The same icon in other sets

Use the plane icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.935 3.065a2.783 2.783 0 0 0-3.935 0l-3.112 3.112l-8.75-1.758c-.554-.111-1.076.083-1.462.333a3.1 3.1 0 0 0-.979 1.027c-.23.393-.406.905-.321 1.431c.093.586.484 1.044 1.091 1.28l5.834 2.274L6.866 13.2c-.83-.067-1.541-.103-2.199.059c-.797.196-1.442.655-2.197 1.41a.75.75 0 0 0 .144 1.174L6.08 17.92l2.08 3.465a.75.75 0 0 0 1.173.144c.755-.755 1.214-1.4 1.41-2.197c.162-.658.126-1.368.059-2.199l2.435-2.435l2.274 5.835c.236.607.695.998 1.28 1.09c.527.085 1.038-.09 1.432-.321a3.1 3.1 0 0 0 1.026-.979c.25-.386.444-.908.333-1.461l-1.758-8.75L20.935 7a2.78 2.78 0 0 0 0-3.935"/></svg>

React

import type { SVGProps } from "react";

export function MynauiPlaneSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.935 3.065a2.783 2.783 0 0 0-3.935 0l-3.112 3.112l-8.75-1.758c-.554-.111-1.076.083-1.462.333a3.1 3.1 0 0 0-.979 1.027c-.23.393-.406.905-.321 1.431c.093.586.484 1.044 1.091 1.28l5.834 2.274L6.866 13.2c-.83-.067-1.541-.103-2.199.059c-.797.196-1.442.655-2.197 1.41a.75.75 0 0 0 .144 1.174L6.08 17.92l2.08 3.465a.75.75 0 0 0 1.173.144c.755-.755 1.214-1.4 1.41-2.197c.162-.658.126-1.368.059-2.199l2.435-2.435l2.274 5.835c.236.607.695.998 1.28 1.09c.527.085 1.038-.09 1.432-.321a3.1 3.1 0 0 0 1.026-.979c.25-.386.444-.908.333-1.461l-1.758-8.75L20.935 7a2.78 2.78 0 0 0 0-3.935"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.935 3.065a2.783 2.783 0 0 0-3.935 0l-3.112 3.112l-8.75-1.758c-.554-.111-1.076.083-1.462.333a3.1 3.1 0 0 0-.979 1.027c-.23.393-.406.905-.321 1.431c.093.586.484 1.044 1.091 1.28l5.834 2.274L6.866 13.2c-.83-.067-1.541-.103-2.199.059c-.797.196-1.442.655-2.197 1.41a.75.75 0 0 0 .144 1.174L6.08 17.92l2.08 3.465a.75.75 0 0 0 1.173.144c.755-.755 1.214-1.4 1.41-2.197c.162-.658.126-1.368.059-2.199l2.435-2.435l2.274 5.835c.236.607.695.998 1.28 1.09c.527.085 1.038-.09 1.432-.321a3.1 3.1 0 0 0 1.026-.979c.25-.386.444-.908.333-1.461l-1.758-8.75L20.935 7a2.78 2.78 0 0 0 0-3.935"/></svg>
</template>

CSS

.icon-plane-solid {
  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%22currentColor%22%20d%3D%22M20.935%203.065a2.783%202.783%200%200%200-3.935%200l-3.112%203.112l-8.75-1.758c-.554-.111-1.076.083-1.462.333a3.1%203.1%200%200%200-.979%201.027c-.23.393-.406.905-.321%201.431c.093.586.484%201.044%201.091%201.28l5.834%202.274L6.866%2013.2c-.83-.067-1.541-.103-2.199.059c-.797.196-1.442.655-2.197%201.41a.75.75%200%200%200%20.144%201.174L6.08%2017.92l2.08%203.465a.75.75%200%200%200%201.173.144c.755-.755%201.214-1.4%201.41-2.197c.162-.658.126-1.368.059-2.199l2.435-2.435l2.274%205.835c.236.607.695.998%201.28%201.09c.527.085%201.038-.09%201.432-.321a3.1%203.1%200%200%200%201.026-.979c.25-.386.444-.908.333-1.461l-1.758-8.75L20.935%207a2.78%202.78%200%200%200%200-3.935%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%22currentColor%22%20d%3D%22M20.935%203.065a2.783%202.783%200%200%200-3.935%200l-3.112%203.112l-8.75-1.758c-.554-.111-1.076.083-1.462.333a3.1%203.1%200%200%200-.979%201.027c-.23.393-.406.905-.321%201.431c.093.586.484%201.044%201.091%201.28l5.834%202.274L6.866%2013.2c-.83-.067-1.541-.103-2.199.059c-.797.196-1.442.655-2.197%201.41a.75.75%200%200%200%20.144%201.174L6.08%2017.92l2.08%203.465a.75.75%200%200%200%201.173.144c.755-.755%201.214-1.4%201.41-2.197c.162-.658.126-1.368.059-2.199l2.435-2.435l2.274%205.835c.236.607.695.998%201.28%201.09c.527.085%201.038-.09%201.432-.321a3.1%203.1%200%200%200%201.026-.979c.25-.386.444-.908.333-1.461l-1.758-8.75L20.935%207a2.78%202.78%200%200%200%200-3.935%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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