globe stand icon
globe-stand from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- globe-stand
- Set
- Phosphor
- Style
- Regular
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Related icons in Phosphor
Use the globe stand icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M136 184a80 80 0 1 0-80-80a80.09 80.09 0 0 0 80 80m0-144a64 64 0 1 1-64 64a64.07 64.07 0 0 1 64-64m77.77 133.5a8 8 0 0 1-.23 11.32a111.24 111.24 0 0 1-69.54 30.9V232h24a8 8 0 0 1 0 16h-64a8 8 0 0 1 0-16h24v-16.29A112 112 0 0 1 55.18 26.46a8 8 0 1 1 11.54 11.08a96 96 0 0 0 135.74 135.74a8 8 0 0 1 11.31.22"/></svg>
React
import type { SVGProps } from "react";
export function PhGlobeStand(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="M136 184a80 80 0 1 0-80-80a80.09 80.09 0 0 0 80 80m0-144a64 64 0 1 1-64 64a64.07 64.07 0 0 1 64-64m77.77 133.5a8 8 0 0 1-.23 11.32a111.24 111.24 0 0 1-69.54 30.9V232h24a8 8 0 0 1 0 16h-64a8 8 0 0 1 0-16h24v-16.29A112 112 0 0 1 55.18 26.46a8 8 0 1 1 11.54 11.08a96 96 0 0 0 135.74 135.74a8 8 0 0 1 11.31.22"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M136 184a80 80 0 1 0-80-80a80.09 80.09 0 0 0 80 80m0-144a64 64 0 1 1-64 64a64.07 64.07 0 0 1 64-64m77.77 133.5a8 8 0 0 1-.23 11.32a111.24 111.24 0 0 1-69.54 30.9V232h24a8 8 0 0 1 0 16h-64a8 8 0 0 1 0-16h24v-16.29A112 112 0 0 1 55.18 26.46a8 8 0 1 1 11.54 11.08a96 96 0 0 0 135.74 135.74a8 8 0 0 1 11.31.22"/></svg> </template>
CSS
.icon-globe-stand {
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%22M136%20184a80%2080%200%201%200-80-80a80.09%2080.09%200%200%200%2080%2080m0-144a64%2064%200%201%201-64%2064a64.07%2064.07%200%200%201%2064-64m77.77%20133.5a8%208%200%200%201-.23%2011.32a111.24%20111.24%200%200%201-69.54%2030.9V232h24a8%208%200%200%201%200%2016h-64a8%208%200%200%201%200-16h24v-16.29A112%20112%200%200%201%2055.18%2026.46a8%208%200%201%201%2011.54%2011.08a96%2096%200%200%200%20135.74%20135.74a8%208%200%200%201%2011.31.22%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%22M136%20184a80%2080%200%201%200-80-80a80.09%2080.09%200%200%200%2080%2080m0-144a64%2064%200%201%201-64%2064a64.07%2064.07%200%200%201%2064-64m77.77%20133.5a8%208%200%200%201-.23%2011.32a111.24%20111.24%200%200%201-69.54%2030.9V232h24a8%208%200%200%201%200%2016h-64a8%208%200%200%201%200-16h24v-16.29A112%20112%200%200%201%2055.18%2026.46a8%208%200%201%201%2011.54%2011.08a96%2096%200%200%200%20135.74%20135.74a8%208%200%200%201%2011.31.22%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/globe-stand.svg?color=%231a73e8&size=48