globe from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.

Name
globe
Set
Carbon
Style
Outline
Category
Planning
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More planning icons from Carbon

Use the globe icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14 4a7 7 0 1 1-7 7a7 7 0 0 1 7-7m0-2a9 9 0 1 0 9 9a9 9 0 0 0-9-9"/><path fill="currentColor" d="M28 11a13.96 13.96 0 0 0-4.105-9.895L22.48 2.52a11.994 11.994 0 0 1-16.924 17l-.038-.038l-1.414 1.414A13.96 13.96 0 0 0 14 25v3h-4v2h10v-2h-4v-3.16A14.01 14.01 0 0 0 28 11"/></svg>

React

import type { SVGProps } from "react";

export function CarbonGlobe(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14 4a7 7 0 1 1-7 7a7 7 0 0 1 7-7m0-2a9 9 0 1 0 9 9a9 9 0 0 0-9-9"/><path fill="currentColor" d="M28 11a13.96 13.96 0 0 0-4.105-9.895L22.48 2.52a11.994 11.994 0 0 1-16.924 17l-.038-.038l-1.414 1.414A13.96 13.96 0 0 0 14 25v3h-4v2h10v-2h-4v-3.16A14.01 14.01 0 0 0 28 11"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14 4a7 7 0 1 1-7 7a7 7 0 0 1 7-7m0-2a9 9 0 1 0 9 9a9 9 0 0 0-9-9"/><path fill="currentColor" d="M28 11a13.96 13.96 0 0 0-4.105-9.895L22.48 2.52a11.994 11.994 0 0 1-16.924 17l-.038-.038l-1.414 1.414A13.96 13.96 0 0 0 14 25v3h-4v2h10v-2h-4v-3.16A14.01 14.01 0 0 0 28 11"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%204a7%207%200%201%201-7%207a7%207%200%200%201%207-7m0-2a9%209%200%201%200%209%209a9%209%200%200%200-9-9%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%2011a13.96%2013.96%200%200%200-4.105-9.895L22.48%202.52a11.994%2011.994%200%200%201-16.924%2017l-.038-.038l-1.414%201.414A13.96%2013.96%200%200%200%2014%2025v3h-4v2h10v-2h-4v-3.16A14.01%2014.01%200%200%200%2028%2011%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14%204a7%207%200%201%201-7%207a7%207%200%200%201%207-7m0-2a9%209%200%201%200%209%209a9%209%200%200%200-9-9%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%2011a13.96%2013.96%200%200%200-4.105-9.895L22.48%202.52a11.994%2011.994%200%200%201-16.924%2017l-.038-.038l-1.414%201.414A13.96%2013.96%200%200%200%2014%2025v3h-4v2h10v-2h-4v-3.16A14.01%2014.01%200%200%200%2028%2011%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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