globe from Line Awesome by Icons8 · Line · Science Fiction · Apache-2.0 Free for personal and commercial use.

Name
globe
Set
Line Awesome
Style
Line
Category
Science Fiction
Viewbox
32×32
License
Apache 2.0
Aliases
globe-solid

The same icon in other sets

More science fiction icons from Line Awesome

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="M16 4C9.383 4 4 9.383 4 16s5.383 12 12 12s12-5.383 12-12S22.617 4 16 4m0 2a10 10 0 0 1 5.344 1.563l-.813.093l.188 2l-1.063-.469l-.875.75l.157 2.063l2.156-.688l2.687.876l-.687 1.25l-1.625-1l-1.75.25L18 13.967l-.969 3l1.938 1.595s1.988-.344 2.093-.344c.106 0 .844 1.812.844 1.812l-1.593 5c-1.301.621-2.77.969-4.313.969c-.316 0-.629-.035-.938-.063l-1.093-1.906l1.062-4L11 17H7.281l-.968-1.969L9 12.906L13 11l-.594-2.656l1.719-.375l.813 1.125l3-.563l-.532-2.312l-2.218-.157C15.453 6.043 15.726 6 16 6m-1.125.063l-1.563.656l-.75-.125a10 10 0 0 1 2.313-.532zM6.062 16.78l.97 1.125v2.063l1.874 2.062h1.156l2.844 3.5c-3.773-1.222-6.527-4.64-6.844-8.75"/></svg>

React

import type { SVGProps } from "react";

export function LaGlobe(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="M16 4C9.383 4 4 9.383 4 16s5.383 12 12 12s12-5.383 12-12S22.617 4 16 4m0 2a10 10 0 0 1 5.344 1.563l-.813.093l.188 2l-1.063-.469l-.875.75l.157 2.063l2.156-.688l2.687.876l-.687 1.25l-1.625-1l-1.75.25L18 13.967l-.969 3l1.938 1.595s1.988-.344 2.093-.344c.106 0 .844 1.812.844 1.812l-1.593 5c-1.301.621-2.77.969-4.313.969c-.316 0-.629-.035-.938-.063l-1.093-1.906l1.062-4L11 17H7.281l-.968-1.969L9 12.906L13 11l-.594-2.656l1.719-.375l.813 1.125l3-.563l-.532-2.312l-2.218-.157C15.453 6.043 15.726 6 16 6m-1.125.063l-1.563.656l-.75-.125a10 10 0 0 1 2.313-.532zM6.062 16.78l.97 1.125v2.063l1.874 2.062h1.156l2.844 3.5c-3.773-1.222-6.527-4.64-6.844-8.75"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4C9.383 4 4 9.383 4 16s5.383 12 12 12s12-5.383 12-12S22.617 4 16 4m0 2a10 10 0 0 1 5.344 1.563l-.813.093l.188 2l-1.063-.469l-.875.75l.157 2.063l2.156-.688l2.687.876l-.687 1.25l-1.625-1l-1.75.25L18 13.967l-.969 3l1.938 1.595s1.988-.344 2.093-.344c.106 0 .844 1.812.844 1.812l-1.593 5c-1.301.621-2.77.969-4.313.969c-.316 0-.629-.035-.938-.063l-1.093-1.906l1.062-4L11 17H7.281l-.968-1.969L9 12.906L13 11l-.594-2.656l1.719-.375l.813 1.125l3-.563l-.532-2.312l-2.218-.157C15.453 6.043 15.726 6 16 6m-1.125.063l-1.563.656l-.75-.125a10 10 0 0 1 2.313-.532zM6.062 16.78l.97 1.125v2.063l1.874 2.062h1.156l2.844 3.5c-3.773-1.222-6.527-4.64-6.844-8.75"/></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%22M16%204C9.383%204%204%209.383%204%2016s5.383%2012%2012%2012s12-5.383%2012-12S22.617%204%2016%204m0%202a10%2010%200%200%201%205.344%201.563l-.813.093l.188%202l-1.063-.469l-.875.75l.157%202.063l2.156-.688l2.687.876l-.687%201.25l-1.625-1l-1.75.25L18%2013.967l-.969%203l1.938%201.595s1.988-.344%202.093-.344c.106%200%20.844%201.812.844%201.812l-1.593%205c-1.301.621-2.77.969-4.313.969c-.316%200-.629-.035-.938-.063l-1.093-1.906l1.062-4L11%2017H7.281l-.968-1.969L9%2012.906L13%2011l-.594-2.656l1.719-.375l.813%201.125l3-.563l-.532-2.312l-2.218-.157C15.453%206.043%2015.726%206%2016%206m-1.125.063l-1.563.656l-.75-.125a10%2010%200%200%201%202.313-.532zM6.062%2016.78l.97%201.125v2.063l1.874%202.062h1.156l2.844%203.5c-3.773-1.222-6.527-4.64-6.844-8.75%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%22M16%204C9.383%204%204%209.383%204%2016s5.383%2012%2012%2012s12-5.383%2012-12S22.617%204%2016%204m0%202a10%2010%200%200%201%205.344%201.563l-.813.093l.188%202l-1.063-.469l-.875.75l.157%202.063l2.156-.688l2.687.876l-.687%201.25l-1.625-1l-1.75.25L18%2013.967l-.969%203l1.938%201.595s1.988-.344%202.093-.344c.106%200%20.844%201.812.844%201.812l-1.593%205c-1.301.621-2.77.969-4.313.969c-.316%200-.629-.035-.938-.063l-1.093-1.906l1.062-4L11%2017H7.281l-.968-1.969L9%2012.906L13%2011l-.594-2.656l1.719-.375l.813%201.125l3-.563l-.532-2.312l-2.218-.157C15.453%206.043%2015.726%206%2016%206m-1.125.063l-1.563.656l-.75-.125a10%2010%200%200%201%202.313-.532zM6.062%2016.78l.97%201.125v2.063l1.874%202.062h1.156l2.844%203.5c-3.773-1.222-6.527-4.64-6.844-8.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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