flag for macedonia emoji
flag-for-macedonia from Emoji One (Colored) by Emoji One · Default · Flags · CC-BY-4.0 Attribution required.
- Name
- flag-for-macedonia
- Set
- Emoji One (Colored)
- Style
- Default
- Category
- Flags
- Viewbox
- 64×64
- License
- CC BY 4.0
- Aliases
- flag-for-flag-macedonia, flag-for-flag-north-macedonia
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 macedonia emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#ed4c5c" d="m45.6 33l16.3 1.1c0-.7.1-1.4.1-2.1c0-5.4-1.4-10.4-3.9-14.8l-14.3 8.1l-2.6-3.3l11-12.1C48 6 42.6 3.3 36.7 2.4l-2.6 16.2H30L27.3 2.4C21.4 3.3 16 6 11.7 9.9l11 12.1l-2.6 3.2l-14.2-8C3.4 21.6 2 26.6 2 32c0 .7 0 1.4.1 2.1L18.4 33l.9 4l-15.1 6.2c2.2 5.5 6 10.2 10.8 13.5l9.3-13.4L28 45l-4.7 15.7c2.8.9 5.7 1.3 8.7 1.3s5.9-.4 8.7-1.3L36 45l3.7-1.8L49 56.7c4.8-3.3 8.6-8 10.8-13.5L44.7 37z"/><g fill="#ffce31"><path d="m34.1 18.6l2.6-16.2C35.1 2.1 33.6 2 32 2s-3.1.1-4.7.4l2.6 16.2zm9.7 6.6l14.3-8.1c-1.6-2.7-3.5-5.2-5.8-7.3L41.2 22zm1.8 7.8l-.9 4l15.2 6.1c1.1-2.8 1.9-5.9 2.1-9.1zM36 45l4.7 15.7c3-.9 5.8-2.3 8.4-4l-9.3-13.4zm-11.7-1.8L15 56.7c2.5 1.8 5.4 3.1 8.4 4L28 45zM18.4 33L2.1 34.1c.2 3.2.9 6.2 2.1 9.1L19.3 37zm4.4-11l-11-12.1C9.5 12 7.5 14.5 6 17.2l14.3 8.1z"/><circle cx="32" cy="32" r="9"/></g></svg>
React
import type { SVGProps } from "react";
export function EmojioneFlagForMacedonia(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="m45.6 33l16.3 1.1c0-.7.1-1.4.1-2.1c0-5.4-1.4-10.4-3.9-14.8l-14.3 8.1l-2.6-3.3l11-12.1C48 6 42.6 3.3 36.7 2.4l-2.6 16.2H30L27.3 2.4C21.4 3.3 16 6 11.7 9.9l11 12.1l-2.6 3.2l-14.2-8C3.4 21.6 2 26.6 2 32c0 .7 0 1.4.1 2.1L18.4 33l.9 4l-15.1 6.2c2.2 5.5 6 10.2 10.8 13.5l9.3-13.4L28 45l-4.7 15.7c2.8.9 5.7 1.3 8.7 1.3s5.9-.4 8.7-1.3L36 45l3.7-1.8L49 56.7c4.8-3.3 8.6-8 10.8-13.5L44.7 37z"/><g fill="#ffce31"><path d="m34.1 18.6l2.6-16.2C35.1 2.1 33.6 2 32 2s-3.1.1-4.7.4l2.6 16.2zm9.7 6.6l14.3-8.1c-1.6-2.7-3.5-5.2-5.8-7.3L41.2 22zm1.8 7.8l-.9 4l15.2 6.1c1.1-2.8 1.9-5.9 2.1-9.1zM36 45l4.7 15.7c3-.9 5.8-2.3 8.4-4l-9.3-13.4zm-11.7-1.8L15 56.7c2.5 1.8 5.4 3.1 8.4 4L28 45zM18.4 33L2.1 34.1c.2 3.2.9 6.2 2.1 9.1L19.3 37zm4.4-11l-11-12.1C9.5 12 7.5 14.5 6 17.2l14.3 8.1z"/><circle cx="32" cy="32" r="9"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#ed4c5c" d="m45.6 33l16.3 1.1c0-.7.1-1.4.1-2.1c0-5.4-1.4-10.4-3.9-14.8l-14.3 8.1l-2.6-3.3l11-12.1C48 6 42.6 3.3 36.7 2.4l-2.6 16.2H30L27.3 2.4C21.4 3.3 16 6 11.7 9.9l11 12.1l-2.6 3.2l-14.2-8C3.4 21.6 2 26.6 2 32c0 .7 0 1.4.1 2.1L18.4 33l.9 4l-15.1 6.2c2.2 5.5 6 10.2 10.8 13.5l9.3-13.4L28 45l-4.7 15.7c2.8.9 5.7 1.3 8.7 1.3s5.9-.4 8.7-1.3L36 45l3.7-1.8L49 56.7c4.8-3.3 8.6-8 10.8-13.5L44.7 37z"/><g fill="#ffce31"><path d="m34.1 18.6l2.6-16.2C35.1 2.1 33.6 2 32 2s-3.1.1-4.7.4l2.6 16.2zm9.7 6.6l14.3-8.1c-1.6-2.7-3.5-5.2-5.8-7.3L41.2 22zm1.8 7.8l-.9 4l15.2 6.1c1.1-2.8 1.9-5.9 2.1-9.1zM36 45l4.7 15.7c3-.9 5.8-2.3 8.4-4l-9.3-13.4zm-11.7-1.8L15 56.7c2.5 1.8 5.4 3.1 8.4 4L28 45zM18.4 33L2.1 34.1c.2 3.2.9 6.2 2.1 9.1L19.3 37zm4.4-11l-11-12.1C9.5 12 7.5 14.5 6 17.2l14.3 8.1z"/><circle cx="32" cy="32" r="9"/></g></svg> </template>
CSS
.icon-flag-for-macedonia {
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%22m45.6%2033l16.3%201.1c0-.7.1-1.4.1-2.1c0-5.4-1.4-10.4-3.9-14.8l-14.3%208.1l-2.6-3.3l11-12.1C48%206%2042.6%203.3%2036.7%202.4l-2.6%2016.2H30L27.3%202.4C21.4%203.3%2016%206%2011.7%209.9l11%2012.1l-2.6%203.2l-14.2-8C3.4%2021.6%202%2026.6%202%2032c0%20.7%200%201.4.1%202.1L18.4%2033l.9%204l-15.1%206.2c2.2%205.5%206%2010.2%2010.8%2013.5l9.3-13.4L28%2045l-4.7%2015.7c2.8.9%205.7%201.3%208.7%201.3s5.9-.4%208.7-1.3L36%2045l3.7-1.8L49%2056.7c4.8-3.3%208.6-8%2010.8-13.5L44.7%2037z%22%2F%3E%3Cg%20fill%3D%22%23ffce31%22%3E%3Cpath%20d%3D%22m34.1%2018.6l2.6-16.2C35.1%202.1%2033.6%202%2032%202s-3.1.1-4.7.4l2.6%2016.2zm9.7%206.6l14.3-8.1c-1.6-2.7-3.5-5.2-5.8-7.3L41.2%2022zm1.8%207.8l-.9%204l15.2%206.1c1.1-2.8%201.9-5.9%202.1-9.1zM36%2045l4.7%2015.7c3-.9%205.8-2.3%208.4-4l-9.3-13.4zm-11.7-1.8L15%2056.7c2.5%201.8%205.4%203.1%208.4%204L28%2045zM18.4%2033L2.1%2034.1c.2%203.2.9%206.2%202.1%209.1L19.3%2037zm4.4-11l-11-12.1C9.5%2012%207.5%2014.5%206%2017.2l14.3%208.1z%22%2F%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%229%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%23ed4c5c%22%20d%3D%22m45.6%2033l16.3%201.1c0-.7.1-1.4.1-2.1c0-5.4-1.4-10.4-3.9-14.8l-14.3%208.1l-2.6-3.3l11-12.1C48%206%2042.6%203.3%2036.7%202.4l-2.6%2016.2H30L27.3%202.4C21.4%203.3%2016%206%2011.7%209.9l11%2012.1l-2.6%203.2l-14.2-8C3.4%2021.6%202%2026.6%202%2032c0%20.7%200%201.4.1%202.1L18.4%2033l.9%204l-15.1%206.2c2.2%205.5%206%2010.2%2010.8%2013.5l9.3-13.4L28%2045l-4.7%2015.7c2.8.9%205.7%201.3%208.7%201.3s5.9-.4%208.7-1.3L36%2045l3.7-1.8L49%2056.7c4.8-3.3%208.6-8%2010.8-13.5L44.7%2037z%22%2F%3E%3Cg%20fill%3D%22%23ffce31%22%3E%3Cpath%20d%3D%22m34.1%2018.6l2.6-16.2C35.1%202.1%2033.6%202%2032%202s-3.1.1-4.7.4l2.6%2016.2zm9.7%206.6l14.3-8.1c-1.6-2.7-3.5-5.2-5.8-7.3L41.2%2022zm1.8%207.8l-.9%204l15.2%206.1c1.1-2.8%201.9-5.9%202.1-9.1zM36%2045l4.7%2015.7c3-.9%205.8-2.3%208.4-4l-9.3-13.4zm-11.7-1.8L15%2056.7c2.5%201.8%205.4%203.1%208.4%204L28%2045zM18.4%2033L2.1%2034.1c.2%203.2.9%206.2%202.1%209.1L19.3%2037zm4.4-11l-11-12.1C9.5%2012%207.5%2014.5%206%2017.2l14.3%208.1z%22%2F%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%229%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-macedonia.svg?color=%231a73e8&size=48