flag for solomon islands emoji
flag-for-solomon-islands from Emoji One (Colored) by Emoji One · Default · Flags · CC-BY-4.0 Attribution required.
- Name
- flag-for-solomon-islands
- Set
- Emoji One (Colored)
- Style
- Default
- Category
- Flags
- Viewbox
- 64×64
- License
- CC BY 4.0
- Aliases
- flag-for-flag-solomon-islands
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 solomon islands emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#699635" d="m60.4 22.5l-8.2-2.2l-40.5 23.4l-2.2 8.2c3.8 4.3 8.8 7.5 14.7 9.1c16 4.3 32.5-5.2 36.7-21.2c1.7-5.9 1.4-11.9-.5-17.3"/><path fill="#2a5f9e" d="M39.8 3C23.8-1.3 7.3 8.2 3 24.2c-1.6 5.9-1.3 11.9.5 17.3l3.7 1l4.5 1.2l40.5-23.4l1.2-4.5l1-3.7C50.7 7.8 45.7 4.6 39.8 3"/><path fill="#ffe62e" d="M3.5 41.5C4.2 43.4 5 45.2 6 47c1 1.7 2.2 3.4 3.5 4.9l50.9-29.4c-1.3-3.8-3.3-7.4-6-10.4z"/><path fill="#fff" d="m19 20.5l2 1.4l-.8-2.2l2-1.4h-2.4l-.8-2.2l-.8 2.2h-2.4l2 1.4l-.8 2.2zm-5.4-5.7l2 1.3l-.8-2.2l2-1.3h-2.4l-.8-2.2l-.8 2.2h-2.4l2 1.3l-.8 2.2zm10.8 0l2 1.3l-.8-2.2l2-1.3h-2.4l-.8-2.2l-.8 2.2h-2.5l2 1.3l-.7 2.2zM13.6 26.3l2 1.3l-.8-2.2l2-1.3h-2.4l-.8-2.2l-.8 2.2h-2.4l2 1.3l-.8 2.2zm10.8 0l2 1.3l-.8-2.2l2-1.3h-2.4l-.8-2.2l-.8 2.2h-2.5l2 1.3l-.7 2.2z"/></svg>
React
import type { SVGProps } from "react";
export function EmojioneFlagForSolomonIslands(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#699635" d="m60.4 22.5l-8.2-2.2l-40.5 23.4l-2.2 8.2c3.8 4.3 8.8 7.5 14.7 9.1c16 4.3 32.5-5.2 36.7-21.2c1.7-5.9 1.4-11.9-.5-17.3"/><path fill="#2a5f9e" d="M39.8 3C23.8-1.3 7.3 8.2 3 24.2c-1.6 5.9-1.3 11.9.5 17.3l3.7 1l4.5 1.2l40.5-23.4l1.2-4.5l1-3.7C50.7 7.8 45.7 4.6 39.8 3"/><path fill="#ffe62e" d="M3.5 41.5C4.2 43.4 5 45.2 6 47c1 1.7 2.2 3.4 3.5 4.9l50.9-29.4c-1.3-3.8-3.3-7.4-6-10.4z"/><path fill="#fff" d="m19 20.5l2 1.4l-.8-2.2l2-1.4h-2.4l-.8-2.2l-.8 2.2h-2.4l2 1.4l-.8 2.2zm-5.4-5.7l2 1.3l-.8-2.2l2-1.3h-2.4l-.8-2.2l-.8 2.2h-2.4l2 1.3l-.8 2.2zm10.8 0l2 1.3l-.8-2.2l2-1.3h-2.4l-.8-2.2l-.8 2.2h-2.5l2 1.3l-.7 2.2zM13.6 26.3l2 1.3l-.8-2.2l2-1.3h-2.4l-.8-2.2l-.8 2.2h-2.4l2 1.3l-.8 2.2zm10.8 0l2 1.3l-.8-2.2l2-1.3h-2.4l-.8-2.2l-.8 2.2h-2.5l2 1.3l-.7 2.2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#699635" d="m60.4 22.5l-8.2-2.2l-40.5 23.4l-2.2 8.2c3.8 4.3 8.8 7.5 14.7 9.1c16 4.3 32.5-5.2 36.7-21.2c1.7-5.9 1.4-11.9-.5-17.3"/><path fill="#2a5f9e" d="M39.8 3C23.8-1.3 7.3 8.2 3 24.2c-1.6 5.9-1.3 11.9.5 17.3l3.7 1l4.5 1.2l40.5-23.4l1.2-4.5l1-3.7C50.7 7.8 45.7 4.6 39.8 3"/><path fill="#ffe62e" d="M3.5 41.5C4.2 43.4 5 45.2 6 47c1 1.7 2.2 3.4 3.5 4.9l50.9-29.4c-1.3-3.8-3.3-7.4-6-10.4z"/><path fill="#fff" d="m19 20.5l2 1.4l-.8-2.2l2-1.4h-2.4l-.8-2.2l-.8 2.2h-2.4l2 1.4l-.8 2.2zm-5.4-5.7l2 1.3l-.8-2.2l2-1.3h-2.4l-.8-2.2l-.8 2.2h-2.4l2 1.3l-.8 2.2zm10.8 0l2 1.3l-.8-2.2l2-1.3h-2.4l-.8-2.2l-.8 2.2h-2.5l2 1.3l-.7 2.2zM13.6 26.3l2 1.3l-.8-2.2l2-1.3h-2.4l-.8-2.2l-.8 2.2h-2.4l2 1.3l-.8 2.2zm10.8 0l2 1.3l-.8-2.2l2-1.3h-2.4l-.8-2.2l-.8 2.2h-2.5l2 1.3l-.7 2.2z"/></svg> </template>
CSS
.icon-flag-for-solomon-islands {
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%23699635%22%20d%3D%22m60.4%2022.5l-8.2-2.2l-40.5%2023.4l-2.2%208.2c3.8%204.3%208.8%207.5%2014.7%209.1c16%204.3%2032.5-5.2%2036.7-21.2c1.7-5.9%201.4-11.9-.5-17.3%22%2F%3E%3Cpath%20fill%3D%22%232a5f9e%22%20d%3D%22M39.8%203C23.8-1.3%207.3%208.2%203%2024.2c-1.6%205.9-1.3%2011.9.5%2017.3l3.7%201l4.5%201.2l40.5-23.4l1.2-4.5l1-3.7C50.7%207.8%2045.7%204.6%2039.8%203%22%2F%3E%3Cpath%20fill%3D%22%23ffe62e%22%20d%3D%22M3.5%2041.5C4.2%2043.4%205%2045.2%206%2047c1%201.7%202.2%203.4%203.5%204.9l50.9-29.4c-1.3-3.8-3.3-7.4-6-10.4z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m19%2020.5l2%201.4l-.8-2.2l2-1.4h-2.4l-.8-2.2l-.8%202.2h-2.4l2%201.4l-.8%202.2zm-5.4-5.7l2%201.3l-.8-2.2l2-1.3h-2.4l-.8-2.2l-.8%202.2h-2.4l2%201.3l-.8%202.2zm10.8%200l2%201.3l-.8-2.2l2-1.3h-2.4l-.8-2.2l-.8%202.2h-2.5l2%201.3l-.7%202.2zM13.6%2026.3l2%201.3l-.8-2.2l2-1.3h-2.4l-.8-2.2l-.8%202.2h-2.4l2%201.3l-.8%202.2zm10.8%200l2%201.3l-.8-2.2l2-1.3h-2.4l-.8-2.2l-.8%202.2h-2.5l2%201.3l-.7%202.2z%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%23699635%22%20d%3D%22m60.4%2022.5l-8.2-2.2l-40.5%2023.4l-2.2%208.2c3.8%204.3%208.8%207.5%2014.7%209.1c16%204.3%2032.5-5.2%2036.7-21.2c1.7-5.9%201.4-11.9-.5-17.3%22%2F%3E%3Cpath%20fill%3D%22%232a5f9e%22%20d%3D%22M39.8%203C23.8-1.3%207.3%208.2%203%2024.2c-1.6%205.9-1.3%2011.9.5%2017.3l3.7%201l4.5%201.2l40.5-23.4l1.2-4.5l1-3.7C50.7%207.8%2045.7%204.6%2039.8%203%22%2F%3E%3Cpath%20fill%3D%22%23ffe62e%22%20d%3D%22M3.5%2041.5C4.2%2043.4%205%2045.2%206%2047c1%201.7%202.2%203.4%203.5%204.9l50.9-29.4c-1.3-3.8-3.3-7.4-6-10.4z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m19%2020.5l2%201.4l-.8-2.2l2-1.4h-2.4l-.8-2.2l-.8%202.2h-2.4l2%201.4l-.8%202.2zm-5.4-5.7l2%201.3l-.8-2.2l2-1.3h-2.4l-.8-2.2l-.8%202.2h-2.4l2%201.3l-.8%202.2zm10.8%200l2%201.3l-.8-2.2l2-1.3h-2.4l-.8-2.2l-.8%202.2h-2.5l2%201.3l-.7%202.2zM13.6%2026.3l2%201.3l-.8-2.2l2-1.3h-2.4l-.8-2.2l-.8%202.2h-2.4l2%201.3l-.8%202.2zm10.8%200l2%201.3l-.8-2.2l2-1.3h-2.4l-.8-2.2l-.8%202.2h-2.5l2%201.3l-.7%202.2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/flag-for-solomon-islands.svg?color=%231a73e8&size=48