globe-clock-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.

Name
globe-clock-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
License
MIT

5 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the globe clock icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.996 13.657A5.47 5.47 0 0 1 5.022 11h-2.22a6.02 6.02 0 0 0 3.194 2.657M2.34 10h2.681q.02-.204.052-.403A17 17 0 0 1 5.117 6H2.34A6 6 0 0 0 2 8c0 .701.12 1.374.341 2m3.673-2.683c.363-.51.81-.956 1.323-1.317H6.125q-.082.63-.11 1.317m3.287-3.734c.159.414.297.89.407 1.417H6.292c.11-.527.248-1.003.407-1.417c.213-.554.455-.969.698-1.236S7.844 2 8 2s.36.08.603.347s.485.682.698 1.236M10.728 5h2.47a6.02 6.02 0 0 0-3.421-2.733c.17.285.323.608.457.957c.201.522.368 1.12.494 1.776M2.803 5h2.47a10.5 10.5 0 0 1 .493-1.776c.134-.349.286-.672.457-.957A6.02 6.02 0 0 0 2.803 5M15 10.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0M10.5 8a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5H12a.5.5 0 0 0 0-1h-1V8.5a.5.5 0 0 0-.5-.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentGlobeClock16Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.996 13.657A5.47 5.47 0 0 1 5.022 11h-2.22a6.02 6.02 0 0 0 3.194 2.657M2.34 10h2.681q.02-.204.052-.403A17 17 0 0 1 5.117 6H2.34A6 6 0 0 0 2 8c0 .701.12 1.374.341 2m3.673-2.683c.363-.51.81-.956 1.323-1.317H6.125q-.082.63-.11 1.317m3.287-3.734c.159.414.297.89.407 1.417H6.292c.11-.527.248-1.003.407-1.417c.213-.554.455-.969.698-1.236S7.844 2 8 2s.36.08.603.347s.485.682.698 1.236M10.728 5h2.47a6.02 6.02 0 0 0-3.421-2.733c.17.285.323.608.457.957c.201.522.368 1.12.494 1.776M2.803 5h2.47a10.5 10.5 0 0 1 .493-1.776c.134-.349.286-.672.457-.957A6.02 6.02 0 0 0 2.803 5M15 10.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0M10.5 8a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5H12a.5.5 0 0 0 0-1h-1V8.5a.5.5 0 0 0-.5-.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.996 13.657A5.47 5.47 0 0 1 5.022 11h-2.22a6.02 6.02 0 0 0 3.194 2.657M2.34 10h2.681q.02-.204.052-.403A17 17 0 0 1 5.117 6H2.34A6 6 0 0 0 2 8c0 .701.12 1.374.341 2m3.673-2.683c.363-.51.81-.956 1.323-1.317H6.125q-.082.63-.11 1.317m3.287-3.734c.159.414.297.89.407 1.417H6.292c.11-.527.248-1.003.407-1.417c.213-.554.455-.969.698-1.236S7.844 2 8 2s.36.08.603.347s.485.682.698 1.236M10.728 5h2.47a6.02 6.02 0 0 0-3.421-2.733c.17.285.323.608.457.957c.201.522.368 1.12.494 1.776M2.803 5h2.47a10.5 10.5 0 0 1 .493-1.776c.134-.349.286-.672.457-.957A6.02 6.02 0 0 0 2.803 5M15 10.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0M10.5 8a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5H12a.5.5 0 0 0 0-1h-1V8.5a.5.5 0 0 0-.5-.5"/></svg>
</template>

CSS

.icon-globe-clock-16-filled {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.996%2013.657A5.47%205.47%200%200%201%205.022%2011h-2.22a6.02%206.02%200%200%200%203.194%202.657M2.34%2010h2.681q.02-.204.052-.403A17%2017%200%200%201%205.117%206H2.34A6%206%200%200%200%202%208c0%20.701.12%201.374.341%202m3.673-2.683c.363-.51.81-.956%201.323-1.317H6.125q-.082.63-.11%201.317m3.287-3.734c.159.414.297.89.407%201.417H6.292c.11-.527.248-1.003.407-1.417c.213-.554.455-.969.698-1.236S7.844%202%208%202s.36.08.603.347s.485.682.698%201.236M10.728%205h2.47a6.02%206.02%200%200%200-3.421-2.733c.17.285.323.608.457.957c.201.522.368%201.12.494%201.776M2.803%205h2.47a10.5%2010.5%200%200%201%20.493-1.776c.134-.349.286-.672.457-.957A6.02%206.02%200%200%200%202.803%205M15%2010.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200M10.5%208a.5.5%200%200%200-.5.5v2a.5.5%200%200%200%20.5.5H12a.5.5%200%200%200%200-1h-1V8.5a.5.5%200%200%200-.5-.5%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.996%2013.657A5.47%205.47%200%200%201%205.022%2011h-2.22a6.02%206.02%200%200%200%203.194%202.657M2.34%2010h2.681q.02-.204.052-.403A17%2017%200%200%201%205.117%206H2.34A6%206%200%200%200%202%208c0%20.701.12%201.374.341%202m3.673-2.683c.363-.51.81-.956%201.323-1.317H6.125q-.082.63-.11%201.317m3.287-3.734c.159.414.297.89.407%201.417H6.292c.11-.527.248-1.003.407-1.417c.213-.554.455-.969.698-1.236S7.844%202%208%202s.36.08.603.347s.485.682.698%201.236M10.728%205h2.47a6.02%206.02%200%200%200-3.421-2.733c.17.285.323.608.457.957c.201.522.368%201.12.494%201.776M2.803%205h2.47a10.5%2010.5%200%200%201%20.493-1.776c.134-.349.286-.672.457-.957A6.02%206.02%200%200%200%202.803%205M15%2010.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200M10.5%208a.5.5%200%200%200-.5.5v2a.5.5%200%200%200%20.5.5H12a.5.5%200%200%200%200-1h-1V8.5a.5.5%200%200%200-.5-.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Globe Clock 16 filled icon — Fluent UI System Icons · IconsDB