globe hemisphere east icon
globe-hemisphere-east-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- globe-hemisphere-east-thin
- Set
- Phosphor
- Style
- Thin
- 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 28a100 100 0 1 0 100 100A100.11 100.11 0 0 0 128 28m0 8a91.5 91.5 0 0 1 52 16.15V74a4 4 0 0 1-1 2.61l-22.17 25.76a4 4 0 0 1-2.49 1.35L122.9 108a3.94 3.94 0 0 1-2.88-.72l-.16-.11l-19.73-12.95a12 12 0 0 0-16.93 3.11l-21 31.3a11.93 11.93 0 0 0-2 6.6l-.2 36.23a4 4 0 0 1-1.8 3.33l-6.65 4.36A92 92 0 0 1 128 36M56.32 185.6l6.29-4.13a12 12 0 0 0 5.41-10l.21-36.23a4 4 0 0 1 .67-2.2l20.95-31.3a4 4 0 0 1 5.67-1l.15.11l19.74 12.91a12 12 0 0 0 8.56 2.11l31.47-4.26a12 12 0 0 0 7.49-4.06l22.17-25.74A12 12 0 0 0 188 74V58.31A91.91 91.91 0 0 1 213.5 162l-20.57-18.82a12 12 0 0 0-12.7-2.22l-30.45 12.66a12.06 12.06 0 0 0-7.27 9.33l-2.38 16.19a12 12 0 0 0 8.87 13.32l21.45 5.63a4 4 0 0 1 1.82 1l5.94 6A91.85 91.85 0 0 1 56.32 185.6m128.43 14.76l-6.86-6.88a12 12 0 0 0-5.45-3.13L151 184.72a4 4 0 0 1-3-4.45l2.39-16.2a4 4 0 0 1 2.42-3.11l30.45-12.65a4 4 0 0 1 4.24.74l22.5 20.57a92.4 92.4 0 0 1-25.25 30.74"/></svg>
React
import type { SVGProps } from "react";
export function PhGlobeHemisphereEastThin(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 28m0 8a91.5 91.5 0 0 1 52 16.15V74a4 4 0 0 1-1 2.61l-22.17 25.76a4 4 0 0 1-2.49 1.35L122.9 108a3.94 3.94 0 0 1-2.88-.72l-.16-.11l-19.73-12.95a12 12 0 0 0-16.93 3.11l-21 31.3a11.93 11.93 0 0 0-2 6.6l-.2 36.23a4 4 0 0 1-1.8 3.33l-6.65 4.36A92 92 0 0 1 128 36M56.32 185.6l6.29-4.13a12 12 0 0 0 5.41-10l.21-36.23a4 4 0 0 1 .67-2.2l20.95-31.3a4 4 0 0 1 5.67-1l.15.11l19.74 12.91a12 12 0 0 0 8.56 2.11l31.47-4.26a12 12 0 0 0 7.49-4.06l22.17-25.74A12 12 0 0 0 188 74V58.31A91.91 91.91 0 0 1 213.5 162l-20.57-18.82a12 12 0 0 0-12.7-2.22l-30.45 12.66a12.06 12.06 0 0 0-7.27 9.33l-2.38 16.19a12 12 0 0 0 8.87 13.32l21.45 5.63a4 4 0 0 1 1.82 1l5.94 6A91.85 91.85 0 0 1 56.32 185.6m128.43 14.76l-6.86-6.88a12 12 0 0 0-5.45-3.13L151 184.72a4 4 0 0 1-3-4.45l2.39-16.2a4 4 0 0 1 2.42-3.11l30.45-12.65a4 4 0 0 1 4.24.74l22.5 20.57a92.4 92.4 0 0 1-25.25 30.74"/></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 28m0 8a91.5 91.5 0 0 1 52 16.15V74a4 4 0 0 1-1 2.61l-22.17 25.76a4 4 0 0 1-2.49 1.35L122.9 108a3.94 3.94 0 0 1-2.88-.72l-.16-.11l-19.73-12.95a12 12 0 0 0-16.93 3.11l-21 31.3a11.93 11.93 0 0 0-2 6.6l-.2 36.23a4 4 0 0 1-1.8 3.33l-6.65 4.36A92 92 0 0 1 128 36M56.32 185.6l6.29-4.13a12 12 0 0 0 5.41-10l.21-36.23a4 4 0 0 1 .67-2.2l20.95-31.3a4 4 0 0 1 5.67-1l.15.11l19.74 12.91a12 12 0 0 0 8.56 2.11l31.47-4.26a12 12 0 0 0 7.49-4.06l22.17-25.74A12 12 0 0 0 188 74V58.31A91.91 91.91 0 0 1 213.5 162l-20.57-18.82a12 12 0 0 0-12.7-2.22l-30.45 12.66a12.06 12.06 0 0 0-7.27 9.33l-2.38 16.19a12 12 0 0 0 8.87 13.32l21.45 5.63a4 4 0 0 1 1.82 1l5.94 6A91.85 91.85 0 0 1 56.32 185.6m128.43 14.76l-6.86-6.88a12 12 0 0 0-5.45-3.13L151 184.72a4 4 0 0 1-3-4.45l2.39-16.2a4 4 0 0 1 2.42-3.11l30.45-12.65a4 4 0 0 1 4.24.74l22.5 20.57a92.4 92.4 0 0 1-25.25 30.74"/></svg> </template>
CSS
.icon-globe-hemisphere-east-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%2028m0%208a91.5%2091.5%200%200%201%2052%2016.15V74a4%204%200%200%201-1%202.61l-22.17%2025.76a4%204%200%200%201-2.49%201.35L122.9%20108a3.94%203.94%200%200%201-2.88-.72l-.16-.11l-19.73-12.95a12%2012%200%200%200-16.93%203.11l-21%2031.3a11.93%2011.93%200%200%200-2%206.6l-.2%2036.23a4%204%200%200%201-1.8%203.33l-6.65%204.36A92%2092%200%200%201%20128%2036M56.32%20185.6l6.29-4.13a12%2012%200%200%200%205.41-10l.21-36.23a4%204%200%200%201%20.67-2.2l20.95-31.3a4%204%200%200%201%205.67-1l.15.11l19.74%2012.91a12%2012%200%200%200%208.56%202.11l31.47-4.26a12%2012%200%200%200%207.49-4.06l22.17-25.74A12%2012%200%200%200%20188%2074V58.31A91.91%2091.91%200%200%201%20213.5%20162l-20.57-18.82a12%2012%200%200%200-12.7-2.22l-30.45%2012.66a12.06%2012.06%200%200%200-7.27%209.33l-2.38%2016.19a12%2012%200%200%200%208.87%2013.32l21.45%205.63a4%204%200%200%201%201.82%201l5.94%206A91.85%2091.85%200%200%201%2056.32%20185.6m128.43%2014.76l-6.86-6.88a12%2012%200%200%200-5.45-3.13L151%20184.72a4%204%200%200%201-3-4.45l2.39-16.2a4%204%200%200%201%202.42-3.11l30.45-12.65a4%204%200%200%201%204.24.74l22.5%2020.57a92.4%2092.4%200%200%201-25.25%2030.74%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%2028m0%208a91.5%2091.5%200%200%201%2052%2016.15V74a4%204%200%200%201-1%202.61l-22.17%2025.76a4%204%200%200%201-2.49%201.35L122.9%20108a3.94%203.94%200%200%201-2.88-.72l-.16-.11l-19.73-12.95a12%2012%200%200%200-16.93%203.11l-21%2031.3a11.93%2011.93%200%200%200-2%206.6l-.2%2036.23a4%204%200%200%201-1.8%203.33l-6.65%204.36A92%2092%200%200%201%20128%2036M56.32%20185.6l6.29-4.13a12%2012%200%200%200%205.41-10l.21-36.23a4%204%200%200%201%20.67-2.2l20.95-31.3a4%204%200%200%201%205.67-1l.15.11l19.74%2012.91a12%2012%200%200%200%208.56%202.11l31.47-4.26a12%2012%200%200%200%207.49-4.06l22.17-25.74A12%2012%200%200%200%20188%2074V58.31A91.91%2091.91%200%200%201%20213.5%20162l-20.57-18.82a12%2012%200%200%200-12.7-2.22l-30.45%2012.66a12.06%2012.06%200%200%200-7.27%209.33l-2.38%2016.19a12%2012%200%200%200%208.87%2013.32l21.45%205.63a4%204%200%200%201%201.82%201l5.94%206A91.85%2091.85%200%200%201%2056.32%20185.6m128.43%2014.76l-6.86-6.88a12%2012%200%200%200-5.45-3.13L151%20184.72a4%204%200%200%201-3-4.45l2.39-16.2a4%204%200%200%201%202.42-3.11l30.45-12.65a4%204%200%200%201%204.24.74l22.5%2020.57a92.4%2092.4%200%200%201-25.25%2030.74%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-thin.svg?color=%231a73e8&size=48