flag for georgia emoji
flag-for-georgia from Emoji One (Colored) by Emoji One · Default · Flags · CC-BY-4.0 Attribution required.
- Name
- flag-for-georgia
- Set
- Emoji One (Colored)
- Style
- Default
- Category
- Flags
- Viewbox
- 64×64
- License
- CC BY 4.0
- Aliases
- flag-for-flag-georgia
More flags icons from Emoji One (Colored)
flag-englandflag-for-afghanistanflag-for-aland-islandsflag-for-albaniaflag-for-algeriaflag-for-american-samoaflag-for-andorraflag-for-angolaflag-for-anguillaflag-for-antarcticaflag-for-antigua-and-barbudaflag-for-argentinaflag-for-armeniaflag-for-arubaflag-for-ascension-islandflag-for-australiaflag-for-austriaflag-for-azerbaijanflag-for-bahamasflag-for-bahrainflag-for-bangladeshflag-for-barbadosflag-for-belarusflag-for-belgium
Use the flag for georgia emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#f9f9f9" d="M38 2.6H26C14.3 5 5 14.2 2.6 26v12C5 49.8 14.3 59 26 61.4h12C49.8 59 59 49.7 61.4 38V26C59 14.2 49.7 5 38 2.6"/><g fill="#ed4c5c"><path d="M38 26V2.6Q35.15 2 32 2c-3.15 0-4.1.2-6 .6V26H2.6Q2 28.85 2 32c0 3.15.2 4.1.6 6H26v23.4q2.85.6 6 .6c3.15 0 4.1-.2 6-.6V38h23.4q.6-2.85.6-6c0-3.15-.2-4.1-.6-6z"/><path d="M18 20h-4l1-6l-1-6h4l-1 6z"/><path d="M10 16v-4l6 1l6-1v4l-6-1zm40 4h-4l1-6l-1-6h4l-1 6z"/><path d="M42 16v-4l6 1l6-1v4l-6-1zM18 56h-4s1-4.5 1-6s-1-6-1-6h4s-1 4.5-1 6s1 6 1 6"/><path d="M10 52v-4l6 1l6-1v4l-6-1zm40 4h-4l1-6l-1-6h4l-1 6z"/><path d="M42 52v-4l6 1l6-1v4l-6-1z"/></g></svg>
React
import type { SVGProps } from "react";
export function EmojioneFlagForGeorgia(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="M38 2.6H26C14.3 5 5 14.2 2.6 26v12C5 49.8 14.3 59 26 61.4h12C49.8 59 59 49.7 61.4 38V26C59 14.2 49.7 5 38 2.6"/><g fill="#ed4c5c"><path d="M38 26V2.6Q35.15 2 32 2c-3.15 0-4.1.2-6 .6V26H2.6Q2 28.85 2 32c0 3.15.2 4.1.6 6H26v23.4q2.85.6 6 .6c3.15 0 4.1-.2 6-.6V38h23.4q.6-2.85.6-6c0-3.15-.2-4.1-.6-6z"/><path d="M18 20h-4l1-6l-1-6h4l-1 6z"/><path d="M10 16v-4l6 1l6-1v4l-6-1zm40 4h-4l1-6l-1-6h4l-1 6z"/><path d="M42 16v-4l6 1l6-1v4l-6-1zM18 56h-4s1-4.5 1-6s-1-6-1-6h4s-1 4.5-1 6s1 6 1 6"/><path d="M10 52v-4l6 1l6-1v4l-6-1zm40 4h-4l1-6l-1-6h4l-1 6z"/><path d="M42 52v-4l6 1l6-1v4l-6-1z"/></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="M38 2.6H26C14.3 5 5 14.2 2.6 26v12C5 49.8 14.3 59 26 61.4h12C49.8 59 59 49.7 61.4 38V26C59 14.2 49.7 5 38 2.6"/><g fill="#ed4c5c"><path d="M38 26V2.6Q35.15 2 32 2c-3.15 0-4.1.2-6 .6V26H2.6Q2 28.85 2 32c0 3.15.2 4.1.6 6H26v23.4q2.85.6 6 .6c3.15 0 4.1-.2 6-.6V38h23.4q.6-2.85.6-6c0-3.15-.2-4.1-.6-6z"/><path d="M18 20h-4l1-6l-1-6h4l-1 6z"/><path d="M10 16v-4l6 1l6-1v4l-6-1zm40 4h-4l1-6l-1-6h4l-1 6z"/><path d="M42 16v-4l6 1l6-1v4l-6-1zM18 56h-4s1-4.5 1-6s-1-6-1-6h4s-1 4.5-1 6s1 6 1 6"/><path d="M10 52v-4l6 1l6-1v4l-6-1zm40 4h-4l1-6l-1-6h4l-1 6z"/><path d="M42 52v-4l6 1l6-1v4l-6-1z"/></g></svg> </template>
CSS
.icon-flag-for-georgia {
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%22M38%202.6H26C14.3%205%205%2014.2%202.6%2026v12C5%2049.8%2014.3%2059%2026%2061.4h12C49.8%2059%2059%2049.7%2061.4%2038V26C59%2014.2%2049.7%205%2038%202.6%22%2F%3E%3Cg%20fill%3D%22%23ed4c5c%22%3E%3Cpath%20d%3D%22M38%2026V2.6Q35.15%202%2032%202c-3.15%200-4.1.2-6%20.6V26H2.6Q2%2028.85%202%2032c0%203.15.2%204.1.6%206H26v23.4q2.85.6%206%20.6c3.15%200%204.1-.2%206-.6V38h23.4q.6-2.85.6-6c0-3.15-.2-4.1-.6-6z%22%2F%3E%3Cpath%20d%3D%22M18%2020h-4l1-6l-1-6h4l-1%206z%22%2F%3E%3Cpath%20d%3D%22M10%2016v-4l6%201l6-1v4l-6-1zm40%204h-4l1-6l-1-6h4l-1%206z%22%2F%3E%3Cpath%20d%3D%22M42%2016v-4l6%201l6-1v4l-6-1zM18%2056h-4s1-4.5%201-6s-1-6-1-6h4s-1%204.5-1%206s1%206%201%206%22%2F%3E%3Cpath%20d%3D%22M10%2052v-4l6%201l6-1v4l-6-1zm40%204h-4l1-6l-1-6h4l-1%206z%22%2F%3E%3Cpath%20d%3D%22M42%2052v-4l6%201l6-1v4l-6-1z%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%22M38%202.6H26C14.3%205%205%2014.2%202.6%2026v12C5%2049.8%2014.3%2059%2026%2061.4h12C49.8%2059%2059%2049.7%2061.4%2038V26C59%2014.2%2049.7%205%2038%202.6%22%2F%3E%3Cg%20fill%3D%22%23ed4c5c%22%3E%3Cpath%20d%3D%22M38%2026V2.6Q35.15%202%2032%202c-3.15%200-4.1.2-6%20.6V26H2.6Q2%2028.85%202%2032c0%203.15.2%204.1.6%206H26v23.4q2.85.6%206%20.6c3.15%200%204.1-.2%206-.6V38h23.4q.6-2.85.6-6c0-3.15-.2-4.1-.6-6z%22%2F%3E%3Cpath%20d%3D%22M18%2020h-4l1-6l-1-6h4l-1%206z%22%2F%3E%3Cpath%20d%3D%22M10%2016v-4l6%201l6-1v4l-6-1zm40%204h-4l1-6l-1-6h4l-1%206z%22%2F%3E%3Cpath%20d%3D%22M42%2016v-4l6%201l6-1v4l-6-1zM18%2056h-4s1-4.5%201-6s-1-6-1-6h4s-1%204.5-1%206s1%206%201%206%22%2F%3E%3Cpath%20d%3D%22M10%2052v-4l6%201l6-1v4l-6-1zm40%204h-4l1-6l-1-6h4l-1%206z%22%2F%3E%3Cpath%20d%3D%22M42%2052v-4l6%201l6-1v4l-6-1z%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-georgia.svg?color=%231a73e8&size=48