globe from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.

Name
globe
Set
Prime Icons
Style
Regular
Viewbox
24×24
License
MIT

The same icon in other sets

Use the globe icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 3a9 9 0 1 0 9 9a9 9 0 0 0-9-9m7.46 8.25H16.7a13 13 0 0 0-2.94-6.53a7.52 7.52 0 0 1 5.7 6.53m-10.65 1.5h6.38A13.2 13.2 0 0 1 12 19.1a13.2 13.2 0 0 1-3.19-6.35m0-1.5A13.2 13.2 0 0 1 12 4.9a13.2 13.2 0 0 1 3.19 6.35Zm1.43-6.53a13 13 0 0 0-2.94 6.53H4.54a7.52 7.52 0 0 1 5.7-6.53m-5.7 8H7.3a13 13 0 0 0 2.94 6.53a7.52 7.52 0 0 1-5.7-6.5Zm9.22 6.53a13 13 0 0 0 2.94-6.53h2.76a7.52 7.52 0 0 1-5.7 6.56Z"/></svg>

React

import type { SVGProps } from "react";

export function PrimeGlobe(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 3a9 9 0 1 0 9 9a9 9 0 0 0-9-9m7.46 8.25H16.7a13 13 0 0 0-2.94-6.53a7.52 7.52 0 0 1 5.7 6.53m-10.65 1.5h6.38A13.2 13.2 0 0 1 12 19.1a13.2 13.2 0 0 1-3.19-6.35m0-1.5A13.2 13.2 0 0 1 12 4.9a13.2 13.2 0 0 1 3.19 6.35Zm1.43-6.53a13 13 0 0 0-2.94 6.53H4.54a7.52 7.52 0 0 1 5.7-6.53m-5.7 8H7.3a13 13 0 0 0 2.94 6.53a7.52 7.52 0 0 1-5.7-6.5Zm9.22 6.53a13 13 0 0 0 2.94-6.53h2.76a7.52 7.52 0 0 1-5.7 6.56Z"/></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 3a9 9 0 1 0 9 9a9 9 0 0 0-9-9m7.46 8.25H16.7a13 13 0 0 0-2.94-6.53a7.52 7.52 0 0 1 5.7 6.53m-10.65 1.5h6.38A13.2 13.2 0 0 1 12 19.1a13.2 13.2 0 0 1-3.19-6.35m0-1.5A13.2 13.2 0 0 1 12 4.9a13.2 13.2 0 0 1 3.19 6.35Zm1.43-6.53a13 13 0 0 0-2.94 6.53H4.54a7.52 7.52 0 0 1 5.7-6.53m-5.7 8H7.3a13 13 0 0 0 2.94 6.53a7.52 7.52 0 0 1-5.7-6.5Zm9.22 6.53a13 13 0 0 0 2.94-6.53h2.76a7.52 7.52 0 0 1-5.7 6.56Z"/></svg>
</template>

CSS

.icon-globe {
  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%203a9%209%200%201%200%209%209a9%209%200%200%200-9-9m7.46%208.25H16.7a13%2013%200%200%200-2.94-6.53a7.52%207.52%200%200%201%205.7%206.53m-10.65%201.5h6.38A13.2%2013.2%200%200%201%2012%2019.1a13.2%2013.2%200%200%201-3.19-6.35m0-1.5A13.2%2013.2%200%200%201%2012%204.9a13.2%2013.2%200%200%201%203.19%206.35Zm1.43-6.53a13%2013%200%200%200-2.94%206.53H4.54a7.52%207.52%200%200%201%205.7-6.53m-5.7%208H7.3a13%2013%200%200%200%202.94%206.53a7.52%207.52%200%200%201-5.7-6.5Zm9.22%206.53a13%2013%200%200%200%202.94-6.53h2.76a7.52%207.52%200%200%201-5.7%206.56Z%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%203a9%209%200%201%200%209%209a9%209%200%200%200-9-9m7.46%208.25H16.7a13%2013%200%200%200-2.94-6.53a7.52%207.52%200%200%201%205.7%206.53m-10.65%201.5h6.38A13.2%2013.2%200%200%201%2012%2019.1a13.2%2013.2%200%200%201-3.19-6.35m0-1.5A13.2%2013.2%200%200%201%2012%204.9a13.2%2013.2%200%200%201%203.19%206.35Zm1.43-6.53a13%2013%200%200%200-2.94%206.53H4.54a7.52%207.52%200%200%201%205.7-6.53m-5.7%208H7.3a13%2013%200%200%200%202.94%206.53a7.52%207.52%200%200%201-5.7-6.5Zm9.22%206.53a13%2013%200%200%200%202.94-6.53h2.76a7.52%207.52%200%200%201-5.7%206.56Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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