connecting airports icon

connecting-airports-rounded from Material Symbols by Google · Rounded · Maps · Apache-2.0 Free for personal and commercial use.

Name
connecting-airports-rounded
Set
Material Symbols
Style
Rounded
Category
Maps
Viewbox
24×24
License
Apache 2.0
Aliases
connecting-airports-outline-rounded

1 other variant in Material Symbols

The same icon in other sets

More maps icons from Material Symbols

Use the connecting airports icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.35 14q-.5 0-.762-.413t-.088-.862L7.925 9H5l-1.075 1.65q-.125.175-.3.263T3.25 11h-.175q-.4 0-.65-.312T2.3 9.975L3 7.5l-.75-2.625q-.1-.35.113-.612T2.925 4H3.3q.175 0 .325.088t.25.237L5 6h2.925l-1.5-3.875q-.15-.425.1-.775T7.2 1h.375q.2 0 .375.088t.3.262L11.45 6h3.05q.625 0 1.063.438T16 7.5t-.437 1.063T14.5 9h-3.05l-3.175 4.6q-.125.2-.337.3T7.5 14zm9.075 9q-.2 0-.375-.088t-.3-.262L12.55 18H9.5q-.625 0-1.062-.437T8 16.5t.438-1.062T9.5 15h3.05l3.2-4.65q.125-.175.3-.262t.375-.088h.375q.425 0 .675.35t.1.775L16.075 15H19l1.125-1.675q.1-.15.25-.238T20.7 13h.375q.35 0 .563.262t.112.613L21 16.5l.75 2.625q.1.35-.112.613t-.563.262H20.7q-.175 0-.325-.088t-.25-.237L19 18h-2.925l1.5 3.875q.15.425-.1.775T16.8 23z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsConnectingAirportsRounded(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="M7.35 14q-.5 0-.762-.413t-.088-.862L7.925 9H5l-1.075 1.65q-.125.175-.3.263T3.25 11h-.175q-.4 0-.65-.312T2.3 9.975L3 7.5l-.75-2.625q-.1-.35.113-.612T2.925 4H3.3q.175 0 .325.088t.25.237L5 6h2.925l-1.5-3.875q-.15-.425.1-.775T7.2 1h.375q.2 0 .375.088t.3.262L11.45 6h3.05q.625 0 1.063.438T16 7.5t-.437 1.063T14.5 9h-3.05l-3.175 4.6q-.125.2-.337.3T7.5 14zm9.075 9q-.2 0-.375-.088t-.3-.262L12.55 18H9.5q-.625 0-1.062-.437T8 16.5t.438-1.062T9.5 15h3.05l3.2-4.65q.125-.175.3-.262t.375-.088h.375q.425 0 .675.35t.1.775L16.075 15H19l1.125-1.675q.1-.15.25-.238T20.7 13h.375q.35 0 .563.262t.112.613L21 16.5l.75 2.625q.1.35-.112.613t-.563.262H20.7q-.175 0-.325-.088t-.25-.237L19 18h-2.925l1.5 3.875q.15.425-.1.775T16.8 23z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.35 14q-.5 0-.762-.413t-.088-.862L7.925 9H5l-1.075 1.65q-.125.175-.3.263T3.25 11h-.175q-.4 0-.65-.312T2.3 9.975L3 7.5l-.75-2.625q-.1-.35.113-.612T2.925 4H3.3q.175 0 .325.088t.25.237L5 6h2.925l-1.5-3.875q-.15-.425.1-.775T7.2 1h.375q.2 0 .375.088t.3.262L11.45 6h3.05q.625 0 1.063.438T16 7.5t-.437 1.063T14.5 9h-3.05l-3.175 4.6q-.125.2-.337.3T7.5 14zm9.075 9q-.2 0-.375-.088t-.3-.262L12.55 18H9.5q-.625 0-1.062-.437T8 16.5t.438-1.062T9.5 15h3.05l3.2-4.65q.125-.175.3-.262t.375-.088h.375q.425 0 .675.35t.1.775L16.075 15H19l1.125-1.675q.1-.15.25-.238T20.7 13h.375q.35 0 .563.262t.112.613L21 16.5l.75 2.625q.1.35-.112.613t-.563.262H20.7q-.175 0-.325-.088t-.25-.237L19 18h-2.925l1.5 3.875q.15.425-.1.775T16.8 23z"/></svg>
</template>

CSS

.icon-connecting-airports-rounded {
  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%22M7.35%2014q-.5%200-.762-.413t-.088-.862L7.925%209H5l-1.075%201.65q-.125.175-.3.263T3.25%2011h-.175q-.4%200-.65-.312T2.3%209.975L3%207.5l-.75-2.625q-.1-.35.113-.612T2.925%204H3.3q.175%200%20.325.088t.25.237L5%206h2.925l-1.5-3.875q-.15-.425.1-.775T7.2%201h.375q.2%200%20.375.088t.3.262L11.45%206h3.05q.625%200%201.063.438T16%207.5t-.437%201.063T14.5%209h-3.05l-3.175%204.6q-.125.2-.337.3T7.5%2014zm9.075%209q-.2%200-.375-.088t-.3-.262L12.55%2018H9.5q-.625%200-1.062-.437T8%2016.5t.438-1.062T9.5%2015h3.05l3.2-4.65q.125-.175.3-.262t.375-.088h.375q.425%200%20.675.35t.1.775L16.075%2015H19l1.125-1.675q.1-.15.25-.238T20.7%2013h.375q.35%200%20.563.262t.112.613L21%2016.5l.75%202.625q.1.35-.112.613t-.563.262H20.7q-.175%200-.325-.088t-.25-.237L19%2018h-2.925l1.5%203.875q.15.425-.1.775T16.8%2023z%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%22M7.35%2014q-.5%200-.762-.413t-.088-.862L7.925%209H5l-1.075%201.65q-.125.175-.3.263T3.25%2011h-.175q-.4%200-.65-.312T2.3%209.975L3%207.5l-.75-2.625q-.1-.35.113-.612T2.925%204H3.3q.175%200%20.325.088t.25.237L5%206h2.925l-1.5-3.875q-.15-.425.1-.775T7.2%201h.375q.2%200%20.375.088t.3.262L11.45%206h3.05q.625%200%201.063.438T16%207.5t-.437%201.063T14.5%209h-3.05l-3.175%204.6q-.125.2-.337.3T7.5%2014zm9.075%209q-.2%200-.375-.088t-.3-.262L12.55%2018H9.5q-.625%200-1.062-.437T8%2016.5t.438-1.062T9.5%2015h3.05l3.2-4.65q.125-.175.3-.262t.375-.088h.375q.425%200%20.675.35t.1.775L16.075%2015H19l1.125-1.675q.1-.15.25-.238T20.7%2013h.375q.35%200%20.563.262t.112.613L21%2016.5l.75%202.625q.1.35-.112.613t-.563.262H20.7q-.175%200-.325-.088t-.25-.237L19%2018h-2.925l1.5%203.875q.15.425-.1.775T16.8%2023z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/connecting-airports-rounded.svg?color=%231a73e8&size=48