tour icon
tour-outline from Material Symbols Light by Google · Outline · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- tour-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- tour-outline-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More maps icons from Material Symbols Light
Use the tour icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.5 21.5v-19h1v2h13.77L18.46 9l1.808 4.5H6.5v8zm1-16v7zm7.066 4.566Q14 9.633 14 9t-.434-1.066Q13.133 7.5 12.5 7.5t-1.066.434T11 9t.434 1.066q.433.434 1.066.434t1.066-.434M6.5 12.5h12.28L17.39 9l1.392-3.5H6.5z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightTourOutline(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="M5.5 21.5v-19h1v2h13.77L18.46 9l1.808 4.5H6.5v8zm1-16v7zm7.066 4.566Q14 9.633 14 9t-.434-1.066Q13.133 7.5 12.5 7.5t-1.066.434T11 9t.434 1.066q.433.434 1.066.434t1.066-.434M6.5 12.5h12.28L17.39 9l1.392-3.5H6.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.5 21.5v-19h1v2h13.77L18.46 9l1.808 4.5H6.5v8zm1-16v7zm7.066 4.566Q14 9.633 14 9t-.434-1.066Q13.133 7.5 12.5 7.5t-1.066.434T11 9t.434 1.066q.433.434 1.066.434t1.066-.434M6.5 12.5h12.28L17.39 9l1.392-3.5H6.5z"/></svg> </template>
CSS
.icon-tour-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%22M5.5%2021.5v-19h1v2h13.77L18.46%209l1.808%204.5H6.5v8zm1-16v7zm7.066%204.566Q14%209.633%2014%209t-.434-1.066Q13.133%207.5%2012.5%207.5t-1.066.434T11%209t.434%201.066q.433.434%201.066.434t1.066-.434M6.5%2012.5h12.28L17.39%209l1.392-3.5H6.5z%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%22M5.5%2021.5v-19h1v2h13.77L18.46%209l1.808%204.5H6.5v8zm1-16v7zm7.066%204.566Q14%209.633%2014%209t-.434-1.066Q13.133%207.5%2012.5%207.5t-1.066.434T11%209t.434%201.066q.433.434%201.066.434t1.066-.434M6.5%2012.5h12.28L17.39%209l1.392-3.5H6.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/tour-outline.svg?color=%231a73e8&size=48