rw logo
rw-4x3 from Flag Icons by Panayiotis Lipiridis · 4x3 · MIT Free for personal and commercial use.
- Name
- rw-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 rw logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 480"><path fill="#20603d" d="M0 0h640v480H0z"/><path fill="#fad201" d="M0 0h640v360H0z"/><path fill="#00a1de" d="M0 0h640v240H0z"/><g transform="translate(511 125.4)scale(.66667)"><g id="SVGPMsh0d7b"><path id="SVGAjpHmdCJ" fill="#e5be01" d="M116.1 0L35.7 4.7l76.4 25.4l-78.8-16.3L100.6 58l-72-36.2L82 82.1L21.9 28.6l36.2 72l-44.3-67.3L30 112L4.7 35.7L0 116.1L-1-1z"/><use width="100%" height="100%" href="#SVGAjpHmdCJ" transform="scale(1 -1)"/></g><use width="100%" height="100%" href="#SVGPMsh0d7b" transform="scale(-1 1)"/><circle r="34.3" fill="#e5be01" stroke="#00a1de" stroke-width="3.4"/></g></svg>
React
import type { SVGProps } from "react";
export function FlagRw4x3(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 480"><path fill="#20603d" d="M0 0h640v480H0z"/><path fill="#fad201" d="M0 0h640v360H0z"/><path fill="#00a1de" d="M0 0h640v240H0z"/><g transform="translate(511 125.4)scale(.66667)"><g id="SVGPMsh0d7b"><path id="SVGAjpHmdCJ" fill="#e5be01" d="M116.1 0L35.7 4.7l76.4 25.4l-78.8-16.3L100.6 58l-72-36.2L82 82.1L21.9 28.6l36.2 72l-44.3-67.3L30 112L4.7 35.7L0 116.1L-1-1z"/><use width="100%" height="100%" href="#SVGAjpHmdCJ" transform="scale(1 -1)"/></g><use width="100%" height="100%" href="#SVGPMsh0d7b" transform="scale(-1 1)"/><circle r="34.3" fill="#e5be01" stroke="#00a1de" strokeWidth="3.4"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 480"><path fill="#20603d" d="M0 0h640v480H0z"/><path fill="#fad201" d="M0 0h640v360H0z"/><path fill="#00a1de" d="M0 0h640v240H0z"/><g transform="translate(511 125.4)scale(.66667)"><g id="SVGPMsh0d7b"><path id="SVGAjpHmdCJ" fill="#e5be01" d="M116.1 0L35.7 4.7l76.4 25.4l-78.8-16.3L100.6 58l-72-36.2L82 82.1L21.9 28.6l36.2 72l-44.3-67.3L30 112L4.7 35.7L0 116.1L-1-1z"/><use width="100%" height="100%" href="#SVGAjpHmdCJ" transform="scale(1 -1)"/></g><use width="100%" height="100%" href="#SVGPMsh0d7b" transform="scale(-1 1)"/><circle r="34.3" fill="#e5be01" stroke="#00a1de" stroke-width="3.4"/></g></svg> </template>
CSS
.icon-rw-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%2320603d%22%20d%3D%22M0%200h640v480H0z%22%2F%3E%3Cpath%20fill%3D%22%23fad201%22%20d%3D%22M0%200h640v360H0z%22%2F%3E%3Cpath%20fill%3D%22%2300a1de%22%20d%3D%22M0%200h640v240H0z%22%2F%3E%3Cg%20transform%3D%22translate(511%20125.4)scale(.66667)%22%3E%3Cg%20id%3D%22SVGPMsh0d7b%22%3E%3Cpath%20id%3D%22SVGAjpHmdCJ%22%20fill%3D%22%23e5be01%22%20d%3D%22M116.1%200L35.7%204.7l76.4%2025.4l-78.8-16.3L100.6%2058l-72-36.2L82%2082.1L21.9%2028.6l36.2%2072l-44.3-67.3L30%20112L4.7%2035.7L0%20116.1L-1-1z%22%2F%3E%3Cuse%20width%3D%22100%25%22%20height%3D%22100%25%22%20href%3D%22%23SVGAjpHmdCJ%22%20transform%3D%22scale(1%20-1)%22%2F%3E%3C%2Fg%3E%3Cuse%20width%3D%22100%25%22%20height%3D%22100%25%22%20href%3D%22%23SVGPMsh0d7b%22%20transform%3D%22scale(-1%201)%22%2F%3E%3Ccircle%20r%3D%2234.3%22%20fill%3D%22%23e5be01%22%20stroke%3D%22%2300a1de%22%20stroke-width%3D%223.4%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%2320603d%22%20d%3D%22M0%200h640v480H0z%22%2F%3E%3Cpath%20fill%3D%22%23fad201%22%20d%3D%22M0%200h640v360H0z%22%2F%3E%3Cpath%20fill%3D%22%2300a1de%22%20d%3D%22M0%200h640v240H0z%22%2F%3E%3Cg%20transform%3D%22translate(511%20125.4)scale(.66667)%22%3E%3Cg%20id%3D%22SVGPMsh0d7b%22%3E%3Cpath%20id%3D%22SVGAjpHmdCJ%22%20fill%3D%22%23e5be01%22%20d%3D%22M116.1%200L35.7%204.7l76.4%2025.4l-78.8-16.3L100.6%2058l-72-36.2L82%2082.1L21.9%2028.6l36.2%2072l-44.3-67.3L30%20112L4.7%2035.7L0%20116.1L-1-1z%22%2F%3E%3Cuse%20width%3D%22100%25%22%20height%3D%22100%25%22%20href%3D%22%23SVGAjpHmdCJ%22%20transform%3D%22scale(1%20-1)%22%2F%3E%3C%2Fg%3E%3Cuse%20width%3D%22100%25%22%20height%3D%22100%25%22%20href%3D%22%23SVGPMsh0d7b%22%20transform%3D%22scale(-1%201)%22%2F%3E%3Ccircle%20r%3D%2234.3%22%20fill%3D%22%23e5be01%22%20stroke%3D%22%2300a1de%22%20stroke-width%3D%223.4%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/rw-4x3.svg?color=%231a73e8&size=48