flag for thailand emoji

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

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

More flags icons from Emoji One (Colored)

Use the flag for thailand emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#ed4c5c" d="M52.4 10C47 5 39.9 2 32 2s-15 3-20.4 8zM11.6 54c5.4 5 12.5 8 20.4 8s15-3 20.4-8z"/><path fill="#2a5f9e" d="M2 32c0 4.3.9 8.3 2.5 12h55c1.6-3.7 2.5-7.7 2.5-12s-.9-8.3-2.5-12h-55C2.9 23.7 2 27.7 2 32"/><path fill="#f9f9f9" d="M11.6 54h40.7c3-2.8 5.5-6.2 7.1-10h-55c1.8 3.8 4.2 7.2 7.2 10m40.8-44H11.6c-3 2.8-5.5 6.2-7.1 10h55c-1.7-3.8-4.1-7.2-7.1-10"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneFlagForThailand(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="M52.4 10C47 5 39.9 2 32 2s-15 3-20.4 8zM11.6 54c5.4 5 12.5 8 20.4 8s15-3 20.4-8z"/><path fill="#2a5f9e" d="M2 32c0 4.3.9 8.3 2.5 12h55c1.6-3.7 2.5-7.7 2.5-12s-.9-8.3-2.5-12h-55C2.9 23.7 2 27.7 2 32"/><path fill="#f9f9f9" d="M11.6 54h40.7c3-2.8 5.5-6.2 7.1-10h-55c1.8 3.8 4.2 7.2 7.2 10m40.8-44H11.6c-3 2.8-5.5 6.2-7.1 10h55c-1.7-3.8-4.1-7.2-7.1-10"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#ed4c5c" d="M52.4 10C47 5 39.9 2 32 2s-15 3-20.4 8zM11.6 54c5.4 5 12.5 8 20.4 8s15-3 20.4-8z"/><path fill="#2a5f9e" d="M2 32c0 4.3.9 8.3 2.5 12h55c1.6-3.7 2.5-7.7 2.5-12s-.9-8.3-2.5-12h-55C2.9 23.7 2 27.7 2 32"/><path fill="#f9f9f9" d="M11.6 54h40.7c3-2.8 5.5-6.2 7.1-10h-55c1.8 3.8 4.2 7.2 7.2 10m40.8-44H11.6c-3 2.8-5.5 6.2-7.1 10h55c-1.7-3.8-4.1-7.2-7.1-10"/></svg>
</template>

CSS

.icon-flag-for-thailand {
  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%22M52.4%2010C47%205%2039.9%202%2032%202s-15%203-20.4%208zM11.6%2054c5.4%205%2012.5%208%2020.4%208s15-3%2020.4-8z%22%2F%3E%3Cpath%20fill%3D%22%232a5f9e%22%20d%3D%22M2%2032c0%204.3.9%208.3%202.5%2012h55c1.6-3.7%202.5-7.7%202.5-12s-.9-8.3-2.5-12h-55C2.9%2023.7%202%2027.7%202%2032%22%2F%3E%3Cpath%20fill%3D%22%23f9f9f9%22%20d%3D%22M11.6%2054h40.7c3-2.8%205.5-6.2%207.1-10h-55c1.8%203.8%204.2%207.2%207.2%2010m40.8-44H11.6c-3%202.8-5.5%206.2-7.1%2010h55c-1.7-3.8-4.1-7.2-7.1-10%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%22M52.4%2010C47%205%2039.9%202%2032%202s-15%203-20.4%208zM11.6%2054c5.4%205%2012.5%208%2020.4%208s15-3%2020.4-8z%22%2F%3E%3Cpath%20fill%3D%22%232a5f9e%22%20d%3D%22M2%2032c0%204.3.9%208.3%202.5%2012h55c1.6-3.7%202.5-7.7%202.5-12s-.9-8.3-2.5-12h-55C2.9%2023.7%202%2027.7%202%2032%22%2F%3E%3Cpath%20fill%3D%22%23f9f9f9%22%20d%3D%22M11.6%2054h40.7c3-2.8%205.5-6.2%207.1-10h-55c1.8%203.8%204.2%207.2%207.2%2010m40.8-44H11.6c-3%202.8-5.5%206.2-7.1%2010h55c-1.7-3.8-4.1-7.2-7.1-10%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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