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

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 480"><defs><clipPath id="SVGZoARhb6Q"><path fill-opacity=".7" d="M10 0h160v120H10z"/></clipPath></defs><g fill-rule="evenodd" stroke-width="1pt" clip-path="url(#SVGZoARhb6Q)" transform="matrix(4 0 0 4 -40 0)"><path fill="#09f" d="M0 0h180v120H0z"/><path fill="#090" d="M0 0h180L0 120z"/><path fill="#000001" d="M0 120h40l140-95V0h-40L0 95z"/><path fill="#ff0" d="M0 91.5L137.2 0h13.5L0 100.5zM29.3 120L180 19.5v9L42.8 120z"/></g></svg>

React

import type { SVGProps } from "react";

export function FlagTz4x3(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 480"><defs><clipPath id="SVGZoARhb6Q"><path fillOpacity=".7" d="M10 0h160v120H10z"/></clipPath></defs><g fillRule="evenodd" strokeWidth="1pt" clipPath="url(#SVGZoARhb6Q)" transform="matrix(4 0 0 4 -40 0)"><path fill="#09f" d="M0 0h180v120H0z"/><path fill="#090" d="M0 0h180L0 120z"/><path fill="#000001" d="M0 120h40l140-95V0h-40L0 95z"/><path fill="#ff0" d="M0 91.5L137.2 0h13.5L0 100.5zM29.3 120L180 19.5v9L42.8 120z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 480"><defs><clipPath id="SVGZoARhb6Q"><path fill-opacity=".7" d="M10 0h160v120H10z"/></clipPath></defs><g fill-rule="evenodd" stroke-width="1pt" clip-path="url(#SVGZoARhb6Q)" transform="matrix(4 0 0 4 -40 0)"><path fill="#09f" d="M0 0h180v120H0z"/><path fill="#090" d="M0 0h180L0 120z"/><path fill="#000001" d="M0 120h40l140-95V0h-40L0 95z"/><path fill="#ff0" d="M0 91.5L137.2 0h13.5L0 100.5zM29.3 120L180 19.5v9L42.8 120z"/></g></svg>
</template>

CSS

.icon-tz-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%3Cdefs%3E%3CclipPath%20id%3D%22SVGZoARhb6Q%22%3E%3Cpath%20fill-opacity%3D%22.7%22%20d%3D%22M10%200h160v120H10z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20fill-rule%3D%22evenodd%22%20stroke-width%3D%221pt%22%20clip-path%3D%22url(%23SVGZoARhb6Q)%22%20transform%3D%22matrix(4%200%200%204%20-40%200)%22%3E%3Cpath%20fill%3D%22%2309f%22%20d%3D%22M0%200h180v120H0z%22%2F%3E%3Cpath%20fill%3D%22%23090%22%20d%3D%22M0%200h180L0%20120z%22%2F%3E%3Cpath%20fill%3D%22%23000001%22%20d%3D%22M0%20120h40l140-95V0h-40L0%2095z%22%2F%3E%3Cpath%20fill%3D%22%23ff0%22%20d%3D%22M0%2091.5L137.2%200h13.5L0%20100.5zM29.3%20120L180%2019.5v9L42.8%20120z%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%3Cdefs%3E%3CclipPath%20id%3D%22SVGZoARhb6Q%22%3E%3Cpath%20fill-opacity%3D%22.7%22%20d%3D%22M10%200h160v120H10z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20fill-rule%3D%22evenodd%22%20stroke-width%3D%221pt%22%20clip-path%3D%22url(%23SVGZoARhb6Q)%22%20transform%3D%22matrix(4%200%200%204%20-40%200)%22%3E%3Cpath%20fill%3D%22%2309f%22%20d%3D%22M0%200h180v120H0z%22%2F%3E%3Cpath%20fill%3D%22%23090%22%20d%3D%22M0%200h180L0%20120z%22%2F%3E%3Cpath%20fill%3D%22%23000001%22%20d%3D%22M0%20120h40l140-95V0h-40L0%2095z%22%2F%3E%3Cpath%20fill%3D%22%23ff0%22%20d%3D%22M0%2091.5L137.2%200h13.5L0%20100.5zM29.3%20120L180%2019.5v9L42.8%20120z%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/tz-4x3.svg?color=%231a73e8&size=48