multiple airports icon
multiple-airports-outline from Material Symbols Light by Google · Outline · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- multiple-airports-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More maps icons from Material Symbols Light
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.789 14.23l1.442-.46l1.442.46v-.518l-1-.673v-2.962l3.25 1.077v-.577l-3.25-1.923V6.3q0-.184-.129-.338q-.128-.154-.313-.154q-.19 0-.316.154t-.126.338v2.354l-3.25 1.923v.577l3.25-1.077v2.962l-1 .673zM15.073 21q-.202 0-.342-.137q-.14-.138-.14-.34q0-.084.026-.179q.027-.094.1-.167q1.939-2.165 3.601-4.727t1.663-5.154q0-1.821-.61-3.569t-1.64-2.943q-.067-.067-.091-.136t-.024-.154q0-.213.14-.354T18.11 3q.123 0 .224.046q.1.046.168.139q1.054 1.211 1.766 3.03q.713 1.82.713 4.081q0 2.795-1.69 5.425t-3.806 5.056q-.068.092-.178.158q-.11.065-.234.065m-4.957-1.323q2.819-2.454 4.457-4.991t1.639-4.39q0-2.744-1.738-4.53q-1.737-1.785-4.358-1.785q-2.622 0-4.36 1.785q-1.737 1.786-1.737 4.53q0 1.852 1.639 4.39t4.458 4.991m0 1.342q-3.525-3.117-5.311-5.814t-1.786-4.909q0-3.173 2.067-5.235Q7.152 3 10.116 3q2.963 0 5.03 2.062q2.066 2.061 2.066 5.234q0 2.212-1.786 4.909q-1.785 2.697-5.31 5.814m0-10.723"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightMultipleAirportsOutline(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.789 14.23l1.442-.46l1.442.46v-.518l-1-.673v-2.962l3.25 1.077v-.577l-3.25-1.923V6.3q0-.184-.129-.338q-.128-.154-.313-.154q-.19 0-.316.154t-.126.338v2.354l-3.25 1.923v.577l3.25-1.077v2.962l-1 .673zM15.073 21q-.202 0-.342-.137q-.14-.138-.14-.34q0-.084.026-.179q.027-.094.1-.167q1.939-2.165 3.601-4.727t1.663-5.154q0-1.821-.61-3.569t-1.64-2.943q-.067-.067-.091-.136t-.024-.154q0-.213.14-.354T18.11 3q.123 0 .224.046q.1.046.168.139q1.054 1.211 1.766 3.03q.713 1.82.713 4.081q0 2.795-1.69 5.425t-3.806 5.056q-.068.092-.178.158q-.11.065-.234.065m-4.957-1.323q2.819-2.454 4.457-4.991t1.639-4.39q0-2.744-1.738-4.53q-1.737-1.785-4.358-1.785q-2.622 0-4.36 1.785q-1.737 1.786-1.737 4.53q0 1.852 1.639 4.39t4.458 4.991m0 1.342q-3.525-3.117-5.311-5.814t-1.786-4.909q0-3.173 2.067-5.235Q7.152 3 10.116 3q2.963 0 5.03 2.062q2.066 2.061 2.066 5.234q0 2.212-1.786 4.909q-1.785 2.697-5.31 5.814m0-10.723"/></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.789 14.23l1.442-.46l1.442.46v-.518l-1-.673v-2.962l3.25 1.077v-.577l-3.25-1.923V6.3q0-.184-.129-.338q-.128-.154-.313-.154q-.19 0-.316.154t-.126.338v2.354l-3.25 1.923v.577l3.25-1.077v2.962l-1 .673zM15.073 21q-.202 0-.342-.137q-.14-.138-.14-.34q0-.084.026-.179q.027-.094.1-.167q1.939-2.165 3.601-4.727t1.663-5.154q0-1.821-.61-3.569t-1.64-2.943q-.067-.067-.091-.136t-.024-.154q0-.213.14-.354T18.11 3q.123 0 .224.046q.1.046.168.139q1.054 1.211 1.766 3.03q.713 1.82.713 4.081q0 2.795-1.69 5.425t-3.806 5.056q-.068.092-.178.158q-.11.065-.234.065m-4.957-1.323q2.819-2.454 4.457-4.991t1.639-4.39q0-2.744-1.738-4.53q-1.737-1.785-4.358-1.785q-2.622 0-4.36 1.785q-1.737 1.786-1.737 4.53q0 1.852 1.639 4.39t4.458 4.991m0 1.342q-3.525-3.117-5.311-5.814t-1.786-4.909q0-3.173 2.067-5.235Q7.152 3 10.116 3q2.963 0 5.03 2.062q2.066 2.061 2.066 5.234q0 2.212-1.786 4.909q-1.785 2.697-5.31 5.814m0-10.723"/></svg> </template>
CSS
.icon-multiple-airports-outline {
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.789%2014.23l1.442-.46l1.442.46v-.518l-1-.673v-2.962l3.25%201.077v-.577l-3.25-1.923V6.3q0-.184-.129-.338q-.128-.154-.313-.154q-.19%200-.316.154t-.126.338v2.354l-3.25%201.923v.577l3.25-1.077v2.962l-1%20.673zM15.073%2021q-.202%200-.342-.137q-.14-.138-.14-.34q0-.084.026-.179q.027-.094.1-.167q1.939-2.165%203.601-4.727t1.663-5.154q0-1.821-.61-3.569t-1.64-2.943q-.067-.067-.091-.136t-.024-.154q0-.213.14-.354T18.11%203q.123%200%20.224.046q.1.046.168.139q1.054%201.211%201.766%203.03q.713%201.82.713%204.081q0%202.795-1.69%205.425t-3.806%205.056q-.068.092-.178.158q-.11.065-.234.065m-4.957-1.323q2.819-2.454%204.457-4.991t1.639-4.39q0-2.744-1.738-4.53q-1.737-1.785-4.358-1.785q-2.622%200-4.36%201.785q-1.737%201.786-1.737%204.53q0%201.852%201.639%204.39t4.458%204.991m0%201.342q-3.525-3.117-5.311-5.814t-1.786-4.909q0-3.173%202.067-5.235Q7.152%203%2010.116%203q2.963%200%205.03%202.062q2.066%202.061%202.066%205.234q0%202.212-1.786%204.909q-1.785%202.697-5.31%205.814m0-10.723%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.789%2014.23l1.442-.46l1.442.46v-.518l-1-.673v-2.962l3.25%201.077v-.577l-3.25-1.923V6.3q0-.184-.129-.338q-.128-.154-.313-.154q-.19%200-.316.154t-.126.338v2.354l-3.25%201.923v.577l3.25-1.077v2.962l-1%20.673zM15.073%2021q-.202%200-.342-.137q-.14-.138-.14-.34q0-.084.026-.179q.027-.094.1-.167q1.939-2.165%203.601-4.727t1.663-5.154q0-1.821-.61-3.569t-1.64-2.943q-.067-.067-.091-.136t-.024-.154q0-.213.14-.354T18.11%203q.123%200%20.224.046q.1.046.168.139q1.054%201.211%201.766%203.03q.713%201.82.713%204.081q0%202.795-1.69%205.425t-3.806%205.056q-.068.092-.178.158q-.11.065-.234.065m-4.957-1.323q2.819-2.454%204.457-4.991t1.639-4.39q0-2.744-1.738-4.53q-1.737-1.785-4.358-1.785q-2.622%200-4.36%201.785q-1.737%201.786-1.737%204.53q0%201.852%201.639%204.39t4.458%204.991m0%201.342q-3.525-3.117-5.311-5.814t-1.786-4.909q0-3.173%202.067-5.235Q7.152%203%2010.116%203q2.963%200%205.03%202.062q2.066%202.061%202.066%205.234q0%202.212-1.786%204.909q-1.785%202.697-5.31%205.814m0-10.723%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/multiple-airports-outline.svg?color=%231a73e8&size=48