flag for guernsey emoji
flag-for-guernsey from Emoji One (Colored) by Emoji One · Default · Flags · CC-BY-4.0 Attribution required.
- Name
- flag-for-guernsey
- Set
- Emoji One (Colored)
- Style
- Default
- Category
- Flags
- Viewbox
- 64×64
- License
- CC BY 4.0
- Aliases
- flag-for-flag-guernsey
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 guernsey emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#f5f5f5" 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"/><path fill="#ed4c5c" 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 fill="#ffce31" d="M52 29.5H34.5V12L37 9.5H27l2.5 2.5v17.5H12L9.5 27v10l2.5-2.5h17.5V52L27 54.5h10L34.5 52V34.5H52l2.5 2.5V27z"/></svg>
React
import type { SVGProps } from "react";
export function EmojioneFlagForGuernsey(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#f5f5f5" 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"/><path fill="#ed4c5c" 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 fill="#ffce31" d="M52 29.5H34.5V12L37 9.5H27l2.5 2.5v17.5H12L9.5 27v10l2.5-2.5h17.5V52L27 54.5h10L34.5 52V34.5H52l2.5 2.5V27z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#f5f5f5" 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"/><path fill="#ed4c5c" 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 fill="#ffce31" d="M52 29.5H34.5V12L37 9.5H27l2.5 2.5v17.5H12L9.5 27v10l2.5-2.5h17.5V52L27 54.5h10L34.5 52V34.5H52l2.5 2.5V27z"/></svg> </template>
CSS
.icon-flag-for-guernsey {
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%23f5f5f5%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%3Cpath%20fill%3D%22%23ed4c5c%22%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%20fill%3D%22%23ffce31%22%20d%3D%22M52%2029.5H34.5V12L37%209.5H27l2.5%202.5v17.5H12L9.5%2027v10l2.5-2.5h17.5V52L27%2054.5h10L34.5%2052V34.5H52l2.5%202.5V27z%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%23f5f5f5%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%3Cpath%20fill%3D%22%23ed4c5c%22%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%20fill%3D%22%23ffce31%22%20d%3D%22M52%2029.5H34.5V12L37%209.5H27l2.5%202.5v17.5H12L9.5%2027v10l2.5-2.5h17.5V52L27%2054.5h10L34.5%2052V34.5H52l2.5%202.5V27z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/flag-for-guernsey.svg?color=%231a73e8&size=48