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

Name
tr-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 tr logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 480"><g fill-rule="evenodd"><path fill="#e30a17" d="M0 0h640v480H0z"/><path fill="#fff" d="M407 247.5c0 66.2-54.6 119.9-122 119.9s-122-53.7-122-120s54.6-119.8 122-119.8s122 53.7 122 119.9"/><path fill="#e30a17" d="M413 247.5c0 53-43.6 95.9-97.5 95.9s-97.6-43-97.6-96s43.7-95.8 97.6-95.8s97.6 42.9 97.6 95.9z"/><path fill="#fff" d="m430.7 191.5l-1 44.3l-41.3 11.2l40.8 14.5l-1 40.7l26.5-31.8l40.2 14l-23.2-34.1l28.3-33.9l-43.5 12l-25.8-37z"/></g></svg>

React

import type { SVGProps } from "react";

export function FlagTr4x3(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 480"><g fillRule="evenodd"><path fill="#e30a17" d="M0 0h640v480H0z"/><path fill="#fff" d="M407 247.5c0 66.2-54.6 119.9-122 119.9s-122-53.7-122-120s54.6-119.8 122-119.8s122 53.7 122 119.9"/><path fill="#e30a17" d="M413 247.5c0 53-43.6 95.9-97.5 95.9s-97.6-43-97.6-96s43.7-95.8 97.6-95.8s97.6 42.9 97.6 95.9z"/><path fill="#fff" d="m430.7 191.5l-1 44.3l-41.3 11.2l40.8 14.5l-1 40.7l26.5-31.8l40.2 14l-23.2-34.1l28.3-33.9l-43.5 12l-25.8-37z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 480"><g fill-rule="evenodd"><path fill="#e30a17" d="M0 0h640v480H0z"/><path fill="#fff" d="M407 247.5c0 66.2-54.6 119.9-122 119.9s-122-53.7-122-120s54.6-119.8 122-119.8s122 53.7 122 119.9"/><path fill="#e30a17" d="M413 247.5c0 53-43.6 95.9-97.5 95.9s-97.6-43-97.6-96s43.7-95.8 97.6-95.8s97.6 42.9 97.6 95.9z"/><path fill="#fff" d="m430.7 191.5l-1 44.3l-41.3 11.2l40.8 14.5l-1 40.7l26.5-31.8l40.2 14l-23.2-34.1l28.3-33.9l-43.5 12l-25.8-37z"/></g></svg>
</template>

CSS

.icon-tr-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%3Cg%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23e30a17%22%20d%3D%22M0%200h640v480H0z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M407%20247.5c0%2066.2-54.6%20119.9-122%20119.9s-122-53.7-122-120s54.6-119.8%20122-119.8s122%2053.7%20122%20119.9%22%2F%3E%3Cpath%20fill%3D%22%23e30a17%22%20d%3D%22M413%20247.5c0%2053-43.6%2095.9-97.5%2095.9s-97.6-43-97.6-96s43.7-95.8%2097.6-95.8s97.6%2042.9%2097.6%2095.9z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m430.7%20191.5l-1%2044.3l-41.3%2011.2l40.8%2014.5l-1%2040.7l26.5-31.8l40.2%2014l-23.2-34.1l28.3-33.9l-43.5%2012l-25.8-37z%22%2F%3E%3C%2Fg%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%3Cg%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23e30a17%22%20d%3D%22M0%200h640v480H0z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M407%20247.5c0%2066.2-54.6%20119.9-122%20119.9s-122-53.7-122-120s54.6-119.8%20122-119.8s122%2053.7%20122%20119.9%22%2F%3E%3Cpath%20fill%3D%22%23e30a17%22%20d%3D%22M413%20247.5c0%2053-43.6%2095.9-97.5%2095.9s-97.6-43-97.6-96s43.7-95.8%2097.6-95.8s97.6%2042.9%2097.6%2095.9z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m430.7%20191.5l-1%2044.3l-41.3%2011.2l40.8%2014.5l-1%2040.7l26.5-31.8l40.2%2014l-23.2-34.1l28.3-33.9l-43.5%2012l-25.8-37z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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