airport shuttle icon
airport-shuttle-outline-rounded from Material Symbols Light by Google · Outline Rounded · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- airport-shuttle-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More transit icons from Material Symbols Light
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="M4.817 16.553q-.644-.64-.644-1.553h-.308q-.666 0-1.14-.475t-.475-1.14V7.623q0-.679.475-1.151Q3.199 6 3.864 6h11.83q.311 0 .594.115t.497.326l4.466 4.196q.237.217.367.524t.131.645v1.579q0 .666-.475 1.14t-1.14.475q0 .914-.644 1.553q-.645.64-1.549.64t-1.548-.64T15.749 15H8.558q0 .904-.644 1.548t-1.548.644t-1.549-.639m9.433-5.976h5.462l-3.635-3.404q-.096-.077-.202-.125T15.654 7H14.25zm-5.5 0h4.5V7h-4.5zm-5.5 0h4.5V7H3.866q-.27 0-.443.173t-.173.443zm4.003 5.31q.363-.362.363-.887t-.363-.887t-.888-.363t-.887.363t-.363.887t.363.888t.888.362t.887-.363m11.577 0q.362-.362.362-.887t-.362-.888t-.888-.362t-.887.363t-.363.887t.363.888t.887.362t.888-.363M8.296 14h7.716q.213-.45.734-.821t1.196-.371t1.168.342t.763.85h.262q.269 0 .442-.173t.173-.442v-1.808H3.25v1.808q0 .269.173.442t.443.173h.568q.214-.45.735-.821q.522-.371 1.197-.371t1.167.342t.763.85m12.454-2.423H3.25z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightAirportShuttleOutlineRounded(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="M4.817 16.553q-.644-.64-.644-1.553h-.308q-.666 0-1.14-.475t-.475-1.14V7.623q0-.679.475-1.151Q3.199 6 3.864 6h11.83q.311 0 .594.115t.497.326l4.466 4.196q.237.217.367.524t.131.645v1.579q0 .666-.475 1.14t-1.14.475q0 .914-.644 1.553q-.645.64-1.549.64t-1.548-.64T15.749 15H8.558q0 .904-.644 1.548t-1.548.644t-1.549-.639m9.433-5.976h5.462l-3.635-3.404q-.096-.077-.202-.125T15.654 7H14.25zm-5.5 0h4.5V7h-4.5zm-5.5 0h4.5V7H3.866q-.27 0-.443.173t-.173.443zm4.003 5.31q.363-.362.363-.887t-.363-.887t-.888-.363t-.887.363t-.363.887t.363.888t.888.362t.887-.363m11.577 0q.362-.362.362-.887t-.362-.888t-.888-.362t-.887.363t-.363.887t.363.888t.887.362t.888-.363M8.296 14h7.716q.213-.45.734-.821t1.196-.371t1.168.342t.763.85h.262q.269 0 .442-.173t.173-.442v-1.808H3.25v1.808q0 .269.173.442t.443.173h.568q.214-.45.735-.821q.522-.371 1.197-.371t1.167.342t.763.85m12.454-2.423H3.25z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.817 16.553q-.644-.64-.644-1.553h-.308q-.666 0-1.14-.475t-.475-1.14V7.623q0-.679.475-1.151Q3.199 6 3.864 6h11.83q.311 0 .594.115t.497.326l4.466 4.196q.237.217.367.524t.131.645v1.579q0 .666-.475 1.14t-1.14.475q0 .914-.644 1.553q-.645.64-1.549.64t-1.548-.64T15.749 15H8.558q0 .904-.644 1.548t-1.548.644t-1.549-.639m9.433-5.976h5.462l-3.635-3.404q-.096-.077-.202-.125T15.654 7H14.25zm-5.5 0h4.5V7h-4.5zm-5.5 0h4.5V7H3.866q-.27 0-.443.173t-.173.443zm4.003 5.31q.363-.362.363-.887t-.363-.887t-.888-.363t-.887.363t-.363.887t.363.888t.888.362t.887-.363m11.577 0q.362-.362.362-.887t-.362-.888t-.888-.362t-.887.363t-.363.887t.363.888t.887.362t.888-.363M8.296 14h7.716q.213-.45.734-.821t1.196-.371t1.168.342t.763.85h.262q.269 0 .442-.173t.173-.442v-1.808H3.25v1.808q0 .269.173.442t.443.173h.568q.214-.45.735-.821q.522-.371 1.197-.371t1.167.342t.763.85m12.454-2.423H3.25z"/></svg> </template>
CSS
.icon-airport-shuttle-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%22M4.817%2016.553q-.644-.64-.644-1.553h-.308q-.666%200-1.14-.475t-.475-1.14V7.623q0-.679.475-1.151Q3.199%206%203.864%206h11.83q.311%200%20.594.115t.497.326l4.466%204.196q.237.217.367.524t.131.645v1.579q0%20.666-.475%201.14t-1.14.475q0%20.914-.644%201.553q-.645.64-1.549.64t-1.548-.64T15.749%2015H8.558q0%20.904-.644%201.548t-1.548.644t-1.549-.639m9.433-5.976h5.462l-3.635-3.404q-.096-.077-.202-.125T15.654%207H14.25zm-5.5%200h4.5V7h-4.5zm-5.5%200h4.5V7H3.866q-.27%200-.443.173t-.173.443zm4.003%205.31q.363-.362.363-.887t-.363-.887t-.888-.363t-.887.363t-.363.887t.363.888t.888.362t.887-.363m11.577%200q.362-.362.362-.887t-.362-.888t-.888-.362t-.887.363t-.363.887t.363.888t.887.362t.888-.363M8.296%2014h7.716q.213-.45.734-.821t1.196-.371t1.168.342t.763.85h.262q.269%200%20.442-.173t.173-.442v-1.808H3.25v1.808q0%20.269.173.442t.443.173h.568q.214-.45.735-.821q.522-.371%201.197-.371t1.167.342t.763.85m12.454-2.423H3.25z%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%22M4.817%2016.553q-.644-.64-.644-1.553h-.308q-.666%200-1.14-.475t-.475-1.14V7.623q0-.679.475-1.151Q3.199%206%203.864%206h11.83q.311%200%20.594.115t.497.326l4.466%204.196q.237.217.367.524t.131.645v1.579q0%20.666-.475%201.14t-1.14.475q0%20.914-.644%201.553q-.645.64-1.549.64t-1.548-.64T15.749%2015H8.558q0%20.904-.644%201.548t-1.548.644t-1.549-.639m9.433-5.976h5.462l-3.635-3.404q-.096-.077-.202-.125T15.654%207H14.25zm-5.5%200h4.5V7h-4.5zm-5.5%200h4.5V7H3.866q-.27%200-.443.173t-.173.443zm4.003%205.31q.363-.362.363-.887t-.363-.887t-.888-.363t-.887.363t-.363.887t.363.888t.888.362t.887-.363m11.577%200q.362-.362.362-.887t-.362-.888t-.888-.362t-.887.363t-.363.887t.363.888t.887.362t.888-.363M8.296%2014h7.716q.213-.45.734-.821t1.196-.371t1.168.342t.763.85h.262q.269%200%20.442-.173t.173-.442v-1.808H3.25v1.808q0%20.269.173.442t.443.173h.568q.214-.45.735-.821q.522-.371%201.197-.371t1.167.342t.763.85m12.454-2.423H3.25z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/airport-shuttle-outline-rounded.svg?color=%231a73e8&size=48