flag for maldives emoji

flag-for-maldives from Emoji One (Colored) by Emoji One · Default · Flags · CC-BY-4.0 Attribution required.

Name
flag-for-maldives
Set
Emoji One (Colored)
Style
Default
Category
Flags
Viewbox
64×64
License
CC BY 4.0
Aliases
flag-for-flag-maldives

More flags icons from Emoji One (Colored)

Use the flag for maldives emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#699635" d="M2 32c0 9.8 4.7 18.5 12 24h36c7.3-5.5 12-14.2 12-24S57.3 13.5 50 8H14C6.7 13.5 2 22.2 2 32"/><path fill="#ed4c5c" d="M14 8h36c-5-3.8-11.2-6-18-6S19 4.2 14 8m18 54c6.8 0 13-2.2 18-6H14c5 3.8 11.2 6 18 6"/><path fill="#fff" d="M43 49.6C34.6 48 28.3 40.7 28.3 32S34.6 16 43 14.4c-1.2-.2-2.4-.4-3.7-.4C29.2 14 21 22.1 21 32s8.2 18 18.3 18c1.3 0 2.5-.1 3.7-.4"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneFlagForMaldives(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#699635" d="M2 32c0 9.8 4.7 18.5 12 24h36c7.3-5.5 12-14.2 12-24S57.3 13.5 50 8H14C6.7 13.5 2 22.2 2 32"/><path fill="#ed4c5c" d="M14 8h36c-5-3.8-11.2-6-18-6S19 4.2 14 8m18 54c6.8 0 13-2.2 18-6H14c5 3.8 11.2 6 18 6"/><path fill="#fff" d="M43 49.6C34.6 48 28.3 40.7 28.3 32S34.6 16 43 14.4c-1.2-.2-2.4-.4-3.7-.4C29.2 14 21 22.1 21 32s8.2 18 18.3 18c1.3 0 2.5-.1 3.7-.4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#699635" d="M2 32c0 9.8 4.7 18.5 12 24h36c7.3-5.5 12-14.2 12-24S57.3 13.5 50 8H14C6.7 13.5 2 22.2 2 32"/><path fill="#ed4c5c" d="M14 8h36c-5-3.8-11.2-6-18-6S19 4.2 14 8m18 54c6.8 0 13-2.2 18-6H14c5 3.8 11.2 6 18 6"/><path fill="#fff" d="M43 49.6C34.6 48 28.3 40.7 28.3 32S34.6 16 43 14.4c-1.2-.2-2.4-.4-3.7-.4C29.2 14 21 22.1 21 32s8.2 18 18.3 18c1.3 0 2.5-.1 3.7-.4"/></svg>
</template>

CSS

.icon-flag-for-maldives {
  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%2064%2064%22%3E%3Cpath%20fill%3D%22%23699635%22%20d%3D%22M2%2032c0%209.8%204.7%2018.5%2012%2024h36c7.3-5.5%2012-14.2%2012-24S57.3%2013.5%2050%208H14C6.7%2013.5%202%2022.2%202%2032%22%2F%3E%3Cpath%20fill%3D%22%23ed4c5c%22%20d%3D%22M14%208h36c-5-3.8-11.2-6-18-6S19%204.2%2014%208m18%2054c6.8%200%2013-2.2%2018-6H14c5%203.8%2011.2%206%2018%206%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M43%2049.6C34.6%2048%2028.3%2040.7%2028.3%2032S34.6%2016%2043%2014.4c-1.2-.2-2.4-.4-3.7-.4C29.2%2014%2021%2022.1%2021%2032s8.2%2018%2018.3%2018c1.3%200%202.5-.1%203.7-.4%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%2064%2064%22%3E%3Cpath%20fill%3D%22%23699635%22%20d%3D%22M2%2032c0%209.8%204.7%2018.5%2012%2024h36c7.3-5.5%2012-14.2%2012-24S57.3%2013.5%2050%208H14C6.7%2013.5%202%2022.2%202%2032%22%2F%3E%3Cpath%20fill%3D%22%23ed4c5c%22%20d%3D%22M14%208h36c-5-3.8-11.2-6-18-6S19%204.2%2014%208m18%2054c6.8%200%2013-2.2%2018-6H14c5%203.8%2011.2%206%2018%206%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M43%2049.6C34.6%2048%2028.3%2040.7%2028.3%2032S34.6%2016%2043%2014.4c-1.2-.2-2.4-.4-3.7-.4C29.2%2014%2021%2022.1%2021%2032s8.2%2018%2018.3%2018c1.3%200%202.5-.1%203.7-.4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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