galicia flag emoji

galicia-flag from OpenMoji by OpenMoji · Default · Extras Unicode · CC-BY-SA-4.0 Attribution required.

Name
galicia-flag
Set
OpenMoji
Style
Default
Category
Extras Unicode
Viewbox
72×72
License
CC BY-SA 4.0

More extras unicode icons from OpenMoji

Use the galicia flag emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M5 17h62v38H5z"/><path fill="#61b2e4" d="M10.3 17.03c-5.301-.033-5.301-.033-5.432 3.904l56.9 34.13c5.235-.065 5.235-.065 5.202-4.018z"/><g stroke-linecap="round"><path fill="#1e50a0" stroke="#1e50a0" stroke-linejoin="round" stroke-width="2" d="M31.595 34.055h8.784c0 10.31-2.035 10.34-4.416 10.34c-2.431 0-4.368.094-4.368-10.34"/><path fill="none" stroke="#f1b31c" stroke-linejoin="round" stroke-width="1.792" d="M35.985 40.185v3.843"/><path fill="none" stroke="#fff" stroke-width="2" d="M35.985 37.345v.626"/><path fill="none" stroke="#d0cfce" stroke-linejoin="round" d="M32.075 40.885c-.484-6.834-.484-6.984 4.154-6.905c4.146.07 4.146.07 3.657 6.928"/><path fill="none" stroke="#ea5a47" stroke-linejoin="round" stroke-width="3" d="M31.485 31.005c3.306-.871 5.541-.936 8.997-.032"/><path fill="none" stroke="#f1b31c" stroke-linejoin="round" d="M30.925 32.425c3.306-.871 6.684-.904 10.14 0"/><path fill="none" stroke="#f1b31c" stroke-width="2" d="m35.965 27.605l.03 3.714m-6.46-2.304l1.396 2.911m11.534-2.911l-1.396 2.911"/></g><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 OpenmojiGaliciaFlag(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#fff" d="M5 17h62v38H5z"/><path fill="#61b2e4" d="M10.3 17.03c-5.301-.033-5.301-.033-5.432 3.904l56.9 34.13c5.235-.065 5.235-.065 5.202-4.018z"/><g strokeLinecap="round"><path fill="#1e50a0" stroke="#1e50a0" strokeLinejoin="round" strokeWidth="2" d="M31.595 34.055h8.784c0 10.31-2.035 10.34-4.416 10.34c-2.431 0-4.368.094-4.368-10.34"/><path fill="none" stroke="#f1b31c" strokeLinejoin="round" strokeWidth="1.792" d="M35.985 40.185v3.843"/><path fill="none" stroke="#fff" strokeWidth="2" d="M35.985 37.345v.626"/><path fill="none" stroke="#d0cfce" strokeLinejoin="round" d="M32.075 40.885c-.484-6.834-.484-6.984 4.154-6.905c4.146.07 4.146.07 3.657 6.928"/><path fill="none" stroke="#ea5a47" strokeLinejoin="round" strokeWidth="3" d="M31.485 31.005c3.306-.871 5.541-.936 8.997-.032"/><path fill="none" stroke="#f1b31c" strokeLinejoin="round" d="M30.925 32.425c3.306-.871 6.684-.904 10.14 0"/><path fill="none" stroke="#f1b31c" strokeWidth="2" d="m35.965 27.605l.03 3.714m-6.46-2.304l1.396 2.911m11.534-2.911l-1.396 2.911"/></g><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="#fff" d="M5 17h62v38H5z"/><path fill="#61b2e4" d="M10.3 17.03c-5.301-.033-5.301-.033-5.432 3.904l56.9 34.13c5.235-.065 5.235-.065 5.202-4.018z"/><g stroke-linecap="round"><path fill="#1e50a0" stroke="#1e50a0" stroke-linejoin="round" stroke-width="2" d="M31.595 34.055h8.784c0 10.31-2.035 10.34-4.416 10.34c-2.431 0-4.368.094-4.368-10.34"/><path fill="none" stroke="#f1b31c" stroke-linejoin="round" stroke-width="1.792" d="M35.985 40.185v3.843"/><path fill="none" stroke="#fff" stroke-width="2" d="M35.985 37.345v.626"/><path fill="none" stroke="#d0cfce" stroke-linejoin="round" d="M32.075 40.885c-.484-6.834-.484-6.984 4.154-6.905c4.146.07 4.146.07 3.657 6.928"/><path fill="none" stroke="#ea5a47" stroke-linejoin="round" stroke-width="3" d="M31.485 31.005c3.306-.871 5.541-.936 8.997-.032"/><path fill="none" stroke="#f1b31c" stroke-linejoin="round" d="M30.925 32.425c3.306-.871 6.684-.904 10.14 0"/><path fill="none" stroke="#f1b31c" stroke-width="2" d="m35.965 27.605l.03 3.714m-6.46-2.304l1.396 2.911m11.534-2.911l-1.396 2.911"/></g><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 17h62v38H5z"/></svg>
</template>

CSS

.icon-galicia-flag {
  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%23fff%22%20d%3D%22M5%2017h62v38H5z%22%2F%3E%3Cpath%20fill%3D%22%2361b2e4%22%20d%3D%22M10.3%2017.03c-5.301-.033-5.301-.033-5.432%203.904l56.9%2034.13c5.235-.065%205.235-.065%205.202-4.018z%22%2F%3E%3Cg%20stroke-linecap%3D%22round%22%3E%3Cpath%20fill%3D%22%231e50a0%22%20stroke%3D%22%231e50a0%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M31.595%2034.055h8.784c0%2010.31-2.035%2010.34-4.416%2010.34c-2.431%200-4.368.094-4.368-10.34%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23f1b31c%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.792%22%20d%3D%22M35.985%2040.185v3.843%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20d%3D%22M35.985%2037.345v.626%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23d0cfce%22%20stroke-linejoin%3D%22round%22%20d%3D%22M32.075%2040.885c-.484-6.834-.484-6.984%204.154-6.905c4.146.07%204.146.07%203.657%206.928%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23ea5a47%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%20d%3D%22M31.485%2031.005c3.306-.871%205.541-.936%208.997-.032%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23f1b31c%22%20stroke-linejoin%3D%22round%22%20d%3D%22M30.925%2032.425c3.306-.871%206.684-.904%2010.14%200%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23f1b31c%22%20stroke-width%3D%222%22%20d%3D%22m35.965%2027.605l.03%203.714m-6.46-2.304l1.396%202.911m11.534-2.911l-1.396%202.911%22%2F%3E%3C%2Fg%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%23fff%22%20d%3D%22M5%2017h62v38H5z%22%2F%3E%3Cpath%20fill%3D%22%2361b2e4%22%20d%3D%22M10.3%2017.03c-5.301-.033-5.301-.033-5.432%203.904l56.9%2034.13c5.235-.065%205.235-.065%205.202-4.018z%22%2F%3E%3Cg%20stroke-linecap%3D%22round%22%3E%3Cpath%20fill%3D%22%231e50a0%22%20stroke%3D%22%231e50a0%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M31.595%2034.055h8.784c0%2010.31-2.035%2010.34-4.416%2010.34c-2.431%200-4.368.094-4.368-10.34%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23f1b31c%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.792%22%20d%3D%22M35.985%2040.185v3.843%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20d%3D%22M35.985%2037.345v.626%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23d0cfce%22%20stroke-linejoin%3D%22round%22%20d%3D%22M32.075%2040.885c-.484-6.834-.484-6.984%204.154-6.905c4.146.07%204.146.07%203.657%206.928%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23ea5a47%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%223%22%20d%3D%22M31.485%2031.005c3.306-.871%205.541-.936%208.997-.032%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23f1b31c%22%20stroke-linejoin%3D%22round%22%20d%3D%22M30.925%2032.425c3.306-.871%206.684-.904%2010.14%200%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23f1b31c%22%20stroke-width%3D%222%22%20d%3D%22m35.965%2027.605l.03%203.714m-6.46-2.304l1.396%202.911m11.534-2.911l-1.396%202.911%22%2F%3E%3C%2Fg%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/galicia-flag.svg?color=%231a73e8&size=48