globe hemisphere west icon
globe-hemisphere-west from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- globe-hemisphere-west
- Set
- Phosphor
- Style
- Regular
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the globe hemisphere west 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 24m88 104a87.6 87.6 0 0 1-6.4 32.94l-44.7-27.49a15.9 15.9 0 0 0-6.24-2.23l-22.82-3.08a16.11 16.11 0 0 0-16 7.86h-8.72l-3.8-7.86a15.91 15.91 0 0 0-11-8.67l-8-1.73L96.14 104h16.71a16.06 16.06 0 0 0 7.73-2l12.25-6.76a16.6 16.6 0 0 0 3-2.14l26.91-24.34A15.93 15.93 0 0 0 166 49.1l-.36-.65A88.11 88.11 0 0 1 216 128m-72.69-86.66L152 56.9l-26.91 24.34L112.85 88H96.14a16 16 0 0 0-13.88 8l-8.73 15.23l-10.15-27.04l10.94-25.87a87.87 87.87 0 0 1 69-17ZM40 128a87.5 87.5 0 0 1 8.54-37.8l11.34 30.27a16 16 0 0 0 11.62 10l21.43 4.61l3.81 7.92a16.09 16.09 0 0 0 14.4 9h1.48l-7.23 16.23a16 16 0 0 0 2.86 17.37l.14.14l19.61 20.2l-1.94 10A88.11 88.11 0 0 1 40 128m102.58 86.78l1.13-5.81a16.09 16.09 0 0 0-4-13.9a2 2 0 0 1-.14-.14L120 174.74L133.7 144l22.82 3.08l45.72 28.12a88.18 88.18 0 0 1-59.66 39.58"/></svg>
React
import type { SVGProps } from "react";
export function PhGlobeHemisphereWest(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 24m88 104a87.6 87.6 0 0 1-6.4 32.94l-44.7-27.49a15.9 15.9 0 0 0-6.24-2.23l-22.82-3.08a16.11 16.11 0 0 0-16 7.86h-8.72l-3.8-7.86a15.91 15.91 0 0 0-11-8.67l-8-1.73L96.14 104h16.71a16.06 16.06 0 0 0 7.73-2l12.25-6.76a16.6 16.6 0 0 0 3-2.14l26.91-24.34A15.93 15.93 0 0 0 166 49.1l-.36-.65A88.11 88.11 0 0 1 216 128m-72.69-86.66L152 56.9l-26.91 24.34L112.85 88H96.14a16 16 0 0 0-13.88 8l-8.73 15.23l-10.15-27.04l10.94-25.87a87.87 87.87 0 0 1 69-17ZM40 128a87.5 87.5 0 0 1 8.54-37.8l11.34 30.27a16 16 0 0 0 11.62 10l21.43 4.61l3.81 7.92a16.09 16.09 0 0 0 14.4 9h1.48l-7.23 16.23a16 16 0 0 0 2.86 17.37l.14.14l19.61 20.2l-1.94 10A88.11 88.11 0 0 1 40 128m102.58 86.78l1.13-5.81a16.09 16.09 0 0 0-4-13.9a2 2 0 0 1-.14-.14L120 174.74L133.7 144l22.82 3.08l45.72 28.12a88.18 88.18 0 0 1-59.66 39.58"/></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 24m88 104a87.6 87.6 0 0 1-6.4 32.94l-44.7-27.49a15.9 15.9 0 0 0-6.24-2.23l-22.82-3.08a16.11 16.11 0 0 0-16 7.86h-8.72l-3.8-7.86a15.91 15.91 0 0 0-11-8.67l-8-1.73L96.14 104h16.71a16.06 16.06 0 0 0 7.73-2l12.25-6.76a16.6 16.6 0 0 0 3-2.14l26.91-24.34A15.93 15.93 0 0 0 166 49.1l-.36-.65A88.11 88.11 0 0 1 216 128m-72.69-86.66L152 56.9l-26.91 24.34L112.85 88H96.14a16 16 0 0 0-13.88 8l-8.73 15.23l-10.15-27.04l10.94-25.87a87.87 87.87 0 0 1 69-17ZM40 128a87.5 87.5 0 0 1 8.54-37.8l11.34 30.27a16 16 0 0 0 11.62 10l21.43 4.61l3.81 7.92a16.09 16.09 0 0 0 14.4 9h1.48l-7.23 16.23a16 16 0 0 0 2.86 17.37l.14.14l19.61 20.2l-1.94 10A88.11 88.11 0 0 1 40 128m102.58 86.78l1.13-5.81a16.09 16.09 0 0 0-4-13.9a2 2 0 0 1-.14-.14L120 174.74L133.7 144l22.82 3.08l45.72 28.12a88.18 88.18 0 0 1-59.66 39.58"/></svg> </template>
CSS
.icon-globe-hemisphere-west {
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%2024m88%20104a87.6%2087.6%200%200%201-6.4%2032.94l-44.7-27.49a15.9%2015.9%200%200%200-6.24-2.23l-22.82-3.08a16.11%2016.11%200%200%200-16%207.86h-8.72l-3.8-7.86a15.91%2015.91%200%200%200-11-8.67l-8-1.73L96.14%20104h16.71a16.06%2016.06%200%200%200%207.73-2l12.25-6.76a16.6%2016.6%200%200%200%203-2.14l26.91-24.34A15.93%2015.93%200%200%200%20166%2049.1l-.36-.65A88.11%2088.11%200%200%201%20216%20128m-72.69-86.66L152%2056.9l-26.91%2024.34L112.85%2088H96.14a16%2016%200%200%200-13.88%208l-8.73%2015.23l-10.15-27.04l10.94-25.87a87.87%2087.87%200%200%201%2069-17ZM40%20128a87.5%2087.5%200%200%201%208.54-37.8l11.34%2030.27a16%2016%200%200%200%2011.62%2010l21.43%204.61l3.81%207.92a16.09%2016.09%200%200%200%2014.4%209h1.48l-7.23%2016.23a16%2016%200%200%200%202.86%2017.37l.14.14l19.61%2020.2l-1.94%2010A88.11%2088.11%200%200%201%2040%20128m102.58%2086.78l1.13-5.81a16.09%2016.09%200%200%200-4-13.9a2%202%200%200%201-.14-.14L120%20174.74L133.7%20144l22.82%203.08l45.72%2028.12a88.18%2088.18%200%200%201-59.66%2039.58%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%2024m88%20104a87.6%2087.6%200%200%201-6.4%2032.94l-44.7-27.49a15.9%2015.9%200%200%200-6.24-2.23l-22.82-3.08a16.11%2016.11%200%200%200-16%207.86h-8.72l-3.8-7.86a15.91%2015.91%200%200%200-11-8.67l-8-1.73L96.14%20104h16.71a16.06%2016.06%200%200%200%207.73-2l12.25-6.76a16.6%2016.6%200%200%200%203-2.14l26.91-24.34A15.93%2015.93%200%200%200%20166%2049.1l-.36-.65A88.11%2088.11%200%200%201%20216%20128m-72.69-86.66L152%2056.9l-26.91%2024.34L112.85%2088H96.14a16%2016%200%200%200-13.88%208l-8.73%2015.23l-10.15-27.04l10.94-25.87a87.87%2087.87%200%200%201%2069-17ZM40%20128a87.5%2087.5%200%200%201%208.54-37.8l11.34%2030.27a16%2016%200%200%200%2011.62%2010l21.43%204.61l3.81%207.92a16.09%2016.09%200%200%200%2014.4%209h1.48l-7.23%2016.23a16%2016%200%200%200%202.86%2017.37l.14.14l19.61%2020.2l-1.94%2010A88.11%2088.11%200%200%201%2040%20128m102.58%2086.78l1.13-5.81a16.09%2016.09%200%200%200-4-13.9a2%202%200%200%201-.14-.14L120%20174.74L133.7%20144l22.82%203.08l45.72%2028.12a88.18%2088.18%200%200%201-59.66%2039.58%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/globe-hemisphere-west.svg?color=%231a73e8&size=48