globe hemisphere west icon
globe-hemisphere-west-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- globe-hemisphere-west-fill
- Set
- Phosphor
- Style
- Fill
- 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-176 0a87.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 128"/></svg>
React
import type { SVGProps } from "react";
export function PhGlobeHemisphereWestFill(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-176 0a87.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 128"/></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-176 0a87.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 128"/></svg> </template>
CSS
.icon-globe-hemisphere-west-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%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-176%200a87.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%20128%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-176%200a87.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%20128%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-fill.svg?color=%231a73e8&size=48