globe hemisphere west icon

globe-hemisphere-west-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.

Name
globe-hemisphere-west-duotone
Set
Phosphor
Style
Duotone
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"><g fill="currentColor"><path d="M213.09 172.48a96 96 0 0 1-80.41 51.41l3.17-16.44a8 8 0 0 0-2-6.95l-19.74-20.33a8 8 0 0 1-1.44-8.69l13.7-30.74a8 8 0 0 1 8.38-4.67l22.82 3.08a8.1 8.1 0 0 1 3.12 1.11ZM116.71 95L129 88.24a7.5 7.5 0 0 0 1.5-1.07l26.91-24.33A8 8 0 0 0 159 53l-10.5-18.81A96.6 96.6 0 0 0 128 32a95.6 95.6 0 0 0-60.22 21.23L56 81.08a8 8 0 0 0-.12 5.92l11.5 30.67a8 8 0 0 0 5.81 5l2.69.58L89.2 100a8 8 0 0 1 6.94-4h16.71a7.9 7.9 0 0 0 3.86-1" opacity=".2"/><path 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"/></g></svg>

React

import type { SVGProps } from "react";

export function PhGlobeHemisphereWestDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M213.09 172.48a96 96 0 0 1-80.41 51.41l3.17-16.44a8 8 0 0 0-2-6.95l-19.74-20.33a8 8 0 0 1-1.44-8.69l13.7-30.74a8 8 0 0 1 8.38-4.67l22.82 3.08a8.1 8.1 0 0 1 3.12 1.11ZM116.71 95L129 88.24a7.5 7.5 0 0 0 1.5-1.07l26.91-24.33A8 8 0 0 0 159 53l-10.5-18.81A96.6 96.6 0 0 0 128 32a95.6 95.6 0 0 0-60.22 21.23L56 81.08a8 8 0 0 0-.12 5.92l11.5 30.67a8 8 0 0 0 5.81 5l2.69.58L89.2 100a8 8 0 0 1 6.94-4h16.71a7.9 7.9 0 0 0 3.86-1" opacity=".2"/><path 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"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M213.09 172.48a96 96 0 0 1-80.41 51.41l3.17-16.44a8 8 0 0 0-2-6.95l-19.74-20.33a8 8 0 0 1-1.44-8.69l13.7-30.74a8 8 0 0 1 8.38-4.67l22.82 3.08a8.1 8.1 0 0 1 3.12 1.11ZM116.71 95L129 88.24a7.5 7.5 0 0 0 1.5-1.07l26.91-24.33A8 8 0 0 0 159 53l-10.5-18.81A96.6 96.6 0 0 0 128 32a95.6 95.6 0 0 0-60.22 21.23L56 81.08a8 8 0 0 0-.12 5.92l11.5 30.67a8 8 0 0 0 5.81 5l2.69.58L89.2 100a8 8 0 0 1 6.94-4h16.71a7.9 7.9 0 0 0 3.86-1" opacity=".2"/><path 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"/></g></svg>
</template>

CSS

.icon-globe-hemisphere-west-duotone {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M213.09%20172.48a96%2096%200%200%201-80.41%2051.41l3.17-16.44a8%208%200%200%200-2-6.95l-19.74-20.33a8%208%200%200%201-1.44-8.69l13.7-30.74a8%208%200%200%201%208.38-4.67l22.82%203.08a8.1%208.1%200%200%201%203.12%201.11ZM116.71%2095L129%2088.24a7.5%207.5%200%200%200%201.5-1.07l26.91-24.33A8%208%200%200%200%20159%2053l-10.5-18.81A96.6%2096.6%200%200%200%20128%2032a95.6%2095.6%200%200%200-60.22%2021.23L56%2081.08a8%208%200%200%200-.12%205.92l11.5%2030.67a8%208%200%200%200%205.81%205l2.69.58L89.2%20100a8%208%200%200%201%206.94-4h16.71a7.9%207.9%200%200%200%203.86-1%22%20opacity%3D%22.2%22%2F%3E%3Cpath%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%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M213.09%20172.48a96%2096%200%200%201-80.41%2051.41l3.17-16.44a8%208%200%200%200-2-6.95l-19.74-20.33a8%208%200%200%201-1.44-8.69l13.7-30.74a8%208%200%200%201%208.38-4.67l22.82%203.08a8.1%208.1%200%200%201%203.12%201.11ZM116.71%2095L129%2088.24a7.5%207.5%200%200%200%201.5-1.07l26.91-24.33A8%208%200%200%200%20159%2053l-10.5-18.81A96.6%2096.6%200%200%200%20128%2032a95.6%2095.6%200%200%200-60.22%2021.23L56%2081.08a8%208%200%200%200-.12%205.92l11.5%2030.67a8%208%200%200%200%205.81%205l2.69.58L89.2%20100a8%208%200%200%201%206.94-4h16.71a7.9%207.9%200%200%200%203.86-1%22%20opacity%3D%22.2%22%2F%3E%3Cpath%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%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/globe-hemisphere-west-duotone.svg?color=%231a73e8&size=48