mo logo
mo-4x3 from Flag Icons by Panayiotis Lipiridis · 4x3 · MIT Free for personal and commercial use.
- Name
- mo-4x3
- Set
- Flag Icons
- Style
- 4x3
- Viewbox
- 640×480
- 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 640 480"><path fill="#00785e" d="M0 0h640v480H0z"/><path fill="#fbd116" d="m295 108.7l40.5 29.5L320 90.5l-15.5 47.7l40.6-29.5z"/><g id="SVGTYOZ09iF"><path fill="#fff" d="M320 331.6H217.5l-3.8-4H320a2 2 0 0 1 1.4 2q0 1.4-1.4 2m0-31.3a13 13 0 0 0 1.2-7.6a12 12 0 0 0-1.2-3.8a82 82 0 0 1-32.5 19a81 81 0 0 1-23.5 3.5h-63.1l5.8 8h61c20 0 38.2-7.2 52.3-19.1m-109.6-24.7a32 32 0 0 1-9.7 2a81 81 0 0 0 60.8 27.5a81 81 0 0 0 58.5-25a441 441 0 0 0 4.5-58.8a441 441 0 0 0-4.5-67.7c-6.6 6-19 18.7-24.8 38.3A81 81 0 0 0 292 215a81 81 0 0 0 13.7 45a81 81 0 0 1-17-49.5q.1-18.8 7.8-34.7a33 33 0 0 1-7.5-13a81 81 0 0 0-10.5 40c0 18 5.9 34.7 15.9 48.1a95 95 0 0 0-73.4-29.4a33 33 0 0 1 6.8 8.9a95 95 0 0 1 68.6 29.4a95 95 0 0 0-61-22.2a95 95 0 0 0-36.7 7.3a81 81 0 0 0 82.6 52.2q-7 1.3-14.4 1.3a81 81 0 0 1-56.4-22.8zM320 364.4h-53.1a144 144 0 0 0 53.1 10.1a11 11 0 0 0 1.3-5a11 11 0 0 0-1.3-5.1m0-24.5h-93.6l7.8 6.2H320a5 5 0 0 0 1.3-3.1a4 4 0 0 0-1.3-3.1m0 12.5h-76.7a144 144 0 0 0 14.4 8H320a8 8 0 0 0 1.2-4.2a8 8 0 0 0-1.2-3.8"/><path fill="#fbd116" d="m200.5 174.8l25.4 23.6l-6.7-34l-14.6 31.4l30.3-16.8zm36.9-32l34.7.6l-27.7-21l10.1 33.3l11.3-32.9z"/></g><use width="100%" height="100%" href="#SVGTYOZ09iF" transform="matrix(-1 0 0 1 640 0)"/></svg>
React
import type { SVGProps } from "react";
export function FlagMo4x3(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 480"><path fill="#00785e" d="M0 0h640v480H0z"/><path fill="#fbd116" d="m295 108.7l40.5 29.5L320 90.5l-15.5 47.7l40.6-29.5z"/><g id="SVGTYOZ09iF"><path fill="#fff" d="M320 331.6H217.5l-3.8-4H320a2 2 0 0 1 1.4 2q0 1.4-1.4 2m0-31.3a13 13 0 0 0 1.2-7.6a12 12 0 0 0-1.2-3.8a82 82 0 0 1-32.5 19a81 81 0 0 1-23.5 3.5h-63.1l5.8 8h61c20 0 38.2-7.2 52.3-19.1m-109.6-24.7a32 32 0 0 1-9.7 2a81 81 0 0 0 60.8 27.5a81 81 0 0 0 58.5-25a441 441 0 0 0 4.5-58.8a441 441 0 0 0-4.5-67.7c-6.6 6-19 18.7-24.8 38.3A81 81 0 0 0 292 215a81 81 0 0 0 13.7 45a81 81 0 0 1-17-49.5q.1-18.8 7.8-34.7a33 33 0 0 1-7.5-13a81 81 0 0 0-10.5 40c0 18 5.9 34.7 15.9 48.1a95 95 0 0 0-73.4-29.4a33 33 0 0 1 6.8 8.9a95 95 0 0 1 68.6 29.4a95 95 0 0 0-61-22.2a95 95 0 0 0-36.7 7.3a81 81 0 0 0 82.6 52.2q-7 1.3-14.4 1.3a81 81 0 0 1-56.4-22.8zM320 364.4h-53.1a144 144 0 0 0 53.1 10.1a11 11 0 0 0 1.3-5a11 11 0 0 0-1.3-5.1m0-24.5h-93.6l7.8 6.2H320a5 5 0 0 0 1.3-3.1a4 4 0 0 0-1.3-3.1m0 12.5h-76.7a144 144 0 0 0 14.4 8H320a8 8 0 0 0 1.2-4.2a8 8 0 0 0-1.2-3.8"/><path fill="#fbd116" d="m200.5 174.8l25.4 23.6l-6.7-34l-14.6 31.4l30.3-16.8zm36.9-32l34.7.6l-27.7-21l10.1 33.3l11.3-32.9z"/></g><use width="100%" height="100%" href="#SVGTYOZ09iF" transform="matrix(-1 0 0 1 640 0)"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 480"><path fill="#00785e" d="M0 0h640v480H0z"/><path fill="#fbd116" d="m295 108.7l40.5 29.5L320 90.5l-15.5 47.7l40.6-29.5z"/><g id="SVGTYOZ09iF"><path fill="#fff" d="M320 331.6H217.5l-3.8-4H320a2 2 0 0 1 1.4 2q0 1.4-1.4 2m0-31.3a13 13 0 0 0 1.2-7.6a12 12 0 0 0-1.2-3.8a82 82 0 0 1-32.5 19a81 81 0 0 1-23.5 3.5h-63.1l5.8 8h61c20 0 38.2-7.2 52.3-19.1m-109.6-24.7a32 32 0 0 1-9.7 2a81 81 0 0 0 60.8 27.5a81 81 0 0 0 58.5-25a441 441 0 0 0 4.5-58.8a441 441 0 0 0-4.5-67.7c-6.6 6-19 18.7-24.8 38.3A81 81 0 0 0 292 215a81 81 0 0 0 13.7 45a81 81 0 0 1-17-49.5q.1-18.8 7.8-34.7a33 33 0 0 1-7.5-13a81 81 0 0 0-10.5 40c0 18 5.9 34.7 15.9 48.1a95 95 0 0 0-73.4-29.4a33 33 0 0 1 6.8 8.9a95 95 0 0 1 68.6 29.4a95 95 0 0 0-61-22.2a95 95 0 0 0-36.7 7.3a81 81 0 0 0 82.6 52.2q-7 1.3-14.4 1.3a81 81 0 0 1-56.4-22.8zM320 364.4h-53.1a144 144 0 0 0 53.1 10.1a11 11 0 0 0 1.3-5a11 11 0 0 0-1.3-5.1m0-24.5h-93.6l7.8 6.2H320a5 5 0 0 0 1.3-3.1a4 4 0 0 0-1.3-3.1m0 12.5h-76.7a144 144 0 0 0 14.4 8H320a8 8 0 0 0 1.2-4.2a8 8 0 0 0-1.2-3.8"/><path fill="#fbd116" d="m200.5 174.8l25.4 23.6l-6.7-34l-14.6 31.4l30.3-16.8zm36.9-32l34.7.6l-27.7-21l10.1 33.3l11.3-32.9z"/></g><use width="100%" height="100%" href="#SVGTYOZ09iF" transform="matrix(-1 0 0 1 640 0)"/></svg> </template>
CSS
.icon-mo-4x3 {
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%20640%20480%22%3E%3Cpath%20fill%3D%22%2300785e%22%20d%3D%22M0%200h640v480H0z%22%2F%3E%3Cpath%20fill%3D%22%23fbd116%22%20d%3D%22m295%20108.7l40.5%2029.5L320%2090.5l-15.5%2047.7l40.6-29.5z%22%2F%3E%3Cg%20id%3D%22SVGTYOZ09iF%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M320%20331.6H217.5l-3.8-4H320a2%202%200%200%201%201.4%202q0%201.4-1.4%202m0-31.3a13%2013%200%200%200%201.2-7.6a12%2012%200%200%200-1.2-3.8a82%2082%200%200%201-32.5%2019a81%2081%200%200%201-23.5%203.5h-63.1l5.8%208h61c20%200%2038.2-7.2%2052.3-19.1m-109.6-24.7a32%2032%200%200%201-9.7%202a81%2081%200%200%200%2060.8%2027.5a81%2081%200%200%200%2058.5-25a441%20441%200%200%200%204.5-58.8a441%20441%200%200%200-4.5-67.7c-6.6%206-19%2018.7-24.8%2038.3A81%2081%200%200%200%20292%20215a81%2081%200%200%200%2013.7%2045a81%2081%200%200%201-17-49.5q.1-18.8%207.8-34.7a33%2033%200%200%201-7.5-13a81%2081%200%200%200-10.5%2040c0%2018%205.9%2034.7%2015.9%2048.1a95%2095%200%200%200-73.4-29.4a33%2033%200%200%201%206.8%208.9a95%2095%200%200%201%2068.6%2029.4a95%2095%200%200%200-61-22.2a95%2095%200%200%200-36.7%207.3a81%2081%200%200%200%2082.6%2052.2q-7%201.3-14.4%201.3a81%2081%200%200%201-56.4-22.8zM320%20364.4h-53.1a144%20144%200%200%200%2053.1%2010.1a11%2011%200%200%200%201.3-5a11%2011%200%200%200-1.3-5.1m0-24.5h-93.6l7.8%206.2H320a5%205%200%200%200%201.3-3.1a4%204%200%200%200-1.3-3.1m0%2012.5h-76.7a144%20144%200%200%200%2014.4%208H320a8%208%200%200%200%201.2-4.2a8%208%200%200%200-1.2-3.8%22%2F%3E%3Cpath%20fill%3D%22%23fbd116%22%20d%3D%22m200.5%20174.8l25.4%2023.6l-6.7-34l-14.6%2031.4l30.3-16.8zm36.9-32l34.7.6l-27.7-21l10.1%2033.3l11.3-32.9z%22%2F%3E%3C%2Fg%3E%3Cuse%20width%3D%22100%25%22%20height%3D%22100%25%22%20href%3D%22%23SVGTYOZ09iF%22%20transform%3D%22matrix(-1%200%200%201%20640%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%20640%20480%22%3E%3Cpath%20fill%3D%22%2300785e%22%20d%3D%22M0%200h640v480H0z%22%2F%3E%3Cpath%20fill%3D%22%23fbd116%22%20d%3D%22m295%20108.7l40.5%2029.5L320%2090.5l-15.5%2047.7l40.6-29.5z%22%2F%3E%3Cg%20id%3D%22SVGTYOZ09iF%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M320%20331.6H217.5l-3.8-4H320a2%202%200%200%201%201.4%202q0%201.4-1.4%202m0-31.3a13%2013%200%200%200%201.2-7.6a12%2012%200%200%200-1.2-3.8a82%2082%200%200%201-32.5%2019a81%2081%200%200%201-23.5%203.5h-63.1l5.8%208h61c20%200%2038.2-7.2%2052.3-19.1m-109.6-24.7a32%2032%200%200%201-9.7%202a81%2081%200%200%200%2060.8%2027.5a81%2081%200%200%200%2058.5-25a441%20441%200%200%200%204.5-58.8a441%20441%200%200%200-4.5-67.7c-6.6%206-19%2018.7-24.8%2038.3A81%2081%200%200%200%20292%20215a81%2081%200%200%200%2013.7%2045a81%2081%200%200%201-17-49.5q.1-18.8%207.8-34.7a33%2033%200%200%201-7.5-13a81%2081%200%200%200-10.5%2040c0%2018%205.9%2034.7%2015.9%2048.1a95%2095%200%200%200-73.4-29.4a33%2033%200%200%201%206.8%208.9a95%2095%200%200%201%2068.6%2029.4a95%2095%200%200%200-61-22.2a95%2095%200%200%200-36.7%207.3a81%2081%200%200%200%2082.6%2052.2q-7%201.3-14.4%201.3a81%2081%200%200%201-56.4-22.8zM320%20364.4h-53.1a144%20144%200%200%200%2053.1%2010.1a11%2011%200%200%200%201.3-5a11%2011%200%200%200-1.3-5.1m0-24.5h-93.6l7.8%206.2H320a5%205%200%200%200%201.3-3.1a4%204%200%200%200-1.3-3.1m0%2012.5h-76.7a144%20144%200%200%200%2014.4%208H320a8%208%200%200%200%201.2-4.2a8%208%200%200%200-1.2-3.8%22%2F%3E%3Cpath%20fill%3D%22%23fbd116%22%20d%3D%22m200.5%20174.8l25.4%2023.6l-6.7-34l-14.6%2031.4l30.3-16.8zm36.9-32l34.7.6l-27.7-21l10.1%2033.3l11.3-32.9z%22%2F%3E%3C%2Fg%3E%3Cuse%20width%3D%22100%25%22%20height%3D%22100%25%22%20href%3D%22%23SVGTYOZ09iF%22%20transform%3D%22matrix(-1%200%200%201%20640%200)%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/flag/mo-4x3.svg?color=%231a73e8&size=48