globe showing americas emoji

globe-showing-americas from Twitter Emoji by Twitter · Default · Travel & Places · CC-BY-4.0 Attribution required.

Name
globe-showing-americas
Set
Twitter Emoji
Style
Default
Category
Travel & Places
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More travel & places icons from Twitter Emoji

Use the globe showing americas emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><circle cx="18" cy="18" r="18" fill="#88c9f9"/><path fill="#5c913b" d="M30.13 23.748c-1.017-.39-.836-.248-1.463-1.581s-1.007-1.761-2.417-1.917c-1.411-.155-1.358-.045-1.75-.75c-.392-.706-1.982.191-3 .584c-1.021.392-.769 1.246-1.083 1.166a4.8 4.8 0 0 1-1.893-.907c-.784-.628.583-1.118.976-1.509c.393-.393-.74-.179-1.133-.416c-.393-.234-1.096.471-1.723-.158c-.628-.627-.235-1.568-.313-2.352c-.079-.785 1.018-.941 1.724-1.098c.705-.156 1.253.001 1.253.941c0 .941.863 1.255.628.156s.235-1.411.55-1.96c.313-.549.862-1.334 1.567-2.51c.706-1.176 1.177-.628 2.039-.544c.863.085 1.098-.083 1.725-.004c.625.079 0-.784.236-1.646c.234-.862 1.097-.706 1.961-.47c.862.235-.864-1.099-1.177-1.804c-.315-.706-1.177 0-1.724-1.176c-.553-1.176-1.324-1.937-2.03-2.042c-.706-.106.225 1.494-.324 2.356c-.551.862-1.395.727-2.26.727c-.861 0-1.661-.727-1.033-1.825c.626-1.097 1.823-.984 2.45-1.925c.628-.94-2.23-.854-3.25-1.167s-2.244-.311-3.263.473c-1.02.783-3.201 1.028-4.064 1.341c-.862.313-1.017-.52-1.173-1.148c-.07-.279-.388-.367-.836-.357a18.1 18.1 0 0 0-5.666 4.921c.237.807 1.385-.189 1.61-.414c.235-.235 1.411.079 1.567.941c.157.862.079 1.805-.234 2.589c-.314.783.784 1.881 1.411 2.979c.628 1.099 1.333 1.098 1.647 1.098c.313 0 2.117.706 2.038 1.568c-.078.863 1.647 1.646 2.353 2.195c.706.551 1.152 1.092 2.068 1.25s1.989 1.657 2.459 1.815c.361.12.972.697 1.341.876c-.485.614-1.424 1.875-1.424 2.456c0 .786 1.025 2.021 1.417 2.334c.391.312 1.517.55 1.75 1.333c.236.784-.164 3.423-.868 4.128c-.708.705-.965 2.372-.965 2.372s.249.541 1.083 0C21.839 34.07 23.383 32.37 24 32a20.8 20.8 0 0 0 3.417-2.583c1.098-1.019.7-1.733 1.25-2.75c.549-1.019 1.259-.973 2.199-1.833c.942-.864.284-.693-.736-1.086"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiGlobeShowingAmericas(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><circle cx="18" cy="18" r="18" fill="#88c9f9"/><path fill="#5c913b" d="M30.13 23.748c-1.017-.39-.836-.248-1.463-1.581s-1.007-1.761-2.417-1.917c-1.411-.155-1.358-.045-1.75-.75c-.392-.706-1.982.191-3 .584c-1.021.392-.769 1.246-1.083 1.166a4.8 4.8 0 0 1-1.893-.907c-.784-.628.583-1.118.976-1.509c.393-.393-.74-.179-1.133-.416c-.393-.234-1.096.471-1.723-.158c-.628-.627-.235-1.568-.313-2.352c-.079-.785 1.018-.941 1.724-1.098c.705-.156 1.253.001 1.253.941c0 .941.863 1.255.628.156s.235-1.411.55-1.96c.313-.549.862-1.334 1.567-2.51c.706-1.176 1.177-.628 2.039-.544c.863.085 1.098-.083 1.725-.004c.625.079 0-.784.236-1.646c.234-.862 1.097-.706 1.961-.47c.862.235-.864-1.099-1.177-1.804c-.315-.706-1.177 0-1.724-1.176c-.553-1.176-1.324-1.937-2.03-2.042c-.706-.106.225 1.494-.324 2.356c-.551.862-1.395.727-2.26.727c-.861 0-1.661-.727-1.033-1.825c.626-1.097 1.823-.984 2.45-1.925c.628-.94-2.23-.854-3.25-1.167s-2.244-.311-3.263.473c-1.02.783-3.201 1.028-4.064 1.341c-.862.313-1.017-.52-1.173-1.148c-.07-.279-.388-.367-.836-.357a18.1 18.1 0 0 0-5.666 4.921c.237.807 1.385-.189 1.61-.414c.235-.235 1.411.079 1.567.941c.157.862.079 1.805-.234 2.589c-.314.783.784 1.881 1.411 2.979c.628 1.099 1.333 1.098 1.647 1.098c.313 0 2.117.706 2.038 1.568c-.078.863 1.647 1.646 2.353 2.195c.706.551 1.152 1.092 2.068 1.25s1.989 1.657 2.459 1.815c.361.12.972.697 1.341.876c-.485.614-1.424 1.875-1.424 2.456c0 .786 1.025 2.021 1.417 2.334c.391.312 1.517.55 1.75 1.333c.236.784-.164 3.423-.868 4.128c-.708.705-.965 2.372-.965 2.372s.249.541 1.083 0C21.839 34.07 23.383 32.37 24 32a20.8 20.8 0 0 0 3.417-2.583c1.098-1.019.7-1.733 1.25-2.75c.549-1.019 1.259-.973 2.199-1.833c.942-.864.284-.693-.736-1.086"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><circle cx="18" cy="18" r="18" fill="#88c9f9"/><path fill="#5c913b" d="M30.13 23.748c-1.017-.39-.836-.248-1.463-1.581s-1.007-1.761-2.417-1.917c-1.411-.155-1.358-.045-1.75-.75c-.392-.706-1.982.191-3 .584c-1.021.392-.769 1.246-1.083 1.166a4.8 4.8 0 0 1-1.893-.907c-.784-.628.583-1.118.976-1.509c.393-.393-.74-.179-1.133-.416c-.393-.234-1.096.471-1.723-.158c-.628-.627-.235-1.568-.313-2.352c-.079-.785 1.018-.941 1.724-1.098c.705-.156 1.253.001 1.253.941c0 .941.863 1.255.628.156s.235-1.411.55-1.96c.313-.549.862-1.334 1.567-2.51c.706-1.176 1.177-.628 2.039-.544c.863.085 1.098-.083 1.725-.004c.625.079 0-.784.236-1.646c.234-.862 1.097-.706 1.961-.47c.862.235-.864-1.099-1.177-1.804c-.315-.706-1.177 0-1.724-1.176c-.553-1.176-1.324-1.937-2.03-2.042c-.706-.106.225 1.494-.324 2.356c-.551.862-1.395.727-2.26.727c-.861 0-1.661-.727-1.033-1.825c.626-1.097 1.823-.984 2.45-1.925c.628-.94-2.23-.854-3.25-1.167s-2.244-.311-3.263.473c-1.02.783-3.201 1.028-4.064 1.341c-.862.313-1.017-.52-1.173-1.148c-.07-.279-.388-.367-.836-.357a18.1 18.1 0 0 0-5.666 4.921c.237.807 1.385-.189 1.61-.414c.235-.235 1.411.079 1.567.941c.157.862.079 1.805-.234 2.589c-.314.783.784 1.881 1.411 2.979c.628 1.099 1.333 1.098 1.647 1.098c.313 0 2.117.706 2.038 1.568c-.078.863 1.647 1.646 2.353 2.195c.706.551 1.152 1.092 2.068 1.25s1.989 1.657 2.459 1.815c.361.12.972.697 1.341.876c-.485.614-1.424 1.875-1.424 2.456c0 .786 1.025 2.021 1.417 2.334c.391.312 1.517.55 1.75 1.333c.236.784-.164 3.423-.868 4.128c-.708.705-.965 2.372-.965 2.372s.249.541 1.083 0C21.839 34.07 23.383 32.37 24 32a20.8 20.8 0 0 0 3.417-2.583c1.098-1.019.7-1.733 1.25-2.75c.549-1.019 1.259-.973 2.199-1.833c.942-.864.284-.693-.736-1.086"/></svg>
</template>

CSS

.icon-globe-showing-americas {
  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%2036%2036%22%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2218%22%20fill%3D%22%2388c9f9%22%2F%3E%3Cpath%20fill%3D%22%235c913b%22%20d%3D%22M30.13%2023.748c-1.017-.39-.836-.248-1.463-1.581s-1.007-1.761-2.417-1.917c-1.411-.155-1.358-.045-1.75-.75c-.392-.706-1.982.191-3%20.584c-1.021.392-.769%201.246-1.083%201.166a4.8%204.8%200%200%201-1.893-.907c-.784-.628.583-1.118.976-1.509c.393-.393-.74-.179-1.133-.416c-.393-.234-1.096.471-1.723-.158c-.628-.627-.235-1.568-.313-2.352c-.079-.785%201.018-.941%201.724-1.098c.705-.156%201.253.001%201.253.941c0%20.941.863%201.255.628.156s.235-1.411.55-1.96c.313-.549.862-1.334%201.567-2.51c.706-1.176%201.177-.628%202.039-.544c.863.085%201.098-.083%201.725-.004c.625.079%200-.784.236-1.646c.234-.862%201.097-.706%201.961-.47c.862.235-.864-1.099-1.177-1.804c-.315-.706-1.177%200-1.724-1.176c-.553-1.176-1.324-1.937-2.03-2.042c-.706-.106.225%201.494-.324%202.356c-.551.862-1.395.727-2.26.727c-.861%200-1.661-.727-1.033-1.825c.626-1.097%201.823-.984%202.45-1.925c.628-.94-2.23-.854-3.25-1.167s-2.244-.311-3.263.473c-1.02.783-3.201%201.028-4.064%201.341c-.862.313-1.017-.52-1.173-1.148c-.07-.279-.388-.367-.836-.357a18.1%2018.1%200%200%200-5.666%204.921c.237.807%201.385-.189%201.61-.414c.235-.235%201.411.079%201.567.941c.157.862.079%201.805-.234%202.589c-.314.783.784%201.881%201.411%202.979c.628%201.099%201.333%201.098%201.647%201.098c.313%200%202.117.706%202.038%201.568c-.078.863%201.647%201.646%202.353%202.195c.706.551%201.152%201.092%202.068%201.25s1.989%201.657%202.459%201.815c.361.12.972.697%201.341.876c-.485.614-1.424%201.875-1.424%202.456c0%20.786%201.025%202.021%201.417%202.334c.391.312%201.517.55%201.75%201.333c.236.784-.164%203.423-.868%204.128c-.708.705-.965%202.372-.965%202.372s.249.541%201.083%200C21.839%2034.07%2023.383%2032.37%2024%2032a20.8%2020.8%200%200%200%203.417-2.583c1.098-1.019.7-1.733%201.25-2.75c.549-1.019%201.259-.973%202.199-1.833c.942-.864.284-.693-.736-1.086%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%2036%2036%22%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2218%22%20fill%3D%22%2388c9f9%22%2F%3E%3Cpath%20fill%3D%22%235c913b%22%20d%3D%22M30.13%2023.748c-1.017-.39-.836-.248-1.463-1.581s-1.007-1.761-2.417-1.917c-1.411-.155-1.358-.045-1.75-.75c-.392-.706-1.982.191-3%20.584c-1.021.392-.769%201.246-1.083%201.166a4.8%204.8%200%200%201-1.893-.907c-.784-.628.583-1.118.976-1.509c.393-.393-.74-.179-1.133-.416c-.393-.234-1.096.471-1.723-.158c-.628-.627-.235-1.568-.313-2.352c-.079-.785%201.018-.941%201.724-1.098c.705-.156%201.253.001%201.253.941c0%20.941.863%201.255.628.156s.235-1.411.55-1.96c.313-.549.862-1.334%201.567-2.51c.706-1.176%201.177-.628%202.039-.544c.863.085%201.098-.083%201.725-.004c.625.079%200-.784.236-1.646c.234-.862%201.097-.706%201.961-.47c.862.235-.864-1.099-1.177-1.804c-.315-.706-1.177%200-1.724-1.176c-.553-1.176-1.324-1.937-2.03-2.042c-.706-.106.225%201.494-.324%202.356c-.551.862-1.395.727-2.26.727c-.861%200-1.661-.727-1.033-1.825c.626-1.097%201.823-.984%202.45-1.925c.628-.94-2.23-.854-3.25-1.167s-2.244-.311-3.263.473c-1.02.783-3.201%201.028-4.064%201.341c-.862.313-1.017-.52-1.173-1.148c-.07-.279-.388-.367-.836-.357a18.1%2018.1%200%200%200-5.666%204.921c.237.807%201.385-.189%201.61-.414c.235-.235%201.411.079%201.567.941c.157.862.079%201.805-.234%202.589c-.314.783.784%201.881%201.411%202.979c.628%201.099%201.333%201.098%201.647%201.098c.313%200%202.117.706%202.038%201.568c-.078.863%201.647%201.646%202.353%202.195c.706.551%201.152%201.092%202.068%201.25s1.989%201.657%202.459%201.815c.361.12.972.697%201.341.876c-.485.614-1.424%201.875-1.424%202.456c0%20.786%201.025%202.021%201.417%202.334c.391.312%201.517.55%201.75%201.333c.236.784-.164%203.423-.868%204.128c-.708.705-.965%202.372-.965%202.372s.249.541%201.083%200C21.839%2034.07%2023.383%2032.37%2024%2032a20.8%2020.8%200%200%200%203.417-2.583c1.098-1.019.7-1.733%201.25-2.75c.549-1.019%201.259-.973%202.199-1.833c.942-.864.284-.693-.736-1.086%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/twemoji/globe-showing-americas.svg?color=%231a73e8&size=48