globe-model from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
globe-model
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0

Related icons in Material Design Icons

Use the globe model icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.36 2.64l-1.41 1.42A6.98 6.98 0 0 1 18 9a7 7 0 0 1-7 7c-1.85 0-3.63-.74-4.94-2.05l-1.42 1.41A8.95 8.95 0 0 0 10 17.93V20H6v2h10v-2h-4v-2.06c4.55-.51 8-4.36 8-8.94c0-2.38-.95-4.67-2.64-6.36M11 3.5A5.5 5.5 0 0 0 5.5 9a5.5 5.5 0 0 0 5.5 5.5A5.5 5.5 0 0 0 16.5 9A5.5 5.5 0 0 0 11 3.5m0 2c1.94 0 3.5 1.57 3.5 3.5a3.5 3.5 0 0 1-3.5 3.5A3.5 3.5 0 0 1 7.5 9A3.5 3.5 0 0 1 11 5.5"/></svg>

React

import type { SVGProps } from "react";

export function MdiGlobeModel(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="m17.36 2.64l-1.41 1.42A6.98 6.98 0 0 1 18 9a7 7 0 0 1-7 7c-1.85 0-3.63-.74-4.94-2.05l-1.42 1.41A8.95 8.95 0 0 0 10 17.93V20H6v2h10v-2h-4v-2.06c4.55-.51 8-4.36 8-8.94c0-2.38-.95-4.67-2.64-6.36M11 3.5A5.5 5.5 0 0 0 5.5 9a5.5 5.5 0 0 0 5.5 5.5A5.5 5.5 0 0 0 16.5 9A5.5 5.5 0 0 0 11 3.5m0 2c1.94 0 3.5 1.57 3.5 3.5a3.5 3.5 0 0 1-3.5 3.5A3.5 3.5 0 0 1 7.5 9A3.5 3.5 0 0 1 11 5.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17.36 2.64l-1.41 1.42A6.98 6.98 0 0 1 18 9a7 7 0 0 1-7 7c-1.85 0-3.63-.74-4.94-2.05l-1.42 1.41A8.95 8.95 0 0 0 10 17.93V20H6v2h10v-2h-4v-2.06c4.55-.51 8-4.36 8-8.94c0-2.38-.95-4.67-2.64-6.36M11 3.5A5.5 5.5 0 0 0 5.5 9a5.5 5.5 0 0 0 5.5 5.5A5.5 5.5 0 0 0 16.5 9A5.5 5.5 0 0 0 11 3.5m0 2c1.94 0 3.5 1.57 3.5 3.5a3.5 3.5 0 0 1-3.5 3.5A3.5 3.5 0 0 1 7.5 9A3.5 3.5 0 0 1 11 5.5"/></svg>
</template>

CSS

.icon-globe-model {
  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%22m17.36%202.64l-1.41%201.42A6.98%206.98%200%200%201%2018%209a7%207%200%200%201-7%207c-1.85%200-3.63-.74-4.94-2.05l-1.42%201.41A8.95%208.95%200%200%200%2010%2017.93V20H6v2h10v-2h-4v-2.06c4.55-.51%208-4.36%208-8.94c0-2.38-.95-4.67-2.64-6.36M11%203.5A5.5%205.5%200%200%200%205.5%209a5.5%205.5%200%200%200%205.5%205.5A5.5%205.5%200%200%200%2016.5%209A5.5%205.5%200%200%200%2011%203.5m0%202c1.94%200%203.5%201.57%203.5%203.5a3.5%203.5%200%200%201-3.5%203.5A3.5%203.5%200%200%201%207.5%209A3.5%203.5%200%200%201%2011%205.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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m17.36%202.64l-1.41%201.42A6.98%206.98%200%200%201%2018%209a7%207%200%200%201-7%207c-1.85%200-3.63-.74-4.94-2.05l-1.42%201.41A8.95%208.95%200%200%200%2010%2017.93V20H6v2h10v-2h-4v-2.06c4.55-.51%208-4.36%208-8.94c0-2.38-.95-4.67-2.64-6.36M11%203.5A5.5%205.5%200%200%200%205.5%209a5.5%205.5%200%200%200%205.5%205.5A5.5%205.5%200%200%200%2016.5%209A5.5%205.5%200%200%200%2011%203.5m0%202c1.94%200%203.5%201.57%203.5%203.5a3.5%203.5%200%200%201-3.5%203.5A3.5%203.5%200%200%201%207.5%209A3.5%203.5%200%200%201%2011%205.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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