flag cameroon emoji

flag-cameroon from Twitter Emoji by Twitter · Default · Flags · CC-BY-4.0 Attribution required.

Name
flag-cameroon
Set
Twitter Emoji
Style
Default
Category
Flags
Viewbox
36×36
License
CC BY 4.0
Aliases
flag-for-cameroon, flag-for-flag-cameroon

The same emoji in other sets

More flags icons from Twitter Emoji

Use the flag cameroon emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#cc212d" d="M12 5v26h12V5zm7.882 15.59L18 19.223l-1.882 1.367l.719-2.212l-1.882-1.367h2.326L18 14.798l.719 2.212h2.326l-1.882 1.367z"/><path fill="#288541" d="M4 5a4 4 0 0 0-4 4v18a4 4 0 0 0 4 4h8V5z"/><path fill="#fee833" d="M32 5h-8v26h8a4 4 0 0 0 4-4V9a4 4 0 0 0-4-4M18.719 17.011L18 14.798l-.719 2.213h-2.326l1.882 1.367l-.719 2.212L18 19.223l1.882 1.367l-.719-2.212l1.882-1.367z"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiFlagCameroon(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#cc212d" d="M12 5v26h12V5zm7.882 15.59L18 19.223l-1.882 1.367l.719-2.212l-1.882-1.367h2.326L18 14.798l.719 2.212h2.326l-1.882 1.367z"/><path fill="#288541" d="M4 5a4 4 0 0 0-4 4v18a4 4 0 0 0 4 4h8V5z"/><path fill="#fee833" d="M32 5h-8v26h8a4 4 0 0 0 4-4V9a4 4 0 0 0-4-4M18.719 17.011L18 14.798l-.719 2.213h-2.326l1.882 1.367l-.719 2.212L18 19.223l1.882 1.367l-.719-2.212l1.882-1.367z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#cc212d" d="M12 5v26h12V5zm7.882 15.59L18 19.223l-1.882 1.367l.719-2.212l-1.882-1.367h2.326L18 14.798l.719 2.212h2.326l-1.882 1.367z"/><path fill="#288541" d="M4 5a4 4 0 0 0-4 4v18a4 4 0 0 0 4 4h8V5z"/><path fill="#fee833" d="M32 5h-8v26h8a4 4 0 0 0 4-4V9a4 4 0 0 0-4-4M18.719 17.011L18 14.798l-.719 2.213h-2.326l1.882 1.367l-.719 2.212L18 19.223l1.882 1.367l-.719-2.212l1.882-1.367z"/></svg>
</template>

CSS

.icon-flag-cameroon {
  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%2036%2036%22%3E%3Cpath%20fill%3D%22%23cc212d%22%20d%3D%22M12%205v26h12V5zm7.882%2015.59L18%2019.223l-1.882%201.367l.719-2.212l-1.882-1.367h2.326L18%2014.798l.719%202.212h2.326l-1.882%201.367z%22%2F%3E%3Cpath%20fill%3D%22%23288541%22%20d%3D%22M4%205a4%204%200%200%200-4%204v18a4%204%200%200%200%204%204h8V5z%22%2F%3E%3Cpath%20fill%3D%22%23fee833%22%20d%3D%22M32%205h-8v26h8a4%204%200%200%200%204-4V9a4%204%200%200%200-4-4M18.719%2017.011L18%2014.798l-.719%202.213h-2.326l1.882%201.367l-.719%202.212L18%2019.223l1.882%201.367l-.719-2.212l1.882-1.367z%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23cc212d%22%20d%3D%22M12%205v26h12V5zm7.882%2015.59L18%2019.223l-1.882%201.367l.719-2.212l-1.882-1.367h2.326L18%2014.798l.719%202.212h2.326l-1.882%201.367z%22%2F%3E%3Cpath%20fill%3D%22%23288541%22%20d%3D%22M4%205a4%204%200%200%200-4%204v18a4%204%200%200%200%204%204h8V5z%22%2F%3E%3Cpath%20fill%3D%22%23fee833%22%20d%3D%22M32%205h-8v26h8a4%204%200%200%200%204-4V9a4%204%200%200%200-4-4M18.719%2017.011L18%2014.798l-.719%202.213h-2.326l1.882%201.367l-.719%202.212L18%2019.223l1.882%201.367l-.719-2.212l1.882-1.367z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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