mn logo
mn-4x3 from Flag Icons by Panayiotis Lipiridis · 4x3 · MIT Free for personal and commercial use.
- Name
- mn-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 mn logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 480"><g fill="#ffd900"><path fill="#da2032" d="M0 0h640v480H0Z"/><path fill="#0066b3" d="M213.3 0h213.4v480H213.3Z"/><circle cx="106.7" cy="181.8" r="40"/><circle cx="106.7" cy="163.6" r="43.6" fill="#da2032"/><circle cx="106.7" cy="170.9" r="29.1"/><path d="M109.7 76.4a9 9 0 0 0-5.2 7.5c-.2 2.5.9 5.3 1 7.7c0 4.2-4.3 5.6-4.3 11.5c0 2 1.9 4.3 1.9 9.6c-.4 2.8-2 3.5-3.7 3.7a3.6 3.6 0 0 1-3.6-3.7a4 4 0 0 1 1-2.5l.4-.3c.8-.9 2-1.2 2-3.4c0-1.1-.8-2.2-1.5-4.2s-.2-5.2 1.4-7.1c-2.6 1-4.1 3.4-5 5.6c-.8 2.7 0 4.2-1.2 6.5c-.7 1.4-1.5 2-2.3 3.2c-1 1.4-2 4.4-2 5.9a18.2 18.2 0 0 0 36.3 0c0-1.5-1.1-4.5-2-5.9c-.9-1.2-1.7-1.8-2.4-3.2c-1.2-2.3-.4-3.8-1.3-6.5c-.8-2.2-2.3-4.6-4.9-5.6c1.6 2 2 5.2 1.4 7.1c-.7 2-1.4 3-1.4 4.2c0 2.2 1.1 2.5 2 3.4l.3.3a4 4 0 0 1 1 2.5a3.6 3.6 0 0 1-3.6 3.7c-2-.3-3.5-1.2-3.7-3.7c0-7 3-7.4 3-12.6c0-7.4-6.6-10.9-6.6-16.3c0-1.8.4-5 3-7.4M26.7 229H63v174.5H26.7Zm123.6 0h36.4v174.5h-36.4zm-80 0H143l-36.3 21.8Zm0 29H143v14.6H70.3Zm0 101.9H143v14.6H70.3Zm0 21.8H143l-36.3 21.8Z"/><circle cx="106.7" cy="316.4" r="36.4"/><g fill="#da2032" transform="translate(-38.8 32.7)scale(.72727)"><circle cx="200" cy="363.5" r="10"/><circle cx="200" cy="416.5" r="10"/><path d="M200 334a29.5 29.5 0 0 1 0 59a23.5 23.5 0 0 0 0 47v6a29.5 29.5 0 0 1 0-59a23.5 23.5 0 0 0 0-47z"/></g></g></svg>
React
import type { SVGProps } from "react";
export function FlagMn4x3(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 480"><g fill="#ffd900"><path fill="#da2032" d="M0 0h640v480H0Z"/><path fill="#0066b3" d="M213.3 0h213.4v480H213.3Z"/><circle cx="106.7" cy="181.8" r="40"/><circle cx="106.7" cy="163.6" r="43.6" fill="#da2032"/><circle cx="106.7" cy="170.9" r="29.1"/><path d="M109.7 76.4a9 9 0 0 0-5.2 7.5c-.2 2.5.9 5.3 1 7.7c0 4.2-4.3 5.6-4.3 11.5c0 2 1.9 4.3 1.9 9.6c-.4 2.8-2 3.5-3.7 3.7a3.6 3.6 0 0 1-3.6-3.7a4 4 0 0 1 1-2.5l.4-.3c.8-.9 2-1.2 2-3.4c0-1.1-.8-2.2-1.5-4.2s-.2-5.2 1.4-7.1c-2.6 1-4.1 3.4-5 5.6c-.8 2.7 0 4.2-1.2 6.5c-.7 1.4-1.5 2-2.3 3.2c-1 1.4-2 4.4-2 5.9a18.2 18.2 0 0 0 36.3 0c0-1.5-1.1-4.5-2-5.9c-.9-1.2-1.7-1.8-2.4-3.2c-1.2-2.3-.4-3.8-1.3-6.5c-.8-2.2-2.3-4.6-4.9-5.6c1.6 2 2 5.2 1.4 7.1c-.7 2-1.4 3-1.4 4.2c0 2.2 1.1 2.5 2 3.4l.3.3a4 4 0 0 1 1 2.5a3.6 3.6 0 0 1-3.6 3.7c-2-.3-3.5-1.2-3.7-3.7c0-7 3-7.4 3-12.6c0-7.4-6.6-10.9-6.6-16.3c0-1.8.4-5 3-7.4M26.7 229H63v174.5H26.7Zm123.6 0h36.4v174.5h-36.4zm-80 0H143l-36.3 21.8Zm0 29H143v14.6H70.3Zm0 101.9H143v14.6H70.3Zm0 21.8H143l-36.3 21.8Z"/><circle cx="106.7" cy="316.4" r="36.4"/><g fill="#da2032" transform="translate(-38.8 32.7)scale(.72727)"><circle cx="200" cy="363.5" r="10"/><circle cx="200" cy="416.5" r="10"/><path d="M200 334a29.5 29.5 0 0 1 0 59a23.5 23.5 0 0 0 0 47v6a29.5 29.5 0 0 1 0-59a23.5 23.5 0 0 0 0-47z"/></g></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 480"><g fill="#ffd900"><path fill="#da2032" d="M0 0h640v480H0Z"/><path fill="#0066b3" d="M213.3 0h213.4v480H213.3Z"/><circle cx="106.7" cy="181.8" r="40"/><circle cx="106.7" cy="163.6" r="43.6" fill="#da2032"/><circle cx="106.7" cy="170.9" r="29.1"/><path d="M109.7 76.4a9 9 0 0 0-5.2 7.5c-.2 2.5.9 5.3 1 7.7c0 4.2-4.3 5.6-4.3 11.5c0 2 1.9 4.3 1.9 9.6c-.4 2.8-2 3.5-3.7 3.7a3.6 3.6 0 0 1-3.6-3.7a4 4 0 0 1 1-2.5l.4-.3c.8-.9 2-1.2 2-3.4c0-1.1-.8-2.2-1.5-4.2s-.2-5.2 1.4-7.1c-2.6 1-4.1 3.4-5 5.6c-.8 2.7 0 4.2-1.2 6.5c-.7 1.4-1.5 2-2.3 3.2c-1 1.4-2 4.4-2 5.9a18.2 18.2 0 0 0 36.3 0c0-1.5-1.1-4.5-2-5.9c-.9-1.2-1.7-1.8-2.4-3.2c-1.2-2.3-.4-3.8-1.3-6.5c-.8-2.2-2.3-4.6-4.9-5.6c1.6 2 2 5.2 1.4 7.1c-.7 2-1.4 3-1.4 4.2c0 2.2 1.1 2.5 2 3.4l.3.3a4 4 0 0 1 1 2.5a3.6 3.6 0 0 1-3.6 3.7c-2-.3-3.5-1.2-3.7-3.7c0-7 3-7.4 3-12.6c0-7.4-6.6-10.9-6.6-16.3c0-1.8.4-5 3-7.4M26.7 229H63v174.5H26.7Zm123.6 0h36.4v174.5h-36.4zm-80 0H143l-36.3 21.8Zm0 29H143v14.6H70.3Zm0 101.9H143v14.6H70.3Zm0 21.8H143l-36.3 21.8Z"/><circle cx="106.7" cy="316.4" r="36.4"/><g fill="#da2032" transform="translate(-38.8 32.7)scale(.72727)"><circle cx="200" cy="363.5" r="10"/><circle cx="200" cy="416.5" r="10"/><path d="M200 334a29.5 29.5 0 0 1 0 59a23.5 23.5 0 0 0 0 47v6a29.5 29.5 0 0 1 0-59a23.5 23.5 0 0 0 0-47z"/></g></g></svg> </template>
CSS
.icon-mn-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%3Cg%20fill%3D%22%23ffd900%22%3E%3Cpath%20fill%3D%22%23da2032%22%20d%3D%22M0%200h640v480H0Z%22%2F%3E%3Cpath%20fill%3D%22%230066b3%22%20d%3D%22M213.3%200h213.4v480H213.3Z%22%2F%3E%3Ccircle%20cx%3D%22106.7%22%20cy%3D%22181.8%22%20r%3D%2240%22%2F%3E%3Ccircle%20cx%3D%22106.7%22%20cy%3D%22163.6%22%20r%3D%2243.6%22%20fill%3D%22%23da2032%22%2F%3E%3Ccircle%20cx%3D%22106.7%22%20cy%3D%22170.9%22%20r%3D%2229.1%22%2F%3E%3Cpath%20d%3D%22M109.7%2076.4a9%209%200%200%200-5.2%207.5c-.2%202.5.9%205.3%201%207.7c0%204.2-4.3%205.6-4.3%2011.5c0%202%201.9%204.3%201.9%209.6c-.4%202.8-2%203.5-3.7%203.7a3.6%203.6%200%200%201-3.6-3.7a4%204%200%200%201%201-2.5l.4-.3c.8-.9%202-1.2%202-3.4c0-1.1-.8-2.2-1.5-4.2s-.2-5.2%201.4-7.1c-2.6%201-4.1%203.4-5%205.6c-.8%202.7%200%204.2-1.2%206.5c-.7%201.4-1.5%202-2.3%203.2c-1%201.4-2%204.4-2%205.9a18.2%2018.2%200%200%200%2036.3%200c0-1.5-1.1-4.5-2-5.9c-.9-1.2-1.7-1.8-2.4-3.2c-1.2-2.3-.4-3.8-1.3-6.5c-.8-2.2-2.3-4.6-4.9-5.6c1.6%202%202%205.2%201.4%207.1c-.7%202-1.4%203-1.4%204.2c0%202.2%201.1%202.5%202%203.4l.3.3a4%204%200%200%201%201%202.5a3.6%203.6%200%200%201-3.6%203.7c-2-.3-3.5-1.2-3.7-3.7c0-7%203-7.4%203-12.6c0-7.4-6.6-10.9-6.6-16.3c0-1.8.4-5%203-7.4M26.7%20229H63v174.5H26.7Zm123.6%200h36.4v174.5h-36.4zm-80%200H143l-36.3%2021.8Zm0%2029H143v14.6H70.3Zm0%20101.9H143v14.6H70.3Zm0%2021.8H143l-36.3%2021.8Z%22%2F%3E%3Ccircle%20cx%3D%22106.7%22%20cy%3D%22316.4%22%20r%3D%2236.4%22%2F%3E%3Cg%20fill%3D%22%23da2032%22%20transform%3D%22translate(-38.8%2032.7)scale(.72727)%22%3E%3Ccircle%20cx%3D%22200%22%20cy%3D%22363.5%22%20r%3D%2210%22%2F%3E%3Ccircle%20cx%3D%22200%22%20cy%3D%22416.5%22%20r%3D%2210%22%2F%3E%3Cpath%20d%3D%22M200%20334a29.5%2029.5%200%200%201%200%2059a23.5%2023.5%200%200%200%200%2047v6a29.5%2029.5%200%200%201%200-59a23.5%2023.5%200%200%200%200-47z%22%2F%3E%3C%2Fg%3E%3C%2Fg%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%3Cg%20fill%3D%22%23ffd900%22%3E%3Cpath%20fill%3D%22%23da2032%22%20d%3D%22M0%200h640v480H0Z%22%2F%3E%3Cpath%20fill%3D%22%230066b3%22%20d%3D%22M213.3%200h213.4v480H213.3Z%22%2F%3E%3Ccircle%20cx%3D%22106.7%22%20cy%3D%22181.8%22%20r%3D%2240%22%2F%3E%3Ccircle%20cx%3D%22106.7%22%20cy%3D%22163.6%22%20r%3D%2243.6%22%20fill%3D%22%23da2032%22%2F%3E%3Ccircle%20cx%3D%22106.7%22%20cy%3D%22170.9%22%20r%3D%2229.1%22%2F%3E%3Cpath%20d%3D%22M109.7%2076.4a9%209%200%200%200-5.2%207.5c-.2%202.5.9%205.3%201%207.7c0%204.2-4.3%205.6-4.3%2011.5c0%202%201.9%204.3%201.9%209.6c-.4%202.8-2%203.5-3.7%203.7a3.6%203.6%200%200%201-3.6-3.7a4%204%200%200%201%201-2.5l.4-.3c.8-.9%202-1.2%202-3.4c0-1.1-.8-2.2-1.5-4.2s-.2-5.2%201.4-7.1c-2.6%201-4.1%203.4-5%205.6c-.8%202.7%200%204.2-1.2%206.5c-.7%201.4-1.5%202-2.3%203.2c-1%201.4-2%204.4-2%205.9a18.2%2018.2%200%200%200%2036.3%200c0-1.5-1.1-4.5-2-5.9c-.9-1.2-1.7-1.8-2.4-3.2c-1.2-2.3-.4-3.8-1.3-6.5c-.8-2.2-2.3-4.6-4.9-5.6c1.6%202%202%205.2%201.4%207.1c-.7%202-1.4%203-1.4%204.2c0%202.2%201.1%202.5%202%203.4l.3.3a4%204%200%200%201%201%202.5a3.6%203.6%200%200%201-3.6%203.7c-2-.3-3.5-1.2-3.7-3.7c0-7%203-7.4%203-12.6c0-7.4-6.6-10.9-6.6-16.3c0-1.8.4-5%203-7.4M26.7%20229H63v174.5H26.7Zm123.6%200h36.4v174.5h-36.4zm-80%200H143l-36.3%2021.8Zm0%2029H143v14.6H70.3Zm0%20101.9H143v14.6H70.3Zm0%2021.8H143l-36.3%2021.8Z%22%2F%3E%3Ccircle%20cx%3D%22106.7%22%20cy%3D%22316.4%22%20r%3D%2236.4%22%2F%3E%3Cg%20fill%3D%22%23da2032%22%20transform%3D%22translate(-38.8%2032.7)scale(.72727)%22%3E%3Ccircle%20cx%3D%22200%22%20cy%3D%22363.5%22%20r%3D%2210%22%2F%3E%3Ccircle%20cx%3D%22200%22%20cy%3D%22416.5%22%20r%3D%2210%22%2F%3E%3Cpath%20d%3D%22M200%20334a29.5%2029.5%200%200%201%200%2059a23.5%2023.5%200%200%200%200%2047v6a29.5%2029.5%200%200%201%200-59a23.5%2023.5%200%200%200%200-47z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/flag/mn-4x3.svg?color=%231a73e8&size=48