south korea emoji
south-korea from Streamline Emojis by Streamline · Default · Flags · CC-BY-4.0 Attribution required.
- Name
- south-korea
- Set
- Streamline Emojis
- Style
- Default
- Category
- Flags
- Viewbox
- 48×48
- License
- CC BY 4.0
More flags icons from Streamline Emojis
Use the south korea emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#fff" 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="#ff6242" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M15.784 25.44a9.6 7.92 77.12 1 0 15.442-3.532a9.6 7.92 77.12 1 0-15.442 3.531"/><path fill="#009fd9" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M31.4 26a5 5 0 0 0-3.11-3.2c-3.74-1.19-5.23 4.64-9.37 3.38a5.23 5.23 0 0 1-3.41-3.11c.09 5.16 3.63 9.65 8 10.09c3.98.39 7.27-2.72 7.89-7.16"/><path fill="none" stroke="#45413c" stroke-linejoin="round" d="m8.81 14.86l3.62-4.91m-2.26 5.92l3.63-4.91m-2.26 5.92l3.63-4.91m-3.5 13.83l2.17 5.7m-3.76-5.1l.89 2.34m.4 1.03l.88 2.34m-3.75-5.1l2.17 5.7m26.29-18.24l.87 2.44m.3.86l.88 2.45m-3.65-5.18l2.05 5.75m-3.65-5.18l.87 2.44m.31.87l.87 2.44m-4.29 12.76l1.64-2m.59-.71l1.64-2.01m-2.56 5.8l1.65-2.01m-.34 3.09l1.65-2.01m-.73-1.78l1.64-2.01m-.33 3.08l1.65-2"/><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 StreamlineEmojisSouthKorea(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="#fff" 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="#ff6242" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M15.784 25.44a9.6 7.92 77.12 1 0 15.442-3.532a9.6 7.92 77.12 1 0-15.442 3.531"/><path fill="#009fd9" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M31.4 26a5 5 0 0 0-3.11-3.2c-3.74-1.19-5.23 4.64-9.37 3.38a5.23 5.23 0 0 1-3.41-3.11c.09 5.16 3.63 9.65 8 10.09c3.98.39 7.27-2.72 7.89-7.16"/><path fill="none" stroke="#45413c" strokeLinejoin="round" d="m8.81 14.86l3.62-4.91m-2.26 5.92l3.63-4.91m-2.26 5.92l3.63-4.91m-3.5 13.83l2.17 5.7m-3.76-5.1l.89 2.34m.4 1.03l.88 2.34m-3.75-5.1l2.17 5.7m26.29-18.24l.87 2.44m.3.86l.88 2.45m-3.65-5.18l2.05 5.75m-3.65-5.18l.87 2.44m.31.87l.87 2.44m-4.29 12.76l1.64-2m.59-.71l1.64-2.01m-2.56 5.8l1.65-2.01m-.34 3.09l1.65-2.01m-.73-1.78l1.64-2.01m-.33 3.08l1.65-2"/><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="#fff" 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="#ff6242" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M15.784 25.44a9.6 7.92 77.12 1 0 15.442-3.532a9.6 7.92 77.12 1 0-15.442 3.531"/><path fill="#009fd9" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M31.4 26a5 5 0 0 0-3.11-3.2c-3.74-1.19-5.23 4.64-9.37 3.38a5.23 5.23 0 0 1-3.41-3.11c.09 5.16 3.63 9.65 8 10.09c3.98.39 7.27-2.72 7.89-7.16"/><path fill="none" stroke="#45413c" stroke-linejoin="round" d="m8.81 14.86l3.62-4.91m-2.26 5.92l3.63-4.91m-2.26 5.92l3.63-4.91m-3.5 13.83l2.17 5.7m-3.76-5.1l.89 2.34m.4 1.03l.88 2.34m-3.75-5.1l2.17 5.7m26.29-18.24l.87 2.44m.3.86l.88 2.45m-3.65-5.18l2.05 5.75m-3.65-5.18l.87 2.44m.31.87l.87 2.44m-4.29 12.76l1.64-2m.59-.71l1.64-2.01m-2.56 5.8l1.65-2.01m-.34 3.09l1.65-2.01m-.73-1.78l1.64-2.01m-.33 3.08l1.65-2"/><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-south-korea {
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%23fff%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%23ff6242%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M15.784%2025.44a9.6%207.92%2077.12%201%200%2015.442-3.532a9.6%207.92%2077.12%201%200-15.442%203.531%22%2F%3E%3Cpath%20fill%3D%22%23009fd9%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M31.4%2026a5%205%200%200%200-3.11-3.2c-3.74-1.19-5.23%204.64-9.37%203.38a5.23%205.23%200%200%201-3.41-3.11c.09%205.16%203.63%209.65%208%2010.09c3.98.39%207.27-2.72%207.89-7.16%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linejoin%3D%22round%22%20d%3D%22m8.81%2014.86l3.62-4.91m-2.26%205.92l3.63-4.91m-2.26%205.92l3.63-4.91m-3.5%2013.83l2.17%205.7m-3.76-5.1l.89%202.34m.4%201.03l.88%202.34m-3.75-5.1l2.17%205.7m26.29-18.24l.87%202.44m.3.86l.88%202.45m-3.65-5.18l2.05%205.75m-3.65-5.18l.87%202.44m.31.87l.87%202.44m-4.29%2012.76l1.64-2m.59-.71l1.64-2.01m-2.56%205.8l1.65-2.01m-.34%203.09l1.65-2.01m-.73-1.78l1.64-2.01m-.33%203.08l1.65-2%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%23fff%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%23ff6242%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M15.784%2025.44a9.6%207.92%2077.12%201%200%2015.442-3.532a9.6%207.92%2077.12%201%200-15.442%203.531%22%2F%3E%3Cpath%20fill%3D%22%23009fd9%22%20stroke%3D%22%2345413c%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M31.4%2026a5%205%200%200%200-3.11-3.2c-3.74-1.19-5.23%204.64-9.37%203.38a5.23%205.23%200%200%201-3.41-3.11c.09%205.16%203.63%209.65%208%2010.09c3.98.39%207.27-2.72%207.89-7.16%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2345413c%22%20stroke-linejoin%3D%22round%22%20d%3D%22m8.81%2014.86l3.62-4.91m-2.26%205.92l3.63-4.91m-2.26%205.92l3.63-4.91m-3.5%2013.83l2.17%205.7m-3.76-5.1l.89%202.34m.4%201.03l.88%202.34m-3.75-5.1l2.17%205.7m26.29-18.24l.87%202.44m.3.86l.88%202.45m-3.65-5.18l2.05%205.75m-3.65-5.18l.87%202.44m.31.87l.87%202.44m-4.29%2012.76l1.64-2m.59-.71l1.64-2.01m-2.56%205.8l1.65-2.01m-.34%203.09l1.65-2.01m-.73-1.78l1.64-2.01m-.33%203.08l1.65-2%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/south-korea.svg?color=%231a73e8&size=48