malaysia from Streamline Emojis by Streamline · Default · Flags · CC-BY-4.0 Attribution required.

Name
malaysia
Set
Streamline Emojis
Style
Default
Category
Flags
Viewbox
48×48
License
CC BY 4.0

More flags icons from Streamline Emojis

Use the malaysia 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="M2 31.53h7.37A46 46 0 0 1 24 33.9h0a45.6 45.6 0 0 0 14.65 2.38h7.37v-3.49h-7.34A45.6 45.6 0 0 1 24 30.41h0A46 46 0 0 0 9.37 28H2Zm0-6.85h7.37A45.7 45.7 0 0 1 24 27.06h0a45.9 45.9 0 0 0 14.65 2.37h7.37v-3.49h-7.34A45.9 45.9 0 0 1 24 23.57h0a45.7 45.7 0 0 0-14.63-2.38H2Zm0-6.85h7.37A45.7 45.7 0 0 1 24 20.21h0a45.6 45.6 0 0 0 14.65 2.38h7.37V19.1h-7.34A45.6 45.6 0 0 1 24 16.72h0a46 46 0 0 0-14.63-2.37H2Zm43-5.58h-6.32a46.5 46.5 0 0 1-7.49-.6A44.6 44.6 0 0 1 24 9.88a44.6 44.6 0 0 0-9-2a46 46 0 0 0-5.63-.38H3c-.58 0-1 .35-1 .79V11h7.37A46 46 0 0 1 24 13.36a45.6 45.6 0 0 0 14.65 2.38h7.37V13a.94.94 0 0 0-1.02-.75"/><path fill="#009fd9" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M2 21.76h7.37a46.4 46.4 0 0 1 12.27 1.65V9.15A46.4 46.4 0 0 0 9.37 7.5H3c-.58 0-1 .35-1 .79Z"/><path fill="#ffe500" d="M11 19.06a4.34 4.34 0 0 1 0-8.68a4.4 4.4 0 0 1 1.74.37a5.08 5.08 0 0 0-3.2-1.17a5.14 5.14 0 0 0 0 10.28a5.08 5.08 0 0 0 3.22-1.17a4.4 4.4 0 0 1-1.76.37"/><path fill="#ffe500" d="m17.16 14.89l1.98 1.35l-2.39-.06l.8 2.25l-1.9-1.46l-.68 2.3l-.67-2.3l-1.9 1.46l.8-2.25l-2.39.06l1.97-1.35l-1.97-1.36l2.39.07l-.8-2.26l1.9 1.46l.67-2.29l.68 2.29l1.9-1.46l-.8 2.26l2.39-.07z"/><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 StreamlineEmojisMalaysia(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="M2 31.53h7.37A46 46 0 0 1 24 33.9h0a45.6 45.6 0 0 0 14.65 2.38h7.37v-3.49h-7.34A45.6 45.6 0 0 1 24 30.41h0A46 46 0 0 0 9.37 28H2Zm0-6.85h7.37A45.7 45.7 0 0 1 24 27.06h0a45.9 45.9 0 0 0 14.65 2.37h7.37v-3.49h-7.34A45.9 45.9 0 0 1 24 23.57h0a45.7 45.7 0 0 0-14.63-2.38H2Zm0-6.85h7.37A45.7 45.7 0 0 1 24 20.21h0a45.6 45.6 0 0 0 14.65 2.38h7.37V19.1h-7.34A45.6 45.6 0 0 1 24 16.72h0a46 46 0 0 0-14.63-2.37H2Zm43-5.58h-6.32a46.5 46.5 0 0 1-7.49-.6A44.6 44.6 0 0 1 24 9.88a44.6 44.6 0 0 0-9-2a46 46 0 0 0-5.63-.38H3c-.58 0-1 .35-1 .79V11h7.37A46 46 0 0 1 24 13.36a45.6 45.6 0 0 0 14.65 2.38h7.37V13a.94.94 0 0 0-1.02-.75"/><path fill="#009fd9" stroke="#45413c" strokeLinecap="round" strokeLinejoin="round" d="M2 21.76h7.37a46.4 46.4 0 0 1 12.27 1.65V9.15A46.4 46.4 0 0 0 9.37 7.5H3c-.58 0-1 .35-1 .79Z"/><path fill="#ffe500" d="M11 19.06a4.34 4.34 0 0 1 0-8.68a4.4 4.4 0 0 1 1.74.37a5.08 5.08 0 0 0-3.2-1.17a5.14 5.14 0 0 0 0 10.28a5.08 5.08 0 0 0 3.22-1.17a4.4 4.4 0 0 1-1.76.37"/><path fill="#ffe500" d="m17.16 14.89l1.98 1.35l-2.39-.06l.8 2.25l-1.9-1.46l-.68 2.3l-.67-2.3l-1.9 1.46l.8-2.25l-2.39.06l1.97-1.35l-1.97-1.36l2.39.07l-.8-2.26l1.9 1.46l.67-2.29l.68 2.29l1.9-1.46l-.8 2.26l2.39-.07z"/><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="M2 31.53h7.37A46 46 0 0 1 24 33.9h0a45.6 45.6 0 0 0 14.65 2.38h7.37v-3.49h-7.34A45.6 45.6 0 0 1 24 30.41h0A46 46 0 0 0 9.37 28H2Zm0-6.85h7.37A45.7 45.7 0 0 1 24 27.06h0a45.9 45.9 0 0 0 14.65 2.37h7.37v-3.49h-7.34A45.9 45.9 0 0 1 24 23.57h0a45.7 45.7 0 0 0-14.63-2.38H2Zm0-6.85h7.37A45.7 45.7 0 0 1 24 20.21h0a45.6 45.6 0 0 0 14.65 2.38h7.37V19.1h-7.34A45.6 45.6 0 0 1 24 16.72h0a46 46 0 0 0-14.63-2.37H2Zm43-5.58h-6.32a46.5 46.5 0 0 1-7.49-.6A44.6 44.6 0 0 1 24 9.88a44.6 44.6 0 0 0-9-2a46 46 0 0 0-5.63-.38H3c-.58 0-1 .35-1 .79V11h7.37A46 46 0 0 1 24 13.36a45.6 45.6 0 0 0 14.65 2.38h7.37V13a.94.94 0 0 0-1.02-.75"/><path fill="#009fd9" stroke="#45413c" stroke-linecap="round" stroke-linejoin="round" d="M2 21.76h7.37a46.4 46.4 0 0 1 12.27 1.65V9.15A46.4 46.4 0 0 0 9.37 7.5H3c-.58 0-1 .35-1 .79Z"/><path fill="#ffe500" d="M11 19.06a4.34 4.34 0 0 1 0-8.68a4.4 4.4 0 0 1 1.74.37a5.08 5.08 0 0 0-3.2-1.17a5.14 5.14 0 0 0 0 10.28a5.08 5.08 0 0 0 3.22-1.17a4.4 4.4 0 0 1-1.76.37"/><path fill="#ffe500" d="m17.16 14.89l1.98 1.35l-2.39-.06l.8 2.25l-1.9-1.46l-.68 2.3l-.67-2.3l-1.9 1.46l.8-2.25l-2.39.06l1.97-1.35l-1.97-1.36l2.39.07l-.8-2.26l1.9 1.46l.67-2.29l.68 2.29l1.9-1.46l-.8 2.26l2.39-.07z"/><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-malaysia {
  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%22M2%2031.53h7.37A46%2046%200%200%201%2024%2033.9h0a45.6%2045.6%200%200%200%2014.65%202.38h7.37v-3.49h-7.34A45.6%2045.6%200%200%201%2024%2030.41h0A46%2046%200%200%200%209.37%2028H2Zm0-6.85h7.37A45.7%2045.7%200%200%201%2024%2027.06h0a45.9%2045.9%200%200%200%2014.65%202.37h7.37v-3.49h-7.34A45.9%2045.9%200%200%201%2024%2023.57h0a45.7%2045.7%200%200%200-14.63-2.38H2Zm0-6.85h7.37A45.7%2045.7%200%200%201%2024%2020.21h0a45.6%2045.6%200%200%200%2014.65%202.38h7.37V19.1h-7.34A45.6%2045.6%200%200%201%2024%2016.72h0a46%2046%200%200%200-14.63-2.37H2Zm43-5.58h-6.32a46.5%2046.5%200%200%201-7.49-.6A44.6%2044.6%200%200%201%2024%209.88a44.6%2044.6%200%200%200-9-2a46%2046%200%200%200-5.63-.38H3c-.58%200-1%20.35-1%20.79V11h7.37A46%2046%200%200%201%2024%2013.36a45.6%2045.6%200%200%200%2014.65%202.38h7.37V13a.94.94%200%200%200-1.02-.75%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%22M2%2021.76h7.37a46.4%2046.4%200%200%201%2012.27%201.65V9.15A46.4%2046.4%200%200%200%209.37%207.5H3c-.58%200-1%20.35-1%20.79Z%22%2F%3E%3Cpath%20fill%3D%22%23ffe500%22%20d%3D%22M11%2019.06a4.34%204.34%200%200%201%200-8.68a4.4%204.4%200%200%201%201.74.37a5.08%205.08%200%200%200-3.2-1.17a5.14%205.14%200%200%200%200%2010.28a5.08%205.08%200%200%200%203.22-1.17a4.4%204.4%200%200%201-1.76.37%22%2F%3E%3Cpath%20fill%3D%22%23ffe500%22%20d%3D%22m17.16%2014.89l1.98%201.35l-2.39-.06l.8%202.25l-1.9-1.46l-.68%202.3l-.67-2.3l-1.9%201.46l.8-2.25l-2.39.06l1.97-1.35l-1.97-1.36l2.39.07l-.8-2.26l1.9%201.46l.67-2.29l.68%202.29l1.9-1.46l-.8%202.26l2.39-.07z%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%22M2%2031.53h7.37A46%2046%200%200%201%2024%2033.9h0a45.6%2045.6%200%200%200%2014.65%202.38h7.37v-3.49h-7.34A45.6%2045.6%200%200%201%2024%2030.41h0A46%2046%200%200%200%209.37%2028H2Zm0-6.85h7.37A45.7%2045.7%200%200%201%2024%2027.06h0a45.9%2045.9%200%200%200%2014.65%202.37h7.37v-3.49h-7.34A45.9%2045.9%200%200%201%2024%2023.57h0a45.7%2045.7%200%200%200-14.63-2.38H2Zm0-6.85h7.37A45.7%2045.7%200%200%201%2024%2020.21h0a45.6%2045.6%200%200%200%2014.65%202.38h7.37V19.1h-7.34A45.6%2045.6%200%200%201%2024%2016.72h0a46%2046%200%200%200-14.63-2.37H2Zm43-5.58h-6.32a46.5%2046.5%200%200%201-7.49-.6A44.6%2044.6%200%200%201%2024%209.88a44.6%2044.6%200%200%200-9-2a46%2046%200%200%200-5.63-.38H3c-.58%200-1%20.35-1%20.79V11h7.37A46%2046%200%200%201%2024%2013.36a45.6%2045.6%200%200%200%2014.65%202.38h7.37V13a.94.94%200%200%200-1.02-.75%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%22M2%2021.76h7.37a46.4%2046.4%200%200%201%2012.27%201.65V9.15A46.4%2046.4%200%200%200%209.37%207.5H3c-.58%200-1%20.35-1%20.79Z%22%2F%3E%3Cpath%20fill%3D%22%23ffe500%22%20d%3D%22M11%2019.06a4.34%204.34%200%200%201%200-8.68a4.4%204.4%200%200%201%201.74.37a5.08%205.08%200%200%200-3.2-1.17a5.14%205.14%200%200%200%200%2010.28a5.08%205.08%200%200%200%203.22-1.17a4.4%204.4%200%200%201-1.76.37%22%2F%3E%3Cpath%20fill%3D%22%23ffe500%22%20d%3D%22m17.16%2014.89l1.98%201.35l-2.39-.06l.8%202.25l-1.9-1.46l-.68%202.3l-.67-2.3l-1.9%201.46l.8-2.25l-2.39.06l1.97-1.35l-1.97-1.36l2.39.07l-.8-2.26l1.9%201.46l.67-2.29l.68%202.29l1.9-1.46l-.8%202.26l2.39-.07z%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/malaysia.svg?color=%231a73e8&size=48