iq logo
iq-4x3 from Flag Icons by Panayiotis Lipiridis · 4x3 · MIT Free for personal and commercial use.
- Name
- iq-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 iq logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 480"><path fill="#fff" d="M0 160h640v160H0z"/><path fill="#ce1126" d="M0 0h640v160H0z"/><path fill="#000001" d="M0 320h640v160H0z"/><g fill="#007a3d" transform="translate(-179.3 -92.8)scale(1.75182)"><path d="m325.5 173.2l-1.4-1q-.6-.7 1.2-.2q3.3 1 5.3-.8l1.3-1.1l1.5.7q1.5.8 2 .7c.7-.2 2.1-2 2-2.6c0-.7.6-.5 1 .3c.6 1.6-.3 3.5-2 3.9q-1 .3-2.6-.3c-1.4-.5-1.7-.5-2.4 0a5 5 0 0 1-5.9.4m5.8-5.3a8 8 0 0 1-1-4q.1-.9.8-.6c1 .3 1.2 1 1 3q0 2.7-.8 1.6m-67.6-1.9c-.1 1.3 2.4 4.6 3.5 5.2c-.8.3-1.7.2-2.4.5c-4 4-18.4 18-21 21.4c7.8.2 16.4-.1 23.7-.4c0-5.3 5-5.6 8.4-7.5c1.7 2.7 6 2.5 6.6 6.6v17.6H216a9.7 9.7 0 0 1-12.3 7.5c2-2 5.4-2.8 6.6-5.7c1-6.4-2-10.3-4-14a24 24 0 0 0 7-3.6c-2.3 7 6.2 6.3 12.4 6.1c.2-2.4.1-5.2-1.7-5.6c2.3-.9 2.7-1.2 6.6-4.4v9.6l46.1-.1c0-3 .8-7.9-1.6-7.9c-2.2 0 0 6.2-1.8 6.2h-35.7v-6c1.5-1.6 1.3-1.5 11.6-11.8c1-1 8.3-7.6 14.6-13.7zm89.1-.3c2.5 1.4 4.5 3.2 7.5 4c-.3 1.3-1.5 1.8-1.8 3.1v27c3.4.7 4.2-1.3 5.8-2.3c.4 4.3 3.2 8.5 3 12h-14.5zm-19.4 14.5s5.3-4.5 5.3-4.7V199h3.8l-.1-26.3c1.5-1.6 4.6-3.8 5.3-5.4v42h-33.4c-.5-8.7-.6-17.7 9.6-15.8V190c-.3-.6-.9.1-1-.7c1.6-1.6 2.1-2 6.5-5.8l.1 15.5h3.9zm-12.6 18.6c.7 1 3.2 1 3-.8c-.3-1.5-3.5-1-3 .8"/><circle cx="224" cy="214.4" r="2"/><path d="M287 165.8c2.5 1.3 4.5 3.2 7.6 4c-.4 1.2-1.5 1.7-1.8 3v27c3.4.7 4.1-1.2 5.7-2.3c.5 4.3 3.2 8.6 3.1 12H287z"/></g></svg>
React
import type { SVGProps } from "react";
export function FlagIq4x3(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 480"><path fill="#fff" d="M0 160h640v160H0z"/><path fill="#ce1126" d="M0 0h640v160H0z"/><path fill="#000001" d="M0 320h640v160H0z"/><g fill="#007a3d" transform="translate(-179.3 -92.8)scale(1.75182)"><path d="m325.5 173.2l-1.4-1q-.6-.7 1.2-.2q3.3 1 5.3-.8l1.3-1.1l1.5.7q1.5.8 2 .7c.7-.2 2.1-2 2-2.6c0-.7.6-.5 1 .3c.6 1.6-.3 3.5-2 3.9q-1 .3-2.6-.3c-1.4-.5-1.7-.5-2.4 0a5 5 0 0 1-5.9.4m5.8-5.3a8 8 0 0 1-1-4q.1-.9.8-.6c1 .3 1.2 1 1 3q0 2.7-.8 1.6m-67.6-1.9c-.1 1.3 2.4 4.6 3.5 5.2c-.8.3-1.7.2-2.4.5c-4 4-18.4 18-21 21.4c7.8.2 16.4-.1 23.7-.4c0-5.3 5-5.6 8.4-7.5c1.7 2.7 6 2.5 6.6 6.6v17.6H216a9.7 9.7 0 0 1-12.3 7.5c2-2 5.4-2.8 6.6-5.7c1-6.4-2-10.3-4-14a24 24 0 0 0 7-3.6c-2.3 7 6.2 6.3 12.4 6.1c.2-2.4.1-5.2-1.7-5.6c2.3-.9 2.7-1.2 6.6-4.4v9.6l46.1-.1c0-3 .8-7.9-1.6-7.9c-2.2 0 0 6.2-1.8 6.2h-35.7v-6c1.5-1.6 1.3-1.5 11.6-11.8c1-1 8.3-7.6 14.6-13.7zm89.1-.3c2.5 1.4 4.5 3.2 7.5 4c-.3 1.3-1.5 1.8-1.8 3.1v27c3.4.7 4.2-1.3 5.8-2.3c.4 4.3 3.2 8.5 3 12h-14.5zm-19.4 14.5s5.3-4.5 5.3-4.7V199h3.8l-.1-26.3c1.5-1.6 4.6-3.8 5.3-5.4v42h-33.4c-.5-8.7-.6-17.7 9.6-15.8V190c-.3-.6-.9.1-1-.7c1.6-1.6 2.1-2 6.5-5.8l.1 15.5h3.9zm-12.6 18.6c.7 1 3.2 1 3-.8c-.3-1.5-3.5-1-3 .8"/><circle cx="224" cy="214.4" r="2"/><path d="M287 165.8c2.5 1.3 4.5 3.2 7.6 4c-.4 1.2-1.5 1.7-1.8 3v27c3.4.7 4.1-1.2 5.7-2.3c.5 4.3 3.2 8.6 3.1 12H287z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 480"><path fill="#fff" d="M0 160h640v160H0z"/><path fill="#ce1126" d="M0 0h640v160H0z"/><path fill="#000001" d="M0 320h640v160H0z"/><g fill="#007a3d" transform="translate(-179.3 -92.8)scale(1.75182)"><path d="m325.5 173.2l-1.4-1q-.6-.7 1.2-.2q3.3 1 5.3-.8l1.3-1.1l1.5.7q1.5.8 2 .7c.7-.2 2.1-2 2-2.6c0-.7.6-.5 1 .3c.6 1.6-.3 3.5-2 3.9q-1 .3-2.6-.3c-1.4-.5-1.7-.5-2.4 0a5 5 0 0 1-5.9.4m5.8-5.3a8 8 0 0 1-1-4q.1-.9.8-.6c1 .3 1.2 1 1 3q0 2.7-.8 1.6m-67.6-1.9c-.1 1.3 2.4 4.6 3.5 5.2c-.8.3-1.7.2-2.4.5c-4 4-18.4 18-21 21.4c7.8.2 16.4-.1 23.7-.4c0-5.3 5-5.6 8.4-7.5c1.7 2.7 6 2.5 6.6 6.6v17.6H216a9.7 9.7 0 0 1-12.3 7.5c2-2 5.4-2.8 6.6-5.7c1-6.4-2-10.3-4-14a24 24 0 0 0 7-3.6c-2.3 7 6.2 6.3 12.4 6.1c.2-2.4.1-5.2-1.7-5.6c2.3-.9 2.7-1.2 6.6-4.4v9.6l46.1-.1c0-3 .8-7.9-1.6-7.9c-2.2 0 0 6.2-1.8 6.2h-35.7v-6c1.5-1.6 1.3-1.5 11.6-11.8c1-1 8.3-7.6 14.6-13.7zm89.1-.3c2.5 1.4 4.5 3.2 7.5 4c-.3 1.3-1.5 1.8-1.8 3.1v27c3.4.7 4.2-1.3 5.8-2.3c.4 4.3 3.2 8.5 3 12h-14.5zm-19.4 14.5s5.3-4.5 5.3-4.7V199h3.8l-.1-26.3c1.5-1.6 4.6-3.8 5.3-5.4v42h-33.4c-.5-8.7-.6-17.7 9.6-15.8V190c-.3-.6-.9.1-1-.7c1.6-1.6 2.1-2 6.5-5.8l.1 15.5h3.9zm-12.6 18.6c.7 1 3.2 1 3-.8c-.3-1.5-3.5-1-3 .8"/><circle cx="224" cy="214.4" r="2"/><path d="M287 165.8c2.5 1.3 4.5 3.2 7.6 4c-.4 1.2-1.5 1.7-1.8 3v27c3.4.7 4.1-1.2 5.7-2.3c.5 4.3 3.2 8.6 3.1 12H287z"/></g></svg> </template>
CSS
.icon-iq-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%23fff%22%20d%3D%22M0%20160h640v160H0z%22%2F%3E%3Cpath%20fill%3D%22%23ce1126%22%20d%3D%22M0%200h640v160H0z%22%2F%3E%3Cpath%20fill%3D%22%23000001%22%20d%3D%22M0%20320h640v160H0z%22%2F%3E%3Cg%20fill%3D%22%23007a3d%22%20transform%3D%22translate(-179.3%20-92.8)scale(1.75182)%22%3E%3Cpath%20d%3D%22m325.5%20173.2l-1.4-1q-.6-.7%201.2-.2q3.3%201%205.3-.8l1.3-1.1l1.5.7q1.5.8%202%20.7c.7-.2%202.1-2%202-2.6c0-.7.6-.5%201%20.3c.6%201.6-.3%203.5-2%203.9q-1%20.3-2.6-.3c-1.4-.5-1.7-.5-2.4%200a5%205%200%200%201-5.9.4m5.8-5.3a8%208%200%200%201-1-4q.1-.9.8-.6c1%20.3%201.2%201%201%203q0%202.7-.8%201.6m-67.6-1.9c-.1%201.3%202.4%204.6%203.5%205.2c-.8.3-1.7.2-2.4.5c-4%204-18.4%2018-21%2021.4c7.8.2%2016.4-.1%2023.7-.4c0-5.3%205-5.6%208.4-7.5c1.7%202.7%206%202.5%206.6%206.6v17.6H216a9.7%209.7%200%200%201-12.3%207.5c2-2%205.4-2.8%206.6-5.7c1-6.4-2-10.3-4-14a24%2024%200%200%200%207-3.6c-2.3%207%206.2%206.3%2012.4%206.1c.2-2.4.1-5.2-1.7-5.6c2.3-.9%202.7-1.2%206.6-4.4v9.6l46.1-.1c0-3%20.8-7.9-1.6-7.9c-2.2%200%200%206.2-1.8%206.2h-35.7v-6c1.5-1.6%201.3-1.5%2011.6-11.8c1-1%208.3-7.6%2014.6-13.7zm89.1-.3c2.5%201.4%204.5%203.2%207.5%204c-.3%201.3-1.5%201.8-1.8%203.1v27c3.4.7%204.2-1.3%205.8-2.3c.4%204.3%203.2%208.5%203%2012h-14.5zm-19.4%2014.5s5.3-4.5%205.3-4.7V199h3.8l-.1-26.3c1.5-1.6%204.6-3.8%205.3-5.4v42h-33.4c-.5-8.7-.6-17.7%209.6-15.8V190c-.3-.6-.9.1-1-.7c1.6-1.6%202.1-2%206.5-5.8l.1%2015.5h3.9zm-12.6%2018.6c.7%201%203.2%201%203-.8c-.3-1.5-3.5-1-3%20.8%22%2F%3E%3Ccircle%20cx%3D%22224%22%20cy%3D%22214.4%22%20r%3D%222%22%2F%3E%3Cpath%20d%3D%22M287%20165.8c2.5%201.3%204.5%203.2%207.6%204c-.4%201.2-1.5%201.7-1.8%203v27c3.4.7%204.1-1.2%205.7-2.3c.5%204.3%203.2%208.6%203.1%2012H287z%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%23fff%22%20d%3D%22M0%20160h640v160H0z%22%2F%3E%3Cpath%20fill%3D%22%23ce1126%22%20d%3D%22M0%200h640v160H0z%22%2F%3E%3Cpath%20fill%3D%22%23000001%22%20d%3D%22M0%20320h640v160H0z%22%2F%3E%3Cg%20fill%3D%22%23007a3d%22%20transform%3D%22translate(-179.3%20-92.8)scale(1.75182)%22%3E%3Cpath%20d%3D%22m325.5%20173.2l-1.4-1q-.6-.7%201.2-.2q3.3%201%205.3-.8l1.3-1.1l1.5.7q1.5.8%202%20.7c.7-.2%202.1-2%202-2.6c0-.7.6-.5%201%20.3c.6%201.6-.3%203.5-2%203.9q-1%20.3-2.6-.3c-1.4-.5-1.7-.5-2.4%200a5%205%200%200%201-5.9.4m5.8-5.3a8%208%200%200%201-1-4q.1-.9.8-.6c1%20.3%201.2%201%201%203q0%202.7-.8%201.6m-67.6-1.9c-.1%201.3%202.4%204.6%203.5%205.2c-.8.3-1.7.2-2.4.5c-4%204-18.4%2018-21%2021.4c7.8.2%2016.4-.1%2023.7-.4c0-5.3%205-5.6%208.4-7.5c1.7%202.7%206%202.5%206.6%206.6v17.6H216a9.7%209.7%200%200%201-12.3%207.5c2-2%205.4-2.8%206.6-5.7c1-6.4-2-10.3-4-14a24%2024%200%200%200%207-3.6c-2.3%207%206.2%206.3%2012.4%206.1c.2-2.4.1-5.2-1.7-5.6c2.3-.9%202.7-1.2%206.6-4.4v9.6l46.1-.1c0-3%20.8-7.9-1.6-7.9c-2.2%200%200%206.2-1.8%206.2h-35.7v-6c1.5-1.6%201.3-1.5%2011.6-11.8c1-1%208.3-7.6%2014.6-13.7zm89.1-.3c2.5%201.4%204.5%203.2%207.5%204c-.3%201.3-1.5%201.8-1.8%203.1v27c3.4.7%204.2-1.3%205.8-2.3c.4%204.3%203.2%208.5%203%2012h-14.5zm-19.4%2014.5s5.3-4.5%205.3-4.7V199h3.8l-.1-26.3c1.5-1.6%204.6-3.8%205.3-5.4v42h-33.4c-.5-8.7-.6-17.7%209.6-15.8V190c-.3-.6-.9.1-1-.7c1.6-1.6%202.1-2%206.5-5.8l.1%2015.5h3.9zm-12.6%2018.6c.7%201%203.2%201%203-.8c-.3-1.5-3.5-1-3%20.8%22%2F%3E%3Ccircle%20cx%3D%22224%22%20cy%3D%22214.4%22%20r%3D%222%22%2F%3E%3Cpath%20d%3D%22M287%20165.8c2.5%201.3%204.5%203.2%207.6%204c-.4%201.2-1.5%201.7-1.8%203v27c3.4.7%204.1-1.2%205.7-2.3c.5%204.3%203.2%208.6%203.1%2012H287z%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/iq-4x3.svg?color=%231a73e8&size=48