eh-4x3 from Flag Icons by Panayiotis Lipiridis · 4x3 · MIT Free for personal and commercial use.

Name
eh-4x3
Set
Flag Icons
Style
4x3
Viewbox
640×480
License
MIT

1 other variant in Flag Icons

The same logo in other sets

Use the eh logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 480"><defs><clipPath id="SVGtcueYnCH"><path fill-opacity=".7" d="M-158.7 0H524v512h-682.7z"/></clipPath></defs><g fill-rule="evenodd" clip-path="url(#SVGtcueYnCH)" transform="translate(148.8)scale(.94)"><path fill="#000001" d="M-158.3 0h680.9v255.3h-680.9z"/><path fill="#007a3d" d="M-158.3 255.3h680.9v255.3h-680.9z"/><path fill="#fff" d="M-158.3 148.9h680.9v212.8h-680.9z"/><path fill="#c4111b" d="m-158.3 0l340.4 255.3l-340.4 255.3Z"/><circle cx="352.3" cy="255.3" r="68.1" fill="#c4111b"/><circle cx="377.9" cy="255.3" r="68.1" fill="#fff"/><path fill="#c4111b" d="m334 296.5l29.1-20.7l28.8 21l-10.8-34l29-20.9l-35.7-.2l-11-34l-11.2 33.9l-35.7-.2l28.7 21.2l-11.1 34z"/></g></svg>

React

import type { SVGProps } from "react";

export function FlagEh4x3(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 480"><defs><clipPath id="SVGtcueYnCH"><path fillOpacity=".7" d="M-158.7 0H524v512h-682.7z"/></clipPath></defs><g fillRule="evenodd" clipPath="url(#SVGtcueYnCH)" transform="translate(148.8)scale(.94)"><path fill="#000001" d="M-158.3 0h680.9v255.3h-680.9z"/><path fill="#007a3d" d="M-158.3 255.3h680.9v255.3h-680.9z"/><path fill="#fff" d="M-158.3 148.9h680.9v212.8h-680.9z"/><path fill="#c4111b" d="m-158.3 0l340.4 255.3l-340.4 255.3Z"/><circle cx="352.3" cy="255.3" r="68.1" fill="#c4111b"/><circle cx="377.9" cy="255.3" r="68.1" fill="#fff"/><path fill="#c4111b" d="m334 296.5l29.1-20.7l28.8 21l-10.8-34l29-20.9l-35.7-.2l-11-34l-11.2 33.9l-35.7-.2l28.7 21.2l-11.1 34z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 480"><defs><clipPath id="SVGtcueYnCH"><path fill-opacity=".7" d="M-158.7 0H524v512h-682.7z"/></clipPath></defs><g fill-rule="evenodd" clip-path="url(#SVGtcueYnCH)" transform="translate(148.8)scale(.94)"><path fill="#000001" d="M-158.3 0h680.9v255.3h-680.9z"/><path fill="#007a3d" d="M-158.3 255.3h680.9v255.3h-680.9z"/><path fill="#fff" d="M-158.3 148.9h680.9v212.8h-680.9z"/><path fill="#c4111b" d="m-158.3 0l340.4 255.3l-340.4 255.3Z"/><circle cx="352.3" cy="255.3" r="68.1" fill="#c4111b"/><circle cx="377.9" cy="255.3" r="68.1" fill="#fff"/><path fill="#c4111b" d="m334 296.5l29.1-20.7l28.8 21l-10.8-34l29-20.9l-35.7-.2l-11-34l-11.2 33.9l-35.7-.2l28.7 21.2l-11.1 34z"/></g></svg>
</template>

CSS

.icon-eh-4x3 {
  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%20640%20480%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGtcueYnCH%22%3E%3Cpath%20fill-opacity%3D%22.7%22%20d%3D%22M-158.7%200H524v512h-682.7z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20fill-rule%3D%22evenodd%22%20clip-path%3D%22url(%23SVGtcueYnCH)%22%20transform%3D%22translate(148.8)scale(.94)%22%3E%3Cpath%20fill%3D%22%23000001%22%20d%3D%22M-158.3%200h680.9v255.3h-680.9z%22%2F%3E%3Cpath%20fill%3D%22%23007a3d%22%20d%3D%22M-158.3%20255.3h680.9v255.3h-680.9z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M-158.3%20148.9h680.9v212.8h-680.9z%22%2F%3E%3Cpath%20fill%3D%22%23c4111b%22%20d%3D%22m-158.3%200l340.4%20255.3l-340.4%20255.3Z%22%2F%3E%3Ccircle%20cx%3D%22352.3%22%20cy%3D%22255.3%22%20r%3D%2268.1%22%20fill%3D%22%23c4111b%22%2F%3E%3Ccircle%20cx%3D%22377.9%22%20cy%3D%22255.3%22%20r%3D%2268.1%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%23c4111b%22%20d%3D%22m334%20296.5l29.1-20.7l28.8%2021l-10.8-34l29-20.9l-35.7-.2l-11-34l-11.2%2033.9l-35.7-.2l28.7%2021.2l-11.1%2034z%22%2F%3E%3C%2Fg%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%20640%20480%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGtcueYnCH%22%3E%3Cpath%20fill-opacity%3D%22.7%22%20d%3D%22M-158.7%200H524v512h-682.7z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20fill-rule%3D%22evenodd%22%20clip-path%3D%22url(%23SVGtcueYnCH)%22%20transform%3D%22translate(148.8)scale(.94)%22%3E%3Cpath%20fill%3D%22%23000001%22%20d%3D%22M-158.3%200h680.9v255.3h-680.9z%22%2F%3E%3Cpath%20fill%3D%22%23007a3d%22%20d%3D%22M-158.3%20255.3h680.9v255.3h-680.9z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M-158.3%20148.9h680.9v212.8h-680.9z%22%2F%3E%3Cpath%20fill%3D%22%23c4111b%22%20d%3D%22m-158.3%200l340.4%20255.3l-340.4%20255.3Z%22%2F%3E%3Ccircle%20cx%3D%22352.3%22%20cy%3D%22255.3%22%20r%3D%2268.1%22%20fill%3D%22%23c4111b%22%2F%3E%3Ccircle%20cx%3D%22377.9%22%20cy%3D%22255.3%22%20r%3D%2268.1%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%23c4111b%22%20d%3D%22m334%20296.5l29.1-20.7l28.8%2021l-10.8-34l29-20.9l-35.7-.2l-11-34l-11.2%2033.9l-35.7-.2l28.7%2021.2l-11.1%2034z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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