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

Name
globe-24
Set
Octicons
Style
24
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12S5.925 1 12 1m3.241 10.5c-.1-2.708-.992-4.904-1.89-6.452a14 14 0 0 0-1.304-1.88L12 3.11l-.047.059c-.354.425-.828 1.06-1.304 1.88c-.898 1.547-1.79 3.743-1.89 6.451Zm-12.728 0h4.745c.1-3.037 1.1-5.49 2.093-7.204c.39-.672.78-1.233 1.119-1.673C6.11 3.329 2.746 7 2.513 11.5m18.974 0C21.254 7 17.89 3.329 13.53 2.623c.339.44.729 1.001 1.119 1.673c.993 1.714 1.993 4.167 2.093 7.204ZM8.787 13c.182 2.478 1.02 4.5 1.862 5.953q.574.993 1.304 1.88l.047.057l.047-.059c.354-.425.828-1.06 1.304-1.88c.842-1.451 1.679-3.471 1.862-5.951Zm-1.504 0H2.552a9.505 9.505 0 0 0 7.918 8.377a16 16 0 0 1-1.119-1.673C8.413 18.085 7.47 15.807 7.283 13m9.434 0c-.186 2.807-1.13 5.085-2.068 6.704c-.39.672-.78 1.233-1.118 1.673A9.506 9.506 0 0 0 21.447 13Z"/></svg>

React

import type { SVGProps } from "react";

export function OcticonGlobe24(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 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12S5.925 1 12 1m3.241 10.5c-.1-2.708-.992-4.904-1.89-6.452a14 14 0 0 0-1.304-1.88L12 3.11l-.047.059c-.354.425-.828 1.06-1.304 1.88c-.898 1.547-1.79 3.743-1.89 6.451Zm-12.728 0h4.745c.1-3.037 1.1-5.49 2.093-7.204c.39-.672.78-1.233 1.119-1.673C6.11 3.329 2.746 7 2.513 11.5m18.974 0C21.254 7 17.89 3.329 13.53 2.623c.339.44.729 1.001 1.119 1.673c.993 1.714 1.993 4.167 2.093 7.204ZM8.787 13c.182 2.478 1.02 4.5 1.862 5.953q.574.993 1.304 1.88l.047.057l.047-.059c.354-.425.828-1.06 1.304-1.88c.842-1.451 1.679-3.471 1.862-5.951Zm-1.504 0H2.552a9.505 9.505 0 0 0 7.918 8.377a16 16 0 0 1-1.119-1.673C8.413 18.085 7.47 15.807 7.283 13m9.434 0c-.186 2.807-1.13 5.085-2.068 6.704c-.39.672-.78 1.233-1.118 1.673A9.506 9.506 0 0 0 21.447 13Z"/></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 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12S5.925 1 12 1m3.241 10.5c-.1-2.708-.992-4.904-1.89-6.452a14 14 0 0 0-1.304-1.88L12 3.11l-.047.059c-.354.425-.828 1.06-1.304 1.88c-.898 1.547-1.79 3.743-1.89 6.451Zm-12.728 0h4.745c.1-3.037 1.1-5.49 2.093-7.204c.39-.672.78-1.233 1.119-1.673C6.11 3.329 2.746 7 2.513 11.5m18.974 0C21.254 7 17.89 3.329 13.53 2.623c.339.44.729 1.001 1.119 1.673c.993 1.714 1.993 4.167 2.093 7.204ZM8.787 13c.182 2.478 1.02 4.5 1.862 5.953q.574.993 1.304 1.88l.047.057l.047-.059c.354-.425.828-1.06 1.304-1.88c.842-1.451 1.679-3.471 1.862-5.951Zm-1.504 0H2.552a9.505 9.505 0 0 0 7.918 8.377a16 16 0 0 1-1.119-1.673C8.413 18.085 7.47 15.807 7.283 13m9.434 0c-.186 2.807-1.13 5.085-2.068 6.704c-.39.672-.78 1.233-1.118 1.673A9.506 9.506 0 0 0 21.447 13Z"/></svg>
</template>

CSS

.icon-globe-24 {
  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%201c6.075%200%2011%204.925%2011%2011s-4.925%2011-11%2011S1%2018.075%201%2012S5.925%201%2012%201m3.241%2010.5c-.1-2.708-.992-4.904-1.89-6.452a14%2014%200%200%200-1.304-1.88L12%203.11l-.047.059c-.354.425-.828%201.06-1.304%201.88c-.898%201.547-1.79%203.743-1.89%206.451Zm-12.728%200h4.745c.1-3.037%201.1-5.49%202.093-7.204c.39-.672.78-1.233%201.119-1.673C6.11%203.329%202.746%207%202.513%2011.5m18.974%200C21.254%207%2017.89%203.329%2013.53%202.623c.339.44.729%201.001%201.119%201.673c.993%201.714%201.993%204.167%202.093%207.204ZM8.787%2013c.182%202.478%201.02%204.5%201.862%205.953q.574.993%201.304%201.88l.047.057l.047-.059c.354-.425.828-1.06%201.304-1.88c.842-1.451%201.679-3.471%201.862-5.951Zm-1.504%200H2.552a9.505%209.505%200%200%200%207.918%208.377a16%2016%200%200%201-1.119-1.673C8.413%2018.085%207.47%2015.807%207.283%2013m9.434%200c-.186%202.807-1.13%205.085-2.068%206.704c-.39.672-.78%201.233-1.118%201.673A9.506%209.506%200%200%200%2021.447%2013Z%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%201c6.075%200%2011%204.925%2011%2011s-4.925%2011-11%2011S1%2018.075%201%2012S5.925%201%2012%201m3.241%2010.5c-.1-2.708-.992-4.904-1.89-6.452a14%2014%200%200%200-1.304-1.88L12%203.11l-.047.059c-.354.425-.828%201.06-1.304%201.88c-.898%201.547-1.79%203.743-1.89%206.451Zm-12.728%200h4.745c.1-3.037%201.1-5.49%202.093-7.204c.39-.672.78-1.233%201.119-1.673C6.11%203.329%202.746%207%202.513%2011.5m18.974%200C21.254%207%2017.89%203.329%2013.53%202.623c.339.44.729%201.001%201.119%201.673c.993%201.714%201.993%204.167%202.093%207.204ZM8.787%2013c.182%202.478%201.02%204.5%201.862%205.953q.574.993%201.304%201.88l.047.057l.047-.059c.354-.425.828-1.06%201.304-1.88c.842-1.451%201.679-3.471%201.862-5.951Zm-1.504%200H2.552a9.505%209.505%200%200%200%207.918%208.377a16%2016%200%200%201-1.119-1.673C8.413%2018.085%207.47%2015.807%207.283%2013m9.434%200c-.186%202.807-1.13%205.085-2.068%206.704c-.39.672-.78%201.233-1.118%201.673A9.506%209.506%200%200%200%2021.447%2013Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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