flag for guinea bissau emoji

flag-for-guinea-bissau from Emoji One (Colored) by Emoji One · Default · Flags · CC-BY-4.0 Attribution required.

Name
flag-for-guinea-bissau
Set
Emoji One (Colored)
Style
Default
Category
Flags
Viewbox
64×64
License
CC BY 4.0
Aliases
flag-for-flag-guinea-bissau

More flags icons from Emoji One (Colored)

Use the flag for guinea bissau emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#ed4c5c" d="M22 60.3V3.7C10.4 7.8 2 18.9 2 32s8.4 24.2 20 28.3"/><path fill="#ffce31" d="M22 32h40C62 15.4 48.6 2 32 2c-3.5 0-6.9.6-10 1.7z"/><path fill="#699635" d="M22 32v28.3c3.1 1.1 6.5 1.7 10 1.7c16.6 0 30-13.4 30-30z"/><path fill="#3e4347" d="m13 35.7l4.3 3.3l-1.6-5.3l4.3-3.5h-5.3L13 25l-1.6 5.2H6l4.3 3.5L8.7 39z"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneFlagForGuineaBissau(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#ed4c5c" d="M22 60.3V3.7C10.4 7.8 2 18.9 2 32s8.4 24.2 20 28.3"/><path fill="#ffce31" d="M22 32h40C62 15.4 48.6 2 32 2c-3.5 0-6.9.6-10 1.7z"/><path fill="#699635" d="M22 32v28.3c3.1 1.1 6.5 1.7 10 1.7c16.6 0 30-13.4 30-30z"/><path fill="#3e4347" d="m13 35.7l4.3 3.3l-1.6-5.3l4.3-3.5h-5.3L13 25l-1.6 5.2H6l4.3 3.5L8.7 39z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#ed4c5c" d="M22 60.3V3.7C10.4 7.8 2 18.9 2 32s8.4 24.2 20 28.3"/><path fill="#ffce31" d="M22 32h40C62 15.4 48.6 2 32 2c-3.5 0-6.9.6-10 1.7z"/><path fill="#699635" d="M22 32v28.3c3.1 1.1 6.5 1.7 10 1.7c16.6 0 30-13.4 30-30z"/><path fill="#3e4347" d="m13 35.7l4.3 3.3l-1.6-5.3l4.3-3.5h-5.3L13 25l-1.6 5.2H6l4.3 3.5L8.7 39z"/></svg>
</template>

CSS

.icon-flag-for-guinea-bissau {
  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%2064%2064%22%3E%3Cpath%20fill%3D%22%23ed4c5c%22%20d%3D%22M22%2060.3V3.7C10.4%207.8%202%2018.9%202%2032s8.4%2024.2%2020%2028.3%22%2F%3E%3Cpath%20fill%3D%22%23ffce31%22%20d%3D%22M22%2032h40C62%2015.4%2048.6%202%2032%202c-3.5%200-6.9.6-10%201.7z%22%2F%3E%3Cpath%20fill%3D%22%23699635%22%20d%3D%22M22%2032v28.3c3.1%201.1%206.5%201.7%2010%201.7c16.6%200%2030-13.4%2030-30z%22%2F%3E%3Cpath%20fill%3D%22%233e4347%22%20d%3D%22m13%2035.7l4.3%203.3l-1.6-5.3l4.3-3.5h-5.3L13%2025l-1.6%205.2H6l4.3%203.5L8.7%2039z%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%2064%2064%22%3E%3Cpath%20fill%3D%22%23ed4c5c%22%20d%3D%22M22%2060.3V3.7C10.4%207.8%202%2018.9%202%2032s8.4%2024.2%2020%2028.3%22%2F%3E%3Cpath%20fill%3D%22%23ffce31%22%20d%3D%22M22%2032h40C62%2015.4%2048.6%202%2032%202c-3.5%200-6.9.6-10%201.7z%22%2F%3E%3Cpath%20fill%3D%22%23699635%22%20d%3D%22M22%2032v28.3c3.1%201.1%206.5%201.7%2010%201.7c16.6%200%2030-13.4%2030-30z%22%2F%3E%3Cpath%20fill%3D%22%233e4347%22%20d%3D%22m13%2035.7l4.3%203.3l-1.6-5.3l4.3-3.5h-5.3L13%2025l-1.6%205.2H6l4.3%203.5L8.7%2039z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/flag-for-guinea-bissau.svg?color=%231a73e8&size=48