globe hemisphere west icon
globe-hemisphere-west-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- globe-hemisphere-west-bold
- Set
- Phosphor
- Style
- Bold
- 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 20a108 108 0 1 0 108 108A108.12 108.12 0 0 0 128 20m84 108a83.6 83.6 0 0 1-4.47 27L167 130a19.65 19.65 0 0 0-7.8-2.78l-22.82-3.08a20.14 20.14 0 0 0-18.66 7.86h-4.07l-2.71-5.6a19.88 19.88 0 0 0-13.8-10.84l-2.68-.56l4-7h14.39a20 20 0 0 0 9.66-2.49l12.25-6.76a20.6 20.6 0 0 0 3.74-2.68l26.92-24.33A20 20 0 0 0 172 56.49A84 84 0 0 1 212 128m-71.24-83l6.2 11.1L122.75 78l-10.93 6H96.14a20.05 20.05 0 0 0-17.36 10.06l-4.49 7.85l-6.61-17.63l9.91-23.42A83.9 83.9 0 0 1 140.76 45M44 128a83.5 83.5 0 0 1 4.4-26.77l7.74 20.65a19.89 19.89 0 0 0 14.52 12.53l19.53 4.2l3 6.1a20.11 20.11 0 0 0 13.55 10.77l-5 11.12a20 20 0 0 0 3.58 21.71l.21.22l18.16 18.7l-.89 4.59A84.09 84.09 0 0 1 44 128m103.65 81.66a20.11 20.11 0 0 0-5-17.3l-.21-.22l-17.72-18.25l11.37-25.52l19 2.56l41.43 25.48a84.2 84.2 0 0 1-48.87 33.25"/></svg>
React
import type { SVGProps } from "react";
export function PhGlobeHemisphereWestBold(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 20a108 108 0 1 0 108 108A108.12 108.12 0 0 0 128 20m84 108a83.6 83.6 0 0 1-4.47 27L167 130a19.65 19.65 0 0 0-7.8-2.78l-22.82-3.08a20.14 20.14 0 0 0-18.66 7.86h-4.07l-2.71-5.6a19.88 19.88 0 0 0-13.8-10.84l-2.68-.56l4-7h14.39a20 20 0 0 0 9.66-2.49l12.25-6.76a20.6 20.6 0 0 0 3.74-2.68l26.92-24.33A20 20 0 0 0 172 56.49A84 84 0 0 1 212 128m-71.24-83l6.2 11.1L122.75 78l-10.93 6H96.14a20.05 20.05 0 0 0-17.36 10.06l-4.49 7.85l-6.61-17.63l9.91-23.42A83.9 83.9 0 0 1 140.76 45M44 128a83.5 83.5 0 0 1 4.4-26.77l7.74 20.65a19.89 19.89 0 0 0 14.52 12.53l19.53 4.2l3 6.1a20.11 20.11 0 0 0 13.55 10.77l-5 11.12a20 20 0 0 0 3.58 21.71l.21.22l18.16 18.7l-.89 4.59A84.09 84.09 0 0 1 44 128m103.65 81.66a20.11 20.11 0 0 0-5-17.3l-.21-.22l-17.72-18.25l11.37-25.52l19 2.56l41.43 25.48a84.2 84.2 0 0 1-48.87 33.25"/></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 20a108 108 0 1 0 108 108A108.12 108.12 0 0 0 128 20m84 108a83.6 83.6 0 0 1-4.47 27L167 130a19.65 19.65 0 0 0-7.8-2.78l-22.82-3.08a20.14 20.14 0 0 0-18.66 7.86h-4.07l-2.71-5.6a19.88 19.88 0 0 0-13.8-10.84l-2.68-.56l4-7h14.39a20 20 0 0 0 9.66-2.49l12.25-6.76a20.6 20.6 0 0 0 3.74-2.68l26.92-24.33A20 20 0 0 0 172 56.49A84 84 0 0 1 212 128m-71.24-83l6.2 11.1L122.75 78l-10.93 6H96.14a20.05 20.05 0 0 0-17.36 10.06l-4.49 7.85l-6.61-17.63l9.91-23.42A83.9 83.9 0 0 1 140.76 45M44 128a83.5 83.5 0 0 1 4.4-26.77l7.74 20.65a19.89 19.89 0 0 0 14.52 12.53l19.53 4.2l3 6.1a20.11 20.11 0 0 0 13.55 10.77l-5 11.12a20 20 0 0 0 3.58 21.71l.21.22l18.16 18.7l-.89 4.59A84.09 84.09 0 0 1 44 128m103.65 81.66a20.11 20.11 0 0 0-5-17.3l-.21-.22l-17.72-18.25l11.37-25.52l19 2.56l41.43 25.48a84.2 84.2 0 0 1-48.87 33.25"/></svg> </template>
CSS
.icon-globe-hemisphere-west-bold {
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%2020a108%20108%200%201%200%20108%20108A108.12%20108.12%200%200%200%20128%2020m84%20108a83.6%2083.6%200%200%201-4.47%2027L167%20130a19.65%2019.65%200%200%200-7.8-2.78l-22.82-3.08a20.14%2020.14%200%200%200-18.66%207.86h-4.07l-2.71-5.6a19.88%2019.88%200%200%200-13.8-10.84l-2.68-.56l4-7h14.39a20%2020%200%200%200%209.66-2.49l12.25-6.76a20.6%2020.6%200%200%200%203.74-2.68l26.92-24.33A20%2020%200%200%200%20172%2056.49A84%2084%200%200%201%20212%20128m-71.24-83l6.2%2011.1L122.75%2078l-10.93%206H96.14a20.05%2020.05%200%200%200-17.36%2010.06l-4.49%207.85l-6.61-17.63l9.91-23.42A83.9%2083.9%200%200%201%20140.76%2045M44%20128a83.5%2083.5%200%200%201%204.4-26.77l7.74%2020.65a19.89%2019.89%200%200%200%2014.52%2012.53l19.53%204.2l3%206.1a20.11%2020.11%200%200%200%2013.55%2010.77l-5%2011.12a20%2020%200%200%200%203.58%2021.71l.21.22l18.16%2018.7l-.89%204.59A84.09%2084.09%200%200%201%2044%20128m103.65%2081.66a20.11%2020.11%200%200%200-5-17.3l-.21-.22l-17.72-18.25l11.37-25.52l19%202.56l41.43%2025.48a84.2%2084.2%200%200%201-48.87%2033.25%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%2020a108%20108%200%201%200%20108%20108A108.12%20108.12%200%200%200%20128%2020m84%20108a83.6%2083.6%200%200%201-4.47%2027L167%20130a19.65%2019.65%200%200%200-7.8-2.78l-22.82-3.08a20.14%2020.14%200%200%200-18.66%207.86h-4.07l-2.71-5.6a19.88%2019.88%200%200%200-13.8-10.84l-2.68-.56l4-7h14.39a20%2020%200%200%200%209.66-2.49l12.25-6.76a20.6%2020.6%200%200%200%203.74-2.68l26.92-24.33A20%2020%200%200%200%20172%2056.49A84%2084%200%200%201%20212%20128m-71.24-83l6.2%2011.1L122.75%2078l-10.93%206H96.14a20.05%2020.05%200%200%200-17.36%2010.06l-4.49%207.85l-6.61-17.63l9.91-23.42A83.9%2083.9%200%200%201%20140.76%2045M44%20128a83.5%2083.5%200%200%201%204.4-26.77l7.74%2020.65a19.89%2019.89%200%200%200%2014.52%2012.53l19.53%204.2l3%206.1a20.11%2020.11%200%200%200%2013.55%2010.77l-5%2011.12a20%2020%200%200%200%203.58%2021.71l.21.22l18.16%2018.7l-.89%204.59A84.09%2084.09%200%200%201%2044%20128m103.65%2081.66a20.11%2020.11%200%200%200-5-17.3l-.21-.22l-17.72-18.25l11.37-25.52l19%202.56l41.43%2025.48a84.2%2084.2%200%200%201-48.87%2033.25%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-bold.svg?color=%231a73e8&size=48