flag sark emoji

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

Name
flag-sark
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 sark 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="#d22f27" stroke="#d22f27" stroke-miterlimit="10" stroke-width="2" d="M67 33H39V17h-6v16H5v6h28v16h6V39h28z"/><path fill="#d22f27" stroke="#d22f27" stroke-miterlimit="10" stroke-width="2" d="M5 17h31v19H5z"/><path fill="none" stroke="#fcea2b" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M16.5 31.834h11.053m-.053-3a1.5 1.5 0 0 1 0 3m-11-2.25v2.25m6.5 0l.492 1.336l-2.742.914m-8.75 0l4.5-2.25m8.75 0l3.453 1.324l-1.203.926m0-5.25c-1.5 0-3 .75-4.5.75c-1.193 0-2.25-.211-2.25-.994m-8 .994v.43c0 .194.118.367.297.44l3.453 1.38m0-8h11.053m-.053-3a1.5 1.5 0 0 1 0 3m-11-2.25v2.25m6.5 0l.492 1.336l-2.742.914m-8.75 0l4.5-2.25m8.75 0l3.453 1.324l-1.203.926m0-5.25c-1.5 0-3 .75-4.5.75c-1.193 0-2.25-.211-2.25-.994m-8 .994v.43c0 .194.118.367.297.44l3.453 1.38"/><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 OpenmojiFlagSark(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="#d22f27" stroke="#d22f27" strokeMiterlimit="10" strokeWidth="2" d="M67 33H39V17h-6v16H5v6h28v16h6V39h28z"/><path fill="#d22f27" stroke="#d22f27" strokeMiterlimit="10" strokeWidth="2" d="M5 17h31v19H5z"/><path fill="none" stroke="#fcea2b" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M16.5 31.834h11.053m-.053-3a1.5 1.5 0 0 1 0 3m-11-2.25v2.25m6.5 0l.492 1.336l-2.742.914m-8.75 0l4.5-2.25m8.75 0l3.453 1.324l-1.203.926m0-5.25c-1.5 0-3 .75-4.5.75c-1.193 0-2.25-.211-2.25-.994m-8 .994v.43c0 .194.118.367.297.44l3.453 1.38m0-8h11.053m-.053-3a1.5 1.5 0 0 1 0 3m-11-2.25v2.25m6.5 0l.492 1.336l-2.742.914m-8.75 0l4.5-2.25m8.75 0l3.453 1.324l-1.203.926m0-5.25c-1.5 0-3 .75-4.5.75c-1.193 0-2.25-.211-2.25-.994m-8 .994v.43c0 .194.118.367.297.44l3.453 1.38"/><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="#d22f27" stroke="#d22f27" stroke-miterlimit="10" stroke-width="2" d="M67 33H39V17h-6v16H5v6h28v16h6V39h28z"/><path fill="#d22f27" stroke="#d22f27" stroke-miterlimit="10" stroke-width="2" d="M5 17h31v19H5z"/><path fill="none" stroke="#fcea2b" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M16.5 31.834h11.053m-.053-3a1.5 1.5 0 0 1 0 3m-11-2.25v2.25m6.5 0l.492 1.336l-2.742.914m-8.75 0l4.5-2.25m8.75 0l3.453 1.324l-1.203.926m0-5.25c-1.5 0-3 .75-4.5.75c-1.193 0-2.25-.211-2.25-.994m-8 .994v.43c0 .194.118.367.297.44l3.453 1.38m0-8h11.053m-.053-3a1.5 1.5 0 0 1 0 3m-11-2.25v2.25m6.5 0l.492 1.336l-2.742.914m-8.75 0l4.5-2.25m8.75 0l3.453 1.324l-1.203.926m0-5.25c-1.5 0-3 .75-4.5.75c-1.193 0-2.25-.211-2.25-.994m-8 .994v.43c0 .194.118.367.297.44l3.453 1.38"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 17h62v38H5z"/></svg>
</template>

CSS

.icon-flag-sark {
  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%23d22f27%22%20stroke%3D%22%23d22f27%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M67%2033H39V17h-6v16H5v6h28v16h6V39h28z%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20stroke%3D%22%23d22f27%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M5%2017h31v19H5z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fcea2b%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M16.5%2031.834h11.053m-.053-3a1.5%201.5%200%200%201%200%203m-11-2.25v2.25m6.5%200l.492%201.336l-2.742.914m-8.75%200l4.5-2.25m8.75%200l3.453%201.324l-1.203.926m0-5.25c-1.5%200-3%20.75-4.5.75c-1.193%200-2.25-.211-2.25-.994m-8%20.994v.43c0%20.194.118.367.297.44l3.453%201.38m0-8h11.053m-.053-3a1.5%201.5%200%200%201%200%203m-11-2.25v2.25m6.5%200l.492%201.336l-2.742.914m-8.75%200l4.5-2.25m8.75%200l3.453%201.324l-1.203.926m0-5.25c-1.5%200-3%20.75-4.5.75c-1.193%200-2.25-.211-2.25-.994m-8%20.994v.43c0%20.194.118.367.297.44l3.453%201.38%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%23fff%22%20d%3D%22M5%2017h62v38H5z%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20stroke%3D%22%23d22f27%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M67%2033H39V17h-6v16H5v6h28v16h6V39h28z%22%2F%3E%3Cpath%20fill%3D%22%23d22f27%22%20stroke%3D%22%23d22f27%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M5%2017h31v19H5z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fcea2b%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M16.5%2031.834h11.053m-.053-3a1.5%201.5%200%200%201%200%203m-11-2.25v2.25m6.5%200l.492%201.336l-2.742.914m-8.75%200l4.5-2.25m8.75%200l3.453%201.324l-1.203.926m0-5.25c-1.5%200-3%20.75-4.5.75c-1.193%200-2.25-.211-2.25-.994m-8%20.994v.43c0%20.194.118.367.297.44l3.453%201.38m0-8h11.053m-.053-3a1.5%201.5%200%200%201%200%203m-11-2.25v2.25m6.5%200l.492%201.336l-2.742.914m-8.75%200l4.5-2.25m8.75%200l3.453%201.324l-1.203.926m0-5.25c-1.5%200-3%20.75-4.5.75c-1.193%200-2.25-.211-2.25-.994m-8%20.994v.43c0%20.194.118.367.297.44l3.453%201.38%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-sark.svg?color=%231a73e8&size=48