globe clock icon
globe-clock from Material Symbols Light by Google · Regular · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- globe-clock
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- globe-clock-outline
2 other variants in Material Symbols Light
The same icon in other sets
More maps icons from Material Symbols Light
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.507 3.709q1.643.709 2.859 1.924t1.925 2.857T21 12v.217q-.244-.152-.484-.286q-.241-.135-.522-.233q-.084-2.379-1.419-4.326T15 4.562V5q0 .825-.587 1.413T13 7h-2v2q0 .425-.288.713T10 10H8v2h6.598q-1.511.829-2.44 2.31q-.927 1.482-.927 3.306v.192q0 .096.019.192H11q-.825 0-1.412-.587T9 16v-1l-4.8-4.8q-.075.45-.137.9T4 12q0 3.221 2.21 5.557q2.21 2.335 5.507 2.437q.09.283.22.522t.28.484H12q-1.868 0-3.51-.708t-2.857-1.924t-1.924-2.856T3 12.003t.709-3.51Q4.417 6.85 5.63 5.634t2.857-1.925T11.997 3t3.51.709M14.78 20.45q-1.164-1.164-1.164-2.835t1.164-2.836t2.836-1.164q1.67 0 2.835 1.164t1.165 2.836q0 1.67-1.165 2.835t-2.835 1.165q-1.672 0-2.836-1.165m4.486-.64l.546-.545L18 17.46v-2.73h-.77v3.046z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightGlobeClock(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.507 3.709q1.643.709 2.859 1.924t1.925 2.857T21 12v.217q-.244-.152-.484-.286q-.241-.135-.522-.233q-.084-2.379-1.419-4.326T15 4.562V5q0 .825-.587 1.413T13 7h-2v2q0 .425-.288.713T10 10H8v2h6.598q-1.511.829-2.44 2.31q-.927 1.482-.927 3.306v.192q0 .096.019.192H11q-.825 0-1.412-.587T9 16v-1l-4.8-4.8q-.075.45-.137.9T4 12q0 3.221 2.21 5.557q2.21 2.335 5.507 2.437q.09.283.22.522t.28.484H12q-1.868 0-3.51-.708t-2.857-1.924t-1.924-2.856T3 12.003t.709-3.51Q4.417 6.85 5.63 5.634t2.857-1.925T11.997 3t3.51.709M14.78 20.45q-1.164-1.164-1.164-2.835t1.164-2.836t2.836-1.164q1.67 0 2.835 1.164t1.165 2.836q0 1.67-1.165 2.835t-2.835 1.165q-1.672 0-2.836-1.165m4.486-.64l.546-.545L18 17.46v-2.73h-.77v3.046z"/></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.507 3.709q1.643.709 2.859 1.924t1.925 2.857T21 12v.217q-.244-.152-.484-.286q-.241-.135-.522-.233q-.084-2.379-1.419-4.326T15 4.562V5q0 .825-.587 1.413T13 7h-2v2q0 .425-.288.713T10 10H8v2h6.598q-1.511.829-2.44 2.31q-.927 1.482-.927 3.306v.192q0 .096.019.192H11q-.825 0-1.412-.587T9 16v-1l-4.8-4.8q-.075.45-.137.9T4 12q0 3.221 2.21 5.557q2.21 2.335 5.507 2.437q.09.283.22.522t.28.484H12q-1.868 0-3.51-.708t-2.857-1.924t-1.924-2.856T3 12.003t.709-3.51Q4.417 6.85 5.63 5.634t2.857-1.925T11.997 3t3.51.709M14.78 20.45q-1.164-1.164-1.164-2.835t1.164-2.836t2.836-1.164q1.67 0 2.835 1.164t1.165 2.836q0 1.67-1.165 2.835t-2.835 1.165q-1.672 0-2.836-1.165m4.486-.64l.546-.545L18 17.46v-2.73h-.77v3.046z"/></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.507%203.709q1.643.709%202.859%201.924t1.925%202.857T21%2012v.217q-.244-.152-.484-.286q-.241-.135-.522-.233q-.084-2.379-1.419-4.326T15%204.562V5q0%20.825-.587%201.413T13%207h-2v2q0%20.425-.288.713T10%2010H8v2h6.598q-1.511.829-2.44%202.31q-.927%201.482-.927%203.306v.192q0%20.096.019.192H11q-.825%200-1.412-.587T9%2016v-1l-4.8-4.8q-.075.45-.137.9T4%2012q0%203.221%202.21%205.557q2.21%202.335%205.507%202.437q.09.283.22.522t.28.484H12q-1.868%200-3.51-.708t-2.857-1.924t-1.924-2.856T3%2012.003t.709-3.51Q4.417%206.85%205.63%205.634t2.857-1.925T11.997%203t3.51.709M14.78%2020.45q-1.164-1.164-1.164-2.835t1.164-2.836t2.836-1.164q1.67%200%202.835%201.164t1.165%202.836q0%201.67-1.165%202.835t-2.835%201.165q-1.672%200-2.836-1.165m4.486-.64l.546-.545L18%2017.46v-2.73h-.77v3.046z%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.507%203.709q1.643.709%202.859%201.924t1.925%202.857T21%2012v.217q-.244-.152-.484-.286q-.241-.135-.522-.233q-.084-2.379-1.419-4.326T15%204.562V5q0%20.825-.587%201.413T13%207h-2v2q0%20.425-.288.713T10%2010H8v2h6.598q-1.511.829-2.44%202.31q-.927%201.482-.927%203.306v.192q0%20.096.019.192H11q-.825%200-1.412-.587T9%2016v-1l-4.8-4.8q-.075.45-.137.9T4%2012q0%203.221%202.21%205.557q2.21%202.335%205.507%202.437q.09.283.22.522t.28.484H12q-1.868%200-3.51-.708t-2.857-1.924t-1.924-2.856T3%2012.003t.709-3.51Q4.417%206.85%205.63%205.634t2.857-1.925T11.997%203t3.51.709M14.78%2020.45q-1.164-1.164-1.164-2.835t1.164-2.836t2.836-1.164q1.67%200%202.835%201.164t1.165%202.836q0%201.67-1.165%202.835t-2.835%201.165q-1.672%200-2.836-1.165m4.486-.64l.546-.545L18%2017.46v-2.73h-.77v3.046z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/globe-clock.svg?color=%231a73e8&size=48