flag jamaica emoji

flag-jamaica from OpenMoji by OpenMoji · Default · Flags · CC-BY-SA-4.0 Attribution required.

Name
flag-jamaica
Set
OpenMoji
Style
Default
Category
Flags
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More flags icons from OpenMoji

Use the flag jamaica emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><rect width="62" height="38" x="5" y="17" fill="#5c9e31" rx="3.2" ry="3.2"/><path d="m29.481 39.996l-17.346 10.63C9.013 52.542 5 50.295 5 46.632V25.37c0-3.663 4.013-5.91 7.135-3.996l17.346 10.631c2.983 1.829 2.983 6.163 0 7.991m12.639-.246l18.182 11.145C63.233 52.69 67 50.582 67 47.144V24.856c0-3.438-3.767-5.547-6.698-3.75L42.12 32.249c-2.8 1.717-2.8 5.785 0 7.502"/><path fill="#fcea2b" d="M5 21.692v-2.418A2.274 2.274 0 0 1 7.274 17h4.113c.401 0 .796.106 1.143.309l53.34 31.033c.7.407 1.13 1.156 1.13 1.966v2.418A2.274 2.274 0 0 1 64.726 55h-4.112c-.402 0-.797-.106-1.144-.308L6.13 23.658A2.27 2.27 0 0 1 5 21.692"/><path fill="#fcea2b" d="M67 21.318v-1.393A2.925 2.925 0 0 0 64.075 17H60.79c-.517 0-1.024.137-1.47.397L6.453 48.154A2.93 2.93 0 0 0 5 50.682v1.393A2.925 2.925 0 0 0 7.925 55h3.286c.517 0 1.024-.137 1.47-.397l52.865-30.757A2.93 2.93 0 0 0 67 21.318"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 17h62v38H5z"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiFlagJamaica(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><rect width="62" height="38" x="5" y="17" fill="#5c9e31" rx="3.2" ry="3.2"/><path d="m29.481 39.996l-17.346 10.63C9.013 52.542 5 50.295 5 46.632V25.37c0-3.663 4.013-5.91 7.135-3.996l17.346 10.631c2.983 1.829 2.983 6.163 0 7.991m12.639-.246l18.182 11.145C63.233 52.69 67 50.582 67 47.144V24.856c0-3.438-3.767-5.547-6.698-3.75L42.12 32.249c-2.8 1.717-2.8 5.785 0 7.502"/><path fill="#fcea2b" d="M5 21.692v-2.418A2.274 2.274 0 0 1 7.274 17h4.113c.401 0 .796.106 1.143.309l53.34 31.033c.7.407 1.13 1.156 1.13 1.966v2.418A2.274 2.274 0 0 1 64.726 55h-4.112c-.402 0-.797-.106-1.144-.308L6.13 23.658A2.27 2.27 0 0 1 5 21.692"/><path fill="#fcea2b" d="M67 21.318v-1.393A2.925 2.925 0 0 0 64.075 17H60.79c-.517 0-1.024.137-1.47.397L6.453 48.154A2.93 2.93 0 0 0 5 50.682v1.393A2.925 2.925 0 0 0 7.925 55h3.286c.517 0 1.024-.137 1.47-.397l52.865-30.757A2.93 2.93 0 0 0 67 21.318"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M5 17h62v38H5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><rect width="62" height="38" x="5" y="17" fill="#5c9e31" rx="3.2" ry="3.2"/><path d="m29.481 39.996l-17.346 10.63C9.013 52.542 5 50.295 5 46.632V25.37c0-3.663 4.013-5.91 7.135-3.996l17.346 10.631c2.983 1.829 2.983 6.163 0 7.991m12.639-.246l18.182 11.145C63.233 52.69 67 50.582 67 47.144V24.856c0-3.438-3.767-5.547-6.698-3.75L42.12 32.249c-2.8 1.717-2.8 5.785 0 7.502"/><path fill="#fcea2b" d="M5 21.692v-2.418A2.274 2.274 0 0 1 7.274 17h4.113c.401 0 .796.106 1.143.309l53.34 31.033c.7.407 1.13 1.156 1.13 1.966v2.418A2.274 2.274 0 0 1 64.726 55h-4.112c-.402 0-.797-.106-1.144-.308L6.13 23.658A2.27 2.27 0 0 1 5 21.692"/><path fill="#fcea2b" d="M67 21.318v-1.393A2.925 2.925 0 0 0 64.075 17H60.79c-.517 0-1.024.137-1.47.397L6.453 48.154A2.93 2.93 0 0 0 5 50.682v1.393A2.925 2.925 0 0 0 7.925 55h3.286c.517 0 1.024-.137 1.47-.397l52.865-30.757A2.93 2.93 0 0 0 67 21.318"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 17h62v38H5z"/></svg>
</template>

CSS

.icon-flag-jamaica {
  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%2072%2072%22%3E%3Crect%20width%3D%2262%22%20height%3D%2238%22%20x%3D%225%22%20y%3D%2217%22%20fill%3D%22%235c9e31%22%20rx%3D%223.2%22%20ry%3D%223.2%22%2F%3E%3Cpath%20d%3D%22m29.481%2039.996l-17.346%2010.63C9.013%2052.542%205%2050.295%205%2046.632V25.37c0-3.663%204.013-5.91%207.135-3.996l17.346%2010.631c2.983%201.829%202.983%206.163%200%207.991m12.639-.246l18.182%2011.145C63.233%2052.69%2067%2050.582%2067%2047.144V24.856c0-3.438-3.767-5.547-6.698-3.75L42.12%2032.249c-2.8%201.717-2.8%205.785%200%207.502%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M5%2021.692v-2.418A2.274%202.274%200%200%201%207.274%2017h4.113c.401%200%20.796.106%201.143.309l53.34%2031.033c.7.407%201.13%201.156%201.13%201.966v2.418A2.274%202.274%200%200%201%2064.726%2055h-4.112c-.402%200-.797-.106-1.144-.308L6.13%2023.658A2.27%202.27%200%200%201%205%2021.692%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M67%2021.318v-1.393A2.925%202.925%200%200%200%2064.075%2017H60.79c-.517%200-1.024.137-1.47.397L6.453%2048.154A2.93%202.93%200%200%200%205%2050.682v1.393A2.925%202.925%200%200%200%207.925%2055h3.286c.517%200%201.024-.137%201.47-.397l52.865-30.757A2.93%202.93%200%200%200%2067%2021.318%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M5%2017h62v38H5z%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%2072%2072%22%3E%3Crect%20width%3D%2262%22%20height%3D%2238%22%20x%3D%225%22%20y%3D%2217%22%20fill%3D%22%235c9e31%22%20rx%3D%223.2%22%20ry%3D%223.2%22%2F%3E%3Cpath%20d%3D%22m29.481%2039.996l-17.346%2010.63C9.013%2052.542%205%2050.295%205%2046.632V25.37c0-3.663%204.013-5.91%207.135-3.996l17.346%2010.631c2.983%201.829%202.983%206.163%200%207.991m12.639-.246l18.182%2011.145C63.233%2052.69%2067%2050.582%2067%2047.144V24.856c0-3.438-3.767-5.547-6.698-3.75L42.12%2032.249c-2.8%201.717-2.8%205.785%200%207.502%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M5%2021.692v-2.418A2.274%202.274%200%200%201%207.274%2017h4.113c.401%200%20.796.106%201.143.309l53.34%2031.033c.7.407%201.13%201.156%201.13%201.966v2.418A2.274%202.274%200%200%201%2064.726%2055h-4.112c-.402%200-.797-.106-1.144-.308L6.13%2023.658A2.27%202.27%200%200%201%205%2021.692%22%2F%3E%3Cpath%20fill%3D%22%23fcea2b%22%20d%3D%22M67%2021.318v-1.393A2.925%202.925%200%200%200%2064.075%2017H60.79c-.517%200-1.024.137-1.47.397L6.453%2048.154A2.93%202.93%200%200%200%205%2050.682v1.393A2.925%202.925%200%200%200%207.925%2055h3.286c.517%200%201.024-.137%201.47-.397l52.865-30.757A2.93%202.93%200%200%200%2067%2021.318%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M5%2017h62v38H5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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