statue of liberty emoji

statue-of-liberty from Twitter Emoji by Twitter · Default · Travel & Places · CC-BY-4.0 Attribution required.

Name
statue-of-liberty
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 statue of liberty emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#88c9f9" d="M36 32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><path fill="#157569" d="M26.496 9.174L32 0h-2l-6.38 7.292a12.9 12.9 0 0 0-3.741-1.141L19 0h-2l-.879 6.151a12.9 12.9 0 0 0-3.676 1.109L7 0H5l4.561 9.123a13 13 0 0 0-2.38 2.673L0 10v2l5.819 2.494A12.9 12.9 0 0 0 5 19c-.001.098-.013.191-.017.288l-2.748.393c-.078-.225-.156-.444-.235-.681c-1-2.999-2-5-2-5v18c0 4 4 4 4 4h28s-.465-1.044 0-2c.179-.368 1.447-.658 1-2c-.709-2.129-1.417-6.767-1.769-10H36v-2l-4.992-.713A8 8 0 0 1 31 19c0-1.587-.299-3.1-.818-4.506L36 12v-2l-7.182 1.796a13 13 0 0 0-2.322-2.622M4 24s-.372-.747-.886-2h1.483C4.319 23.181 4 24 4 24"/><path fill="#3fc9b9" d="M7 18s.422-3.316 4-6c4-3 6-2 6-1s-3 1-6 3s-4 4-4 4m22 0s-.423-3.316-4-6c-4-3-6-2.001-6-1s3 1 6 3s4 4 4 4m-11-4c-6 0-8 4-8 4s2-2 4-2s2 2 2 2v2c0 1 2 1 2 1s2 0 2-1v-2s0-2 2-2s4 2 4 2s-2-4-8-4"/><path fill="#3fc9b9" d="M23 20c-2 0-2-1-2-1s-.083 2.815-1 4h-4c-.918-1.185-1-4-1-4s0 1-2 1s-4-1-4-1s0 9 2 10c1.265.633 4-1 7-1s5.735 1.633 7 1c2-1 2-10 2-10s-2 1-4 1"/><path fill="#157569" d="M15 25h6s-1-1-3-1s-3 1-3 1"/><path fill="#3fc9b9" d="M2 23c-1 5 .215 10.177 1 9c2-3 2 0 2 1s.526 4.211 2 2c1.401-2.101 6.368-.281 9.225 1h1.154C15.31 34.605 10.456 33.638 8 32c-3-2-6-9-6-9"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiStatueOfLiberty(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#88c9f9" d="M36 32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><path fill="#157569" d="M26.496 9.174L32 0h-2l-6.38 7.292a12.9 12.9 0 0 0-3.741-1.141L19 0h-2l-.879 6.151a12.9 12.9 0 0 0-3.676 1.109L7 0H5l4.561 9.123a13 13 0 0 0-2.38 2.673L0 10v2l5.819 2.494A12.9 12.9 0 0 0 5 19c-.001.098-.013.191-.017.288l-2.748.393c-.078-.225-.156-.444-.235-.681c-1-2.999-2-5-2-5v18c0 4 4 4 4 4h28s-.465-1.044 0-2c.179-.368 1.447-.658 1-2c-.709-2.129-1.417-6.767-1.769-10H36v-2l-4.992-.713A8 8 0 0 1 31 19c0-1.587-.299-3.1-.818-4.506L36 12v-2l-7.182 1.796a13 13 0 0 0-2.322-2.622M4 24s-.372-.747-.886-2h1.483C4.319 23.181 4 24 4 24"/><path fill="#3fc9b9" d="M7 18s.422-3.316 4-6c4-3 6-2 6-1s-3 1-6 3s-4 4-4 4m22 0s-.423-3.316-4-6c-4-3-6-2.001-6-1s3 1 6 3s4 4 4 4m-11-4c-6 0-8 4-8 4s2-2 4-2s2 2 2 2v2c0 1 2 1 2 1s2 0 2-1v-2s0-2 2-2s4 2 4 2s-2-4-8-4"/><path fill="#3fc9b9" d="M23 20c-2 0-2-1-2-1s-.083 2.815-1 4h-4c-.918-1.185-1-4-1-4s0 1-2 1s-4-1-4-1s0 9 2 10c1.265.633 4-1 7-1s5.735 1.633 7 1c2-1 2-10 2-10s-2 1-4 1"/><path fill="#157569" d="M15 25h6s-1-1-3-1s-3 1-3 1"/><path fill="#3fc9b9" d="M2 23c-1 5 .215 10.177 1 9c2-3 2 0 2 1s.526 4.211 2 2c1.401-2.101 6.368-.281 9.225 1h1.154C15.31 34.605 10.456 33.638 8 32c-3-2-6-9-6-9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#88c9f9" d="M36 32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><path fill="#157569" d="M26.496 9.174L32 0h-2l-6.38 7.292a12.9 12.9 0 0 0-3.741-1.141L19 0h-2l-.879 6.151a12.9 12.9 0 0 0-3.676 1.109L7 0H5l4.561 9.123a13 13 0 0 0-2.38 2.673L0 10v2l5.819 2.494A12.9 12.9 0 0 0 5 19c-.001.098-.013.191-.017.288l-2.748.393c-.078-.225-.156-.444-.235-.681c-1-2.999-2-5-2-5v18c0 4 4 4 4 4h28s-.465-1.044 0-2c.179-.368 1.447-.658 1-2c-.709-2.129-1.417-6.767-1.769-10H36v-2l-4.992-.713A8 8 0 0 1 31 19c0-1.587-.299-3.1-.818-4.506L36 12v-2l-7.182 1.796a13 13 0 0 0-2.322-2.622M4 24s-.372-.747-.886-2h1.483C4.319 23.181 4 24 4 24"/><path fill="#3fc9b9" d="M7 18s.422-3.316 4-6c4-3 6-2 6-1s-3 1-6 3s-4 4-4 4m22 0s-.423-3.316-4-6c-4-3-6-2.001-6-1s3 1 6 3s4 4 4 4m-11-4c-6 0-8 4-8 4s2-2 4-2s2 2 2 2v2c0 1 2 1 2 1s2 0 2-1v-2s0-2 2-2s4 2 4 2s-2-4-8-4"/><path fill="#3fc9b9" d="M23 20c-2 0-2-1-2-1s-.083 2.815-1 4h-4c-.918-1.185-1-4-1-4s0 1-2 1s-4-1-4-1s0 9 2 10c1.265.633 4-1 7-1s5.735 1.633 7 1c2-1 2-10 2-10s-2 1-4 1"/><path fill="#157569" d="M15 25h6s-1-1-3-1s-3 1-3 1"/><path fill="#3fc9b9" d="M2 23c-1 5 .215 10.177 1 9c2-3 2 0 2 1s.526 4.211 2 2c1.401-2.101 6.368-.281 9.225 1h1.154C15.31 34.605 10.456 33.638 8 32c-3-2-6-9-6-9"/></svg>
</template>

CSS

.icon-statue-of-liberty {
  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%3Cpath%20fill%3D%22%2388c9f9%22%20d%3D%22M36%2032a4%204%200%200%201-4%204H4a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4h28a4%204%200%200%201%204%204z%22%2F%3E%3Cpath%20fill%3D%22%23157569%22%20d%3D%22M26.496%209.174L32%200h-2l-6.38%207.292a12.9%2012.9%200%200%200-3.741-1.141L19%200h-2l-.879%206.151a12.9%2012.9%200%200%200-3.676%201.109L7%200H5l4.561%209.123a13%2013%200%200%200-2.38%202.673L0%2010v2l5.819%202.494A12.9%2012.9%200%200%200%205%2019c-.001.098-.013.191-.017.288l-2.748.393c-.078-.225-.156-.444-.235-.681c-1-2.999-2-5-2-5v18c0%204%204%204%204%204h28s-.465-1.044%200-2c.179-.368%201.447-.658%201-2c-.709-2.129-1.417-6.767-1.769-10H36v-2l-4.992-.713A8%208%200%200%201%2031%2019c0-1.587-.299-3.1-.818-4.506L36%2012v-2l-7.182%201.796a13%2013%200%200%200-2.322-2.622M4%2024s-.372-.747-.886-2h1.483C4.319%2023.181%204%2024%204%2024%22%2F%3E%3Cpath%20fill%3D%22%233fc9b9%22%20d%3D%22M7%2018s.422-3.316%204-6c4-3%206-2%206-1s-3%201-6%203s-4%204-4%204m22%200s-.423-3.316-4-6c-4-3-6-2.001-6-1s3%201%206%203s4%204%204%204m-11-4c-6%200-8%204-8%204s2-2%204-2s2%202%202%202v2c0%201%202%201%202%201s2%200%202-1v-2s0-2%202-2s4%202%204%202s-2-4-8-4%22%2F%3E%3Cpath%20fill%3D%22%233fc9b9%22%20d%3D%22M23%2020c-2%200-2-1-2-1s-.083%202.815-1%204h-4c-.918-1.185-1-4-1-4s0%201-2%201s-4-1-4-1s0%209%202%2010c1.265.633%204-1%207-1s5.735%201.633%207%201c2-1%202-10%202-10s-2%201-4%201%22%2F%3E%3Cpath%20fill%3D%22%23157569%22%20d%3D%22M15%2025h6s-1-1-3-1s-3%201-3%201%22%2F%3E%3Cpath%20fill%3D%22%233fc9b9%22%20d%3D%22M2%2023c-1%205%20.215%2010.177%201%209c2-3%202%200%202%201s.526%204.211%202%202c1.401-2.101%206.368-.281%209.225%201h1.154C15.31%2034.605%2010.456%2033.638%208%2032c-3-2-6-9-6-9%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%3Cpath%20fill%3D%22%2388c9f9%22%20d%3D%22M36%2032a4%204%200%200%201-4%204H4a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4h28a4%204%200%200%201%204%204z%22%2F%3E%3Cpath%20fill%3D%22%23157569%22%20d%3D%22M26.496%209.174L32%200h-2l-6.38%207.292a12.9%2012.9%200%200%200-3.741-1.141L19%200h-2l-.879%206.151a12.9%2012.9%200%200%200-3.676%201.109L7%200H5l4.561%209.123a13%2013%200%200%200-2.38%202.673L0%2010v2l5.819%202.494A12.9%2012.9%200%200%200%205%2019c-.001.098-.013.191-.017.288l-2.748.393c-.078-.225-.156-.444-.235-.681c-1-2.999-2-5-2-5v18c0%204%204%204%204%204h28s-.465-1.044%200-2c.179-.368%201.447-.658%201-2c-.709-2.129-1.417-6.767-1.769-10H36v-2l-4.992-.713A8%208%200%200%201%2031%2019c0-1.587-.299-3.1-.818-4.506L36%2012v-2l-7.182%201.796a13%2013%200%200%200-2.322-2.622M4%2024s-.372-.747-.886-2h1.483C4.319%2023.181%204%2024%204%2024%22%2F%3E%3Cpath%20fill%3D%22%233fc9b9%22%20d%3D%22M7%2018s.422-3.316%204-6c4-3%206-2%206-1s-3%201-6%203s-4%204-4%204m22%200s-.423-3.316-4-6c-4-3-6-2.001-6-1s3%201%206%203s4%204%204%204m-11-4c-6%200-8%204-8%204s2-2%204-2s2%202%202%202v2c0%201%202%201%202%201s2%200%202-1v-2s0-2%202-2s4%202%204%202s-2-4-8-4%22%2F%3E%3Cpath%20fill%3D%22%233fc9b9%22%20d%3D%22M23%2020c-2%200-2-1-2-1s-.083%202.815-1%204h-4c-.918-1.185-1-4-1-4s0%201-2%201s-4-1-4-1s0%209%202%2010c1.265.633%204-1%207-1s5.735%201.633%207%201c2-1%202-10%202-10s-2%201-4%201%22%2F%3E%3Cpath%20fill%3D%22%23157569%22%20d%3D%22M15%2025h6s-1-1-3-1s-3%201-3%201%22%2F%3E%3Cpath%20fill%3D%22%233fc9b9%22%20d%3D%22M2%2023c-1%205%20.215%2010.177%201%209c2-3%202%200%202%201s.526%204.211%202%202c1.401-2.101%206.368-.281%209.225%201h1.154C15.31%2034.605%2010.456%2033.638%208%2032c-3-2-6-9-6-9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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