globe clock icon
globe-clock-rounded from Material Symbols by Google · Rounded · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- globe-clock-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- globe-clock-outline-rounded
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="M12 2q3.625 0 6.388 2.288t3.437 5.837q.075.4-.175.713t-.675.362t-.737-.212t-.413-.688q-.425-1.95-1.7-3.463T15 4.6V5q0 .825-.587 1.413T13 7h-2v2q0 .425-.288.713T10 10H8v2h4.7q.4 0 .538.4t-.188.675q-.825.825-1.35 1.888t-.65 2.287q-.025.25-.175.438t-.4.187q-.675 0-1.075-.575T9 16v-1l-4.8-4.8q-.075.45-.137.9T4 12q0 3 1.963 5.225t4.912 2.65q.475.075.663.425t.137.725t-.363.65t-.862.2q-1.8-.275-3.35-1.15t-2.688-2.2t-1.775-3T2 12q0-2.075.788-3.9t2.137-3.175T8.1 2.788T12 2m2.463 19.538Q13 20.075 13 18t1.463-3.537T18 13t3.538 1.463T23 18t-1.463 3.538T18 23t-3.537-1.463M18.5 17.8v-2.3q0-.2-.15-.35T18 15t-.35.15t-.15.35v2.275q0 .2.075.388t.225.337l1.5 1.5q.15.15.35.15T20 20t.15-.35t-.15-.35z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsGlobeClockRounded(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="M12 2q3.625 0 6.388 2.288t3.437 5.837q.075.4-.175.713t-.675.362t-.737-.212t-.413-.688q-.425-1.95-1.7-3.463T15 4.6V5q0 .825-.587 1.413T13 7h-2v2q0 .425-.288.713T10 10H8v2h4.7q.4 0 .538.4t-.188.675q-.825.825-1.35 1.888t-.65 2.287q-.025.25-.175.438t-.4.187q-.675 0-1.075-.575T9 16v-1l-4.8-4.8q-.075.45-.137.9T4 12q0 3 1.963 5.225t4.912 2.65q.475.075.663.425t.137.725t-.363.65t-.862.2q-1.8-.275-3.35-1.15t-2.688-2.2t-1.775-3T2 12q0-2.075.788-3.9t2.137-3.175T8.1 2.788T12 2m2.463 19.538Q13 20.075 13 18t1.463-3.537T18 13t3.538 1.463T23 18t-1.463 3.538T18 23t-3.537-1.463M18.5 17.8v-2.3q0-.2-.15-.35T18 15t-.35.15t-.15.35v2.275q0 .2.075.388t.225.337l1.5 1.5q.15.15.35.15T20 20t.15-.35t-.15-.35z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2q3.625 0 6.388 2.288t3.437 5.837q.075.4-.175.713t-.675.362t-.737-.212t-.413-.688q-.425-1.95-1.7-3.463T15 4.6V5q0 .825-.587 1.413T13 7h-2v2q0 .425-.288.713T10 10H8v2h4.7q.4 0 .538.4t-.188.675q-.825.825-1.35 1.888t-.65 2.287q-.025.25-.175.438t-.4.187q-.675 0-1.075-.575T9 16v-1l-4.8-4.8q-.075.45-.137.9T4 12q0 3 1.963 5.225t4.912 2.65q.475.075.663.425t.137.725t-.363.65t-.862.2q-1.8-.275-3.35-1.15t-2.688-2.2t-1.775-3T2 12q0-2.075.788-3.9t2.137-3.175T8.1 2.788T12 2m2.463 19.538Q13 20.075 13 18t1.463-3.537T18 13t3.538 1.463T23 18t-1.463 3.538T18 23t-3.537-1.463M18.5 17.8v-2.3q0-.2-.15-.35T18 15t-.35.15t-.15.35v2.275q0 .2.075.388t.225.337l1.5 1.5q.15.15.35.15T20 20t.15-.35t-.15-.35z"/></svg> </template>
CSS
.icon-globe-clock-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%22M12%202q3.625%200%206.388%202.288t3.437%205.837q.075.4-.175.713t-.675.362t-.737-.212t-.413-.688q-.425-1.95-1.7-3.463T15%204.6V5q0%20.825-.587%201.413T13%207h-2v2q0%20.425-.288.713T10%2010H8v2h4.7q.4%200%20.538.4t-.188.675q-.825.825-1.35%201.888t-.65%202.287q-.025.25-.175.438t-.4.187q-.675%200-1.075-.575T9%2016v-1l-4.8-4.8q-.075.45-.137.9T4%2012q0%203%201.963%205.225t4.912%202.65q.475.075.663.425t.137.725t-.363.65t-.862.2q-1.8-.275-3.35-1.15t-2.688-2.2t-1.775-3T2%2012q0-2.075.788-3.9t2.137-3.175T8.1%202.788T12%202m2.463%2019.538Q13%2020.075%2013%2018t1.463-3.537T18%2013t3.538%201.463T23%2018t-1.463%203.538T18%2023t-3.537-1.463M18.5%2017.8v-2.3q0-.2-.15-.35T18%2015t-.35.15t-.15.35v2.275q0%20.2.075.388t.225.337l1.5%201.5q.15.15.35.15T20%2020t.15-.35t-.15-.35z%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%22M12%202q3.625%200%206.388%202.288t3.437%205.837q.075.4-.175.713t-.675.362t-.737-.212t-.413-.688q-.425-1.95-1.7-3.463T15%204.6V5q0%20.825-.587%201.413T13%207h-2v2q0%20.425-.288.713T10%2010H8v2h4.7q.4%200%20.538.4t-.188.675q-.825.825-1.35%201.888t-.65%202.287q-.025.25-.175.438t-.4.187q-.675%200-1.075-.575T9%2016v-1l-4.8-4.8q-.075.45-.137.9T4%2012q0%203%201.963%205.225t4.912%202.65q.475.075.663.425t.137.725t-.363.65t-.862.2q-1.8-.275-3.35-1.15t-2.688-2.2t-1.775-3T2%2012q0-2.075.788-3.9t2.137-3.175T8.1%202.788T12%202m2.463%2019.538Q13%2020.075%2013%2018t1.463-3.537T18%2013t3.538%201.463T23%2018t-1.463%203.538T18%2023t-3.537-1.463M18.5%2017.8v-2.3q0-.2-.15-.35T18%2015t-.35.15t-.15.35v2.275q0%20.2.075.388t.225.337l1.5%201.5q.15.15.35.15T20%2020t.15-.35t-.15-.35z%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-rounded.svg?color=%231a73e8&size=48