multiple airports icon
multiple-airports from Material Symbols by Google · Regular · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- multiple-airports
- Set
- Material Symbols
- Style
- Regular
- 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="M8.25 14.5L10 14l1.75.5v-.75l-1-.75v-2.5l3.25 1v-1l-3.25-2V6.3q0-.3-.225-.55T10 5.5q-.325 0-.537.25t-.213.55v2.2L6 10.5v1l3.25-1V13l-1 .75zm6.9 7.5q-.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 22q-4.025-3.425-6.012-6.362T2 10.2q0-3.75 2.413-5.975T10 2t5.588 2.225T18 10.2q0 2.5-1.987 5.438T10 22"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsMultipleAirports(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="M8.25 14.5L10 14l1.75.5v-.75l-1-.75v-2.5l3.25 1v-1l-3.25-2V6.3q0-.3-.225-.55T10 5.5q-.325 0-.537.25t-.213.55v2.2L6 10.5v1l3.25-1V13l-1 .75zm6.9 7.5q-.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 22q-4.025-3.425-6.012-6.362T2 10.2q0-3.75 2.413-5.975T10 2t5.588 2.225T18 10.2q0 2.5-1.987 5.438T10 22"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.25 14.5L10 14l1.75.5v-.75l-1-.75v-2.5l3.25 1v-1l-3.25-2V6.3q0-.3-.225-.55T10 5.5q-.325 0-.537.25t-.213.55v2.2L6 10.5v1l3.25-1V13l-1 .75zm6.9 7.5q-.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 22q-4.025-3.425-6.012-6.362T2 10.2q0-3.75 2.413-5.975T10 2t5.588 2.225T18 10.2q0 2.5-1.987 5.438T10 22"/></svg> </template>
CSS
.icon-multiple-airports {
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%22M8.25%2014.5L10%2014l1.75.5v-.75l-1-.75v-2.5l3.25%201v-1l-3.25-2V6.3q0-.3-.225-.55T10%205.5q-.325%200-.537.25t-.213.55v2.2L6%2010.5v1l3.25-1V13l-1%20.75zm6.9%207.5q-.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%2022q-4.025-3.425-6.012-6.362T2%2010.2q0-3.75%202.413-5.975T10%202t5.588%202.225T18%2010.2q0%202.5-1.987%205.438T10%2022%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%22M8.25%2014.5L10%2014l1.75.5v-.75l-1-.75v-2.5l3.25%201v-1l-3.25-2V6.3q0-.3-.225-.55T10%205.5q-.325%200-.537.25t-.213.55v2.2L6%2010.5v1l3.25-1V13l-1%20.75zm6.9%207.5q-.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%2022q-4.025-3.425-6.012-6.362T2%2010.2q0-3.75%202.413-5.975T10%202t5.588%202.225T18%2010.2q0%202.5-1.987%205.438T10%2022%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.svg?color=%231a73e8&size=48