globe simple icon
globe-simple-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- globe-simple-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the globe simple icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 28a100 100 0 1 0 100 100A100.11 100.11 0 0 0 128 28m91.9 96h-48c-1.15-45.55-21.74-74.52-33.48-87.4a92.14 92.14 0 0 1 81.49 87.4ZM128 218.61c-8.32-8-34.57-37.13-35.93-86.61h71.86c-1.36 49.48-27.61 78.61-35.93 86.61M92.07 124c1.36-49.48 27.61-78.61 35.93-86.61c8.32 8 34.57 37.13 35.93 86.61Zm25.47-87.4C105.8 49.48 85.21 78.45 84.06 124h-48a92.14 92.14 0 0 1 81.48-87.4M36.09 132h48c1.15 45.55 21.74 74.52 33.48 87.4A92.14 92.14 0 0 1 36.09 132m102.37 87.4c11.74-12.88 32.33-41.85 33.48-87.4h48a92.14 92.14 0 0 1-81.48 87.4"/></svg>
React
import type { SVGProps } from "react";
export function PhGlobeSimpleThin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 28a100 100 0 1 0 100 100A100.11 100.11 0 0 0 128 28m91.9 96h-48c-1.15-45.55-21.74-74.52-33.48-87.4a92.14 92.14 0 0 1 81.49 87.4ZM128 218.61c-8.32-8-34.57-37.13-35.93-86.61h71.86c-1.36 49.48-27.61 78.61-35.93 86.61M92.07 124c1.36-49.48 27.61-78.61 35.93-86.61c8.32 8 34.57 37.13 35.93 86.61Zm25.47-87.4C105.8 49.48 85.21 78.45 84.06 124h-48a92.14 92.14 0 0 1 81.48-87.4M36.09 132h48c1.15 45.55 21.74 74.52 33.48 87.4A92.14 92.14 0 0 1 36.09 132m102.37 87.4c11.74-12.88 32.33-41.85 33.48-87.4h48a92.14 92.14 0 0 1-81.48 87.4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 28a100 100 0 1 0 100 100A100.11 100.11 0 0 0 128 28m91.9 96h-48c-1.15-45.55-21.74-74.52-33.48-87.4a92.14 92.14 0 0 1 81.49 87.4ZM128 218.61c-8.32-8-34.57-37.13-35.93-86.61h71.86c-1.36 49.48-27.61 78.61-35.93 86.61M92.07 124c1.36-49.48 27.61-78.61 35.93-86.61c8.32 8 34.57 37.13 35.93 86.61Zm25.47-87.4C105.8 49.48 85.21 78.45 84.06 124h-48a92.14 92.14 0 0 1 81.48-87.4M36.09 132h48c1.15 45.55 21.74 74.52 33.48 87.4A92.14 92.14 0 0 1 36.09 132m102.37 87.4c11.74-12.88 32.33-41.85 33.48-87.4h48a92.14 92.14 0 0 1-81.48 87.4"/></svg> </template>
CSS
.icon-globe-simple-thin {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%2028a100%20100%200%201%200%20100%20100A100.11%20100.11%200%200%200%20128%2028m91.9%2096h-48c-1.15-45.55-21.74-74.52-33.48-87.4a92.14%2092.14%200%200%201%2081.49%2087.4ZM128%20218.61c-8.32-8-34.57-37.13-35.93-86.61h71.86c-1.36%2049.48-27.61%2078.61-35.93%2086.61M92.07%20124c1.36-49.48%2027.61-78.61%2035.93-86.61c8.32%208%2034.57%2037.13%2035.93%2086.61Zm25.47-87.4C105.8%2049.48%2085.21%2078.45%2084.06%20124h-48a92.14%2092.14%200%200%201%2081.48-87.4M36.09%20132h48c1.15%2045.55%2021.74%2074.52%2033.48%2087.4A92.14%2092.14%200%200%201%2036.09%20132m102.37%2087.4c11.74-12.88%2032.33-41.85%2033.48-87.4h48a92.14%2092.14%200%200%201-81.48%2087.4%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%2028a100%20100%200%201%200%20100%20100A100.11%20100.11%200%200%200%20128%2028m91.9%2096h-48c-1.15-45.55-21.74-74.52-33.48-87.4a92.14%2092.14%200%200%201%2081.49%2087.4ZM128%20218.61c-8.32-8-34.57-37.13-35.93-86.61h71.86c-1.36%2049.48-27.61%2078.61-35.93%2086.61M92.07%20124c1.36-49.48%2027.61-78.61%2035.93-86.61c8.32%208%2034.57%2037.13%2035.93%2086.61Zm25.47-87.4C105.8%2049.48%2085.21%2078.45%2084.06%20124h-48a92.14%2092.14%200%200%201%2081.48-87.4M36.09%20132h48c1.15%2045.55%2021.74%2074.52%2033.48%2087.4A92.14%2092.14%200%200%201%2036.09%20132m102.37%2087.4c11.74-12.88%2032.33-41.85%2033.48-87.4h48a92.14%2092.14%200%200%201-81.48%2087.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/globe-simple-thin.svg?color=%231a73e8&size=48