airport shuttle icon
airport-shuttle-outline from Material Symbols by Google · Outline · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- airport-shuttle-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More transit icons from Material Symbols
agricultureairlinesambulanceauto-towingauto-transmissionbike-dockbike-lanebike-scooterboat-busboat-railwaybus-alertbus-map-pinbus-railwaycable-carcar-crashcar-defrost-leftcar-defrost-low-leftcar-defrost-low-rightcar-defrost-mid-leftcar-defrost-mid-low-leftcar-defrost-mid-low-rightcar-defrost-mid-rightcar-defrost-rightcar-fan-low-left
Use the airport shuttle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.875 18.125Q3 17.25 3 16H1V7q0-.825.588-1.412T3 5h14l6 6v5h-2q0 1.25-.875 2.125T18 19t-2.125-.875T15 16H9q0 1.25-.875 2.125T6 19t-2.125-.875M15 10h4l-3-3h-1zm-6 0h4V7H9zm-6 0h4V7H3zm3.888 6.888q.362-.363.362-.888t-.363-.888T6 14.75t-.888.363T4.75 16t.363.888t.887.362t.888-.363m12 0q.362-.362.362-.887t-.363-.888T18 14.75t-.888.363t-.362.887t.363.888t.887.362t.888-.363M3 14h.8q.425-.45.975-.725T6 13t1.225.275T8.2 14h7.6q.425-.45.975-.725T18 13t1.225.275t.975.725h.8v-2H3zm18-2H3z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsAirportShuttleOutline(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="M3.875 18.125Q3 17.25 3 16H1V7q0-.825.588-1.412T3 5h14l6 6v5h-2q0 1.25-.875 2.125T18 19t-2.125-.875T15 16H9q0 1.25-.875 2.125T6 19t-2.125-.875M15 10h4l-3-3h-1zm-6 0h4V7H9zm-6 0h4V7H3zm3.888 6.888q.362-.363.362-.888t-.363-.888T6 14.75t-.888.363T4.75 16t.363.888t.887.362t.888-.363m12 0q.362-.362.362-.887t-.363-.888T18 14.75t-.888.363t-.362.887t.363.888t.887.362t.888-.363M3 14h.8q.425-.45.975-.725T6 13t1.225.275T8.2 14h7.6q.425-.45.975-.725T18 13t1.225.275t.975.725h.8v-2H3zm18-2H3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.875 18.125Q3 17.25 3 16H1V7q0-.825.588-1.412T3 5h14l6 6v5h-2q0 1.25-.875 2.125T18 19t-2.125-.875T15 16H9q0 1.25-.875 2.125T6 19t-2.125-.875M15 10h4l-3-3h-1zm-6 0h4V7H9zm-6 0h4V7H3zm3.888 6.888q.362-.363.362-.888t-.363-.888T6 14.75t-.888.363T4.75 16t.363.888t.887.362t.888-.363m12 0q.362-.362.362-.887t-.363-.888T18 14.75t-.888.363t-.362.887t.363.888t.887.362t.888-.363M3 14h.8q.425-.45.975-.725T6 13t1.225.275T8.2 14h7.6q.425-.45.975-.725T18 13t1.225.275t.975.725h.8v-2H3zm18-2H3z"/></svg> </template>
CSS
.icon-airport-shuttle-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%22M3.875%2018.125Q3%2017.25%203%2016H1V7q0-.825.588-1.412T3%205h14l6%206v5h-2q0%201.25-.875%202.125T18%2019t-2.125-.875T15%2016H9q0%201.25-.875%202.125T6%2019t-2.125-.875M15%2010h4l-3-3h-1zm-6%200h4V7H9zm-6%200h4V7H3zm3.888%206.888q.362-.363.362-.888t-.363-.888T6%2014.75t-.888.363T4.75%2016t.363.888t.887.362t.888-.363m12%200q.362-.362.362-.887t-.363-.888T18%2014.75t-.888.363t-.362.887t.363.888t.887.362t.888-.363M3%2014h.8q.425-.45.975-.725T6%2013t1.225.275T8.2%2014h7.6q.425-.45.975-.725T18%2013t1.225.275t.975.725h.8v-2H3zm18-2H3z%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%22M3.875%2018.125Q3%2017.25%203%2016H1V7q0-.825.588-1.412T3%205h14l6%206v5h-2q0%201.25-.875%202.125T18%2019t-2.125-.875T15%2016H9q0%201.25-.875%202.125T6%2019t-2.125-.875M15%2010h4l-3-3h-1zm-6%200h4V7H9zm-6%200h4V7H3zm3.888%206.888q.362-.363.362-.888t-.363-.888T6%2014.75t-.888.363T4.75%2016t.363.888t.887.362t.888-.363m12%200q.362-.362.362-.887t-.363-.888T18%2014.75t-.888.363t-.362.887t.363.888t.887.362t.888-.363M3%2014h.8q.425-.45.975-.725T6%2013t1.225.275T8.2%2014h7.6q.425-.45.975-.725T18%2013t1.225.275t.975.725h.8v-2H3zm18-2H3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/airport-shuttle-outline.svg?color=%231a73e8&size=48