meridianglobe emoji
meridianglobe from Firefox OS Emoji by Mozilla · Default · Nature · Apache-2.0 Free for personal and commercial use.
- Name
- meridianglobe
- Set
- Firefox OS Emoji
- Style
- Default
- Category
- Nature
- Viewbox
- 512×512
- License
- Apache 2.0
More nature icons from Firefox OS Emoji
Use the meridianglobe emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#0096D1" d="M425.393 86.607C380.146 41.361 319.988 16.442 256 16.442S131.854 41.361 86.607 86.607S16.442 192.012 16.442 256S41.36 380.146 86.607 425.393S192.012 495.558 256 495.558s124.146-24.918 169.393-70.165S495.558 319.988 495.558 256S470.64 131.854 425.393 86.607M386.027 242.5c-1.141-38.785-7.187-75.873-17.566-108.605c16.922-4.791 32.653-10.738 47.349-17.882c30.041 34.253 49.265 78.207 52.307 126.487zM242.5 466.638c-20.989-5.949-40.869-25.655-57.048-56.984a228 228 0 0 1-5.844-12.219c11.593-2.202 23.68-3.935 36.277-5.158a428 428 0 0 1 26.615-1.739zm27-76.15c21.326.656 42.336 2.977 62.887 6.956a228 228 0 0 1-5.839 12.209c-16.179 31.329-36.059 51.036-57.048 56.984zm-27-26.963c-9.7.314-19.444.927-29.225 1.877c-15.111 1.467-29.588 3.622-43.422 6.429c-9.922-30.536-15.727-65.521-16.87-102.331H242.5zM152.984 242.5c1.143-36.816 6.95-71.805 16.874-102.345c23.712 4.87 47.989 7.663 72.642 8.375v93.97zM242.5 121.523c-21.327-.657-42.338-2.984-62.891-6.959a229 229 0 0 1 5.843-12.218c16.179-31.33 36.058-51.037 57.048-56.985zm27-76.161c20.989 5.948 40.869 25.655 57.048 56.985a228 228 0 0 1 5.871 12.282c-10.417 1.958-21.302 3.531-32.689 4.73a430 430 0 0 1-30.229 2.096zm81.038 44.597c-6.618-12.816-13.906-24.061-21.732-33.669c24.658 9.017 47.19 22.48 66.629 39.411c-11.359 4.975-23.438 9.21-36.287 12.755c-2.686-6.4-5.554-12.579-8.61-18.497m-189.076 0c-3.041 5.888-5.896 12.035-8.57 18.401c-13.017-3.574-25.073-7.775-36.326-12.659c19.438-16.93 41.97-30.393 66.628-39.41c-7.826 9.607-15.114 20.852-21.732 33.668m-17.892 43.84c-10.398 32.755-16.455 69.878-17.597 108.701h-82.09c3.041-48.266 22.254-92.208 52.281-126.457c14.553 7.039 30.243 12.923 47.406 17.756M125.973 269.5c1.142 38.814 7.196 75.928 17.589 108.678c-16.978 4.812-32.778 10.77-47.359 17.823c-30.049-34.255-49.278-78.215-52.32-126.501zm26.909 134.116a258 258 0 0 0 8.58 18.425c6.618 12.816 13.906 24.061 21.731 33.669c-24.647-9.014-47.171-22.469-66.604-39.389c11.31-4.92 23.428-9.151 36.293-12.705m206.215.051c12.792 3.547 24.916 7.797 36.26 12.702c-19.421 16.898-41.926 30.336-66.55 39.341c7.825-9.608 15.113-20.853 21.732-33.669c3.036-5.88 5.887-12.018 8.558-18.374m-16.954-31.825c-23.709-4.874-47.99-7.655-72.643-8.367V269.5h89.516c-1.144 36.815-6.95 71.803-16.873 102.342M269.5 242.5v-94.023a457 457 0 0 0 33.056-2.267c13.854-1.458 27.024-3.464 39.606-5.993c9.912 30.525 15.712 65.492 16.855 102.283zm146.193 153.618l.068-.141c-14.598-7.008-30.463-12.952-47.339-17.75c10.403-32.762 16.463-69.894 17.605-108.728h82.089c-3.045 48.343-22.315 92.347-52.423 126.619"/></svg>
React
import type { SVGProps } from "react";
export function FxemojiMeridianglobe(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#0096D1" d="M425.393 86.607C380.146 41.361 319.988 16.442 256 16.442S131.854 41.361 86.607 86.607S16.442 192.012 16.442 256S41.36 380.146 86.607 425.393S192.012 495.558 256 495.558s124.146-24.918 169.393-70.165S495.558 319.988 495.558 256S470.64 131.854 425.393 86.607M386.027 242.5c-1.141-38.785-7.187-75.873-17.566-108.605c16.922-4.791 32.653-10.738 47.349-17.882c30.041 34.253 49.265 78.207 52.307 126.487zM242.5 466.638c-20.989-5.949-40.869-25.655-57.048-56.984a228 228 0 0 1-5.844-12.219c11.593-2.202 23.68-3.935 36.277-5.158a428 428 0 0 1 26.615-1.739zm27-76.15c21.326.656 42.336 2.977 62.887 6.956a228 228 0 0 1-5.839 12.209c-16.179 31.329-36.059 51.036-57.048 56.984zm-27-26.963c-9.7.314-19.444.927-29.225 1.877c-15.111 1.467-29.588 3.622-43.422 6.429c-9.922-30.536-15.727-65.521-16.87-102.331H242.5zM152.984 242.5c1.143-36.816 6.95-71.805 16.874-102.345c23.712 4.87 47.989 7.663 72.642 8.375v93.97zM242.5 121.523c-21.327-.657-42.338-2.984-62.891-6.959a229 229 0 0 1 5.843-12.218c16.179-31.33 36.058-51.037 57.048-56.985zm27-76.161c20.989 5.948 40.869 25.655 57.048 56.985a228 228 0 0 1 5.871 12.282c-10.417 1.958-21.302 3.531-32.689 4.73a430 430 0 0 1-30.229 2.096zm81.038 44.597c-6.618-12.816-13.906-24.061-21.732-33.669c24.658 9.017 47.19 22.48 66.629 39.411c-11.359 4.975-23.438 9.21-36.287 12.755c-2.686-6.4-5.554-12.579-8.61-18.497m-189.076 0c-3.041 5.888-5.896 12.035-8.57 18.401c-13.017-3.574-25.073-7.775-36.326-12.659c19.438-16.93 41.97-30.393 66.628-39.41c-7.826 9.607-15.114 20.852-21.732 33.668m-17.892 43.84c-10.398 32.755-16.455 69.878-17.597 108.701h-82.09c3.041-48.266 22.254-92.208 52.281-126.457c14.553 7.039 30.243 12.923 47.406 17.756M125.973 269.5c1.142 38.814 7.196 75.928 17.589 108.678c-16.978 4.812-32.778 10.77-47.359 17.823c-30.049-34.255-49.278-78.215-52.32-126.501zm26.909 134.116a258 258 0 0 0 8.58 18.425c6.618 12.816 13.906 24.061 21.731 33.669c-24.647-9.014-47.171-22.469-66.604-39.389c11.31-4.92 23.428-9.151 36.293-12.705m206.215.051c12.792 3.547 24.916 7.797 36.26 12.702c-19.421 16.898-41.926 30.336-66.55 39.341c7.825-9.608 15.113-20.853 21.732-33.669c3.036-5.88 5.887-12.018 8.558-18.374m-16.954-31.825c-23.709-4.874-47.99-7.655-72.643-8.367V269.5h89.516c-1.144 36.815-6.95 71.803-16.873 102.342M269.5 242.5v-94.023a457 457 0 0 0 33.056-2.267c13.854-1.458 27.024-3.464 39.606-5.993c9.912 30.525 15.712 65.492 16.855 102.283zm146.193 153.618l.068-.141c-14.598-7.008-30.463-12.952-47.339-17.75c10.403-32.762 16.463-69.894 17.605-108.728h82.089c-3.045 48.343-22.315 92.347-52.423 126.619"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#0096D1" d="M425.393 86.607C380.146 41.361 319.988 16.442 256 16.442S131.854 41.361 86.607 86.607S16.442 192.012 16.442 256S41.36 380.146 86.607 425.393S192.012 495.558 256 495.558s124.146-24.918 169.393-70.165S495.558 319.988 495.558 256S470.64 131.854 425.393 86.607M386.027 242.5c-1.141-38.785-7.187-75.873-17.566-108.605c16.922-4.791 32.653-10.738 47.349-17.882c30.041 34.253 49.265 78.207 52.307 126.487zM242.5 466.638c-20.989-5.949-40.869-25.655-57.048-56.984a228 228 0 0 1-5.844-12.219c11.593-2.202 23.68-3.935 36.277-5.158a428 428 0 0 1 26.615-1.739zm27-76.15c21.326.656 42.336 2.977 62.887 6.956a228 228 0 0 1-5.839 12.209c-16.179 31.329-36.059 51.036-57.048 56.984zm-27-26.963c-9.7.314-19.444.927-29.225 1.877c-15.111 1.467-29.588 3.622-43.422 6.429c-9.922-30.536-15.727-65.521-16.87-102.331H242.5zM152.984 242.5c1.143-36.816 6.95-71.805 16.874-102.345c23.712 4.87 47.989 7.663 72.642 8.375v93.97zM242.5 121.523c-21.327-.657-42.338-2.984-62.891-6.959a229 229 0 0 1 5.843-12.218c16.179-31.33 36.058-51.037 57.048-56.985zm27-76.161c20.989 5.948 40.869 25.655 57.048 56.985a228 228 0 0 1 5.871 12.282c-10.417 1.958-21.302 3.531-32.689 4.73a430 430 0 0 1-30.229 2.096zm81.038 44.597c-6.618-12.816-13.906-24.061-21.732-33.669c24.658 9.017 47.19 22.48 66.629 39.411c-11.359 4.975-23.438 9.21-36.287 12.755c-2.686-6.4-5.554-12.579-8.61-18.497m-189.076 0c-3.041 5.888-5.896 12.035-8.57 18.401c-13.017-3.574-25.073-7.775-36.326-12.659c19.438-16.93 41.97-30.393 66.628-39.41c-7.826 9.607-15.114 20.852-21.732 33.668m-17.892 43.84c-10.398 32.755-16.455 69.878-17.597 108.701h-82.09c3.041-48.266 22.254-92.208 52.281-126.457c14.553 7.039 30.243 12.923 47.406 17.756M125.973 269.5c1.142 38.814 7.196 75.928 17.589 108.678c-16.978 4.812-32.778 10.77-47.359 17.823c-30.049-34.255-49.278-78.215-52.32-126.501zm26.909 134.116a258 258 0 0 0 8.58 18.425c6.618 12.816 13.906 24.061 21.731 33.669c-24.647-9.014-47.171-22.469-66.604-39.389c11.31-4.92 23.428-9.151 36.293-12.705m206.215.051c12.792 3.547 24.916 7.797 36.26 12.702c-19.421 16.898-41.926 30.336-66.55 39.341c7.825-9.608 15.113-20.853 21.732-33.669c3.036-5.88 5.887-12.018 8.558-18.374m-16.954-31.825c-23.709-4.874-47.99-7.655-72.643-8.367V269.5h89.516c-1.144 36.815-6.95 71.803-16.873 102.342M269.5 242.5v-94.023a457 457 0 0 0 33.056-2.267c13.854-1.458 27.024-3.464 39.606-5.993c9.912 30.525 15.712 65.492 16.855 102.283zm146.193 153.618l.068-.141c-14.598-7.008-30.463-12.952-47.339-17.75c10.403-32.762 16.463-69.894 17.605-108.728h82.089c-3.045 48.343-22.315 92.347-52.423 126.619"/></svg> </template>
CSS
.icon-meridianglobe {
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%20512%20512%22%3E%3Cpath%20fill%3D%22%230096D1%22%20d%3D%22M425.393%2086.607C380.146%2041.361%20319.988%2016.442%20256%2016.442S131.854%2041.361%2086.607%2086.607S16.442%20192.012%2016.442%20256S41.36%20380.146%2086.607%20425.393S192.012%20495.558%20256%20495.558s124.146-24.918%20169.393-70.165S495.558%20319.988%20495.558%20256S470.64%20131.854%20425.393%2086.607M386.027%20242.5c-1.141-38.785-7.187-75.873-17.566-108.605c16.922-4.791%2032.653-10.738%2047.349-17.882c30.041%2034.253%2049.265%2078.207%2052.307%20126.487zM242.5%20466.638c-20.989-5.949-40.869-25.655-57.048-56.984a228%20228%200%200%201-5.844-12.219c11.593-2.202%2023.68-3.935%2036.277-5.158a428%20428%200%200%201%2026.615-1.739zm27-76.15c21.326.656%2042.336%202.977%2062.887%206.956a228%20228%200%200%201-5.839%2012.209c-16.179%2031.329-36.059%2051.036-57.048%2056.984zm-27-26.963c-9.7.314-19.444.927-29.225%201.877c-15.111%201.467-29.588%203.622-43.422%206.429c-9.922-30.536-15.727-65.521-16.87-102.331H242.5zM152.984%20242.5c1.143-36.816%206.95-71.805%2016.874-102.345c23.712%204.87%2047.989%207.663%2072.642%208.375v93.97zM242.5%20121.523c-21.327-.657-42.338-2.984-62.891-6.959a229%20229%200%200%201%205.843-12.218c16.179-31.33%2036.058-51.037%2057.048-56.985zm27-76.161c20.989%205.948%2040.869%2025.655%2057.048%2056.985a228%20228%200%200%201%205.871%2012.282c-10.417%201.958-21.302%203.531-32.689%204.73a430%20430%200%200%201-30.229%202.096zm81.038%2044.597c-6.618-12.816-13.906-24.061-21.732-33.669c24.658%209.017%2047.19%2022.48%2066.629%2039.411c-11.359%204.975-23.438%209.21-36.287%2012.755c-2.686-6.4-5.554-12.579-8.61-18.497m-189.076%200c-3.041%205.888-5.896%2012.035-8.57%2018.401c-13.017-3.574-25.073-7.775-36.326-12.659c19.438-16.93%2041.97-30.393%2066.628-39.41c-7.826%209.607-15.114%2020.852-21.732%2033.668m-17.892%2043.84c-10.398%2032.755-16.455%2069.878-17.597%20108.701h-82.09c3.041-48.266%2022.254-92.208%2052.281-126.457c14.553%207.039%2030.243%2012.923%2047.406%2017.756M125.973%20269.5c1.142%2038.814%207.196%2075.928%2017.589%20108.678c-16.978%204.812-32.778%2010.77-47.359%2017.823c-30.049-34.255-49.278-78.215-52.32-126.501zm26.909%20134.116a258%20258%200%200%200%208.58%2018.425c6.618%2012.816%2013.906%2024.061%2021.731%2033.669c-24.647-9.014-47.171-22.469-66.604-39.389c11.31-4.92%2023.428-9.151%2036.293-12.705m206.215.051c12.792%203.547%2024.916%207.797%2036.26%2012.702c-19.421%2016.898-41.926%2030.336-66.55%2039.341c7.825-9.608%2015.113-20.853%2021.732-33.669c3.036-5.88%205.887-12.018%208.558-18.374m-16.954-31.825c-23.709-4.874-47.99-7.655-72.643-8.367V269.5h89.516c-1.144%2036.815-6.95%2071.803-16.873%20102.342M269.5%20242.5v-94.023a457%20457%200%200%200%2033.056-2.267c13.854-1.458%2027.024-3.464%2039.606-5.993c9.912%2030.525%2015.712%2065.492%2016.855%20102.283zm146.193%20153.618l.068-.141c-14.598-7.008-30.463-12.952-47.339-17.75c10.403-32.762%2016.463-69.894%2017.605-108.728h82.089c-3.045%2048.343-22.315%2092.347-52.423%20126.619%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%20512%20512%22%3E%3Cpath%20fill%3D%22%230096D1%22%20d%3D%22M425.393%2086.607C380.146%2041.361%20319.988%2016.442%20256%2016.442S131.854%2041.361%2086.607%2086.607S16.442%20192.012%2016.442%20256S41.36%20380.146%2086.607%20425.393S192.012%20495.558%20256%20495.558s124.146-24.918%20169.393-70.165S495.558%20319.988%20495.558%20256S470.64%20131.854%20425.393%2086.607M386.027%20242.5c-1.141-38.785-7.187-75.873-17.566-108.605c16.922-4.791%2032.653-10.738%2047.349-17.882c30.041%2034.253%2049.265%2078.207%2052.307%20126.487zM242.5%20466.638c-20.989-5.949-40.869-25.655-57.048-56.984a228%20228%200%200%201-5.844-12.219c11.593-2.202%2023.68-3.935%2036.277-5.158a428%20428%200%200%201%2026.615-1.739zm27-76.15c21.326.656%2042.336%202.977%2062.887%206.956a228%20228%200%200%201-5.839%2012.209c-16.179%2031.329-36.059%2051.036-57.048%2056.984zm-27-26.963c-9.7.314-19.444.927-29.225%201.877c-15.111%201.467-29.588%203.622-43.422%206.429c-9.922-30.536-15.727-65.521-16.87-102.331H242.5zM152.984%20242.5c1.143-36.816%206.95-71.805%2016.874-102.345c23.712%204.87%2047.989%207.663%2072.642%208.375v93.97zM242.5%20121.523c-21.327-.657-42.338-2.984-62.891-6.959a229%20229%200%200%201%205.843-12.218c16.179-31.33%2036.058-51.037%2057.048-56.985zm27-76.161c20.989%205.948%2040.869%2025.655%2057.048%2056.985a228%20228%200%200%201%205.871%2012.282c-10.417%201.958-21.302%203.531-32.689%204.73a430%20430%200%200%201-30.229%202.096zm81.038%2044.597c-6.618-12.816-13.906-24.061-21.732-33.669c24.658%209.017%2047.19%2022.48%2066.629%2039.411c-11.359%204.975-23.438%209.21-36.287%2012.755c-2.686-6.4-5.554-12.579-8.61-18.497m-189.076%200c-3.041%205.888-5.896%2012.035-8.57%2018.401c-13.017-3.574-25.073-7.775-36.326-12.659c19.438-16.93%2041.97-30.393%2066.628-39.41c-7.826%209.607-15.114%2020.852-21.732%2033.668m-17.892%2043.84c-10.398%2032.755-16.455%2069.878-17.597%20108.701h-82.09c3.041-48.266%2022.254-92.208%2052.281-126.457c14.553%207.039%2030.243%2012.923%2047.406%2017.756M125.973%20269.5c1.142%2038.814%207.196%2075.928%2017.589%20108.678c-16.978%204.812-32.778%2010.77-47.359%2017.823c-30.049-34.255-49.278-78.215-52.32-126.501zm26.909%20134.116a258%20258%200%200%200%208.58%2018.425c6.618%2012.816%2013.906%2024.061%2021.731%2033.669c-24.647-9.014-47.171-22.469-66.604-39.389c11.31-4.92%2023.428-9.151%2036.293-12.705m206.215.051c12.792%203.547%2024.916%207.797%2036.26%2012.702c-19.421%2016.898-41.926%2030.336-66.55%2039.341c7.825-9.608%2015.113-20.853%2021.732-33.669c3.036-5.88%205.887-12.018%208.558-18.374m-16.954-31.825c-23.709-4.874-47.99-7.655-72.643-8.367V269.5h89.516c-1.144%2036.815-6.95%2071.803-16.873%20102.342M269.5%20242.5v-94.023a457%20457%200%200%200%2033.056-2.267c13.854-1.458%2027.024-3.464%2039.606-5.993c9.912%2030.525%2015.712%2065.492%2016.855%20102.283zm146.193%20153.618l.068-.141c-14.598-7.008-30.463-12.952-47.339-17.75c10.403-32.762%2016.463-69.894%2017.605-108.728h82.089c-3.045%2048.343-22.315%2092.347-52.423%20126.619%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/meridianglobe.svg?color=%231a73e8&size=48