flag for singapore emoji

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

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

More flags icons from Emoji One (Colored)

Use the flag for singapore emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#f9f9f9" d="M32 62c16.6 0 30-13.4 30-30H2c0 16.6 13.4 30 30 30"/><path fill="#ed4c5c" d="M32 2C15.4 2 2 15.4 2 32h60C62 15.4 48.6 2 32 2"/><g fill="#f9f9f9"><path d="m21.2 17.5l-1.2-1h1.5L22 15l.5 1.5H24l-1.2 1l.4 1.5l-1.2-.9l-1.2.9zm8 0l-1.2-1h1.5L30 15l.5 1.5H32l-1.2 1l.4 1.5l-1.2-.9l-1.2.9zm-7 5l-1.2-1h1.5L23 20l.5 1.5H25l-1.2 1l.4 1.5l-1.2-.9l-1.2.9zm6 0l-1.2-1h1.5L29 20l.5 1.5H31l-1.2 1l.4 1.5l-1.2-.9l-1.2.9zm-3-8l-1.2-1h1.5L26 12l.5 1.5H28l-1.2 1l.4 1.5l-1.2-.9l-1.2.9z"/><path d="M24.4 28c-4.8 0-8.6-4.1-8.6-9.1s3.9-9.1 8.6-9.1c.4 0 .7 0 1 .1Q23.6 9 21.5 9C16.3 9 12 13.5 12 19s4.3 10 9.5 10c1.6 0 3.2-.4 4.5-1.2c-.5.1-1 .2-1.6.2"/></g></svg>

React

import type { SVGProps } from "react";

export function EmojioneFlagForSingapore(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#f9f9f9" d="M32 62c16.6 0 30-13.4 30-30H2c0 16.6 13.4 30 30 30"/><path fill="#ed4c5c" d="M32 2C15.4 2 2 15.4 2 32h60C62 15.4 48.6 2 32 2"/><g fill="#f9f9f9"><path d="m21.2 17.5l-1.2-1h1.5L22 15l.5 1.5H24l-1.2 1l.4 1.5l-1.2-.9l-1.2.9zm8 0l-1.2-1h1.5L30 15l.5 1.5H32l-1.2 1l.4 1.5l-1.2-.9l-1.2.9zm-7 5l-1.2-1h1.5L23 20l.5 1.5H25l-1.2 1l.4 1.5l-1.2-.9l-1.2.9zm6 0l-1.2-1h1.5L29 20l.5 1.5H31l-1.2 1l.4 1.5l-1.2-.9l-1.2.9zm-3-8l-1.2-1h1.5L26 12l.5 1.5H28l-1.2 1l.4 1.5l-1.2-.9l-1.2.9z"/><path d="M24.4 28c-4.8 0-8.6-4.1-8.6-9.1s3.9-9.1 8.6-9.1c.4 0 .7 0 1 .1Q23.6 9 21.5 9C16.3 9 12 13.5 12 19s4.3 10 9.5 10c1.6 0 3.2-.4 4.5-1.2c-.5.1-1 .2-1.6.2"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#f9f9f9" d="M32 62c16.6 0 30-13.4 30-30H2c0 16.6 13.4 30 30 30"/><path fill="#ed4c5c" d="M32 2C15.4 2 2 15.4 2 32h60C62 15.4 48.6 2 32 2"/><g fill="#f9f9f9"><path d="m21.2 17.5l-1.2-1h1.5L22 15l.5 1.5H24l-1.2 1l.4 1.5l-1.2-.9l-1.2.9zm8 0l-1.2-1h1.5L30 15l.5 1.5H32l-1.2 1l.4 1.5l-1.2-.9l-1.2.9zm-7 5l-1.2-1h1.5L23 20l.5 1.5H25l-1.2 1l.4 1.5l-1.2-.9l-1.2.9zm6 0l-1.2-1h1.5L29 20l.5 1.5H31l-1.2 1l.4 1.5l-1.2-.9l-1.2.9zm-3-8l-1.2-1h1.5L26 12l.5 1.5H28l-1.2 1l.4 1.5l-1.2-.9l-1.2.9z"/><path d="M24.4 28c-4.8 0-8.6-4.1-8.6-9.1s3.9-9.1 8.6-9.1c.4 0 .7 0 1 .1Q23.6 9 21.5 9C16.3 9 12 13.5 12 19s4.3 10 9.5 10c1.6 0 3.2-.4 4.5-1.2c-.5.1-1 .2-1.6.2"/></g></svg>
</template>

CSS

.icon-flag-for-singapore {
  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%23f9f9f9%22%20d%3D%22M32%2062c16.6%200%2030-13.4%2030-30H2c0%2016.6%2013.4%2030%2030%2030%22%2F%3E%3Cpath%20fill%3D%22%23ed4c5c%22%20d%3D%22M32%202C15.4%202%202%2015.4%202%2032h60C62%2015.4%2048.6%202%2032%202%22%2F%3E%3Cg%20fill%3D%22%23f9f9f9%22%3E%3Cpath%20d%3D%22m21.2%2017.5l-1.2-1h1.5L22%2015l.5%201.5H24l-1.2%201l.4%201.5l-1.2-.9l-1.2.9zm8%200l-1.2-1h1.5L30%2015l.5%201.5H32l-1.2%201l.4%201.5l-1.2-.9l-1.2.9zm-7%205l-1.2-1h1.5L23%2020l.5%201.5H25l-1.2%201l.4%201.5l-1.2-.9l-1.2.9zm6%200l-1.2-1h1.5L29%2020l.5%201.5H31l-1.2%201l.4%201.5l-1.2-.9l-1.2.9zm-3-8l-1.2-1h1.5L26%2012l.5%201.5H28l-1.2%201l.4%201.5l-1.2-.9l-1.2.9z%22%2F%3E%3Cpath%20d%3D%22M24.4%2028c-4.8%200-8.6-4.1-8.6-9.1s3.9-9.1%208.6-9.1c.4%200%20.7%200%201%20.1Q23.6%209%2021.5%209C16.3%209%2012%2013.5%2012%2019s4.3%2010%209.5%2010c1.6%200%203.2-.4%204.5-1.2c-.5.1-1%20.2-1.6.2%22%2F%3E%3C%2Fg%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%23f9f9f9%22%20d%3D%22M32%2062c16.6%200%2030-13.4%2030-30H2c0%2016.6%2013.4%2030%2030%2030%22%2F%3E%3Cpath%20fill%3D%22%23ed4c5c%22%20d%3D%22M32%202C15.4%202%202%2015.4%202%2032h60C62%2015.4%2048.6%202%2032%202%22%2F%3E%3Cg%20fill%3D%22%23f9f9f9%22%3E%3Cpath%20d%3D%22m21.2%2017.5l-1.2-1h1.5L22%2015l.5%201.5H24l-1.2%201l.4%201.5l-1.2-.9l-1.2.9zm8%200l-1.2-1h1.5L30%2015l.5%201.5H32l-1.2%201l.4%201.5l-1.2-.9l-1.2.9zm-7%205l-1.2-1h1.5L23%2020l.5%201.5H25l-1.2%201l.4%201.5l-1.2-.9l-1.2.9zm6%200l-1.2-1h1.5L29%2020l.5%201.5H31l-1.2%201l.4%201.5l-1.2-.9l-1.2.9zm-3-8l-1.2-1h1.5L26%2012l.5%201.5H28l-1.2%201l.4%201.5l-1.2-.9l-1.2.9z%22%2F%3E%3Cpath%20d%3D%22M24.4%2028c-4.8%200-8.6-4.1-8.6-9.1s3.9-9.1%208.6-9.1c.4%200%20.7%200%201%20.1Q23.6%209%2021.5%209C16.3%209%2012%2013.5%2012%2019s4.3%2010%209.5%2010c1.6%200%203.2-.4%204.5-1.2c-.5.1-1%20.2-1.6.2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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