esperanto flag emoji

esperanto-flag from OpenMoji by OpenMoji · Default · Extras Openmoji · CC-BY-SA-4.0 Attribution required.

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

More extras openmoji icons from OpenMoji

Use the esperanto flag 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" fill-rule="evenodd" d="M6 18h18v18H6z"/><path fill="#5c9e31" fill-rule="evenodd" stroke="#5c9e31" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.087" d="m15.11 21.88l1.551 4.147l4.423.193l-3.465 2.756l1.183 4.266L15.11 30.8l-3.692 2.443l1.183-4.266l-3.465-2.756l4.423-.193z" transform="matrix(.9199 0 0 .9196 1.096 1.101)"/><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 OpenmojiEsperantoFlag(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" fillRule="evenodd" d="M6 18h18v18H6z"/><path fill="#5c9e31" fillRule="evenodd" stroke="#5c9e31" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.087" d="m15.11 21.88l1.551 4.147l4.423.193l-3.465 2.756l1.183 4.266L15.11 30.8l-3.692 2.443l1.183-4.266l-3.465-2.756l4.423-.193z" transform="matrix(.9199 0 0 .9196 1.096 1.101)"/><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" fill-rule="evenodd" d="M6 18h18v18H6z"/><path fill="#5c9e31" fill-rule="evenodd" stroke="#5c9e31" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.087" d="m15.11 21.88l1.551 4.147l4.423.193l-3.465 2.756l1.183 4.266L15.11 30.8l-3.692 2.443l1.183-4.266l-3.465-2.756l4.423-.193z" transform="matrix(.9199 0 0 .9196 1.096 1.101)"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 17h62v38H5z"/></svg>
</template>

CSS

.icon-esperanto-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%235c9e31%22%20d%3D%22M5%2017h62v38H5z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M6%2018h18v18H6z%22%2F%3E%3Cpath%20fill%3D%22%235c9e31%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%235c9e31%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.087%22%20d%3D%22m15.11%2021.88l1.551%204.147l4.423.193l-3.465%202.756l1.183%204.266L15.11%2030.8l-3.692%202.443l1.183-4.266l-3.465-2.756l4.423-.193z%22%20transform%3D%22matrix(.9199%200%200%20.9196%201.096%201.101)%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%20fill-rule%3D%22evenodd%22%20d%3D%22M6%2018h18v18H6z%22%2F%3E%3Cpath%20fill%3D%22%235c9e31%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%235c9e31%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.087%22%20d%3D%22m15.11%2021.88l1.551%204.147l4.423.193l-3.465%202.756l1.183%204.266L15.11%2030.8l-3.692%202.443l1.183-4.266l-3.465-2.756l4.423-.193z%22%20transform%3D%22matrix(.9199%200%200%20.9196%201.096%201.101)%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/esperanto-flag.svg?color=%231a73e8&size=48