google travel icon
google-travel-outline from Material Symbols by Google · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- google-travel-outline
- Set
- Material Symbols
- Style
- Outline
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Material Symbols
Related icons in Material Symbols
Use the google travel icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 22q-.625 0-1.062-.438Q7.5 21.125 7.5 20.5V20q-.625 0-1.062-.438Q6 19.125 6 18.5v-11q0-.625.438-1.062Q6.875 6 7.5 6H9V2.75q0-.3.225-.525Q9.45 2 9.75 2h4.5q.3 0 .525.225q.225.225.225.525V6h1.5q.625 0 1.062.438Q18 6.875 18 7.5v11q0 .625-.438 1.062Q17.125 20 16.5 20v.5q0 .625-.438 1.062Q15.625 22 15 22t-1.062-.438q-.438-.437-.438-1.062V20h-3v.5q0 .625-.438 1.062Q9.625 22 9 22Zm1.5-16h3V3.5h-3Zm-3 12.5h9v-11h-9Z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsGoogleTravelOutline(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="M9 22q-.625 0-1.062-.438Q7.5 21.125 7.5 20.5V20q-.625 0-1.062-.438Q6 19.125 6 18.5v-11q0-.625.438-1.062Q6.875 6 7.5 6H9V2.75q0-.3.225-.525Q9.45 2 9.75 2h4.5q.3 0 .525.225q.225.225.225.525V6h1.5q.625 0 1.062.438Q18 6.875 18 7.5v11q0 .625-.438 1.062Q17.125 20 16.5 20v.5q0 .625-.438 1.062Q15.625 22 15 22t-1.062-.438q-.438-.437-.438-1.062V20h-3v.5q0 .625-.438 1.062Q9.625 22 9 22Zm1.5-16h3V3.5h-3Zm-3 12.5h9v-11h-9Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 22q-.625 0-1.062-.438Q7.5 21.125 7.5 20.5V20q-.625 0-1.062-.438Q6 19.125 6 18.5v-11q0-.625.438-1.062Q6.875 6 7.5 6H9V2.75q0-.3.225-.525Q9.45 2 9.75 2h4.5q.3 0 .525.225q.225.225.225.525V6h1.5q.625 0 1.062.438Q18 6.875 18 7.5v11q0 .625-.438 1.062Q17.125 20 16.5 20v.5q0 .625-.438 1.062Q15.625 22 15 22t-1.062-.438q-.438-.437-.438-1.062V20h-3v.5q0 .625-.438 1.062Q9.625 22 9 22Zm1.5-16h3V3.5h-3Zm-3 12.5h9v-11h-9Z"/></svg> </template>
CSS
.icon-google-travel-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%22M9%2022q-.625%200-1.062-.438Q7.5%2021.125%207.5%2020.5V20q-.625%200-1.062-.438Q6%2019.125%206%2018.5v-11q0-.625.438-1.062Q6.875%206%207.5%206H9V2.75q0-.3.225-.525Q9.45%202%209.75%202h4.5q.3%200%20.525.225q.225.225.225.525V6h1.5q.625%200%201.062.438Q18%206.875%2018%207.5v11q0%20.625-.438%201.062Q17.125%2020%2016.5%2020v.5q0%20.625-.438%201.062Q15.625%2022%2015%2022t-1.062-.438q-.438-.437-.438-1.062V20h-3v.5q0%20.625-.438%201.062Q9.625%2022%209%2022Zm1.5-16h3V3.5h-3Zm-3%2012.5h9v-11h-9Z%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%22M9%2022q-.625%200-1.062-.438Q7.5%2021.125%207.5%2020.5V20q-.625%200-1.062-.438Q6%2019.125%206%2018.5v-11q0-.625.438-1.062Q6.875%206%207.5%206H9V2.75q0-.3.225-.525Q9.45%202%209.75%202h4.5q.3%200%20.525.225q.225.225.225.525V6h1.5q.625%200%201.062.438Q18%206.875%2018%207.5v11q0%20.625-.438%201.062Q17.125%2020%2016.5%2020v.5q0%20.625-.438%201.062Q15.625%2022%2015%2022t-1.062-.438q-.438-.437-.438-1.062V20h-3v.5q0%20.625-.438%201.062Q9.625%2022%209%2022Zm1.5-16h3V3.5h-3Zm-3%2012.5h9v-11h-9Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/google-travel-outline.svg?color=%231a73e8&size=48