uz logo
uz-4x3 from Flag Icons by Panayiotis Lipiridis · 4x3 · MIT Free for personal and commercial use.
- Name
- uz-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 uz logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 480"><path fill="#1eb53a" d="M0 320h640v160H0z"/><path fill="#0099b5" d="M0 0h640v160H0z"/><path fill="#ce1126" d="M0 153.6h640v172.8H0z"/><path fill="#fff" d="M0 163.2h640v153.6H0z"/><circle cx="134.4" cy="76.8" r="57.6" fill="#fff"/><circle cx="153.6" cy="76.8" r="57.6" fill="#0099b5"/><g fill="#fff" transform="translate(261.1 122.9)scale(1.92)"><g id="SVGwAes2bDv"><g id="SVGBB1QDcRi"><g id="SVGrvCQae9I"><g id="SVGqjNWP1WM"><path id="SVGBfgSPcCC" d="M0-6L-1.9-.3L1 .7"/><use width="100%" height="100%" href="#SVGBfgSPcCC" transform="scale(-1 1)"/></g><use width="100%" height="100%" href="#SVGqjNWP1WM" transform="rotate(72)"/></g><use width="100%" height="100%" href="#SVGqjNWP1WM" transform="rotate(-72)"/><use width="100%" height="100%" href="#SVGrvCQae9I" transform="rotate(144)"/></g><use width="100%" height="100%" y="-24" href="#SVGBB1QDcRi"/><use width="100%" height="100%" y="-48" href="#SVGBB1QDcRi"/></g><use width="100%" height="100%" x="24" href="#SVGwAes2bDv"/><use width="100%" height="100%" x="48" href="#SVGwAes2bDv"/><use width="100%" height="100%" x="-48" href="#SVGBB1QDcRi"/><use width="100%" height="100%" x="-24" href="#SVGBB1QDcRi"/><use width="100%" height="100%" x="-24" y="-24" href="#SVGBB1QDcRi"/></g></svg>
React
import type { SVGProps } from "react";
export function FlagUz4x3(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 480"><path fill="#1eb53a" d="M0 320h640v160H0z"/><path fill="#0099b5" d="M0 0h640v160H0z"/><path fill="#ce1126" d="M0 153.6h640v172.8H0z"/><path fill="#fff" d="M0 163.2h640v153.6H0z"/><circle cx="134.4" cy="76.8" r="57.6" fill="#fff"/><circle cx="153.6" cy="76.8" r="57.6" fill="#0099b5"/><g fill="#fff" transform="translate(261.1 122.9)scale(1.92)"><g id="SVGwAes2bDv"><g id="SVGBB1QDcRi"><g id="SVGrvCQae9I"><g id="SVGqjNWP1WM"><path id="SVGBfgSPcCC" d="M0-6L-1.9-.3L1 .7"/><use width="100%" height="100%" href="#SVGBfgSPcCC" transform="scale(-1 1)"/></g><use width="100%" height="100%" href="#SVGqjNWP1WM" transform="rotate(72)"/></g><use width="100%" height="100%" href="#SVGqjNWP1WM" transform="rotate(-72)"/><use width="100%" height="100%" href="#SVGrvCQae9I" transform="rotate(144)"/></g><use width="100%" height="100%" y="-24" href="#SVGBB1QDcRi"/><use width="100%" height="100%" y="-48" href="#SVGBB1QDcRi"/></g><use width="100%" height="100%" x="24" href="#SVGwAes2bDv"/><use width="100%" height="100%" x="48" href="#SVGwAes2bDv"/><use width="100%" height="100%" x="-48" href="#SVGBB1QDcRi"/><use width="100%" height="100%" x="-24" href="#SVGBB1QDcRi"/><use width="100%" height="100%" x="-24" y="-24" href="#SVGBB1QDcRi"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 480"><path fill="#1eb53a" d="M0 320h640v160H0z"/><path fill="#0099b5" d="M0 0h640v160H0z"/><path fill="#ce1126" d="M0 153.6h640v172.8H0z"/><path fill="#fff" d="M0 163.2h640v153.6H0z"/><circle cx="134.4" cy="76.8" r="57.6" fill="#fff"/><circle cx="153.6" cy="76.8" r="57.6" fill="#0099b5"/><g fill="#fff" transform="translate(261.1 122.9)scale(1.92)"><g id="SVGwAes2bDv"><g id="SVGBB1QDcRi"><g id="SVGrvCQae9I"><g id="SVGqjNWP1WM"><path id="SVGBfgSPcCC" d="M0-6L-1.9-.3L1 .7"/><use width="100%" height="100%" href="#SVGBfgSPcCC" transform="scale(-1 1)"/></g><use width="100%" height="100%" href="#SVGqjNWP1WM" transform="rotate(72)"/></g><use width="100%" height="100%" href="#SVGqjNWP1WM" transform="rotate(-72)"/><use width="100%" height="100%" href="#SVGrvCQae9I" transform="rotate(144)"/></g><use width="100%" height="100%" y="-24" href="#SVGBB1QDcRi"/><use width="100%" height="100%" y="-48" href="#SVGBB1QDcRi"/></g><use width="100%" height="100%" x="24" href="#SVGwAes2bDv"/><use width="100%" height="100%" x="48" href="#SVGwAes2bDv"/><use width="100%" height="100%" x="-48" href="#SVGBB1QDcRi"/><use width="100%" height="100%" x="-24" href="#SVGBB1QDcRi"/><use width="100%" height="100%" x="-24" y="-24" href="#SVGBB1QDcRi"/></g></svg> </template>
CSS
.icon-uz-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%231eb53a%22%20d%3D%22M0%20320h640v160H0z%22%2F%3E%3Cpath%20fill%3D%22%230099b5%22%20d%3D%22M0%200h640v160H0z%22%2F%3E%3Cpath%20fill%3D%22%23ce1126%22%20d%3D%22M0%20153.6h640v172.8H0z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%20163.2h640v153.6H0z%22%2F%3E%3Ccircle%20cx%3D%22134.4%22%20cy%3D%2276.8%22%20r%3D%2257.6%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%22153.6%22%20cy%3D%2276.8%22%20r%3D%2257.6%22%20fill%3D%22%230099b5%22%2F%3E%3Cg%20fill%3D%22%23fff%22%20transform%3D%22translate(261.1%20122.9)scale(1.92)%22%3E%3Cg%20id%3D%22SVGwAes2bDv%22%3E%3Cg%20id%3D%22SVGBB1QDcRi%22%3E%3Cg%20id%3D%22SVGrvCQae9I%22%3E%3Cg%20id%3D%22SVGqjNWP1WM%22%3E%3Cpath%20id%3D%22SVGBfgSPcCC%22%20d%3D%22M0-6L-1.9-.3L1%20.7%22%2F%3E%3Cuse%20width%3D%22100%25%22%20height%3D%22100%25%22%20href%3D%22%23SVGBfgSPcCC%22%20transform%3D%22scale(-1%201)%22%2F%3E%3C%2Fg%3E%3Cuse%20width%3D%22100%25%22%20height%3D%22100%25%22%20href%3D%22%23SVGqjNWP1WM%22%20transform%3D%22rotate(72)%22%2F%3E%3C%2Fg%3E%3Cuse%20width%3D%22100%25%22%20height%3D%22100%25%22%20href%3D%22%23SVGqjNWP1WM%22%20transform%3D%22rotate(-72)%22%2F%3E%3Cuse%20width%3D%22100%25%22%20height%3D%22100%25%22%20href%3D%22%23SVGrvCQae9I%22%20transform%3D%22rotate(144)%22%2F%3E%3C%2Fg%3E%3Cuse%20width%3D%22100%25%22%20height%3D%22100%25%22%20y%3D%22-24%22%20href%3D%22%23SVGBB1QDcRi%22%2F%3E%3Cuse%20width%3D%22100%25%22%20height%3D%22100%25%22%20y%3D%22-48%22%20href%3D%22%23SVGBB1QDcRi%22%2F%3E%3C%2Fg%3E%3Cuse%20width%3D%22100%25%22%20height%3D%22100%25%22%20x%3D%2224%22%20href%3D%22%23SVGwAes2bDv%22%2F%3E%3Cuse%20width%3D%22100%25%22%20height%3D%22100%25%22%20x%3D%2248%22%20href%3D%22%23SVGwAes2bDv%22%2F%3E%3Cuse%20width%3D%22100%25%22%20height%3D%22100%25%22%20x%3D%22-48%22%20href%3D%22%23SVGBB1QDcRi%22%2F%3E%3Cuse%20width%3D%22100%25%22%20height%3D%22100%25%22%20x%3D%22-24%22%20href%3D%22%23SVGBB1QDcRi%22%2F%3E%3Cuse%20width%3D%22100%25%22%20height%3D%22100%25%22%20x%3D%22-24%22%20y%3D%22-24%22%20href%3D%22%23SVGBB1QDcRi%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%3Cpath%20fill%3D%22%231eb53a%22%20d%3D%22M0%20320h640v160H0z%22%2F%3E%3Cpath%20fill%3D%22%230099b5%22%20d%3D%22M0%200h640v160H0z%22%2F%3E%3Cpath%20fill%3D%22%23ce1126%22%20d%3D%22M0%20153.6h640v172.8H0z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%20163.2h640v153.6H0z%22%2F%3E%3Ccircle%20cx%3D%22134.4%22%20cy%3D%2276.8%22%20r%3D%2257.6%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%22153.6%22%20cy%3D%2276.8%22%20r%3D%2257.6%22%20fill%3D%22%230099b5%22%2F%3E%3Cg%20fill%3D%22%23fff%22%20transform%3D%22translate(261.1%20122.9)scale(1.92)%22%3E%3Cg%20id%3D%22SVGwAes2bDv%22%3E%3Cg%20id%3D%22SVGBB1QDcRi%22%3E%3Cg%20id%3D%22SVGrvCQae9I%22%3E%3Cg%20id%3D%22SVGqjNWP1WM%22%3E%3Cpath%20id%3D%22SVGBfgSPcCC%22%20d%3D%22M0-6L-1.9-.3L1%20.7%22%2F%3E%3Cuse%20width%3D%22100%25%22%20height%3D%22100%25%22%20href%3D%22%23SVGBfgSPcCC%22%20transform%3D%22scale(-1%201)%22%2F%3E%3C%2Fg%3E%3Cuse%20width%3D%22100%25%22%20height%3D%22100%25%22%20href%3D%22%23SVGqjNWP1WM%22%20transform%3D%22rotate(72)%22%2F%3E%3C%2Fg%3E%3Cuse%20width%3D%22100%25%22%20height%3D%22100%25%22%20href%3D%22%23SVGqjNWP1WM%22%20transform%3D%22rotate(-72)%22%2F%3E%3Cuse%20width%3D%22100%25%22%20height%3D%22100%25%22%20href%3D%22%23SVGrvCQae9I%22%20transform%3D%22rotate(144)%22%2F%3E%3C%2Fg%3E%3Cuse%20width%3D%22100%25%22%20height%3D%22100%25%22%20y%3D%22-24%22%20href%3D%22%23SVGBB1QDcRi%22%2F%3E%3Cuse%20width%3D%22100%25%22%20height%3D%22100%25%22%20y%3D%22-48%22%20href%3D%22%23SVGBB1QDcRi%22%2F%3E%3C%2Fg%3E%3Cuse%20width%3D%22100%25%22%20height%3D%22100%25%22%20x%3D%2224%22%20href%3D%22%23SVGwAes2bDv%22%2F%3E%3Cuse%20width%3D%22100%25%22%20height%3D%22100%25%22%20x%3D%2248%22%20href%3D%22%23SVGwAes2bDv%22%2F%3E%3Cuse%20width%3D%22100%25%22%20height%3D%22100%25%22%20x%3D%22-48%22%20href%3D%22%23SVGBB1QDcRi%22%2F%3E%3Cuse%20width%3D%22100%25%22%20height%3D%22100%25%22%20x%3D%22-24%22%20href%3D%22%23SVGBB1QDcRi%22%2F%3E%3Cuse%20width%3D%22100%25%22%20height%3D%22100%25%22%20x%3D%22-24%22%20y%3D%22-24%22%20href%3D%22%23SVGBB1QDcRi%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/uz-4x3.svg?color=%231a73e8&size=48