mo-1x1 from Flag Icons by Panayiotis Lipiridis · 1x1 · MIT Free for personal and commercial use.

Name
mo-1x1
Set
Flag Icons
Style
1x1
Viewbox
512×512
License
MIT

1 other variant in Flag Icons

The same logo in other sets

Use the mo logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#00785e" d="M0 0h512v512H0z"/><path fill="#fbd116" d="M272.5 147.4L256 96.5l-16.5 51l43.3-31.5h-53.6z"/><g id="SVGCwrnbc9w"><path fill="#fff" d="M256 353.7H146.7l-4-4.2H256a2 2 0 0 1 1.5 2q0 1.6-1.5 2.2m0-33.4c.6-1.3 1.9-4.3 1.3-8a13 13 0 0 0-1.3-4.1a87 87 0 0 1-34.7 20.2a86 86 0 0 1-25 3.7h-67.4l6.3 8.6h65a86 86 0 0 0 55.8-20.4M139.1 294a34 34 0 0 1-10.3 2.2a86 86 0 0 0 64.8 29.3a86 86 0 0 0 62.4-26.6a470 470 0 0 0 4.8-62.9a470 470 0 0 0-4.8-72.2c-7 6.3-20.2 20-26.4 40.9a87 87 0 0 0-3.6 24.6a86 86 0 0 0 14.6 48.1a86 86 0 0 1-18-52.9a86 86 0 0 1 8.2-37a35 35 0 0 1-8-13.8a86 86 0 0 0-11.2 42.6a86 86 0 0 0 17 51.4a101 101 0 0 0-78.3-31.5a35 35 0 0 1 7.2 9.5a101 101 0 0 1 73.3 31.4a101 101 0 0 0-65.2-23.6q-20.9 0-39 7.8a87 87 0 0 0 88 55.6a87 87 0 0 1-15.4 1.4a86 86 0 0 1-60.1-24.3M256 388.7h-56.6a153 153 0 0 0 56.6 10.8a12 12 0 0 0 1.3-5.3a12 12 0 0 0-1.3-5.5m0-26.2h-99.9l8.4 6.7H256a5 5 0 0 0 1.4-3.3c0-2-1.2-3.1-1.4-3.4m0 13.4h-81.8a153 153 0 0 0 15.4 8.5H256a8 8 0 0 0 1.2-4.5a8 8 0 0 0-1.2-4"/><path fill="#fbd116" d="m155.6 211.7l-7-36.4l-15.7 33.6l32.4-18l-36.8-4.5zm49.3-58.8l-29.6-22.3l10.8 35.4l12.1-35l-30.3 21.3z"/></g><use width="100%" height="100%" href="#SVGCwrnbc9w" transform="matrix(-1 0 0 1 512 0)"/></svg>

React

import type { SVGProps } from "react";

export function FlagMo1x1(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#00785e" d="M0 0h512v512H0z"/><path fill="#fbd116" d="M272.5 147.4L256 96.5l-16.5 51l43.3-31.5h-53.6z"/><g id="SVGCwrnbc9w"><path fill="#fff" d="M256 353.7H146.7l-4-4.2H256a2 2 0 0 1 1.5 2q0 1.6-1.5 2.2m0-33.4c.6-1.3 1.9-4.3 1.3-8a13 13 0 0 0-1.3-4.1a87 87 0 0 1-34.7 20.2a86 86 0 0 1-25 3.7h-67.4l6.3 8.6h65a86 86 0 0 0 55.8-20.4M139.1 294a34 34 0 0 1-10.3 2.2a86 86 0 0 0 64.8 29.3a86 86 0 0 0 62.4-26.6a470 470 0 0 0 4.8-62.9a470 470 0 0 0-4.8-72.2c-7 6.3-20.2 20-26.4 40.9a87 87 0 0 0-3.6 24.6a86 86 0 0 0 14.6 48.1a86 86 0 0 1-18-52.9a86 86 0 0 1 8.2-37a35 35 0 0 1-8-13.8a86 86 0 0 0-11.2 42.6a86 86 0 0 0 17 51.4a101 101 0 0 0-78.3-31.5a35 35 0 0 1 7.2 9.5a101 101 0 0 1 73.3 31.4a101 101 0 0 0-65.2-23.6q-20.9 0-39 7.8a87 87 0 0 0 88 55.6a87 87 0 0 1-15.4 1.4a86 86 0 0 1-60.1-24.3M256 388.7h-56.6a153 153 0 0 0 56.6 10.8a12 12 0 0 0 1.3-5.3a12 12 0 0 0-1.3-5.5m0-26.2h-99.9l8.4 6.7H256a5 5 0 0 0 1.4-3.3c0-2-1.2-3.1-1.4-3.4m0 13.4h-81.8a153 153 0 0 0 15.4 8.5H256a8 8 0 0 0 1.2-4.5a8 8 0 0 0-1.2-4"/><path fill="#fbd116" d="m155.6 211.7l-7-36.4l-15.7 33.6l32.4-18l-36.8-4.5zm49.3-58.8l-29.6-22.3l10.8 35.4l12.1-35l-30.3 21.3z"/></g><use width="100%" height="100%" href="#SVGCwrnbc9w" transform="matrix(-1 0 0 1 512 0)"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#00785e" d="M0 0h512v512H0z"/><path fill="#fbd116" d="M272.5 147.4L256 96.5l-16.5 51l43.3-31.5h-53.6z"/><g id="SVGCwrnbc9w"><path fill="#fff" d="M256 353.7H146.7l-4-4.2H256a2 2 0 0 1 1.5 2q0 1.6-1.5 2.2m0-33.4c.6-1.3 1.9-4.3 1.3-8a13 13 0 0 0-1.3-4.1a87 87 0 0 1-34.7 20.2a86 86 0 0 1-25 3.7h-67.4l6.3 8.6h65a86 86 0 0 0 55.8-20.4M139.1 294a34 34 0 0 1-10.3 2.2a86 86 0 0 0 64.8 29.3a86 86 0 0 0 62.4-26.6a470 470 0 0 0 4.8-62.9a470 470 0 0 0-4.8-72.2c-7 6.3-20.2 20-26.4 40.9a87 87 0 0 0-3.6 24.6a86 86 0 0 0 14.6 48.1a86 86 0 0 1-18-52.9a86 86 0 0 1 8.2-37a35 35 0 0 1-8-13.8a86 86 0 0 0-11.2 42.6a86 86 0 0 0 17 51.4a101 101 0 0 0-78.3-31.5a35 35 0 0 1 7.2 9.5a101 101 0 0 1 73.3 31.4a101 101 0 0 0-65.2-23.6q-20.9 0-39 7.8a87 87 0 0 0 88 55.6a87 87 0 0 1-15.4 1.4a86 86 0 0 1-60.1-24.3M256 388.7h-56.6a153 153 0 0 0 56.6 10.8a12 12 0 0 0 1.3-5.3a12 12 0 0 0-1.3-5.5m0-26.2h-99.9l8.4 6.7H256a5 5 0 0 0 1.4-3.3c0-2-1.2-3.1-1.4-3.4m0 13.4h-81.8a153 153 0 0 0 15.4 8.5H256a8 8 0 0 0 1.2-4.5a8 8 0 0 0-1.2-4"/><path fill="#fbd116" d="m155.6 211.7l-7-36.4l-15.7 33.6l32.4-18l-36.8-4.5zm49.3-58.8l-29.6-22.3l10.8 35.4l12.1-35l-30.3 21.3z"/></g><use width="100%" height="100%" href="#SVGCwrnbc9w" transform="matrix(-1 0 0 1 512 0)"/></svg>
</template>

CSS

.icon-mo-1x1 {
  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%2300785e%22%20d%3D%22M0%200h512v512H0z%22%2F%3E%3Cpath%20fill%3D%22%23fbd116%22%20d%3D%22M272.5%20147.4L256%2096.5l-16.5%2051l43.3-31.5h-53.6z%22%2F%3E%3Cg%20id%3D%22SVGCwrnbc9w%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M256%20353.7H146.7l-4-4.2H256a2%202%200%200%201%201.5%202q0%201.6-1.5%202.2m0-33.4c.6-1.3%201.9-4.3%201.3-8a13%2013%200%200%200-1.3-4.1a87%2087%200%200%201-34.7%2020.2a86%2086%200%200%201-25%203.7h-67.4l6.3%208.6h65a86%2086%200%200%200%2055.8-20.4M139.1%20294a34%2034%200%200%201-10.3%202.2a86%2086%200%200%200%2064.8%2029.3a86%2086%200%200%200%2062.4-26.6a470%20470%200%200%200%204.8-62.9a470%20470%200%200%200-4.8-72.2c-7%206.3-20.2%2020-26.4%2040.9a87%2087%200%200%200-3.6%2024.6a86%2086%200%200%200%2014.6%2048.1a86%2086%200%200%201-18-52.9a86%2086%200%200%201%208.2-37a35%2035%200%200%201-8-13.8a86%2086%200%200%200-11.2%2042.6a86%2086%200%200%200%2017%2051.4a101%20101%200%200%200-78.3-31.5a35%2035%200%200%201%207.2%209.5a101%20101%200%200%201%2073.3%2031.4a101%20101%200%200%200-65.2-23.6q-20.9%200-39%207.8a87%2087%200%200%200%2088%2055.6a87%2087%200%200%201-15.4%201.4a86%2086%200%200%201-60.1-24.3M256%20388.7h-56.6a153%20153%200%200%200%2056.6%2010.8a12%2012%200%200%200%201.3-5.3a12%2012%200%200%200-1.3-5.5m0-26.2h-99.9l8.4%206.7H256a5%205%200%200%200%201.4-3.3c0-2-1.2-3.1-1.4-3.4m0%2013.4h-81.8a153%20153%200%200%200%2015.4%208.5H256a8%208%200%200%200%201.2-4.5a8%208%200%200%200-1.2-4%22%2F%3E%3Cpath%20fill%3D%22%23fbd116%22%20d%3D%22m155.6%20211.7l-7-36.4l-15.7%2033.6l32.4-18l-36.8-4.5zm49.3-58.8l-29.6-22.3l10.8%2035.4l12.1-35l-30.3%2021.3z%22%2F%3E%3C%2Fg%3E%3Cuse%20width%3D%22100%25%22%20height%3D%22100%25%22%20href%3D%22%23SVGCwrnbc9w%22%20transform%3D%22matrix(-1%200%200%201%20512%200)%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%2300785e%22%20d%3D%22M0%200h512v512H0z%22%2F%3E%3Cpath%20fill%3D%22%23fbd116%22%20d%3D%22M272.5%20147.4L256%2096.5l-16.5%2051l43.3-31.5h-53.6z%22%2F%3E%3Cg%20id%3D%22SVGCwrnbc9w%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M256%20353.7H146.7l-4-4.2H256a2%202%200%200%201%201.5%202q0%201.6-1.5%202.2m0-33.4c.6-1.3%201.9-4.3%201.3-8a13%2013%200%200%200-1.3-4.1a87%2087%200%200%201-34.7%2020.2a86%2086%200%200%201-25%203.7h-67.4l6.3%208.6h65a86%2086%200%200%200%2055.8-20.4M139.1%20294a34%2034%200%200%201-10.3%202.2a86%2086%200%200%200%2064.8%2029.3a86%2086%200%200%200%2062.4-26.6a470%20470%200%200%200%204.8-62.9a470%20470%200%200%200-4.8-72.2c-7%206.3-20.2%2020-26.4%2040.9a87%2087%200%200%200-3.6%2024.6a86%2086%200%200%200%2014.6%2048.1a86%2086%200%200%201-18-52.9a86%2086%200%200%201%208.2-37a35%2035%200%200%201-8-13.8a86%2086%200%200%200-11.2%2042.6a86%2086%200%200%200%2017%2051.4a101%20101%200%200%200-78.3-31.5a35%2035%200%200%201%207.2%209.5a101%20101%200%200%201%2073.3%2031.4a101%20101%200%200%200-65.2-23.6q-20.9%200-39%207.8a87%2087%200%200%200%2088%2055.6a87%2087%200%200%201-15.4%201.4a86%2086%200%200%201-60.1-24.3M256%20388.7h-56.6a153%20153%200%200%200%2056.6%2010.8a12%2012%200%200%200%201.3-5.3a12%2012%200%200%200-1.3-5.5m0-26.2h-99.9l8.4%206.7H256a5%205%200%200%200%201.4-3.3c0-2-1.2-3.1-1.4-3.4m0%2013.4h-81.8a153%20153%200%200%200%2015.4%208.5H256a8%208%200%200%200%201.2-4.5a8%208%200%200%200-1.2-4%22%2F%3E%3Cpath%20fill%3D%22%23fbd116%22%20d%3D%22m155.6%20211.7l-7-36.4l-15.7%2033.6l32.4-18l-36.8-4.5zm49.3-58.8l-29.6-22.3l10.8%2035.4l12.1-35l-30.3%2021.3z%22%2F%3E%3C%2Fg%3E%3Cuse%20width%3D%22100%25%22%20height%3D%22100%25%22%20href%3D%22%23SVGCwrnbc9w%22%20transform%3D%22matrix(-1%200%200%201%20512%200)%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/flag/mo-1x1.svg?color=%231a73e8&size=48