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

Name
tr-1x1
Set
Flag Icons
Style
1x1
Viewbox
512×512
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 512 512"><g fill-rule="evenodd"><path fill="#e30a17" d="M0 0h512v512H0z"/><path fill="#fff" d="M348.8 264c0 70.6-58.3 127.9-130.1 127.9s-130.1-57.3-130.1-128s58.2-127.8 130-127.8S348.9 193.3 348.9 264z"/><path fill="#e30a17" d="M355.3 264c0 56.5-46.6 102.3-104.1 102.3s-104-45.8-104-102.3s46.5-102.3 104-102.3s104 45.8 104 102.3z"/><path fill="#fff" d="m374.1 204.2l-1 47.3l-44.2 12l43.5 15.5l-1 43.3l28.3-33.8l42.9 14.8l-24.8-36.3l30.2-36.1l-46.4 12.8z"/></g></svg>

React

import type { SVGProps } from "react";

export function FlagTr1x1(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><g fillRule="evenodd"><path fill="#e30a17" d="M0 0h512v512H0z"/><path fill="#fff" d="M348.8 264c0 70.6-58.3 127.9-130.1 127.9s-130.1-57.3-130.1-128s58.2-127.8 130-127.8S348.9 193.3 348.9 264z"/><path fill="#e30a17" d="M355.3 264c0 56.5-46.6 102.3-104.1 102.3s-104-45.8-104-102.3s46.5-102.3 104-102.3s104 45.8 104 102.3z"/><path fill="#fff" d="m374.1 204.2l-1 47.3l-44.2 12l43.5 15.5l-1 43.3l28.3-33.8l42.9 14.8l-24.8-36.3l30.2-36.1l-46.4 12.8z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><g fill-rule="evenodd"><path fill="#e30a17" d="M0 0h512v512H0z"/><path fill="#fff" d="M348.8 264c0 70.6-58.3 127.9-130.1 127.9s-130.1-57.3-130.1-128s58.2-127.8 130-127.8S348.9 193.3 348.9 264z"/><path fill="#e30a17" d="M355.3 264c0 56.5-46.6 102.3-104.1 102.3s-104-45.8-104-102.3s46.5-102.3 104-102.3s104 45.8 104 102.3z"/><path fill="#fff" d="m374.1 204.2l-1 47.3l-44.2 12l43.5 15.5l-1 43.3l28.3-33.8l42.9 14.8l-24.8-36.3l30.2-36.1l-46.4 12.8z"/></g></svg>
</template>

CSS

.icon-tr-1x1 {
  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%20512%20512%22%3E%3Cg%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23e30a17%22%20d%3D%22M0%200h512v512H0z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M348.8%20264c0%2070.6-58.3%20127.9-130.1%20127.9s-130.1-57.3-130.1-128s58.2-127.8%20130-127.8S348.9%20193.3%20348.9%20264z%22%2F%3E%3Cpath%20fill%3D%22%23e30a17%22%20d%3D%22M355.3%20264c0%2056.5-46.6%20102.3-104.1%20102.3s-104-45.8-104-102.3s46.5-102.3%20104-102.3s104%2045.8%20104%20102.3z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m374.1%20204.2l-1%2047.3l-44.2%2012l43.5%2015.5l-1%2043.3l28.3-33.8l42.9%2014.8l-24.8-36.3l30.2-36.1l-46.4%2012.8z%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%20512%20512%22%3E%3Cg%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23e30a17%22%20d%3D%22M0%200h512v512H0z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M348.8%20264c0%2070.6-58.3%20127.9-130.1%20127.9s-130.1-57.3-130.1-128s58.2-127.8%20130-127.8S348.9%20193.3%20348.9%20264z%22%2F%3E%3Cpath%20fill%3D%22%23e30a17%22%20d%3D%22M355.3%20264c0%2056.5-46.6%20102.3-104.1%20102.3s-104-45.8-104-102.3s46.5-102.3%20104-102.3s104%2045.8%20104%20102.3z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m374.1%20204.2l-1%2047.3l-44.2%2012l43.5%2015.5l-1%2043.3l28.3-33.8l42.9%2014.8l-24.8-36.3l30.2-36.1l-46.4%2012.8z%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-1x1.svg?color=%231a73e8&size=48