globe from Octicons by GitHub · Regular · MIT Free for personal and commercial use.

Name
globe
Set
Octicons
Style
Regular
Viewbox
14×16
License
MIT

2 other variants in Octicons

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 14 16"><path fill-rule="evenodd" d="M7 1C3.14 1 0 4.14 0 8s3.14 7 7 7c.48 0 .94-.05 1.38-.14c-.17-.08-.2-.73-.02-1.09c.19-.41.81-1.45.2-1.8c-.61-.35-.44-.5-.81-.91c-.37-.41-.22-.47-.25-.58c-.08-.34.36-.89.39-.94c.02-.06.02-.27 0-.33c0-.08-.27-.22-.34-.23c-.06 0-.11.11-.2.13c-.09.02-.5-.25-.59-.33c-.09-.08-.14-.23-.27-.34c-.13-.13-.14-.03-.33-.11s-.8-.31-1.28-.48c-.48-.19-.52-.47-.52-.66c-.02-.2-.3-.47-.42-.67c-.14-.2-.16-.47-.2-.41c-.04.06.25.78.2.81c-.05.02-.16-.2-.3-.38c-.14-.19.14-.09-.3-.95s.14-1.3.17-1.75c.03-.45.38.17.19-.13c-.19-.3 0-.89-.14-1.11c-.13-.22-.88.25-.88.25c.02-.22.69-.58 1.16-.92c.47-.34.78-.06 1.16.05c.39.13.41.09.28-.05c-.13-.13.06-.17.36-.13c.28.05.38.41.83.36c.47-.03.05.09.11.22s-.06.11-.38.3c-.3.2.02.22.55.61s.38-.25.31-.55c-.07-.3.39-.06.39-.06c.33.22.27.02.5.08c.23.06.91.64.91.64c-.83.44-.31.48-.17.59c.14.11-.28.3-.28.3c-.17-.17-.19.02-.3.08c-.11.06-.02.22-.02.22c-.56.09-.44.69-.42.83c0 .14-.38.36-.47.58c-.09.2.25.64.06.66c-.19.03-.34-.66-1.31-.41c-.3.08-.94.41-.59 1.08c.36.69.92-.19 1.11-.09c.19.1-.06.53-.02.55c.04.02.53.02.56.61c.03.59.77.53.92.55c.17 0 .7-.44.77-.45c.06-.03.38-.28 1.03.09c.66.36.98.31 1.2.47c.22.16.08.47.28.58c.2.11 1.06-.03 1.28.31c.22.34-.88 2.09-1.22 2.28c-.34.19-.48.64-.84.92s-.81.64-1.27.91c-.41.23-.47.66-.66.8c3.14-.7 5.48-3.5 5.48-6.84c0-3.86-3.14-7-7-7L7 1zm1.64 6.56c-.09.03-.28.22-.78-.08c-.48-.3-.81-.23-.86-.28c0 0-.05-.11.17-.14c.44-.05.98.41 1.11.41c.13 0 .19-.13.41-.05c.22.08.05.13-.05.14zM6.34 1.7c-.05-.03.03-.08.09-.14c.03-.03.02-.11.05-.14c.11-.11.61-.25.52.03c-.11.27-.58.3-.66.25zm1.23.89c-.19-.02-.58-.05-.52-.14c.3-.28-.09-.38-.34-.38c-.25-.02-.34-.16-.22-.19c.12-.03.61.02.7.08c.08.06.52.25.55.38c.02.13 0 .25-.17.25zm1.47-.05c-.14.09-.83-.41-.95-.52c-.56-.48-.89-.31-1-.41c-.11-.1-.08-.19.11-.34c.19-.15.69.06 1 .09c.3.03.66.27.66.55c.02.25.33.5.19.63h-.01z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function OcticonGlobe(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 14 16"><path fillRule="evenodd" d="M7 1C3.14 1 0 4.14 0 8s3.14 7 7 7c.48 0 .94-.05 1.38-.14c-.17-.08-.2-.73-.02-1.09c.19-.41.81-1.45.2-1.8c-.61-.35-.44-.5-.81-.91c-.37-.41-.22-.47-.25-.58c-.08-.34.36-.89.39-.94c.02-.06.02-.27 0-.33c0-.08-.27-.22-.34-.23c-.06 0-.11.11-.2.13c-.09.02-.5-.25-.59-.33c-.09-.08-.14-.23-.27-.34c-.13-.13-.14-.03-.33-.11s-.8-.31-1.28-.48c-.48-.19-.52-.47-.52-.66c-.02-.2-.3-.47-.42-.67c-.14-.2-.16-.47-.2-.41c-.04.06.25.78.2.81c-.05.02-.16-.2-.3-.38c-.14-.19.14-.09-.3-.95s.14-1.3.17-1.75c.03-.45.38.17.19-.13c-.19-.3 0-.89-.14-1.11c-.13-.22-.88.25-.88.25c.02-.22.69-.58 1.16-.92c.47-.34.78-.06 1.16.05c.39.13.41.09.28-.05c-.13-.13.06-.17.36-.13c.28.05.38.41.83.36c.47-.03.05.09.11.22s-.06.11-.38.3c-.3.2.02.22.55.61s.38-.25.31-.55c-.07-.3.39-.06.39-.06c.33.22.27.02.5.08c.23.06.91.64.91.64c-.83.44-.31.48-.17.59c.14.11-.28.3-.28.3c-.17-.17-.19.02-.3.08c-.11.06-.02.22-.02.22c-.56.09-.44.69-.42.83c0 .14-.38.36-.47.58c-.09.2.25.64.06.66c-.19.03-.34-.66-1.31-.41c-.3.08-.94.41-.59 1.08c.36.69.92-.19 1.11-.09c.19.1-.06.53-.02.55c.04.02.53.02.56.61c.03.59.77.53.92.55c.17 0 .7-.44.77-.45c.06-.03.38-.28 1.03.09c.66.36.98.31 1.2.47c.22.16.08.47.28.58c.2.11 1.06-.03 1.28.31c.22.34-.88 2.09-1.22 2.28c-.34.19-.48.64-.84.92s-.81.64-1.27.91c-.41.23-.47.66-.66.8c3.14-.7 5.48-3.5 5.48-6.84c0-3.86-3.14-7-7-7L7 1zm1.64 6.56c-.09.03-.28.22-.78-.08c-.48-.3-.81-.23-.86-.28c0 0-.05-.11.17-.14c.44-.05.98.41 1.11.41c.13 0 .19-.13.41-.05c.22.08.05.13-.05.14zM6.34 1.7c-.05-.03.03-.08.09-.14c.03-.03.02-.11.05-.14c.11-.11.61-.25.52.03c-.11.27-.58.3-.66.25zm1.23.89c-.19-.02-.58-.05-.52-.14c.3-.28-.09-.38-.34-.38c-.25-.02-.34-.16-.22-.19c.12-.03.61.02.7.08c.08.06.52.25.55.38c.02.13 0 .25-.17.25zm1.47-.05c-.14.09-.83-.41-.95-.52c-.56-.48-.89-.31-1-.41c-.11-.1-.08-.19.11-.34c.19-.15.69.06 1 .09c.3.03.66.27.66.55c.02.25.33.5.19.63h-.01z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 14 16"><path fill-rule="evenodd" d="M7 1C3.14 1 0 4.14 0 8s3.14 7 7 7c.48 0 .94-.05 1.38-.14c-.17-.08-.2-.73-.02-1.09c.19-.41.81-1.45.2-1.8c-.61-.35-.44-.5-.81-.91c-.37-.41-.22-.47-.25-.58c-.08-.34.36-.89.39-.94c.02-.06.02-.27 0-.33c0-.08-.27-.22-.34-.23c-.06 0-.11.11-.2.13c-.09.02-.5-.25-.59-.33c-.09-.08-.14-.23-.27-.34c-.13-.13-.14-.03-.33-.11s-.8-.31-1.28-.48c-.48-.19-.52-.47-.52-.66c-.02-.2-.3-.47-.42-.67c-.14-.2-.16-.47-.2-.41c-.04.06.25.78.2.81c-.05.02-.16-.2-.3-.38c-.14-.19.14-.09-.3-.95s.14-1.3.17-1.75c.03-.45.38.17.19-.13c-.19-.3 0-.89-.14-1.11c-.13-.22-.88.25-.88.25c.02-.22.69-.58 1.16-.92c.47-.34.78-.06 1.16.05c.39.13.41.09.28-.05c-.13-.13.06-.17.36-.13c.28.05.38.41.83.36c.47-.03.05.09.11.22s-.06.11-.38.3c-.3.2.02.22.55.61s.38-.25.31-.55c-.07-.3.39-.06.39-.06c.33.22.27.02.5.08c.23.06.91.64.91.64c-.83.44-.31.48-.17.59c.14.11-.28.3-.28.3c-.17-.17-.19.02-.3.08c-.11.06-.02.22-.02.22c-.56.09-.44.69-.42.83c0 .14-.38.36-.47.58c-.09.2.25.64.06.66c-.19.03-.34-.66-1.31-.41c-.3.08-.94.41-.59 1.08c.36.69.92-.19 1.11-.09c.19.1-.06.53-.02.55c.04.02.53.02.56.61c.03.59.77.53.92.55c.17 0 .7-.44.77-.45c.06-.03.38-.28 1.03.09c.66.36.98.31 1.2.47c.22.16.08.47.28.58c.2.11 1.06-.03 1.28.31c.22.34-.88 2.09-1.22 2.28c-.34.19-.48.64-.84.92s-.81.64-1.27.91c-.41.23-.47.66-.66.8c3.14-.7 5.48-3.5 5.48-6.84c0-3.86-3.14-7-7-7L7 1zm1.64 6.56c-.09.03-.28.22-.78-.08c-.48-.3-.81-.23-.86-.28c0 0-.05-.11.17-.14c.44-.05.98.41 1.11.41c.13 0 .19-.13.41-.05c.22.08.05.13-.05.14zM6.34 1.7c-.05-.03.03-.08.09-.14c.03-.03.02-.11.05-.14c.11-.11.61-.25.52.03c-.11.27-.58.3-.66.25zm1.23.89c-.19-.02-.58-.05-.52-.14c.3-.28-.09-.38-.34-.38c-.25-.02-.34-.16-.22-.19c.12-.03.61.02.7.08c.08.06.52.25.55.38c.02.13 0 .25-.17.25zm1.47-.05c-.14.09-.83-.41-.95-.52c-.56-.48-.89-.31-1-.41c-.11-.1-.08-.19.11-.34c.19-.15.69.06 1 .09c.3.03.66.27.66.55c.02.25.33.5.19.63h-.01z" fill="currentColor"/></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%2014%2016%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7%201C3.14%201%200%204.14%200%208s3.14%207%207%207c.48%200%20.94-.05%201.38-.14c-.17-.08-.2-.73-.02-1.09c.19-.41.81-1.45.2-1.8c-.61-.35-.44-.5-.81-.91c-.37-.41-.22-.47-.25-.58c-.08-.34.36-.89.39-.94c.02-.06.02-.27%200-.33c0-.08-.27-.22-.34-.23c-.06%200-.11.11-.2.13c-.09.02-.5-.25-.59-.33c-.09-.08-.14-.23-.27-.34c-.13-.13-.14-.03-.33-.11s-.8-.31-1.28-.48c-.48-.19-.52-.47-.52-.66c-.02-.2-.3-.47-.42-.67c-.14-.2-.16-.47-.2-.41c-.04.06.25.78.2.81c-.05.02-.16-.2-.3-.38c-.14-.19.14-.09-.3-.95s.14-1.3.17-1.75c.03-.45.38.17.19-.13c-.19-.3%200-.89-.14-1.11c-.13-.22-.88.25-.88.25c.02-.22.69-.58%201.16-.92c.47-.34.78-.06%201.16.05c.39.13.41.09.28-.05c-.13-.13.06-.17.36-.13c.28.05.38.41.83.36c.47-.03.05.09.11.22s-.06.11-.38.3c-.3.2.02.22.55.61s.38-.25.31-.55c-.07-.3.39-.06.39-.06c.33.22.27.02.5.08c.23.06.91.64.91.64c-.83.44-.31.48-.17.59c.14.11-.28.3-.28.3c-.17-.17-.19.02-.3.08c-.11.06-.02.22-.02.22c-.56.09-.44.69-.42.83c0%20.14-.38.36-.47.58c-.09.2.25.64.06.66c-.19.03-.34-.66-1.31-.41c-.3.08-.94.41-.59%201.08c.36.69.92-.19%201.11-.09c.19.1-.06.53-.02.55c.04.02.53.02.56.61c.03.59.77.53.92.55c.17%200%20.7-.44.77-.45c.06-.03.38-.28%201.03.09c.66.36.98.31%201.2.47c.22.16.08.47.28.58c.2.11%201.06-.03%201.28.31c.22.34-.88%202.09-1.22%202.28c-.34.19-.48.64-.84.92s-.81.64-1.27.91c-.41.23-.47.66-.66.8c3.14-.7%205.48-3.5%205.48-6.84c0-3.86-3.14-7-7-7L7%201zm1.64%206.56c-.09.03-.28.22-.78-.08c-.48-.3-.81-.23-.86-.28c0%200-.05-.11.17-.14c.44-.05.98.41%201.11.41c.13%200%20.19-.13.41-.05c.22.08.05.13-.05.14zM6.34%201.7c-.05-.03.03-.08.09-.14c.03-.03.02-.11.05-.14c.11-.11.61-.25.52.03c-.11.27-.58.3-.66.25zm1.23.89c-.19-.02-.58-.05-.52-.14c.3-.28-.09-.38-.34-.38c-.25-.02-.34-.16-.22-.19c.12-.03.61.02.7.08c.08.06.52.25.55.38c.02.13%200%20.25-.17.25zm1.47-.05c-.14.09-.83-.41-.95-.52c-.56-.48-.89-.31-1-.41c-.11-.1-.08-.19.11-.34c.19-.15.69.06%201%20.09c.3.03.66.27.66.55c.02.25.33.5.19.63h-.01z%22%20fill%3D%22currentColor%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%2014%2016%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7%201C3.14%201%200%204.14%200%208s3.14%207%207%207c.48%200%20.94-.05%201.38-.14c-.17-.08-.2-.73-.02-1.09c.19-.41.81-1.45.2-1.8c-.61-.35-.44-.5-.81-.91c-.37-.41-.22-.47-.25-.58c-.08-.34.36-.89.39-.94c.02-.06.02-.27%200-.33c0-.08-.27-.22-.34-.23c-.06%200-.11.11-.2.13c-.09.02-.5-.25-.59-.33c-.09-.08-.14-.23-.27-.34c-.13-.13-.14-.03-.33-.11s-.8-.31-1.28-.48c-.48-.19-.52-.47-.52-.66c-.02-.2-.3-.47-.42-.67c-.14-.2-.16-.47-.2-.41c-.04.06.25.78.2.81c-.05.02-.16-.2-.3-.38c-.14-.19.14-.09-.3-.95s.14-1.3.17-1.75c.03-.45.38.17.19-.13c-.19-.3%200-.89-.14-1.11c-.13-.22-.88.25-.88.25c.02-.22.69-.58%201.16-.92c.47-.34.78-.06%201.16.05c.39.13.41.09.28-.05c-.13-.13.06-.17.36-.13c.28.05.38.41.83.36c.47-.03.05.09.11.22s-.06.11-.38.3c-.3.2.02.22.55.61s.38-.25.31-.55c-.07-.3.39-.06.39-.06c.33.22.27.02.5.08c.23.06.91.64.91.64c-.83.44-.31.48-.17.59c.14.11-.28.3-.28.3c-.17-.17-.19.02-.3.08c-.11.06-.02.22-.02.22c-.56.09-.44.69-.42.83c0%20.14-.38.36-.47.58c-.09.2.25.64.06.66c-.19.03-.34-.66-1.31-.41c-.3.08-.94.41-.59%201.08c.36.69.92-.19%201.11-.09c.19.1-.06.53-.02.55c.04.02.53.02.56.61c.03.59.77.53.92.55c.17%200%20.7-.44.77-.45c.06-.03.38-.28%201.03.09c.66.36.98.31%201.2.47c.22.16.08.47.28.58c.2.11%201.06-.03%201.28.31c.22.34-.88%202.09-1.22%202.28c-.34.19-.48.64-.84.92s-.81.64-1.27.91c-.41.23-.47.66-.66.8c3.14-.7%205.48-3.5%205.48-6.84c0-3.86-3.14-7-7-7L7%201zm1.64%206.56c-.09.03-.28.22-.78-.08c-.48-.3-.81-.23-.86-.28c0%200-.05-.11.17-.14c.44-.05.98.41%201.11.41c.13%200%20.19-.13.41-.05c.22.08.05.13-.05.14zM6.34%201.7c-.05-.03.03-.08.09-.14c.03-.03.02-.11.05-.14c.11-.11.61-.25.52.03c-.11.27-.58.3-.66.25zm1.23.89c-.19-.02-.58-.05-.52-.14c.3-.28-.09-.38-.34-.38c-.25-.02-.34-.16-.22-.19c.12-.03.61.02.7.08c.08.06.52.25.55.38c.02.13%200%20.25-.17.25zm1.47-.05c-.14.09-.83-.41-.95-.52c-.56-.48-.89-.31-1-.41c-.11-.1-.08-.19.11-.34c.19-.15.69.06%201%20.09c.3.03.66.27.66.55c.02.25.33.5.19.63h-.01z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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