globe from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
globe
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

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 16 16"><path fill="currentColor" d="M8 1C4.141 1 1 4.141 1 8s3.141 7 7 7s7-3.141 7-7s-3.141-7-7-7m0 13c-.578 0-1.314-1.094-1.712-3h3.425c-.398 1.906-1.134 3-1.712 3zm-1.879-4A16 16 0 0 1 6 8c0-.723.044-1.392.121-2h3.757c.077.608.121 1.277.121 2s-.044 1.392-.121 2zM2 8c0-.701.121-1.374.343-2h2.778a16.6 16.6 0 0 0 0 4H2.343A6 6 0 0 1 2 8m6-6c.578 0 1.314 1.094 1.712 3H6.287C6.685 3.094 7.422 2 8 2m2.879 4h2.778c.222.626.343 1.299.343 2s-.121 1.374-.343 2h-2.778a16.6 16.6 0 0 0 0-4m2.316-1h-2.473c-.206-1.062-.523-2.02-.947-2.732A6.03 6.03 0 0 1 13.195 5M6.226 2.268c-.424.712-.742 1.67-.947 2.732H2.806a6.03 6.03 0 0 1 3.42-2.732M2.805 11h2.473c.206 1.062.523 2.02.947 2.732A6.03 6.03 0 0 1 2.805 11m6.969 2.732c.424-.712.742-1.67.947-2.732h2.473a6.03 6.03 0 0 1-3.42 2.732"/></svg>

React

import type { SVGProps } from "react";

export function CodiconGlobe(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="M8 1C4.141 1 1 4.141 1 8s3.141 7 7 7s7-3.141 7-7s-3.141-7-7-7m0 13c-.578 0-1.314-1.094-1.712-3h3.425c-.398 1.906-1.134 3-1.712 3zm-1.879-4A16 16 0 0 1 6 8c0-.723.044-1.392.121-2h3.757c.077.608.121 1.277.121 2s-.044 1.392-.121 2zM2 8c0-.701.121-1.374.343-2h2.778a16.6 16.6 0 0 0 0 4H2.343A6 6 0 0 1 2 8m6-6c.578 0 1.314 1.094 1.712 3H6.287C6.685 3.094 7.422 2 8 2m2.879 4h2.778c.222.626.343 1.299.343 2s-.121 1.374-.343 2h-2.778a16.6 16.6 0 0 0 0-4m2.316-1h-2.473c-.206-1.062-.523-2.02-.947-2.732A6.03 6.03 0 0 1 13.195 5M6.226 2.268c-.424.712-.742 1.67-.947 2.732H2.806a6.03 6.03 0 0 1 3.42-2.732M2.805 11h2.473c.206 1.062.523 2.02.947 2.732A6.03 6.03 0 0 1 2.805 11m6.969 2.732c.424-.712.742-1.67.947-2.732h2.473a6.03 6.03 0 0 1-3.42 2.732"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 1C4.141 1 1 4.141 1 8s3.141 7 7 7s7-3.141 7-7s-3.141-7-7-7m0 13c-.578 0-1.314-1.094-1.712-3h3.425c-.398 1.906-1.134 3-1.712 3zm-1.879-4A16 16 0 0 1 6 8c0-.723.044-1.392.121-2h3.757c.077.608.121 1.277.121 2s-.044 1.392-.121 2zM2 8c0-.701.121-1.374.343-2h2.778a16.6 16.6 0 0 0 0 4H2.343A6 6 0 0 1 2 8m6-6c.578 0 1.314 1.094 1.712 3H6.287C6.685 3.094 7.422 2 8 2m2.879 4h2.778c.222.626.343 1.299.343 2s-.121 1.374-.343 2h-2.778a16.6 16.6 0 0 0 0-4m2.316-1h-2.473c-.206-1.062-.523-2.02-.947-2.732A6.03 6.03 0 0 1 13.195 5M6.226 2.268c-.424.712-.742 1.67-.947 2.732H2.806a6.03 6.03 0 0 1 3.42-2.732M2.805 11h2.473c.206 1.062.523 2.02.947 2.732A6.03 6.03 0 0 1 2.805 11m6.969 2.732c.424-.712.742-1.67.947-2.732h2.473a6.03 6.03 0 0 1-3.42 2.732"/></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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%201C4.141%201%201%204.141%201%208s3.141%207%207%207s7-3.141%207-7s-3.141-7-7-7m0%2013c-.578%200-1.314-1.094-1.712-3h3.425c-.398%201.906-1.134%203-1.712%203zm-1.879-4A16%2016%200%200%201%206%208c0-.723.044-1.392.121-2h3.757c.077.608.121%201.277.121%202s-.044%201.392-.121%202zM2%208c0-.701.121-1.374.343-2h2.778a16.6%2016.6%200%200%200%200%204H2.343A6%206%200%200%201%202%208m6-6c.578%200%201.314%201.094%201.712%203H6.287C6.685%203.094%207.422%202%208%202m2.879%204h2.778c.222.626.343%201.299.343%202s-.121%201.374-.343%202h-2.778a16.6%2016.6%200%200%200%200-4m2.316-1h-2.473c-.206-1.062-.523-2.02-.947-2.732A6.03%206.03%200%200%201%2013.195%205M6.226%202.268c-.424.712-.742%201.67-.947%202.732H2.806a6.03%206.03%200%200%201%203.42-2.732M2.805%2011h2.473c.206%201.062.523%202.02.947%202.732A6.03%206.03%200%200%201%202.805%2011m6.969%202.732c.424-.712.742-1.67.947-2.732h2.473a6.03%206.03%200%200%201-3.42%202.732%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%22M8%201C4.141%201%201%204.141%201%208s3.141%207%207%207s7-3.141%207-7s-3.141-7-7-7m0%2013c-.578%200-1.314-1.094-1.712-3h3.425c-.398%201.906-1.134%203-1.712%203zm-1.879-4A16%2016%200%200%201%206%208c0-.723.044-1.392.121-2h3.757c.077.608.121%201.277.121%202s-.044%201.392-.121%202zM2%208c0-.701.121-1.374.343-2h2.778a16.6%2016.6%200%200%200%200%204H2.343A6%206%200%200%201%202%208m6-6c.578%200%201.314%201.094%201.712%203H6.287C6.685%203.094%207.422%202%208%202m2.879%204h2.778c.222.626.343%201.299.343%202s-.121%201.374-.343%202h-2.778a16.6%2016.6%200%200%200%200-4m2.316-1h-2.473c-.206-1.062-.523-2.02-.947-2.732A6.03%206.03%200%200%201%2013.195%205M6.226%202.268c-.424.712-.742%201.67-.947%202.732H2.806a6.03%206.03%200%200%201%203.42-2.732M2.805%2011h2.473c.206%201.062.523%202.02.947%202.732A6.03%206.03%200%200%201%202.805%2011m6.969%202.732c.424-.712.742-1.67.947-2.732h2.473a6.03%206.03%200%200%201-3.42%202.732%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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