airport from Material Design Icons by Pictogrammers · Filled · Places · Apache-2.0 Free for personal and commercial use.

Name
airport
Set
Material Design Icons
Style
Filled
Category
Places
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More places icons from Material Design Icons

Use the airport icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.97 5.92a.967.967 0 0 0-1.18-.68l-3.4.91l-4.44-4.12l-1.23.33l2.66 4.59l-3.19.85l-1.26-.98l-.93.25l1.66 2.88l10.62-2.84c.52-.15.82-.68.69-1.19M21 10l-1 2h-5l-1-2l1-1h2V7h1v2h2zm1 10v2H2v-2h13v-7h5v7z"/></svg>

React

import type { SVGProps } from "react";

export function MdiAirport(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="M14.97 5.92a.967.967 0 0 0-1.18-.68l-3.4.91l-4.44-4.12l-1.23.33l2.66 4.59l-3.19.85l-1.26-.98l-.93.25l1.66 2.88l10.62-2.84c.52-.15.82-.68.69-1.19M21 10l-1 2h-5l-1-2l1-1h2V7h1v2h2zm1 10v2H2v-2h13v-7h5v7z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.97 5.92a.967.967 0 0 0-1.18-.68l-3.4.91l-4.44-4.12l-1.23.33l2.66 4.59l-3.19.85l-1.26-.98l-.93.25l1.66 2.88l10.62-2.84c.52-.15.82-.68.69-1.19M21 10l-1 2h-5l-1-2l1-1h2V7h1v2h2zm1 10v2H2v-2h13v-7h5v7z"/></svg>
</template>

CSS

.icon-airport {
  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%22M14.97%205.92a.967.967%200%200%200-1.18-.68l-3.4.91l-4.44-4.12l-1.23.33l2.66%204.59l-3.19.85l-1.26-.98l-.93.25l1.66%202.88l10.62-2.84c.52-.15.82-.68.69-1.19M21%2010l-1%202h-5l-1-2l1-1h2V7h1v2h2zm1%2010v2H2v-2h13v-7h5v7z%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%22M14.97%205.92a.967.967%200%200%200-1.18-.68l-3.4.91l-4.44-4.12l-1.23.33l2.66%204.59l-3.19.85l-1.26-.98l-.93.25l1.66%202.88l10.62-2.84c.52-.15.82-.68.69-1.19M21%2010l-1%202h-5l-1-2l1-1h2V7h1v2h2zm1%2010v2H2v-2h13v-7h5v7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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