flag for ireland emoji
flag-for-ireland from Emoji One (Colored) by Emoji One · Default · Flags · CC-BY-4.0 Attribution required.
- Name
- flag-for-ireland
- Set
- Emoji One (Colored)
- Style
- Default
- Category
- Flags
- Viewbox
- 64×64
- License
- CC BY 4.0
- Aliases
- flag-for-flag-ireland
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 ireland emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#83bf4f" d="M1.8 32c0 13.1 8.4 24.2 20 28.3V3.7C10.1 7.8 1.8 18.9 1.8 32"/><path fill="#ff8736" d="M61.8 32c0-13.1-8.4-24.2-20-28.3v56.6c11.6-4.1 20-15.2 20-28.3"/><path fill="#fff" d="M21.8 60.3c3.1 1.1 6.5 1.7 10 1.7s6.9-.6 10-1.7V3.7C38.6 2.6 35.3 2 31.8 2s-6.9.6-10 1.7z"/></svg>
React
import type { SVGProps } from "react";
export function EmojioneFlagForIreland(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#83bf4f" d="M1.8 32c0 13.1 8.4 24.2 20 28.3V3.7C10.1 7.8 1.8 18.9 1.8 32"/><path fill="#ff8736" d="M61.8 32c0-13.1-8.4-24.2-20-28.3v56.6c11.6-4.1 20-15.2 20-28.3"/><path fill="#fff" d="M21.8 60.3c3.1 1.1 6.5 1.7 10 1.7s6.9-.6 10-1.7V3.7C38.6 2.6 35.3 2 31.8 2s-6.9.6-10 1.7z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#83bf4f" d="M1.8 32c0 13.1 8.4 24.2 20 28.3V3.7C10.1 7.8 1.8 18.9 1.8 32"/><path fill="#ff8736" d="M61.8 32c0-13.1-8.4-24.2-20-28.3v56.6c11.6-4.1 20-15.2 20-28.3"/><path fill="#fff" d="M21.8 60.3c3.1 1.1 6.5 1.7 10 1.7s6.9-.6 10-1.7V3.7C38.6 2.6 35.3 2 31.8 2s-6.9.6-10 1.7z"/></svg> </template>
CSS
.icon-flag-for-ireland {
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%2383bf4f%22%20d%3D%22M1.8%2032c0%2013.1%208.4%2024.2%2020%2028.3V3.7C10.1%207.8%201.8%2018.9%201.8%2032%22%2F%3E%3Cpath%20fill%3D%22%23ff8736%22%20d%3D%22M61.8%2032c0-13.1-8.4-24.2-20-28.3v56.6c11.6-4.1%2020-15.2%2020-28.3%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.8%2060.3c3.1%201.1%206.5%201.7%2010%201.7s6.9-.6%2010-1.7V3.7C38.6%202.6%2035.3%202%2031.8%202s-6.9.6-10%201.7z%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%2383bf4f%22%20d%3D%22M1.8%2032c0%2013.1%208.4%2024.2%2020%2028.3V3.7C10.1%207.8%201.8%2018.9%201.8%2032%22%2F%3E%3Cpath%20fill%3D%22%23ff8736%22%20d%3D%22M61.8%2032c0-13.1-8.4-24.2-20-28.3v56.6c11.6-4.1%2020-15.2%2020-28.3%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21.8%2060.3c3.1%201.1%206.5%201.7%2010%201.7s6.9-.6%2010-1.7V3.7C38.6%202.6%2035.3%202%2031.8%202s-6.9.6-10%201.7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/flag-for-ireland.svg?color=%231a73e8&size=48