flag for lesotho emoji
flag-for-lesotho from Emoji One (Colored) by Emoji One · Default · Flags · CC-BY-4.0 Attribution required.
- Name
- flag-for-lesotho
- Set
- Emoji One (Colored)
- Style
- Default
- Category
- Flags
- Viewbox
- 64×64
- License
- CC BY 4.0
- Aliases
- flag-for-flag-lesotho
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 lesotho emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#f9f9f9" d="M2 32c0 5.9 1.7 11.4 4.6 16h50.7c2.9-4.6 4.6-10.1 4.6-16s-1.7-11.4-4.6-16H6.6C3.7 20.6 2 26.1 2 32"/><path fill="#428bc1" d="M57.4 16C52.1 7.6 42.7 2 32 2S11.9 7.6 6.6 16z"/><path fill="#83bf4f" d="M6.6 48c5.3 8.4 14.7 14 25.4 14s20.1-5.6 25.4-14z"/><path fill="#3e4347" d="M35.1 30.8c.9-1.1 1.4-2.7 1.4-4.5c0-3.5-2-6.2-4.5-6.2s-4.5 2.7-4.5 6.2c0 1.8.5 3.4 1.4 4.5l-6.9 8s0 5.3 10 5.3s10-5.3 10-5.3zm-.4-4.6c0 1.2-.3 2.3-.8 3.1l-1.5-1.7V26l1.4-.7l-1.4-.7v-2.8c1.3.4 2.3 2.3 2.3 4.4m-5.4 0c0-2.2 1-4 2.3-4.4v2.8l-1.4.7l1.4.7v1.6l-1.5 1.7c-.5-.8-.8-1.9-.8-3.1"/></svg>
React
import type { SVGProps } from "react";
export function EmojioneFlagForLesotho(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="M2 32c0 5.9 1.7 11.4 4.6 16h50.7c2.9-4.6 4.6-10.1 4.6-16s-1.7-11.4-4.6-16H6.6C3.7 20.6 2 26.1 2 32"/><path fill="#428bc1" d="M57.4 16C52.1 7.6 42.7 2 32 2S11.9 7.6 6.6 16z"/><path fill="#83bf4f" d="M6.6 48c5.3 8.4 14.7 14 25.4 14s20.1-5.6 25.4-14z"/><path fill="#3e4347" d="M35.1 30.8c.9-1.1 1.4-2.7 1.4-4.5c0-3.5-2-6.2-4.5-6.2s-4.5 2.7-4.5 6.2c0 1.8.5 3.4 1.4 4.5l-6.9 8s0 5.3 10 5.3s10-5.3 10-5.3zm-.4-4.6c0 1.2-.3 2.3-.8 3.1l-1.5-1.7V26l1.4-.7l-1.4-.7v-2.8c1.3.4 2.3 2.3 2.3 4.4m-5.4 0c0-2.2 1-4 2.3-4.4v2.8l-1.4.7l1.4.7v1.6l-1.5 1.7c-.5-.8-.8-1.9-.8-3.1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#f9f9f9" d="M2 32c0 5.9 1.7 11.4 4.6 16h50.7c2.9-4.6 4.6-10.1 4.6-16s-1.7-11.4-4.6-16H6.6C3.7 20.6 2 26.1 2 32"/><path fill="#428bc1" d="M57.4 16C52.1 7.6 42.7 2 32 2S11.9 7.6 6.6 16z"/><path fill="#83bf4f" d="M6.6 48c5.3 8.4 14.7 14 25.4 14s20.1-5.6 25.4-14z"/><path fill="#3e4347" d="M35.1 30.8c.9-1.1 1.4-2.7 1.4-4.5c0-3.5-2-6.2-4.5-6.2s-4.5 2.7-4.5 6.2c0 1.8.5 3.4 1.4 4.5l-6.9 8s0 5.3 10 5.3s10-5.3 10-5.3zm-.4-4.6c0 1.2-.3 2.3-.8 3.1l-1.5-1.7V26l1.4-.7l-1.4-.7v-2.8c1.3.4 2.3 2.3 2.3 4.4m-5.4 0c0-2.2 1-4 2.3-4.4v2.8l-1.4.7l1.4.7v1.6l-1.5 1.7c-.5-.8-.8-1.9-.8-3.1"/></svg> </template>
CSS
.icon-flag-for-lesotho {
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%22M2%2032c0%205.9%201.7%2011.4%204.6%2016h50.7c2.9-4.6%204.6-10.1%204.6-16s-1.7-11.4-4.6-16H6.6C3.7%2020.6%202%2026.1%202%2032%22%2F%3E%3Cpath%20fill%3D%22%23428bc1%22%20d%3D%22M57.4%2016C52.1%207.6%2042.7%202%2032%202S11.9%207.6%206.6%2016z%22%2F%3E%3Cpath%20fill%3D%22%2383bf4f%22%20d%3D%22M6.6%2048c5.3%208.4%2014.7%2014%2025.4%2014s20.1-5.6%2025.4-14z%22%2F%3E%3Cpath%20fill%3D%22%233e4347%22%20d%3D%22M35.1%2030.8c.9-1.1%201.4-2.7%201.4-4.5c0-3.5-2-6.2-4.5-6.2s-4.5%202.7-4.5%206.2c0%201.8.5%203.4%201.4%204.5l-6.9%208s0%205.3%2010%205.3s10-5.3%2010-5.3zm-.4-4.6c0%201.2-.3%202.3-.8%203.1l-1.5-1.7V26l1.4-.7l-1.4-.7v-2.8c1.3.4%202.3%202.3%202.3%204.4m-5.4%200c0-2.2%201-4%202.3-4.4v2.8l-1.4.7l1.4.7v1.6l-1.5%201.7c-.5-.8-.8-1.9-.8-3.1%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%23f9f9f9%22%20d%3D%22M2%2032c0%205.9%201.7%2011.4%204.6%2016h50.7c2.9-4.6%204.6-10.1%204.6-16s-1.7-11.4-4.6-16H6.6C3.7%2020.6%202%2026.1%202%2032%22%2F%3E%3Cpath%20fill%3D%22%23428bc1%22%20d%3D%22M57.4%2016C52.1%207.6%2042.7%202%2032%202S11.9%207.6%206.6%2016z%22%2F%3E%3Cpath%20fill%3D%22%2383bf4f%22%20d%3D%22M6.6%2048c5.3%208.4%2014.7%2014%2025.4%2014s20.1-5.6%2025.4-14z%22%2F%3E%3Cpath%20fill%3D%22%233e4347%22%20d%3D%22M35.1%2030.8c.9-1.1%201.4-2.7%201.4-4.5c0-3.5-2-6.2-4.5-6.2s-4.5%202.7-4.5%206.2c0%201.8.5%203.4%201.4%204.5l-6.9%208s0%205.3%2010%205.3s10-5.3%2010-5.3zm-.4-4.6c0%201.2-.3%202.3-.8%203.1l-1.5-1.7V26l1.4-.7l-1.4-.7v-2.8c1.3.4%202.3%202.3%202.3%204.4m-5.4%200c0-2.2%201-4%202.3-4.4v2.8l-1.4.7l1.4.7v1.6l-1.5%201.7c-.5-.8-.8-1.9-.8-3.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/flag-for-lesotho.svg?color=%231a73e8&size=48