flag afghanistan emoji

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

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d22f27" d="M5 17h62v38H5z"/><path d="M5 17h21v38H5z"/><path fill="#5c9e31" d="M46 17h21v38H46z"/><path fill="#fff" d="M36 48.88a12.89 12.89 0 0 1-9.111-22a.845.845 0 0 1 1.195 1.195a11.2 11.2 0 1 0 15.83 0a.845.845 0 1 1 1.195-1.195a12.89 12.89 0 0 1-9.111 22z"/><path fill="#fff" d="M39.38 34.52h-6.76a.845.875 0 0 1 0-1.75h6.76a.845.875 0 0 1 0 1.75"/><circle cx="36" cy="30.3" r="1.69" fill="#fff"/><path fill="#fff" d="M41.07 44.76H30.93a.845.875 0 0 1 0-1.75h10.14a.845.875 0 0 1 0 1.75"/><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.775" d="M32.58 28.68v15.07"/><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.766" d="M39.4 28.67v14.91"/><path fill="#fff" fill-rule="evenodd" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width=".771" d="m27.461 37.656l2.08-3.604l1.393.804l-2.081 3.603zm15.003-3.606l2.08 3.603l-1.391.804l-2.08-3.604z"/><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 OpenmojiFlagAfghanistan(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#d22f27" d="M5 17h62v38H5z"/><path d="M5 17h21v38H5z"/><path fill="#5c9e31" d="M46 17h21v38H46z"/><path fill="#fff" d="M36 48.88a12.89 12.89 0 0 1-9.111-22a.845.845 0 0 1 1.195 1.195a11.2 11.2 0 1 0 15.83 0a.845.845 0 1 1 1.195-1.195a12.89 12.89 0 0 1-9.111 22z"/><path fill="#fff" d="M39.38 34.52h-6.76a.845.875 0 0 1 0-1.75h6.76a.845.875 0 0 1 0 1.75"/><circle cx="36" cy="30.3" r="1.69" fill="#fff"/><path fill="#fff" d="M41.07 44.76H30.93a.845.875 0 0 1 0-1.75h10.14a.845.875 0 0 1 0 1.75"/><path stroke="#fff" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.775" d="M32.58 28.68v15.07"/><path stroke="#fff" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.766" d="M39.4 28.67v14.91"/><path fill="#fff" fillRule="evenodd" stroke="#fff" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".771" d="m27.461 37.656l2.08-3.604l1.393.804l-2.081 3.603zm15.003-3.606l2.08 3.603l-1.391.804l-2.08-3.604z"/><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="#d22f27" d="M5 17h62v38H5z"/><path d="M5 17h21v38H5z"/><path fill="#5c9e31" d="M46 17h21v38H46z"/><path fill="#fff" d="M36 48.88a12.89 12.89 0 0 1-9.111-22a.845.845 0 0 1 1.195 1.195a11.2 11.2 0 1 0 15.83 0a.845.845 0 1 1 1.195-1.195a12.89 12.89 0 0 1-9.111 22z"/><path fill="#fff" d="M39.38 34.52h-6.76a.845.875 0 0 1 0-1.75h6.76a.845.875 0 0 1 0 1.75"/><circle cx="36" cy="30.3" r="1.69" fill="#fff"/><path fill="#fff" d="M41.07 44.76H30.93a.845.875 0 0 1 0-1.75h10.14a.845.875 0 0 1 0 1.75"/><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.775" d="M32.58 28.68v15.07"/><path stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.766" d="M39.4 28.67v14.91"/><path fill="#fff" fill-rule="evenodd" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width=".771" d="m27.461 37.656l2.08-3.604l1.393.804l-2.081 3.603zm15.003-3.606l2.08 3.603l-1.391.804l-2.08-3.604z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 17h62v38H5z"/></svg>
</template>

CSS

.icon-flag-afghanistan {
  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%23d22f27%22%20d%3D%22M5%2017h62v38H5z%22%2F%3E%3Cpath%20d%3D%22M5%2017h21v38H5z%22%2F%3E%3Cpath%20fill%3D%22%235c9e31%22%20d%3D%22M46%2017h21v38H46z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M36%2048.88a12.89%2012.89%200%200%201-9.111-22a.845.845%200%200%201%201.195%201.195a11.2%2011.2%200%201%200%2015.83%200a.845.845%200%201%201%201.195-1.195a12.89%2012.89%200%200%201-9.111%2022z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M39.38%2034.52h-6.76a.845.875%200%200%201%200-1.75h6.76a.845.875%200%200%201%200%201.75%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2230.3%22%20r%3D%221.69%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M41.07%2044.76H30.93a.845.875%200%200%201%200-1.75h10.14a.845.875%200%200%201%200%201.75%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.775%22%20d%3D%22M32.58%2028.68v15.07%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.766%22%20d%3D%22M39.4%2028.67v14.91%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.771%22%20d%3D%22m27.461%2037.656l2.08-3.604l1.393.804l-2.081%203.603zm15.003-3.606l2.08%203.603l-1.391.804l-2.08-3.604z%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%23d22f27%22%20d%3D%22M5%2017h62v38H5z%22%2F%3E%3Cpath%20d%3D%22M5%2017h21v38H5z%22%2F%3E%3Cpath%20fill%3D%22%235c9e31%22%20d%3D%22M46%2017h21v38H46z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M36%2048.88a12.89%2012.89%200%200%201-9.111-22a.845.845%200%200%201%201.195%201.195a11.2%2011.2%200%201%200%2015.83%200a.845.845%200%201%201%201.195-1.195a12.89%2012.89%200%200%201-9.111%2022z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M39.38%2034.52h-6.76a.845.875%200%200%201%200-1.75h6.76a.845.875%200%200%201%200%201.75%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2230.3%22%20r%3D%221.69%22%20fill%3D%22%23fff%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M41.07%2044.76H30.93a.845.875%200%200%201%200-1.75h10.14a.845.875%200%200%201%200%201.75%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.775%22%20d%3D%22M32.58%2028.68v15.07%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.766%22%20d%3D%22M39.4%2028.67v14.91%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.771%22%20d%3D%22m27.461%2037.656l2.08-3.604l1.393.804l-2.081%203.603zm15.003-3.606l2.08%203.603l-1.391.804l-2.08-3.604z%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-afghanistan.svg?color=%231a73e8&size=48