globe hemisphere east icon
globe-hemisphere-east-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- globe-hemisphere-east-fill
- Set
- Phosphor
- Style
- Fill
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the globe hemisphere east icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24M62.29 186.47l2.52-1.65A16 16 0 0 0 72 171.53l.21-36.23L93.17 104a4 4 0 0 0 .32.22l19.67 12.87a15.94 15.94 0 0 0 11.35 2.77l31.49-4.27a16 16 0 0 0 10-5.41l22.17-25.76A16 16 0 0 0 192 74v-6.33A87.87 87.87 0 0 1 211.77 155l-16.14-14.76a16 16 0 0 0-16.93-3l-30.46 12.65a16.08 16.08 0 0 0-9.68 12.45l-2.39 16.19a16 16 0 0 0 11.77 17.81L169.4 202l2.36 2.37a87.88 87.88 0 0 1-109.47-17.9"/></svg>
React
import type { SVGProps } from "react";
export function PhGlobeHemisphereEastFill(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 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24M62.29 186.47l2.52-1.65A16 16 0 0 0 72 171.53l.21-36.23L93.17 104a4 4 0 0 0 .32.22l19.67 12.87a15.94 15.94 0 0 0 11.35 2.77l31.49-4.27a16 16 0 0 0 10-5.41l22.17-25.76A16 16 0 0 0 192 74v-6.33A87.87 87.87 0 0 1 211.77 155l-16.14-14.76a16 16 0 0 0-16.93-3l-30.46 12.65a16.08 16.08 0 0 0-9.68 12.45l-2.39 16.19a16 16 0 0 0 11.77 17.81L169.4 202l2.36 2.37a87.88 87.88 0 0 1-109.47-17.9"/></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 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24M62.29 186.47l2.52-1.65A16 16 0 0 0 72 171.53l.21-36.23L93.17 104a4 4 0 0 0 .32.22l19.67 12.87a15.94 15.94 0 0 0 11.35 2.77l31.49-4.27a16 16 0 0 0 10-5.41l22.17-25.76A16 16 0 0 0 192 74v-6.33A87.87 87.87 0 0 1 211.77 155l-16.14-14.76a16 16 0 0 0-16.93-3l-30.46 12.65a16.08 16.08 0 0 0-9.68 12.45l-2.39 16.19a16 16 0 0 0 11.77 17.81L169.4 202l2.36 2.37a87.88 87.88 0 0 1-109.47-17.9"/></svg> </template>
CSS
.icon-globe-hemisphere-east-fill {
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%2024a104%20104%200%201%200%20104%20104A104.11%20104.11%200%200%200%20128%2024M62.29%20186.47l2.52-1.65A16%2016%200%200%200%2072%20171.53l.21-36.23L93.17%20104a4%204%200%200%200%20.32.22l19.67%2012.87a15.94%2015.94%200%200%200%2011.35%202.77l31.49-4.27a16%2016%200%200%200%2010-5.41l22.17-25.76A16%2016%200%200%200%20192%2074v-6.33A87.87%2087.87%200%200%201%20211.77%20155l-16.14-14.76a16%2016%200%200%200-16.93-3l-30.46%2012.65a16.08%2016.08%200%200%200-9.68%2012.45l-2.39%2016.19a16%2016%200%200%200%2011.77%2017.81L169.4%20202l2.36%202.37a87.88%2087.88%200%200%201-109.47-17.9%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%2024a104%20104%200%201%200%20104%20104A104.11%20104.11%200%200%200%20128%2024M62.29%20186.47l2.52-1.65A16%2016%200%200%200%2072%20171.53l.21-36.23L93.17%20104a4%204%200%200%200%20.32.22l19.67%2012.87a15.94%2015.94%200%200%200%2011.35%202.77l31.49-4.27a16%2016%200%200%200%2010-5.41l22.17-25.76A16%2016%200%200%200%20192%2074v-6.33A87.87%2087.87%200%200%201%20211.77%20155l-16.14-14.76a16%2016%200%200%200-16.93-3l-30.46%2012.65a16.08%2016.08%200%200%200-9.68%2012.45l-2.39%2016.19a16%2016%200%200%200%2011.77%2017.81L169.4%20202l2.36%202.37a87.88%2087.88%200%200%201-109.47-17.9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/globe-hemisphere-east-fill.svg?color=%231a73e8&size=48