tour-outline-rounded from Material Symbols Light by Google · Outline Rounded · Maps · Apache-2.0 Free for personal and commercial use.

Name
tour-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Maps
Viewbox
24×24
License
Apache 2.0

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="M6.5 13.5V21q0 .214-.143.357T6 21.5t-.357-.143T5.5 21V3q0-.213.143-.357T6 2.5t.357.143T6.5 3v1.5h12.583q.429 0 .661.351t.072.755L18.462 9l1.354 3.394q.161.404-.072.755t-.661.351zm0-8v7zm7.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 MaterialSymbolsLightTourOutlineRounded(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="M6.5 13.5V21q0 .214-.143.357T6 21.5t-.357-.143T5.5 21V3q0-.213.143-.357T6 2.5t.357.143T6.5 3v1.5h12.583q.429 0 .661.351t.072.755L18.462 9l1.354 3.394q.161.404-.072.755t-.661.351zm0-8v7zm7.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="M6.5 13.5V21q0 .214-.143.357T6 21.5t-.357-.143T5.5 21V3q0-.213.143-.357T6 2.5t.357.143T6.5 3v1.5h12.583q.429 0 .661.351t.072.755L18.462 9l1.354 3.394q.161.404-.072.755t-.661.351zm0-8v7zm7.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-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%22M6.5%2013.5V21q0%20.214-.143.357T6%2021.5t-.357-.143T5.5%2021V3q0-.213.143-.357T6%202.5t.357.143T6.5%203v1.5h12.583q.429%200%20.661.351t.072.755L18.462%209l1.354%203.394q.161.404-.072.755t-.661.351zm0-8v7zm7.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%22M6.5%2013.5V21q0%20.214-.143.357T6%2021.5t-.357-.143T5.5%2021V3q0-.213.143-.357T6%202.5t.357.143T6.5%203v1.5h12.583q.429%200%20.661.351t.072.755L18.462%209l1.354%203.394q.161.404-.072.755t-.661.351zm0-8v7zm7.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-rounded.svg?color=%231a73e8&size=48