globe europe icon

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

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

The same icon in other sets

More travel icons from Line Awesome

Use the globe europe icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 3C8.832 3 3 8.832 3 16s5.832 13 13 13s13-5.832 13-13S23.168 3 16 3m0 2c2.103 0 4.063.605 5.736 1.633l-.236.566l1.176 1.176l-1.102 1.1L20 8h-2l-2 2.5l1 2.2l1-.7v-1h1l1.1.9L19 13l-4 2h-1v2h1l2-1l1 1h2v-1l.8-1.2L23 14v2h-2v1h2l2 3l1-1v-1h-1v-1h1l.96-.207A10.9 10.9 0 0 1 25 22.305V22h-1.1l-2.4-4l-2.5 1l-3-1l-3 1l-1 3l1 2h2l1-1l1 1v2.95c-.33.03-.662.05-1 .05c-6.065 0-11-4.935-11-11c0-.927.129-1.823.346-2.684L5.9 13H7V9.695c.167-.237.337-.472.521-.695h.899l.437-1.35a11 11 0 0 1 2.053-1.392L10 9h2l2-2V6h-1l-1 1V5.764A10.9 10.9 0 0 1 16 5m-2 6v2h1v-2z"/></svg>

React

import type { SVGProps } from "react";

export function LaGlobeEurope(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 3C8.832 3 3 8.832 3 16s5.832 13 13 13s13-5.832 13-13S23.168 3 16 3m0 2c2.103 0 4.063.605 5.736 1.633l-.236.566l1.176 1.176l-1.102 1.1L20 8h-2l-2 2.5l1 2.2l1-.7v-1h1l1.1.9L19 13l-4 2h-1v2h1l2-1l1 1h2v-1l.8-1.2L23 14v2h-2v1h2l2 3l1-1v-1h-1v-1h1l.96-.207A10.9 10.9 0 0 1 25 22.305V22h-1.1l-2.4-4l-2.5 1l-3-1l-3 1l-1 3l1 2h2l1-1l1 1v2.95c-.33.03-.662.05-1 .05c-6.065 0-11-4.935-11-11c0-.927.129-1.823.346-2.684L5.9 13H7V9.695c.167-.237.337-.472.521-.695h.899l.437-1.35a11 11 0 0 1 2.053-1.392L10 9h2l2-2V6h-1l-1 1V5.764A10.9 10.9 0 0 1 16 5m-2 6v2h1v-2z"/></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 3C8.832 3 3 8.832 3 16s5.832 13 13 13s13-5.832 13-13S23.168 3 16 3m0 2c2.103 0 4.063.605 5.736 1.633l-.236.566l1.176 1.176l-1.102 1.1L20 8h-2l-2 2.5l1 2.2l1-.7v-1h1l1.1.9L19 13l-4 2h-1v2h1l2-1l1 1h2v-1l.8-1.2L23 14v2h-2v1h2l2 3l1-1v-1h-1v-1h1l.96-.207A10.9 10.9 0 0 1 25 22.305V22h-1.1l-2.4-4l-2.5 1l-3-1l-3 1l-1 3l1 2h2l1-1l1 1v2.95c-.33.03-.662.05-1 .05c-6.065 0-11-4.935-11-11c0-.927.129-1.823.346-2.684L5.9 13H7V9.695c.167-.237.337-.472.521-.695h.899l.437-1.35a11 11 0 0 1 2.053-1.392L10 9h2l2-2V6h-1l-1 1V5.764A10.9 10.9 0 0 1 16 5m-2 6v2h1v-2z"/></svg>
</template>

CSS

.icon-globe-europe {
  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%203C8.832%203%203%208.832%203%2016s5.832%2013%2013%2013s13-5.832%2013-13S23.168%203%2016%203m0%202c2.103%200%204.063.605%205.736%201.633l-.236.566l1.176%201.176l-1.102%201.1L20%208h-2l-2%202.5l1%202.2l1-.7v-1h1l1.1.9L19%2013l-4%202h-1v2h1l2-1l1%201h2v-1l.8-1.2L23%2014v2h-2v1h2l2%203l1-1v-1h-1v-1h1l.96-.207A10.9%2010.9%200%200%201%2025%2022.305V22h-1.1l-2.4-4l-2.5%201l-3-1l-3%201l-1%203l1%202h2l1-1l1%201v2.95c-.33.03-.662.05-1%20.05c-6.065%200-11-4.935-11-11c0-.927.129-1.823.346-2.684L5.9%2013H7V9.695c.167-.237.337-.472.521-.695h.899l.437-1.35a11%2011%200%200%201%202.053-1.392L10%209h2l2-2V6h-1l-1%201V5.764A10.9%2010.9%200%200%201%2016%205m-2%206v2h1v-2z%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%203C8.832%203%203%208.832%203%2016s5.832%2013%2013%2013s13-5.832%2013-13S23.168%203%2016%203m0%202c2.103%200%204.063.605%205.736%201.633l-.236.566l1.176%201.176l-1.102%201.1L20%208h-2l-2%202.5l1%202.2l1-.7v-1h1l1.1.9L19%2013l-4%202h-1v2h1l2-1l1%201h2v-1l.8-1.2L23%2014v2h-2v1h2l2%203l1-1v-1h-1v-1h1l.96-.207A10.9%2010.9%200%200%201%2025%2022.305V22h-1.1l-2.4-4l-2.5%201l-3-1l-3%201l-1%203l1%202h2l1-1l1%201v2.95c-.33.03-.662.05-1%20.05c-6.065%200-11-4.935-11-11c0-.927.129-1.823.346-2.684L5.9%2013H7V9.695c.167-.237.337-.472.521-.695h.899l.437-1.35a11%2011%200%200%201%202.053-1.392L10%209h2l2-2V6h-1l-1%201V5.764A10.9%2010.9%200%200%201%2016%205m-2%206v2h1v-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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