pg logo
pg-4x3 from Flag Icons by Panayiotis Lipiridis · 4x3 · MIT Free for personal and commercial use.
- Name
- pg-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 pg logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 480"><g fill-rule="evenodd"><path fill="#000001" d="m1.6 0l-.5 480h640z"/><path fill="red" d="m640.6 480l.5-480H1.1z"/></g><path fill="#fc0" stroke="#fc0" stroke-width="1.1" d="m178 54l-3.8-.2c-1.2-2.8-4.5-3.8-6.6-2.6L156 51l7.1 3.1C165 59 171 60 171 60c-.6 8.8-8.9-1.1-15.9 3.9c-5 3-5 6.5-7.7 12.3c-.9 1.6-4.4 5.8-4.4 5.8l5.9-.5L147 84l7-1l-1.5 1.4c1 .2 8-1.7 8-1.7L160 85l8-2.9s1.6 1.3 3 1.9l1-4l4 1l1-4c6 8 8 16 19 18l-1-4l8.7 4l.9-1.7c4.8 3.4 8.7 3.3 11.4 3.7l-2-5l2 1l-3-8l3 1l-4-6l1.5-1l-.5-3c6 2 14 5 15 12c1 11-11 14-19 13c6 5 17 3 22-2c2-2 3-5 4-8c1 3 3 7 3 11c-1 9-13 12-21 13c9 5 25-1 26-14c0-11-7-16-10-21l-1-5.4l3 1.4s-1.8-3.3-2-4c0 0-3.1-8.5-4.2-10.4l2.2.4l-8.2-10.3l2.3-.2S215.6 44 213 43l3-1c-6-3-13-1-19 3l1-3l-1.8.2v-3.5L198 36l-3-1l2-5l-3 1l1-5s-2.2 1-3.6.9l1.6-3.4c-1-1.5 0-4.5 0-4.5c-7 1-8 2-12 8c-6 11-4 16-3 27z" transform="matrix(2.21989 0 0 2.21194 1.1 0)"/><path fill="red" fill-rule="evenodd" stroke="red" stroke-width="1.4" d="M215.8 70.4c.5.9 6.2 3.6 10.4 6c-1.1-4.6-9.4-5.6-10.4-6z" transform="matrix(2.21989 0 0 2.21194 1.1 0)"/><path fill="#fff" fill-rule="evenodd" d="m175 399l-14.2-9l-19 9.1l4.3-16.2l-14.5-15.1l16.7-1l10-18.4l6.1 15.5l20.7 3.8l-13 10.6zm36.2-79l-6.6-3l-6.3 3.6l1-7.2l-5.4-4.9l7.1-1.3l3-6.6l3.5 6.4l7.2.8l-5 5.2zm32-45.2l-14.5-7l-13.9 7.8l2.3-15.7l-11.8-10.8l15.7-2.8l6.6-14.4l7.6 14l15.8 1.8l-11 11.5zm-65.8-63l-17-8.5l-16.5 9.1l2.8-18.6l-13.8-13l18.7-3l8-17l8.7 16.7l18.8 2.3l-13.3 13.4zm-60.8 65.4l-17-10l-17 10.3l4.3-19.3l-15.1-13l19.7-1.8l7.7-18.3l7.9 18.2l19.8 1.6l-14.9 13z"/></svg>
React
import type { SVGProps } from "react";
export function FlagPg4x3(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 480"><g fillRule="evenodd"><path fill="#000001" d="m1.6 0l-.5 480h640z"/><path fill="red" d="m640.6 480l.5-480H1.1z"/></g><path fill="#fc0" stroke="#fc0" strokeWidth="1.1" d="m178 54l-3.8-.2c-1.2-2.8-4.5-3.8-6.6-2.6L156 51l7.1 3.1C165 59 171 60 171 60c-.6 8.8-8.9-1.1-15.9 3.9c-5 3-5 6.5-7.7 12.3c-.9 1.6-4.4 5.8-4.4 5.8l5.9-.5L147 84l7-1l-1.5 1.4c1 .2 8-1.7 8-1.7L160 85l8-2.9s1.6 1.3 3 1.9l1-4l4 1l1-4c6 8 8 16 19 18l-1-4l8.7 4l.9-1.7c4.8 3.4 8.7 3.3 11.4 3.7l-2-5l2 1l-3-8l3 1l-4-6l1.5-1l-.5-3c6 2 14 5 15 12c1 11-11 14-19 13c6 5 17 3 22-2c2-2 3-5 4-8c1 3 3 7 3 11c-1 9-13 12-21 13c9 5 25-1 26-14c0-11-7-16-10-21l-1-5.4l3 1.4s-1.8-3.3-2-4c0 0-3.1-8.5-4.2-10.4l2.2.4l-8.2-10.3l2.3-.2S215.6 44 213 43l3-1c-6-3-13-1-19 3l1-3l-1.8.2v-3.5L198 36l-3-1l2-5l-3 1l1-5s-2.2 1-3.6.9l1.6-3.4c-1-1.5 0-4.5 0-4.5c-7 1-8 2-12 8c-6 11-4 16-3 27z" transform="matrix(2.21989 0 0 2.21194 1.1 0)"/><path fill="red" fillRule="evenodd" stroke="red" strokeWidth="1.4" d="M215.8 70.4c.5.9 6.2 3.6 10.4 6c-1.1-4.6-9.4-5.6-10.4-6z" transform="matrix(2.21989 0 0 2.21194 1.1 0)"/><path fill="#fff" fillRule="evenodd" d="m175 399l-14.2-9l-19 9.1l4.3-16.2l-14.5-15.1l16.7-1l10-18.4l6.1 15.5l20.7 3.8l-13 10.6zm36.2-79l-6.6-3l-6.3 3.6l1-7.2l-5.4-4.9l7.1-1.3l3-6.6l3.5 6.4l7.2.8l-5 5.2zm32-45.2l-14.5-7l-13.9 7.8l2.3-15.7l-11.8-10.8l15.7-2.8l6.6-14.4l7.6 14l15.8 1.8l-11 11.5zm-65.8-63l-17-8.5l-16.5 9.1l2.8-18.6l-13.8-13l18.7-3l8-17l8.7 16.7l18.8 2.3l-13.3 13.4zm-60.8 65.4l-17-10l-17 10.3l4.3-19.3l-15.1-13l19.7-1.8l7.7-18.3l7.9 18.2l19.8 1.6l-14.9 13z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 480"><g fill-rule="evenodd"><path fill="#000001" d="m1.6 0l-.5 480h640z"/><path fill="red" d="m640.6 480l.5-480H1.1z"/></g><path fill="#fc0" stroke="#fc0" stroke-width="1.1" d="m178 54l-3.8-.2c-1.2-2.8-4.5-3.8-6.6-2.6L156 51l7.1 3.1C165 59 171 60 171 60c-.6 8.8-8.9-1.1-15.9 3.9c-5 3-5 6.5-7.7 12.3c-.9 1.6-4.4 5.8-4.4 5.8l5.9-.5L147 84l7-1l-1.5 1.4c1 .2 8-1.7 8-1.7L160 85l8-2.9s1.6 1.3 3 1.9l1-4l4 1l1-4c6 8 8 16 19 18l-1-4l8.7 4l.9-1.7c4.8 3.4 8.7 3.3 11.4 3.7l-2-5l2 1l-3-8l3 1l-4-6l1.5-1l-.5-3c6 2 14 5 15 12c1 11-11 14-19 13c6 5 17 3 22-2c2-2 3-5 4-8c1 3 3 7 3 11c-1 9-13 12-21 13c9 5 25-1 26-14c0-11-7-16-10-21l-1-5.4l3 1.4s-1.8-3.3-2-4c0 0-3.1-8.5-4.2-10.4l2.2.4l-8.2-10.3l2.3-.2S215.6 44 213 43l3-1c-6-3-13-1-19 3l1-3l-1.8.2v-3.5L198 36l-3-1l2-5l-3 1l1-5s-2.2 1-3.6.9l1.6-3.4c-1-1.5 0-4.5 0-4.5c-7 1-8 2-12 8c-6 11-4 16-3 27z" transform="matrix(2.21989 0 0 2.21194 1.1 0)"/><path fill="red" fill-rule="evenodd" stroke="red" stroke-width="1.4" d="M215.8 70.4c.5.9 6.2 3.6 10.4 6c-1.1-4.6-9.4-5.6-10.4-6z" transform="matrix(2.21989 0 0 2.21194 1.1 0)"/><path fill="#fff" fill-rule="evenodd" d="m175 399l-14.2-9l-19 9.1l4.3-16.2l-14.5-15.1l16.7-1l10-18.4l6.1 15.5l20.7 3.8l-13 10.6zm36.2-79l-6.6-3l-6.3 3.6l1-7.2l-5.4-4.9l7.1-1.3l3-6.6l3.5 6.4l7.2.8l-5 5.2zm32-45.2l-14.5-7l-13.9 7.8l2.3-15.7l-11.8-10.8l15.7-2.8l6.6-14.4l7.6 14l15.8 1.8l-11 11.5zm-65.8-63l-17-8.5l-16.5 9.1l2.8-18.6l-13.8-13l18.7-3l8-17l8.7 16.7l18.8 2.3l-13.3 13.4zm-60.8 65.4l-17-10l-17 10.3l4.3-19.3l-15.1-13l19.7-1.8l7.7-18.3l7.9 18.2l19.8 1.6l-14.9 13z"/></svg> </template>
CSS
.icon-pg-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%3Cg%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23000001%22%20d%3D%22m1.6%200l-.5%20480h640z%22%2F%3E%3Cpath%20fill%3D%22red%22%20d%3D%22m640.6%20480l.5-480H1.1z%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23fc0%22%20stroke%3D%22%23fc0%22%20stroke-width%3D%221.1%22%20d%3D%22m178%2054l-3.8-.2c-1.2-2.8-4.5-3.8-6.6-2.6L156%2051l7.1%203.1C165%2059%20171%2060%20171%2060c-.6%208.8-8.9-1.1-15.9%203.9c-5%203-5%206.5-7.7%2012.3c-.9%201.6-4.4%205.8-4.4%205.8l5.9-.5L147%2084l7-1l-1.5%201.4c1%20.2%208-1.7%208-1.7L160%2085l8-2.9s1.6%201.3%203%201.9l1-4l4%201l1-4c6%208%208%2016%2019%2018l-1-4l8.7%204l.9-1.7c4.8%203.4%208.7%203.3%2011.4%203.7l-2-5l2%201l-3-8l3%201l-4-6l1.5-1l-.5-3c6%202%2014%205%2015%2012c1%2011-11%2014-19%2013c6%205%2017%203%2022-2c2-2%203-5%204-8c1%203%203%207%203%2011c-1%209-13%2012-21%2013c9%205%2025-1%2026-14c0-11-7-16-10-21l-1-5.4l3%201.4s-1.8-3.3-2-4c0%200-3.1-8.5-4.2-10.4l2.2.4l-8.2-10.3l2.3-.2S215.6%2044%20213%2043l3-1c-6-3-13-1-19%203l1-3l-1.8.2v-3.5L198%2036l-3-1l2-5l-3%201l1-5s-2.2%201-3.6.9l1.6-3.4c-1-1.5%200-4.5%200-4.5c-7%201-8%202-12%208c-6%2011-4%2016-3%2027z%22%20transform%3D%22matrix(2.21989%200%200%202.21194%201.1%200)%22%2F%3E%3Cpath%20fill%3D%22red%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22red%22%20stroke-width%3D%221.4%22%20d%3D%22M215.8%2070.4c.5.9%206.2%203.6%2010.4%206c-1.1-4.6-9.4-5.6-10.4-6z%22%20transform%3D%22matrix(2.21989%200%200%202.21194%201.1%200)%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22m175%20399l-14.2-9l-19%209.1l4.3-16.2l-14.5-15.1l16.7-1l10-18.4l6.1%2015.5l20.7%203.8l-13%2010.6zm36.2-79l-6.6-3l-6.3%203.6l1-7.2l-5.4-4.9l7.1-1.3l3-6.6l3.5%206.4l7.2.8l-5%205.2zm32-45.2l-14.5-7l-13.9%207.8l2.3-15.7l-11.8-10.8l15.7-2.8l6.6-14.4l7.6%2014l15.8%201.8l-11%2011.5zm-65.8-63l-17-8.5l-16.5%209.1l2.8-18.6l-13.8-13l18.7-3l8-17l8.7%2016.7l18.8%202.3l-13.3%2013.4zm-60.8%2065.4l-17-10l-17%2010.3l4.3-19.3l-15.1-13l19.7-1.8l7.7-18.3l7.9%2018.2l19.8%201.6l-14.9%2013z%22%2F%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%3Cg%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23000001%22%20d%3D%22m1.6%200l-.5%20480h640z%22%2F%3E%3Cpath%20fill%3D%22red%22%20d%3D%22m640.6%20480l.5-480H1.1z%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23fc0%22%20stroke%3D%22%23fc0%22%20stroke-width%3D%221.1%22%20d%3D%22m178%2054l-3.8-.2c-1.2-2.8-4.5-3.8-6.6-2.6L156%2051l7.1%203.1C165%2059%20171%2060%20171%2060c-.6%208.8-8.9-1.1-15.9%203.9c-5%203-5%206.5-7.7%2012.3c-.9%201.6-4.4%205.8-4.4%205.8l5.9-.5L147%2084l7-1l-1.5%201.4c1%20.2%208-1.7%208-1.7L160%2085l8-2.9s1.6%201.3%203%201.9l1-4l4%201l1-4c6%208%208%2016%2019%2018l-1-4l8.7%204l.9-1.7c4.8%203.4%208.7%203.3%2011.4%203.7l-2-5l2%201l-3-8l3%201l-4-6l1.5-1l-.5-3c6%202%2014%205%2015%2012c1%2011-11%2014-19%2013c6%205%2017%203%2022-2c2-2%203-5%204-8c1%203%203%207%203%2011c-1%209-13%2012-21%2013c9%205%2025-1%2026-14c0-11-7-16-10-21l-1-5.4l3%201.4s-1.8-3.3-2-4c0%200-3.1-8.5-4.2-10.4l2.2.4l-8.2-10.3l2.3-.2S215.6%2044%20213%2043l3-1c-6-3-13-1-19%203l1-3l-1.8.2v-3.5L198%2036l-3-1l2-5l-3%201l1-5s-2.2%201-3.6.9l1.6-3.4c-1-1.5%200-4.5%200-4.5c-7%201-8%202-12%208c-6%2011-4%2016-3%2027z%22%20transform%3D%22matrix(2.21989%200%200%202.21194%201.1%200)%22%2F%3E%3Cpath%20fill%3D%22red%22%20fill-rule%3D%22evenodd%22%20stroke%3D%22red%22%20stroke-width%3D%221.4%22%20d%3D%22M215.8%2070.4c.5.9%206.2%203.6%2010.4%206c-1.1-4.6-9.4-5.6-10.4-6z%22%20transform%3D%22matrix(2.21989%200%200%202.21194%201.1%200)%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22m175%20399l-14.2-9l-19%209.1l4.3-16.2l-14.5-15.1l16.7-1l10-18.4l6.1%2015.5l20.7%203.8l-13%2010.6zm36.2-79l-6.6-3l-6.3%203.6l1-7.2l-5.4-4.9l7.1-1.3l3-6.6l3.5%206.4l7.2.8l-5%205.2zm32-45.2l-14.5-7l-13.9%207.8l2.3-15.7l-11.8-10.8l15.7-2.8l6.6-14.4l7.6%2014l15.8%201.8l-11%2011.5zm-65.8-63l-17-8.5l-16.5%209.1l2.8-18.6l-13.8-13l18.7-3l8-17l8.7%2016.7l18.8%202.3l-13.3%2013.4zm-60.8%2065.4l-17-10l-17%2010.3l4.3-19.3l-15.1-13l19.7-1.8l7.7-18.3l7.9%2018.2l19.8%201.6l-14.9%2013z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/flag/pg-4x3.svg?color=%231a73e8&size=48