flag antarctica emoji

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

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#61b2e4" d="M5 17h62v38H5z"/><path fill="#fff" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M23.59 33.2c.167-.868-.043-1.763-.564-1.353c-1.067-.485-2.39-2.864-2.527-3.269c4.986 3.782 9.793 4.234 10.72-1.684c.925-5.918 4.905-4.075 7.306-3.63c2.983.484 6.239 1.854 8.872 3.304c1.459.763 1.705 3.005 1.34 4.707c-.786 1.686.663 2.657 1.79 3.562c1.518 1.584.956 3.955.427 5.831c-.498 1.562-2.163 3.021-1.797 4.634c.199.875-.901 1.524-1.493 2.192c-2.176 2.243-5.57 2.092-8.394 1.502c-1.493.024.52-.807.176-1.801c.63-1.816-1.043-2.689-2.85-2.888c-2.537-.314-3.006-.025-5.543-.6c-1.324.893-5.073-.8-5.456-2.743c-.323-1.639-1.8-2.888-2.05-4.516c1.44.282-.25-1.575 1.29-2.164c-.08-.766-.705-1.763-1.246-1.084z"/><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 OpenmojiFlagAntarctica(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#61b2e4" d="M5 17h62v38H5z"/><path fill="#fff" stroke="#fff" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M23.59 33.2c.167-.868-.043-1.763-.564-1.353c-1.067-.485-2.39-2.864-2.527-3.269c4.986 3.782 9.793 4.234 10.72-1.684c.925-5.918 4.905-4.075 7.306-3.63c2.983.484 6.239 1.854 8.872 3.304c1.459.763 1.705 3.005 1.34 4.707c-.786 1.686.663 2.657 1.79 3.562c1.518 1.584.956 3.955.427 5.831c-.498 1.562-2.163 3.021-1.797 4.634c.199.875-.901 1.524-1.493 2.192c-2.176 2.243-5.57 2.092-8.394 1.502c-1.493.024.52-.807.176-1.801c.63-1.816-1.043-2.689-2.85-2.888c-2.537-.314-3.006-.025-5.543-.6c-1.324.893-5.073-.8-5.456-2.743c-.323-1.639-1.8-2.888-2.05-4.516c1.44.282-.25-1.575 1.29-2.164c-.08-.766-.705-1.763-1.246-1.084z"/><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="#61b2e4" d="M5 17h62v38H5z"/><path fill="#fff" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M23.59 33.2c.167-.868-.043-1.763-.564-1.353c-1.067-.485-2.39-2.864-2.527-3.269c4.986 3.782 9.793 4.234 10.72-1.684c.925-5.918 4.905-4.075 7.306-3.63c2.983.484 6.239 1.854 8.872 3.304c1.459.763 1.705 3.005 1.34 4.707c-.786 1.686.663 2.657 1.79 3.562c1.518 1.584.956 3.955.427 5.831c-.498 1.562-2.163 3.021-1.797 4.634c.199.875-.901 1.524-1.493 2.192c-2.176 2.243-5.57 2.092-8.394 1.502c-1.493.024.52-.807.176-1.801c.63-1.816-1.043-2.689-2.85-2.888c-2.537-.314-3.006-.025-5.543-.6c-1.324.893-5.073-.8-5.456-2.743c-.323-1.639-1.8-2.888-2.05-4.516c1.44.282-.25-1.575 1.29-2.164c-.08-.766-.705-1.763-1.246-1.084z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 17h62v38H5z"/></svg>
</template>

CSS

.icon-flag-antarctica {
  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%2361b2e4%22%20d%3D%22M5%2017h62v38H5z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M23.59%2033.2c.167-.868-.043-1.763-.564-1.353c-1.067-.485-2.39-2.864-2.527-3.269c4.986%203.782%209.793%204.234%2010.72-1.684c.925-5.918%204.905-4.075%207.306-3.63c2.983.484%206.239%201.854%208.872%203.304c1.459.763%201.705%203.005%201.34%204.707c-.786%201.686.663%202.657%201.79%203.562c1.518%201.584.956%203.955.427%205.831c-.498%201.562-2.163%203.021-1.797%204.634c.199.875-.901%201.524-1.493%202.192c-2.176%202.243-5.57%202.092-8.394%201.502c-1.493.024.52-.807.176-1.801c.63-1.816-1.043-2.689-2.85-2.888c-2.537-.314-3.006-.025-5.543-.6c-1.324.893-5.073-.8-5.456-2.743c-.323-1.639-1.8-2.888-2.05-4.516c1.44.282-.25-1.575%201.29-2.164c-.08-.766-.705-1.763-1.246-1.084z%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%2361b2e4%22%20d%3D%22M5%2017h62v38H5z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M23.59%2033.2c.167-.868-.043-1.763-.564-1.353c-1.067-.485-2.39-2.864-2.527-3.269c4.986%203.782%209.793%204.234%2010.72-1.684c.925-5.918%204.905-4.075%207.306-3.63c2.983.484%206.239%201.854%208.872%203.304c1.459.763%201.705%203.005%201.34%204.707c-.786%201.686.663%202.657%201.79%203.562c1.518%201.584.956%203.955.427%205.831c-.498%201.562-2.163%203.021-1.797%204.634c.199.875-.901%201.524-1.493%202.192c-2.176%202.243-5.57%202.092-8.394%201.502c-1.493.024.52-.807.176-1.801c.63-1.816-1.043-2.689-2.85-2.888c-2.537-.314-3.006-.025-5.543-.6c-1.324.893-5.073-.8-5.456-2.743c-.323-1.639-1.8-2.888-2.05-4.516c1.44.282-.25-1.575%201.29-2.164c-.08-.766-.705-1.763-1.246-1.084z%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-antarctica.svg?color=%231a73e8&size=48