globe-clock from Material Symbols by Google · Regular · Maps · Apache-2.0 Free for personal and commercial use.

Name
globe-clock
Set
Material Symbols
Style
Regular
Category
Maps
Viewbox
24×24
License
Apache 2.0
Aliases
globe-clock-outline

2 other variants in Material Symbols

The same icon in other sets

More maps icons from Material Symbols

Use the globe clock icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.9 2.788q1.825.787 3.175 2.137T21.213 8.1T22 12v.275q-.475-.325-.975-.575t-1.05-.425q-.2-2.225-1.525-4.038T15 4.6V5q0 .825-.587 1.413T13 7h-2v2q0 .425-.288.713T10 10H8v2h6.425q-1.55.925-2.488 2.513T11 18q-.825 0-1.412-.587T9 16v-1l-4.8-4.8q-.075.45-.137.9T4 12q0 3.125 2.075 5.413t5.2 2.562q.175.575.425 1.063t.575.962H12q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788m-1.437 18.75Q13 20.075 13 18t1.463-3.537T18 13t3.538 1.463T23 18t-1.463 3.538T18 23t-3.537-1.463m5.187-1.187l.7-.7l-1.85-1.85V15h-1v3.2z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsGlobeClock(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="M15.9 2.788q1.825.787 3.175 2.137T21.213 8.1T22 12v.275q-.475-.325-.975-.575t-1.05-.425q-.2-2.225-1.525-4.038T15 4.6V5q0 .825-.587 1.413T13 7h-2v2q0 .425-.288.713T10 10H8v2h6.425q-1.55.925-2.488 2.513T11 18q-.825 0-1.412-.587T9 16v-1l-4.8-4.8q-.075.45-.137.9T4 12q0 3.125 2.075 5.413t5.2 2.562q.175.575.425 1.063t.575.962H12q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788m-1.437 18.75Q13 20.075 13 18t1.463-3.537T18 13t3.538 1.463T23 18t-1.463 3.538T18 23t-3.537-1.463m5.187-1.187l.7-.7l-1.85-1.85V15h-1v3.2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.9 2.788q1.825.787 3.175 2.137T21.213 8.1T22 12v.275q-.475-.325-.975-.575t-1.05-.425q-.2-2.225-1.525-4.038T15 4.6V5q0 .825-.587 1.413T13 7h-2v2q0 .425-.288.713T10 10H8v2h6.425q-1.55.925-2.488 2.513T11 18q-.825 0-1.412-.587T9 16v-1l-4.8-4.8q-.075.45-.137.9T4 12q0 3.125 2.075 5.413t5.2 2.562q.175.575.425 1.063t.575.962H12q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9T2 12t.788-3.9t2.137-3.175T8.1 2.788T12 2t3.9.788m-1.437 18.75Q13 20.075 13 18t1.463-3.537T18 13t3.538 1.463T23 18t-1.463 3.538T18 23t-3.537-1.463m5.187-1.187l.7-.7l-1.85-1.85V15h-1v3.2z"/></svg>
</template>

CSS

.icon-globe-clock {
  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%22M15.9%202.788q1.825.787%203.175%202.137T21.213%208.1T22%2012v.275q-.475-.325-.975-.575t-1.05-.425q-.2-2.225-1.525-4.038T15%204.6V5q0%20.825-.587%201.413T13%207h-2v2q0%20.425-.288.713T10%2010H8v2h6.425q-1.55.925-2.488%202.513T11%2018q-.825%200-1.412-.587T9%2016v-1l-4.8-4.8q-.075.45-.137.9T4%2012q0%203.125%202.075%205.413t5.2%202.562q.175.575.425%201.063t.575.962H12q-2.075%200-3.9-.788t-3.175-2.137T2.788%2015.9T2%2012t.788-3.9t2.137-3.175T8.1%202.788T12%202t3.9.788m-1.437%2018.75Q13%2020.075%2013%2018t1.463-3.537T18%2013t3.538%201.463T23%2018t-1.463%203.538T18%2023t-3.537-1.463m5.187-1.187l.7-.7l-1.85-1.85V15h-1v3.2z%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%22M15.9%202.788q1.825.787%203.175%202.137T21.213%208.1T22%2012v.275q-.475-.325-.975-.575t-1.05-.425q-.2-2.225-1.525-4.038T15%204.6V5q0%20.825-.587%201.413T13%207h-2v2q0%20.425-.288.713T10%2010H8v2h6.425q-1.55.925-2.488%202.513T11%2018q-.825%200-1.412-.587T9%2016v-1l-4.8-4.8q-.075.45-.137.9T4%2012q0%203.125%202.075%205.413t5.2%202.562q.175.575.425%201.063t.575.962H12q-2.075%200-3.9-.788t-3.175-2.137T2.788%2015.9T2%2012t.788-3.9t2.137-3.175T8.1%202.788T12%202t3.9.788m-1.437%2018.75Q13%2020.075%2013%2018t1.463-3.537T18%2013t3.538%201.463T23%2018t-1.463%203.538T18%2023t-3.537-1.463m5.187-1.187l.7-.7l-1.85-1.85V15h-1v3.2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/globe-clock.svg?color=%231a73e8&size=48