tk-4x3 from Flag Icons by Panayiotis Lipiridis · 4x3 · MIT Free for personal and commercial use.

Name
tk-4x3
Set
Flag Icons
Style
4x3
Viewbox
640×480
License
MIT

1 other variant in Flag Icons

The same logo in other sets

Use the tk logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 480"><path fill="#00247d" d="M0 0h640v480H0z"/><path fill="#fed100" d="M108.1 354.6c-6.7-.1 62.8-37 120.9-84.4c76.2-62.1 240.3-161.4 288.6-177.6c5-1.7-10.3 8.6-12.3 11.9c-51.5 61-10.4 176 54 233.9c19.4 14.8 18.4 15.6 54.3 17v3.4zm-4.2 6.7s-4.9 3.5-4.9 6.1c0 2.9 5.5 6.7 5.5 6.7l498.5 5.5l9.2-6.1l-12.8-7.9z"/><path fill="#fff" d="m106.8 109.1l-4 12.2l10.4-7.5l10.3 7.5l-3.9-12.2l10.3-7.5h-12.8l-3.9-12.2l-4 12.2H96.4zm78.1 57.4l8.6-6.3h-10.7l-3.3-10.1l-3.3 10.1h-10.6l8.6 6.3l-3.3 10.1l8.6-6.3l8.7 6.3zm-145.2 13l-4-12.2l-3.9 12.2H19l10.3 7.5l-3.9 12.2l10.3-7.5l10.4 7.5l-4-12.2l10.4-7.5zm78.1 122.3l-4.6-14.2l-4.6 14.2h-15l12.1 8.7l-4.6 14.3l12.1-8.8l12.1 8.8l-4.7-14.3l12.1-8.7z"/></svg>

React

import type { SVGProps } from "react";

export function FlagTk4x3(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 480"><path fill="#00247d" d="M0 0h640v480H0z"/><path fill="#fed100" d="M108.1 354.6c-6.7-.1 62.8-37 120.9-84.4c76.2-62.1 240.3-161.4 288.6-177.6c5-1.7-10.3 8.6-12.3 11.9c-51.5 61-10.4 176 54 233.9c19.4 14.8 18.4 15.6 54.3 17v3.4zm-4.2 6.7s-4.9 3.5-4.9 6.1c0 2.9 5.5 6.7 5.5 6.7l498.5 5.5l9.2-6.1l-12.8-7.9z"/><path fill="#fff" d="m106.8 109.1l-4 12.2l10.4-7.5l10.3 7.5l-3.9-12.2l10.3-7.5h-12.8l-3.9-12.2l-4 12.2H96.4zm78.1 57.4l8.6-6.3h-10.7l-3.3-10.1l-3.3 10.1h-10.6l8.6 6.3l-3.3 10.1l8.6-6.3l8.7 6.3zm-145.2 13l-4-12.2l-3.9 12.2H19l10.3 7.5l-3.9 12.2l10.3-7.5l10.4 7.5l-4-12.2l10.4-7.5zm78.1 122.3l-4.6-14.2l-4.6 14.2h-15l12.1 8.7l-4.6 14.3l12.1-8.8l12.1 8.8l-4.7-14.3l12.1-8.7z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 480"><path fill="#00247d" d="M0 0h640v480H0z"/><path fill="#fed100" d="M108.1 354.6c-6.7-.1 62.8-37 120.9-84.4c76.2-62.1 240.3-161.4 288.6-177.6c5-1.7-10.3 8.6-12.3 11.9c-51.5 61-10.4 176 54 233.9c19.4 14.8 18.4 15.6 54.3 17v3.4zm-4.2 6.7s-4.9 3.5-4.9 6.1c0 2.9 5.5 6.7 5.5 6.7l498.5 5.5l9.2-6.1l-12.8-7.9z"/><path fill="#fff" d="m106.8 109.1l-4 12.2l10.4-7.5l10.3 7.5l-3.9-12.2l10.3-7.5h-12.8l-3.9-12.2l-4 12.2H96.4zm78.1 57.4l8.6-6.3h-10.7l-3.3-10.1l-3.3 10.1h-10.6l8.6 6.3l-3.3 10.1l8.6-6.3l8.7 6.3zm-145.2 13l-4-12.2l-3.9 12.2H19l10.3 7.5l-3.9 12.2l10.3-7.5l10.4 7.5l-4-12.2l10.4-7.5zm78.1 122.3l-4.6-14.2l-4.6 14.2h-15l12.1 8.7l-4.6 14.3l12.1-8.8l12.1 8.8l-4.7-14.3l12.1-8.7z"/></svg>
</template>

CSS

.icon-tk-4x3 {
  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%20640%20480%22%3E%3Cpath%20fill%3D%22%2300247d%22%20d%3D%22M0%200h640v480H0z%22%2F%3E%3Cpath%20fill%3D%22%23fed100%22%20d%3D%22M108.1%20354.6c-6.7-.1%2062.8-37%20120.9-84.4c76.2-62.1%20240.3-161.4%20288.6-177.6c5-1.7-10.3%208.6-12.3%2011.9c-51.5%2061-10.4%20176%2054%20233.9c19.4%2014.8%2018.4%2015.6%2054.3%2017v3.4zm-4.2%206.7s-4.9%203.5-4.9%206.1c0%202.9%205.5%206.7%205.5%206.7l498.5%205.5l9.2-6.1l-12.8-7.9z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m106.8%20109.1l-4%2012.2l10.4-7.5l10.3%207.5l-3.9-12.2l10.3-7.5h-12.8l-3.9-12.2l-4%2012.2H96.4zm78.1%2057.4l8.6-6.3h-10.7l-3.3-10.1l-3.3%2010.1h-10.6l8.6%206.3l-3.3%2010.1l8.6-6.3l8.7%206.3zm-145.2%2013l-4-12.2l-3.9%2012.2H19l10.3%207.5l-3.9%2012.2l10.3-7.5l10.4%207.5l-4-12.2l10.4-7.5zm78.1%20122.3l-4.6-14.2l-4.6%2014.2h-15l12.1%208.7l-4.6%2014.3l12.1-8.8l12.1%208.8l-4.7-14.3l12.1-8.7z%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%20640%20480%22%3E%3Cpath%20fill%3D%22%2300247d%22%20d%3D%22M0%200h640v480H0z%22%2F%3E%3Cpath%20fill%3D%22%23fed100%22%20d%3D%22M108.1%20354.6c-6.7-.1%2062.8-37%20120.9-84.4c76.2-62.1%20240.3-161.4%20288.6-177.6c5-1.7-10.3%208.6-12.3%2011.9c-51.5%2061-10.4%20176%2054%20233.9c19.4%2014.8%2018.4%2015.6%2054.3%2017v3.4zm-4.2%206.7s-4.9%203.5-4.9%206.1c0%202.9%205.5%206.7%205.5%206.7l498.5%205.5l9.2-6.1l-12.8-7.9z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m106.8%20109.1l-4%2012.2l10.4-7.5l10.3%207.5l-3.9-12.2l10.3-7.5h-12.8l-3.9-12.2l-4%2012.2H96.4zm78.1%2057.4l8.6-6.3h-10.7l-3.3-10.1l-3.3%2010.1h-10.6l8.6%206.3l-3.3%2010.1l8.6-6.3l8.7%206.3zm-145.2%2013l-4-12.2l-3.9%2012.2H19l10.3%207.5l-3.9%2012.2l10.3-7.5l10.4%207.5l-4-12.2l10.4-7.5zm78.1%20122.3l-4.6-14.2l-4.6%2014.2h-15l12.1%208.7l-4.6%2014.3l12.1-8.8l12.1%208.8l-4.7-14.3l12.1-8.7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/flag/tk-4x3.svg?color=%231a73e8&size=48