multiple airports icon
multiple-airports-outline-sharp from Material Symbols Light by Google · Outline Sharp · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- multiple-airports-outline-sharp
- Set
- Material Symbols Light
- Style
- Outline Sharp
- 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 .673zm6.696 6.547l-.768-.6q1.939-2.165 3.601-4.727t1.663-5.154q0-1.821-.61-3.569t-1.64-2.943l.771-.6q1.054 1.212 1.766 3.032q.713 1.819.713 4.08q0 2.795-1.69 5.425t-3.806 5.056m-5.37-1.1q2.82-2.454 4.458-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 MaterialSymbolsLightMultipleAirportsOutlineSharp(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 .673zm6.696 6.547l-.768-.6q1.939-2.165 3.601-4.727t1.663-5.154q0-1.821-.61-3.569t-1.64-2.943l.771-.6q1.054 1.212 1.766 3.032q.713 1.819.713 4.08q0 2.795-1.69 5.425t-3.806 5.056m-5.37-1.1q2.82-2.454 4.458-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 .673zm6.696 6.547l-.768-.6q1.939-2.165 3.601-4.727t1.663-5.154q0-1.821-.61-3.569t-1.64-2.943l.771-.6q1.054 1.212 1.766 3.032q.713 1.819.713 4.08q0 2.795-1.69 5.425t-3.806 5.056m-5.37-1.1q2.82-2.454 4.458-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-sharp {
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.673zm6.696%206.547l-.768-.6q1.939-2.165%203.601-4.727t1.663-5.154q0-1.821-.61-3.569t-1.64-2.943l.771-.6q1.054%201.212%201.766%203.032q.713%201.819.713%204.08q0%202.795-1.69%205.425t-3.806%205.056m-5.37-1.1q2.82-2.454%204.458-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.673zm6.696%206.547l-.768-.6q1.939-2.165%203.601-4.727t1.663-5.154q0-1.821-.61-3.569t-1.64-2.943l.771-.6q1.054%201.212%201.766%203.032q.713%201.819.713%204.08q0%202.795-1.69%205.425t-3.806%205.056m-5.37-1.1q2.82-2.454%204.458-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-sharp.svg?color=%231a73e8&size=48