multiple airports icon

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

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

5 other variants in Material Symbols

The same icon in other sets

More maps icons from Material Symbols

Use the multiple airports icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m10 14l1.375.4q.15.05.263-.05t.112-.25v-.2q0-.025-.125-.25L10.75 13v-2.5l2.7.825q.2.05.375-.075t.175-.325v-.175q0-.05-.2-.375L10.75 8.5V6.3q0-.3-.225-.55T10 5.5q-.325 0-.537.25t-.213.55v2.2l-3.025 1.85q-.075.025-.225.425v.075q0 .25.2.388t.425.062l2.625-.8V13l-.85.65q-.05.025-.15.275v.1q0 .2.138.3t.312.05zm5.15 8q-.375 0-.65-.262t-.275-.638q0-.2.075-.4t.225-.35q2.15-2.3 3.813-4.9T20 10.2q0-1.975-.6-3.675T17.75 3.65q-.125-.125-.187-.3t-.063-.375q0-.425.275-.7t.7-.275q.2 0 .387.075t.313.225q1.4 1.5 2.112 3.55T22 10.2q0 3.025-1.862 6.05T15.85 21.7q-.125.15-.312.225T15.15 22M10 19.35q3.05-2.8 4.525-5.087T16 10.2q0-2.725-1.737-4.462T10 4T5.738 5.738T4 10.2q0 1.775 1.475 4.063T10 19.35m-.7 1.85q-.35-.125-.625-.375Q7.05 19.325 5.8 17.9t-2.087-2.762t-1.275-2.575T2 10.2q0-3.75 2.413-5.975T10 2t5.588 2.225T18 10.2q0 2.3-1.662 4.95t-5.013 5.675q-.275.25-.625.375t-.7.125t-.7-.125m.7-11"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsMultipleAirportsOutlineRounded(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="m10 14l1.375.4q.15.05.263-.05t.112-.25v-.2q0-.025-.125-.25L10.75 13v-2.5l2.7.825q.2.05.375-.075t.175-.325v-.175q0-.05-.2-.375L10.75 8.5V6.3q0-.3-.225-.55T10 5.5q-.325 0-.537.25t-.213.55v2.2l-3.025 1.85q-.075.025-.225.425v.075q0 .25.2.388t.425.062l2.625-.8V13l-.85.65q-.05.025-.15.275v.1q0 .2.138.3t.312.05zm5.15 8q-.375 0-.65-.262t-.275-.638q0-.2.075-.4t.225-.35q2.15-2.3 3.813-4.9T20 10.2q0-1.975-.6-3.675T17.75 3.65q-.125-.125-.187-.3t-.063-.375q0-.425.275-.7t.7-.275q.2 0 .387.075t.313.225q1.4 1.5 2.112 3.55T22 10.2q0 3.025-1.862 6.05T15.85 21.7q-.125.15-.312.225T15.15 22M10 19.35q3.05-2.8 4.525-5.087T16 10.2q0-2.725-1.737-4.462T10 4T5.738 5.738T4 10.2q0 1.775 1.475 4.063T10 19.35m-.7 1.85q-.35-.125-.625-.375Q7.05 19.325 5.8 17.9t-2.087-2.762t-1.275-2.575T2 10.2q0-3.75 2.413-5.975T10 2t5.588 2.225T18 10.2q0 2.3-1.662 4.95t-5.013 5.675q-.275.25-.625.375t-.7.125t-.7-.125m.7-11"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m10 14l1.375.4q.15.05.263-.05t.112-.25v-.2q0-.025-.125-.25L10.75 13v-2.5l2.7.825q.2.05.375-.075t.175-.325v-.175q0-.05-.2-.375L10.75 8.5V6.3q0-.3-.225-.55T10 5.5q-.325 0-.537.25t-.213.55v2.2l-3.025 1.85q-.075.025-.225.425v.075q0 .25.2.388t.425.062l2.625-.8V13l-.85.65q-.05.025-.15.275v.1q0 .2.138.3t.312.05zm5.15 8q-.375 0-.65-.262t-.275-.638q0-.2.075-.4t.225-.35q2.15-2.3 3.813-4.9T20 10.2q0-1.975-.6-3.675T17.75 3.65q-.125-.125-.187-.3t-.063-.375q0-.425.275-.7t.7-.275q.2 0 .387.075t.313.225q1.4 1.5 2.112 3.55T22 10.2q0 3.025-1.862 6.05T15.85 21.7q-.125.15-.312.225T15.15 22M10 19.35q3.05-2.8 4.525-5.087T16 10.2q0-2.725-1.737-4.462T10 4T5.738 5.738T4 10.2q0 1.775 1.475 4.063T10 19.35m-.7 1.85q-.35-.125-.625-.375Q7.05 19.325 5.8 17.9t-2.087-2.762t-1.275-2.575T2 10.2q0-3.75 2.413-5.975T10 2t5.588 2.225T18 10.2q0 2.3-1.662 4.95t-5.013 5.675q-.275.25-.625.375t-.7.125t-.7-.125m.7-11"/></svg>
</template>

CSS

.icon-multiple-airports-outline-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%22m10%2014l1.375.4q.15.05.263-.05t.112-.25v-.2q0-.025-.125-.25L10.75%2013v-2.5l2.7.825q.2.05.375-.075t.175-.325v-.175q0-.05-.2-.375L10.75%208.5V6.3q0-.3-.225-.55T10%205.5q-.325%200-.537.25t-.213.55v2.2l-3.025%201.85q-.075.025-.225.425v.075q0%20.25.2.388t.425.062l2.625-.8V13l-.85.65q-.05.025-.15.275v.1q0%20.2.138.3t.312.05zm5.15%208q-.375%200-.65-.262t-.275-.638q0-.2.075-.4t.225-.35q2.15-2.3%203.813-4.9T20%2010.2q0-1.975-.6-3.675T17.75%203.65q-.125-.125-.187-.3t-.063-.375q0-.425.275-.7t.7-.275q.2%200%20.387.075t.313.225q1.4%201.5%202.112%203.55T22%2010.2q0%203.025-1.862%206.05T15.85%2021.7q-.125.15-.312.225T15.15%2022M10%2019.35q3.05-2.8%204.525-5.087T16%2010.2q0-2.725-1.737-4.462T10%204T5.738%205.738T4%2010.2q0%201.775%201.475%204.063T10%2019.35m-.7%201.85q-.35-.125-.625-.375Q7.05%2019.325%205.8%2017.9t-2.087-2.762t-1.275-2.575T2%2010.2q0-3.75%202.413-5.975T10%202t5.588%202.225T18%2010.2q0%202.3-1.662%204.95t-5.013%205.675q-.275.25-.625.375t-.7.125t-.7-.125m.7-11%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%22m10%2014l1.375.4q.15.05.263-.05t.112-.25v-.2q0-.025-.125-.25L10.75%2013v-2.5l2.7.825q.2.05.375-.075t.175-.325v-.175q0-.05-.2-.375L10.75%208.5V6.3q0-.3-.225-.55T10%205.5q-.325%200-.537.25t-.213.55v2.2l-3.025%201.85q-.075.025-.225.425v.075q0%20.25.2.388t.425.062l2.625-.8V13l-.85.65q-.05.025-.15.275v.1q0%20.2.138.3t.312.05zm5.15%208q-.375%200-.65-.262t-.275-.638q0-.2.075-.4t.225-.35q2.15-2.3%203.813-4.9T20%2010.2q0-1.975-.6-3.675T17.75%203.65q-.125-.125-.187-.3t-.063-.375q0-.425.275-.7t.7-.275q.2%200%20.387.075t.313.225q1.4%201.5%202.112%203.55T22%2010.2q0%203.025-1.862%206.05T15.85%2021.7q-.125.15-.312.225T15.15%2022M10%2019.35q3.05-2.8%204.525-5.087T16%2010.2q0-2.725-1.737-4.462T10%204T5.738%205.738T4%2010.2q0%201.775%201.475%204.063T10%2019.35m-.7%201.85q-.35-.125-.625-.375Q7.05%2019.325%205.8%2017.9t-2.087-2.762t-1.275-2.575T2%2010.2q0-3.75%202.413-5.975T10%202t5.588%202.225T18%2010.2q0%202.3-1.662%204.95t-5.013%205.675q-.275.25-.625.375t-.7.125t-.7-.125m.7-11%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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