flag wales emoji

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

Name
flag-wales
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 wales emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#5c9e31" d="M5 17h62v38H5z"/><path fill="#fff" d="M5 17h62v19H5z"/><path fill="#d22f27" stroke="#d22f27" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M59 27.5V23l-2.769 3.462z"/><ellipse cx="53" cy="31" fill="none" stroke="#d22f27" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" rx="1.5" ry="1"/><path fill="none" stroke="#d22f27" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M58 26c-1.283 3.724-2.744 6-5 6m0 18l-2-1h-3l-3 1.5m3-1.5l-2-1m5 1l-3-9M38 50l-2-1h-3l-3 1.5m3-1.5l-2-1m-8 2l-2-1h-3l-3 1.5m3-1.5l-2-1m5 1l6-6m-6 6l3-6m-10-5l1-2v-3l-1.5-3m1.5 3l1-2m-1 5l6 5m-9-18a4 4 0 0 0 4 4m0 0h2"/><path fill="#d22f27" stroke="#d22f27" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m42 21l-6.586 6.586A5.57 5.57 0 0 0 34 31v1a3 3 0 0 1-3 3h-4V23h-5l-4 4h6c0 4.403-3 4.543-3 10v6h13l3.385 2.539L36 49l5-5c-2.5-1.619-1.118-4.5 1-5c2.338 2.447 6 3 9 3v-1.5L46 38h7v-2c-3.857 0-5.143-1-9-1a4 4 0 0 1 4-4c-2.796-2.327-.266-6.872 3-9c-3 2-4.5 3-6.5 3c-1.745 0-2.5-1.297-2.5-4"/><path fill="none" stroke="#d22f27" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m41 44l2 1m8 4v-8.5m0 0l3 1.5m-1-6c2.591 0 4.327-2.553 3.366-4.162"/><path fill="none" stroke="#d22f27" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M53 30a4 4 0 0 1 0 8M27 23l1-1m6 21H21a2.2 2.2 0 0 1-1.581-.814L15 36"/><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 OpenmojiFlagWales(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#5c9e31" d="M5 17h62v38H5z"/><path fill="#fff" d="M5 17h62v19H5z"/><path fill="#d22f27" stroke="#d22f27" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M59 27.5V23l-2.769 3.462z"/><ellipse cx="53" cy="31" fill="none" stroke="#d22f27" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" rx="1.5" ry="1"/><path fill="none" stroke="#d22f27" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M58 26c-1.283 3.724-2.744 6-5 6m0 18l-2-1h-3l-3 1.5m3-1.5l-2-1m5 1l-3-9M38 50l-2-1h-3l-3 1.5m3-1.5l-2-1m-8 2l-2-1h-3l-3 1.5m3-1.5l-2-1m5 1l6-6m-6 6l3-6m-10-5l1-2v-3l-1.5-3m1.5 3l1-2m-1 5l6 5m-9-18a4 4 0 0 0 4 4m0 0h2"/><path fill="#d22f27" stroke="#d22f27" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="m42 21l-6.586 6.586A5.57 5.57 0 0 0 34 31v1a3 3 0 0 1-3 3h-4V23h-5l-4 4h6c0 4.403-3 4.543-3 10v6h13l3.385 2.539L36 49l5-5c-2.5-1.619-1.118-4.5 1-5c2.338 2.447 6 3 9 3v-1.5L46 38h7v-2c-3.857 0-5.143-1-9-1a4 4 0 0 1 4-4c-2.796-2.327-.266-6.872 3-9c-3 2-4.5 3-6.5 3c-1.745 0-2.5-1.297-2.5-4"/><path fill="none" stroke="#d22f27" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="m41 44l2 1m8 4v-8.5m0 0l3 1.5m-1-6c2.591 0 4.327-2.553 3.366-4.162"/><path fill="none" stroke="#d22f27" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M53 30a4 4 0 0 1 0 8M27 23l1-1m6 21H21a2.2 2.2 0 0 1-1.581-.814L15 36"/><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"><path fill="#5c9e31" d="M5 17h62v38H5z"/><path fill="#fff" d="M5 17h62v19H5z"/><path fill="#d22f27" stroke="#d22f27" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M59 27.5V23l-2.769 3.462z"/><ellipse cx="53" cy="31" fill="none" stroke="#d22f27" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" rx="1.5" ry="1"/><path fill="none" stroke="#d22f27" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M58 26c-1.283 3.724-2.744 6-5 6m0 18l-2-1h-3l-3 1.5m3-1.5l-2-1m5 1l-3-9M38 50l-2-1h-3l-3 1.5m3-1.5l-2-1m-8 2l-2-1h-3l-3 1.5m3-1.5l-2-1m5 1l6-6m-6 6l3-6m-10-5l1-2v-3l-1.5-3m1.5 3l1-2m-1 5l6 5m-9-18a4 4 0 0 0 4 4m0 0h2"/><path fill="#d22f27" stroke="#d22f27" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m42 21l-6.586 6.586A5.57 5.57 0 0 0 34 31v1a3 3 0 0 1-3 3h-4V23h-5l-4 4h6c0 4.403-3 4.543-3 10v6h13l3.385 2.539L36 49l5-5c-2.5-1.619-1.118-4.5 1-5c2.338 2.447 6 3 9 3v-1.5L46 38h7v-2c-3.857 0-5.143-1-9-1a4 4 0 0 1 4-4c-2.796-2.327-.266-6.872 3-9c-3 2-4.5 3-6.5 3c-1.745 0-2.5-1.297-2.5-4"/><path fill="none" stroke="#d22f27" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m41 44l2 1m8 4v-8.5m0 0l3 1.5m-1-6c2.591 0 4.327-2.553 3.366-4.162"/><path fill="none" stroke="#d22f27" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M53 30a4 4 0 0 1 0 8M27 23l1-1m6 21H21a2.2 2.2 0 0 1-1.581-.814L15 36"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 17h62v38H5z"/></svg>
</template>

CSS

.icon-flag-wales {
  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%3Cpath%20fill%3D%22%235c9e31%22%20d%3D%22M5%2017h62v38H5z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M5%2017h62v19H5z%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20stroke%3D%22%23d22f27%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M59%2027.5V23l-2.769%203.462z%22%2F%3E%3Cellipse%20cx%3D%2253%22%20cy%3D%2231%22%20fill%3D%22none%22%20stroke%3D%22%23d22f27%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20rx%3D%221.5%22%20ry%3D%221%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23d22f27%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M58%2026c-1.283%203.724-2.744%206-5%206m0%2018l-2-1h-3l-3%201.5m3-1.5l-2-1m5%201l-3-9M38%2050l-2-1h-3l-3%201.5m3-1.5l-2-1m-8%202l-2-1h-3l-3%201.5m3-1.5l-2-1m5%201l6-6m-6%206l3-6m-10-5l1-2v-3l-1.5-3m1.5%203l1-2m-1%205l6%205m-9-18a4%204%200%200%200%204%204m0%200h2%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20stroke%3D%22%23d22f27%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m42%2021l-6.586%206.586A5.57%205.57%200%200%200%2034%2031v1a3%203%200%200%201-3%203h-4V23h-5l-4%204h6c0%204.403-3%204.543-3%2010v6h13l3.385%202.539L36%2049l5-5c-2.5-1.619-1.118-4.5%201-5c2.338%202.447%206%203%209%203v-1.5L46%2038h7v-2c-3.857%200-5.143-1-9-1a4%204%200%200%201%204-4c-2.796-2.327-.266-6.872%203-9c-3%202-4.5%203-6.5%203c-1.745%200-2.5-1.297-2.5-4%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23d22f27%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m41%2044l2%201m8%204v-8.5m0%200l3%201.5m-1-6c2.591%200%204.327-2.553%203.366-4.162%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23d22f27%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M53%2030a4%204%200%200%201%200%208M27%2023l1-1m6%2021H21a2.2%202.2%200%200%201-1.581-.814L15%2036%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%3Cpath%20fill%3D%22%235c9e31%22%20d%3D%22M5%2017h62v38H5z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M5%2017h62v19H5z%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20stroke%3D%22%23d22f27%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M59%2027.5V23l-2.769%203.462z%22%2F%3E%3Cellipse%20cx%3D%2253%22%20cy%3D%2231%22%20fill%3D%22none%22%20stroke%3D%22%23d22f27%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20rx%3D%221.5%22%20ry%3D%221%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23d22f27%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M58%2026c-1.283%203.724-2.744%206-5%206m0%2018l-2-1h-3l-3%201.5m3-1.5l-2-1m5%201l-3-9M38%2050l-2-1h-3l-3%201.5m3-1.5l-2-1m-8%202l-2-1h-3l-3%201.5m3-1.5l-2-1m5%201l6-6m-6%206l3-6m-10-5l1-2v-3l-1.5-3m1.5%203l1-2m-1%205l6%205m-9-18a4%204%200%200%200%204%204m0%200h2%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20stroke%3D%22%23d22f27%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m42%2021l-6.586%206.586A5.57%205.57%200%200%200%2034%2031v1a3%203%200%200%201-3%203h-4V23h-5l-4%204h6c0%204.403-3%204.543-3%2010v6h13l3.385%202.539L36%2049l5-5c-2.5-1.619-1.118-4.5%201-5c2.338%202.447%206%203%209%203v-1.5L46%2038h7v-2c-3.857%200-5.143-1-9-1a4%204%200%200%201%204-4c-2.796-2.327-.266-6.872%203-9c-3%202-4.5%203-6.5%203c-1.745%200-2.5-1.297-2.5-4%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23d22f27%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22m41%2044l2%201m8%204v-8.5m0%200l3%201.5m-1-6c2.591%200%204.327-2.553%203.366-4.162%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23d22f27%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M53%2030a4%204%200%200%201%200%208M27%2023l1-1m6%2021H21a2.2%202.2%200%200%201-1.581-.814L15%2036%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-wales.svg?color=%231a73e8&size=48