united kingdom emoji
united-kingdom from Streamline Emojis by Streamline · Default · Flags · CC-BY-4.0 Attribution required.
- Name
- united-kingdom
- Set
- Streamline Emojis
- Style
- Default
- Category
- Flags
- Viewbox
- 48×48
- License
- CC BY 4.0
More flags icons from Streamline Emojis
Use the united kingdom emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#00b8f0" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M45 12.25h-6.32A45.9 45.9 0 0 1 24 9.88A45.7 45.7 0 0 0 9.37 7.5H3c-.58 0-1 .35-1 .79v26a.94.94 0 0 0 1 .79h6.37A46 46 0 0 1 24 37.46a45.6 45.6 0 0 0 14.65 2.38H45a.93.93 0 0 0 1-.79V13a.94.94 0 0 0-1-.75"/><path fill="#fff" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="m26.22 28.08l19.83-11.22V13a.94.94 0 0 0-1-.79H39.1l-16.55 9.4Z"/><path fill="#ff6242" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="m25.26 26.39l20.79-11.75V13a.94.94 0 0 0-1-.79H43l-19.53 11Z"/><path fill="#fff" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M17.56 21.77L2 30.57v3.73a.94.94 0 0 0 1 .79h6.12l12.1-6.85Z"/><path fill="#ff6242" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M18.51 23.46L2 32.79v1.51a.94.94 0 0 0 1 .79h2.18l15.09-8.53Z"/><path fill="#fff" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M46.05 39.05v-3.27L27.33 22.42l-4.32 6l15.93 11.42H45a.93.93 0 0 0 1.05-.79"/><path fill="#ff6242" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="m26.2 24l-2.07 2.9l18.15 13H45a.93.93 0 0 0 1-.79v-.89Z"/><path fill="#fff" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M3 7.5c-.58 0-1 .35-1 .79v3.79L18.69 24l4.32-6L8.38 7.5Z"/><path fill="#ff6242" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M3 7.5c-.58 0-1 .35-1 .79V9.7l17.81 12.72l2.07-2.9L5 7.5Z"/><path fill="#fff" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M38.68 20.09a46.3 46.3 0 0 1-8-.7v-7.83A45.6 45.6 0 0 1 24 9.88a45 45 0 0 0-6.66-1.69V16a46 46 0 0 0-8-.69H2v11.94h7.37a46 46 0 0 1 8 .7v7.83A46 46 0 0 1 24 37.46a44.4 44.4 0 0 0 6.65 1.69v-7.84a46.3 46.3 0 0 0 8 .69h7.37V20.09Z"/><path fill="#ff6242" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M38.68 22.45a46 46 0 0 1-10.4-1.18v-10.2A42 42 0 0 1 24 9.88a44 44 0 0 0-4.25-1.2v10.2A46.8 46.8 0 0 0 9.37 17.7H2v7.19h7.37a46.2 46.2 0 0 1 10.41 1.18v10.2A44 44 0 0 1 24 37.46a42 42 0 0 0 4.25 1.2v-10.2a46.7 46.7 0 0 0 10.4 1.18h7.37v-7.19Z"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M24 9.88A45.7 45.7 0 0 0 9.37 7.5H3c-.58 0-1 .35-1 .79v26a.94.94 0 0 0 1 .79h6.37A46 46 0 0 1 24 37.46h0a45.6 45.6 0 0 0 14.65 2.38H45a.93.93 0 0 0 1-.79V13a.94.94 0 0 0-1-.79h-6.32A45.9 45.9 0 0 1 24 9.88"/><path fill="#45413c" d="M12.5 45.5a11.5 1.5 0 1 0 23 0a11.5 1.5 0 1 0-23 0" opacity=".15"/></svg>
React
import type { SVGProps } from "react";
export function StreamlineEmojisUnitedKingdom(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#00b8f0" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M45 12.25h-6.32A45.9 45.9 0 0 1 24 9.88A45.7 45.7 0 0 0 9.37 7.5H3c-.58 0-1 .35-1 .79v26a.94.94 0 0 0 1 .79h6.37A46 46 0 0 1 24 37.46a45.6 45.6 0 0 0 14.65 2.38H45a.93.93 0 0 0 1-.79V13a.94.94 0 0 0-1-.75"/><path fill="#fff" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="m26.22 28.08l19.83-11.22V13a.94.94 0 0 0-1-.79H39.1l-16.55 9.4Z"/><path fill="#ff6242" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="m25.26 26.39l20.79-11.75V13a.94.94 0 0 0-1-.79H43l-19.53 11Z"/><path fill="#fff" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M17.56 21.77L2 30.57v3.73a.94.94 0 0 0 1 .79h6.12l12.1-6.85Z"/><path fill="#ff6242" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M18.51 23.46L2 32.79v1.51a.94.94 0 0 0 1 .79h2.18l15.09-8.53Z"/><path fill="#fff" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M46.05 39.05v-3.27L27.33 22.42l-4.32 6l15.93 11.42H45a.93.93 0 0 0 1.05-.79"/><path fill="#ff6242" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="m26.2 24l-2.07 2.9l18.15 13H45a.93.93 0 0 0 1-.79v-.89Z"/><path fill="#fff" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M3 7.5c-.58 0-1 .35-1 .79v3.79L18.69 24l4.32-6L8.38 7.5Z"/><path fill="#ff6242" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M3 7.5c-.58 0-1 .35-1 .79V9.7l17.81 12.72l2.07-2.9L5 7.5Z"/><path fill="#fff" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M38.68 20.09a46.3 46.3 0 0 1-8-.7v-7.83A45.6 45.6 0 0 1 24 9.88a45 45 0 0 0-6.66-1.69V16a46 46 0 0 0-8-.69H2v11.94h7.37a46 46 0 0 1 8 .7v7.83A46 46 0 0 1 24 37.46a44.4 44.4 0 0 0 6.65 1.69v-7.84a46.3 46.3 0 0 0 8 .69h7.37V20.09Z"/><path fill="#ff6242" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M38.68 22.45a46 46 0 0 1-10.4-1.18v-10.2A42 42 0 0 1 24 9.88a44 44 0 0 0-4.25-1.2v10.2A46.8 46.8 0 0 0 9.37 17.7H2v7.19h7.37a46.2 46.2 0 0 1 10.41 1.18v10.2A44 44 0 0 1 24 37.46a42 42 0 0 0 4.25 1.2v-10.2a46.7 46.7 0 0 0 10.4 1.18h7.37v-7.19Z"/><path fill="none" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M24 9.88A45.7 45.7 0 0 0 9.37 7.5H3c-.58 0-1 .35-1 .79v26a.94.94 0 0 0 1 .79h6.37A46 46 0 0 1 24 37.46h0a45.6 45.6 0 0 0 14.65 2.38H45a.93.93 0 0 0 1-.79V13a.94.94 0 0 0-1-.79h-6.32A45.9 45.9 0 0 1 24 9.88"/><path fill="#45413c" d="M12.5 45.5a11.5 1.5 0 1 0 23 0a11.5 1.5 0 1 0-23 0" opacity=".15"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#00b8f0" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M45 12.25h-6.32A45.9 45.9 0 0 1 24 9.88A45.7 45.7 0 0 0 9.37 7.5H3c-.58 0-1 .35-1 .79v26a.94.94 0 0 0 1 .79h6.37A46 46 0 0 1 24 37.46a45.6 45.6 0 0 0 14.65 2.38H45a.93.93 0 0 0 1-.79V13a.94.94 0 0 0-1-.75"/><path fill="#fff" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="m26.22 28.08l19.83-11.22V13a.94.94 0 0 0-1-.79H39.1l-16.55 9.4Z"/><path fill="#ff6242" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="m25.26 26.39l20.79-11.75V13a.94.94 0 0 0-1-.79H43l-19.53 11Z"/><path fill="#fff" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M17.56 21.77L2 30.57v3.73a.94.94 0 0 0 1 .79h6.12l12.1-6.85Z"/><path fill="#ff6242" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M18.51 23.46L2 32.79v1.51a.94.94 0 0 0 1 .79h2.18l15.09-8.53Z"/><path fill="#fff" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M46.05 39.05v-3.27L27.33 22.42l-4.32 6l15.93 11.42H45a.93.93 0 0 0 1.05-.79"/><path fill="#ff6242" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="m26.2 24l-2.07 2.9l18.15 13H45a.93.93 0 0 0 1-.79v-.89Z"/><path fill="#fff" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M3 7.5c-.58 0-1 .35-1 .79v3.79L18.69 24l4.32-6L8.38 7.5Z"/><path fill="#ff6242" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M3 7.5c-.58 0-1 .35-1 .79V9.7l17.81 12.72l2.07-2.9L5 7.5Z"/><path fill="#fff" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M38.68 20.09a46.3 46.3 0 0 1-8-.7v-7.83A45.6 45.6 0 0 1 24 9.88a45 45 0 0 0-6.66-1.69V16a46 46 0 0 0-8-.69H2v11.94h7.37a46 46 0 0 1 8 .7v7.83A46 46 0 0 1 24 37.46a44.4 44.4 0 0 0 6.65 1.69v-7.84a46.3 46.3 0 0 0 8 .69h7.37V20.09Z"/><path fill="#ff6242" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M38.68 22.45a46 46 0 0 1-10.4-1.18v-10.2A42 42 0 0 1 24 9.88a44 44 0 0 0-4.25-1.2v10.2A46.8 46.8 0 0 0 9.37 17.7H2v7.19h7.37a46.2 46.2 0 0 1 10.41 1.18v10.2A44 44 0 0 1 24 37.46a42 42 0 0 0 4.25 1.2v-10.2a46.7 46.7 0 0 0 10.4 1.18h7.37v-7.19Z"/><path fill="none" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M24 9.88A45.7 45.7 0 0 0 9.37 7.5H3c-.58 0-1 .35-1 .79v26a.94.94 0 0 0 1 .79h6.37A46 46 0 0 1 24 37.46h0a45.6 45.6 0 0 0 14.65 2.38H45a.93.93 0 0 0 1-.79V13a.94.94 0 0 0-1-.79h-6.32A45.9 45.9 0 0 1 24 9.88"/><path fill="#45413c" d="M12.5 45.5a11.5 1.5 0 1 0 23 0a11.5 1.5 0 1 0-23 0" opacity=".15"/></svg> </template>
CSS
.icon-united-kingdom {
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%2048%2048%22%3E%3Cpath%20fill%3D%22%2300b8f0%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M45%2012.25h-6.32A45.9%2045.9%200%200%201%2024%209.88A45.7%2045.7%200%200%200%209.37%207.5H3c-.58%200-1%20.35-1%20.79v26a.94.94%200%200%200%201%20.79h6.37A46%2046%200%200%201%2024%2037.46a45.6%2045.6%200%200%200%2014.65%202.38H45a.93.93%200%200%200%201-.79V13a.94.94%200%200%200-1-.75%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m26.22%2028.08l19.83-11.22V13a.94.94%200%200%200-1-.79H39.1l-16.55%209.4Z%22%2F%3E%3Cpath%20fill%3D%22%23ff6242%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m25.26%2026.39l20.79-11.75V13a.94.94%200%200%200-1-.79H43l-19.53%2011Z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17.56%2021.77L2%2030.57v3.73a.94.94%200%200%200%201%20.79h6.12l12.1-6.85Z%22%2F%3E%3Cpath%20fill%3D%22%23ff6242%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M18.51%2023.46L2%2032.79v1.51a.94.94%200%200%200%201%20.79h2.18l15.09-8.53Z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M46.05%2039.05v-3.27L27.33%2022.42l-4.32%206l15.93%2011.42H45a.93.93%200%200%200%201.05-.79%22%2F%3E%3Cpath%20fill%3D%22%23ff6242%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m26.2%2024l-2.07%202.9l18.15%2013H45a.93.93%200%200%200%201-.79v-.89Z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M3%207.5c-.58%200-1%20.35-1%20.79v3.79L18.69%2024l4.32-6L8.38%207.5Z%22%2F%3E%3Cpath%20fill%3D%22%23ff6242%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M3%207.5c-.58%200-1%20.35-1%20.79V9.7l17.81%2012.72l2.07-2.9L5%207.5Z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M38.68%2020.09a46.3%2046.3%200%200%201-8-.7v-7.83A45.6%2045.6%200%200%201%2024%209.88a45%2045%200%200%200-6.66-1.69V16a46%2046%200%200%200-8-.69H2v11.94h7.37a46%2046%200%200%201%208%20.7v7.83A46%2046%200%200%201%2024%2037.46a44.4%2044.4%200%200%200%206.65%201.69v-7.84a46.3%2046.3%200%200%200%208%20.69h7.37V20.09Z%22%2F%3E%3Cpath%20fill%3D%22%23ff6242%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M38.68%2022.45a46%2046%200%200%201-10.4-1.18v-10.2A42%2042%200%200%201%2024%209.88a44%2044%200%200%200-4.25-1.2v10.2A46.8%2046.8%200%200%200%209.37%2017.7H2v7.19h7.37a46.2%2046.2%200%200%201%2010.41%201.18v10.2A44%2044%200%200%201%2024%2037.46a42%2042%200%200%200%204.25%201.2v-10.2a46.7%2046.7%200%200%200%2010.4%201.18h7.37v-7.19Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24%209.88A45.7%2045.7%200%200%200%209.37%207.5H3c-.58%200-1%20.35-1%20.79v26a.94.94%200%200%200%201%20.79h6.37A46%2046%200%200%201%2024%2037.46h0a45.6%2045.6%200%200%200%2014.65%202.38H45a.93.93%200%200%200%201-.79V13a.94.94%200%200%200-1-.79h-6.32A45.9%2045.9%200%200%201%2024%209.88%22%2F%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M12.5%2045.5a11.5%201.5%200%201%200%2023%200a11.5%201.5%200%201%200-23%200%22%20opacity%3D%22.15%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%2048%2048%22%3E%3Cpath%20fill%3D%22%2300b8f0%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M45%2012.25h-6.32A45.9%2045.9%200%200%201%2024%209.88A45.7%2045.7%200%200%200%209.37%207.5H3c-.58%200-1%20.35-1%20.79v26a.94.94%200%200%200%201%20.79h6.37A46%2046%200%200%201%2024%2037.46a45.6%2045.6%200%200%200%2014.65%202.38H45a.93.93%200%200%200%201-.79V13a.94.94%200%200%200-1-.75%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m26.22%2028.08l19.83-11.22V13a.94.94%200%200%200-1-.79H39.1l-16.55%209.4Z%22%2F%3E%3Cpath%20fill%3D%22%23ff6242%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m25.26%2026.39l20.79-11.75V13a.94.94%200%200%200-1-.79H43l-19.53%2011Z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M17.56%2021.77L2%2030.57v3.73a.94.94%200%200%200%201%20.79h6.12l12.1-6.85Z%22%2F%3E%3Cpath%20fill%3D%22%23ff6242%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M18.51%2023.46L2%2032.79v1.51a.94.94%200%200%200%201%20.79h2.18l15.09-8.53Z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M46.05%2039.05v-3.27L27.33%2022.42l-4.32%206l15.93%2011.42H45a.93.93%200%200%200%201.05-.79%22%2F%3E%3Cpath%20fill%3D%22%23ff6242%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m26.2%2024l-2.07%202.9l18.15%2013H45a.93.93%200%200%200%201-.79v-.89Z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M3%207.5c-.58%200-1%20.35-1%20.79v3.79L18.69%2024l4.32-6L8.38%207.5Z%22%2F%3E%3Cpath%20fill%3D%22%23ff6242%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M3%207.5c-.58%200-1%20.35-1%20.79V9.7l17.81%2012.72l2.07-2.9L5%207.5Z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M38.68%2020.09a46.3%2046.3%200%200%201-8-.7v-7.83A45.6%2045.6%200%200%201%2024%209.88a45%2045%200%200%200-6.66-1.69V16a46%2046%200%200%200-8-.69H2v11.94h7.37a46%2046%200%200%201%208%20.7v7.83A46%2046%200%200%201%2024%2037.46a44.4%2044.4%200%200%200%206.65%201.69v-7.84a46.3%2046.3%200%200%200%208%20.69h7.37V20.09Z%22%2F%3E%3Cpath%20fill%3D%22%23ff6242%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M38.68%2022.45a46%2046%200%200%201-10.4-1.18v-10.2A42%2042%200%200%201%2024%209.88a44%2044%200%200%200-4.25-1.2v10.2A46.8%2046.8%200%200%200%209.37%2017.7H2v7.19h7.37a46.2%2046.2%200%200%201%2010.41%201.18v10.2A44%2044%200%200%201%2024%2037.46a42%2042%200%200%200%204.25%201.2v-10.2a46.7%2046.7%200%200%200%2010.4%201.18h7.37v-7.19Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M24%209.88A45.7%2045.7%200%200%200%209.37%207.5H3c-.58%200-1%20.35-1%20.79v26a.94.94%200%200%200%201%20.79h6.37A46%2046%200%200%201%2024%2037.46h0a45.6%2045.6%200%200%200%2014.65%202.38H45a.93.93%200%200%200%201-.79V13a.94.94%200%200%200-1-.79h-6.32A45.9%2045.9%200%200%201%2024%209.88%22%2F%3E%3Cpath%20fill%3D%22%2345413c%22%20d%3D%22M12.5%2045.5a11.5%201.5%200%201%200%2023%200a11.5%201.5%200%201%200-23%200%22%20opacity%3D%22.15%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/streamline-emojis/united-kingdom.svg?color=%231a73e8&size=48