nc logo
nc-4x3 from Flag Icons by Panayiotis Lipiridis · 4x3 · MIT Free for personal and commercial use.
- Name
- nc-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 nc logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 480"><path fill="#009543" d="M0 0h640v480H0z"/><path fill="#ed4135" d="M0 0h640v320H0z"/><path fill="#0035ad" d="M0 0h640v160H0z"/><circle cx="240" cy="240" r="157.3" fill="#fae600" stroke="#000" stroke-width="5.3"/><path stroke="#000" stroke-width="6.4" d="M213.3 263.5h53.3M213.3 224h53.3M240 83.2V352"/><path fill="#000001" d="M176.6 384.4c64.2 26.3 124.4 1.7 124.4 1.7s-22.7-24.6-34.3-34.2c-11.4-9.4-44.8-9-56.2 0a489 489 0 0 0-33.9 32.5"/><ellipse cx="240" cy="312.5" fill="#000001" rx="17.6" ry="25.6"/><ellipse cx="240" cy="243.7" fill="#000001" rx="21.3" ry="13.5"/><circle cx="240" cy="181.3" r="21.3" fill="#000001"/><path fill="#000001" d="M265.6 101.9s1.8 3-2 10c-18.6 33.5-37.3 34.2-40.8 37.1c-4 3.2-5.6 3-5.6 3c.3-2.9.5-14.6.7-15.7c2.9-15.7 26.5-15.5 45-31.5c2.9-2.5 2.7-3 2.7-3zm-62.4 72s4.3 12 4.8 24c1 19.2 19.4 19.7 32 19.7v-10.7c-9.5 0-17.7-1.4-24.5-15.4a123 123 0 0 0-12.3-17.6m-.5 154.6s6.7-8.3 14.6-27.7c4-10.1 13.8-16 22.7-16v-15c-20.3 0-30 7.5-31 18.6a329 329 0 0 1-6.3 40.1"/><path d="M276.8 173.9s-4.3 12-4.8 24c-1 19.2-19.4 19.7-32 19.7V207c9.5 0 17.7-1.4 24.5-15.5q5.4-9.3 12.3-17.6m.5 154.7s-6.7-8.4-14.6-27.8c-4-10.1-13.8-16-22.7-16V270c20.3 0 30 7.5 31 18.6a329 329 0 0 0 6.3 40"/></svg>
React
import type { SVGProps } from "react";
export function FlagNc4x3(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 480"><path fill="#009543" d="M0 0h640v480H0z"/><path fill="#ed4135" d="M0 0h640v320H0z"/><path fill="#0035ad" d="M0 0h640v160H0z"/><circle cx="240" cy="240" r="157.3" fill="#fae600" stroke="#000" strokeWidth="5.3"/><path stroke="#000" strokeWidth="6.4" d="M213.3 263.5h53.3M213.3 224h53.3M240 83.2V352"/><path fill="#000001" d="M176.6 384.4c64.2 26.3 124.4 1.7 124.4 1.7s-22.7-24.6-34.3-34.2c-11.4-9.4-44.8-9-56.2 0a489 489 0 0 0-33.9 32.5"/><ellipse cx="240" cy="312.5" fill="#000001" rx="17.6" ry="25.6"/><ellipse cx="240" cy="243.7" fill="#000001" rx="21.3" ry="13.5"/><circle cx="240" cy="181.3" r="21.3" fill="#000001"/><path fill="#000001" d="M265.6 101.9s1.8 3-2 10c-18.6 33.5-37.3 34.2-40.8 37.1c-4 3.2-5.6 3-5.6 3c.3-2.9.5-14.6.7-15.7c2.9-15.7 26.5-15.5 45-31.5c2.9-2.5 2.7-3 2.7-3zm-62.4 72s4.3 12 4.8 24c1 19.2 19.4 19.7 32 19.7v-10.7c-9.5 0-17.7-1.4-24.5-15.4a123 123 0 0 0-12.3-17.6m-.5 154.6s6.7-8.3 14.6-27.7c4-10.1 13.8-16 22.7-16v-15c-20.3 0-30 7.5-31 18.6a329 329 0 0 1-6.3 40.1"/><path d="M276.8 173.9s-4.3 12-4.8 24c-1 19.2-19.4 19.7-32 19.7V207c9.5 0 17.7-1.4 24.5-15.5q5.4-9.3 12.3-17.6m.5 154.7s-6.7-8.4-14.6-27.8c-4-10.1-13.8-16-22.7-16V270c20.3 0 30 7.5 31 18.6a329 329 0 0 0 6.3 40"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 480"><path fill="#009543" d="M0 0h640v480H0z"/><path fill="#ed4135" d="M0 0h640v320H0z"/><path fill="#0035ad" d="M0 0h640v160H0z"/><circle cx="240" cy="240" r="157.3" fill="#fae600" stroke="#000" stroke-width="5.3"/><path stroke="#000" stroke-width="6.4" d="M213.3 263.5h53.3M213.3 224h53.3M240 83.2V352"/><path fill="#000001" d="M176.6 384.4c64.2 26.3 124.4 1.7 124.4 1.7s-22.7-24.6-34.3-34.2c-11.4-9.4-44.8-9-56.2 0a489 489 0 0 0-33.9 32.5"/><ellipse cx="240" cy="312.5" fill="#000001" rx="17.6" ry="25.6"/><ellipse cx="240" cy="243.7" fill="#000001" rx="21.3" ry="13.5"/><circle cx="240" cy="181.3" r="21.3" fill="#000001"/><path fill="#000001" d="M265.6 101.9s1.8 3-2 10c-18.6 33.5-37.3 34.2-40.8 37.1c-4 3.2-5.6 3-5.6 3c.3-2.9.5-14.6.7-15.7c2.9-15.7 26.5-15.5 45-31.5c2.9-2.5 2.7-3 2.7-3zm-62.4 72s4.3 12 4.8 24c1 19.2 19.4 19.7 32 19.7v-10.7c-9.5 0-17.7-1.4-24.5-15.4a123 123 0 0 0-12.3-17.6m-.5 154.6s6.7-8.3 14.6-27.7c4-10.1 13.8-16 22.7-16v-15c-20.3 0-30 7.5-31 18.6a329 329 0 0 1-6.3 40.1"/><path d="M276.8 173.9s-4.3 12-4.8 24c-1 19.2-19.4 19.7-32 19.7V207c9.5 0 17.7-1.4 24.5-15.5q5.4-9.3 12.3-17.6m.5 154.7s-6.7-8.4-14.6-27.8c-4-10.1-13.8-16-22.7-16V270c20.3 0 30 7.5 31 18.6a329 329 0 0 0 6.3 40"/></svg> </template>
CSS
.icon-nc-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%23009543%22%20d%3D%22M0%200h640v480H0z%22%2F%3E%3Cpath%20fill%3D%22%23ed4135%22%20d%3D%22M0%200h640v320H0z%22%2F%3E%3Cpath%20fill%3D%22%230035ad%22%20d%3D%22M0%200h640v160H0z%22%2F%3E%3Ccircle%20cx%3D%22240%22%20cy%3D%22240%22%20r%3D%22157.3%22%20fill%3D%22%23fae600%22%20stroke%3D%22%23000%22%20stroke-width%3D%225.3%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-width%3D%226.4%22%20d%3D%22M213.3%20263.5h53.3M213.3%20224h53.3M240%2083.2V352%22%2F%3E%3Cpath%20fill%3D%22%23000001%22%20d%3D%22M176.6%20384.4c64.2%2026.3%20124.4%201.7%20124.4%201.7s-22.7-24.6-34.3-34.2c-11.4-9.4-44.8-9-56.2%200a489%20489%200%200%200-33.9%2032.5%22%2F%3E%3Cellipse%20cx%3D%22240%22%20cy%3D%22312.5%22%20fill%3D%22%23000001%22%20rx%3D%2217.6%22%20ry%3D%2225.6%22%2F%3E%3Cellipse%20cx%3D%22240%22%20cy%3D%22243.7%22%20fill%3D%22%23000001%22%20rx%3D%2221.3%22%20ry%3D%2213.5%22%2F%3E%3Ccircle%20cx%3D%22240%22%20cy%3D%22181.3%22%20r%3D%2221.3%22%20fill%3D%22%23000001%22%2F%3E%3Cpath%20fill%3D%22%23000001%22%20d%3D%22M265.6%20101.9s1.8%203-2%2010c-18.6%2033.5-37.3%2034.2-40.8%2037.1c-4%203.2-5.6%203-5.6%203c.3-2.9.5-14.6.7-15.7c2.9-15.7%2026.5-15.5%2045-31.5c2.9-2.5%202.7-3%202.7-3zm-62.4%2072s4.3%2012%204.8%2024c1%2019.2%2019.4%2019.7%2032%2019.7v-10.7c-9.5%200-17.7-1.4-24.5-15.4a123%20123%200%200%200-12.3-17.6m-.5%20154.6s6.7-8.3%2014.6-27.7c4-10.1%2013.8-16%2022.7-16v-15c-20.3%200-30%207.5-31%2018.6a329%20329%200%200%201-6.3%2040.1%22%2F%3E%3Cpath%20d%3D%22M276.8%20173.9s-4.3%2012-4.8%2024c-1%2019.2-19.4%2019.7-32%2019.7V207c9.5%200%2017.7-1.4%2024.5-15.5q5.4-9.3%2012.3-17.6m.5%20154.7s-6.7-8.4-14.6-27.8c-4-10.1-13.8-16-22.7-16V270c20.3%200%2030%207.5%2031%2018.6a329%20329%200%200%200%206.3%2040%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%3Cpath%20fill%3D%22%23009543%22%20d%3D%22M0%200h640v480H0z%22%2F%3E%3Cpath%20fill%3D%22%23ed4135%22%20d%3D%22M0%200h640v320H0z%22%2F%3E%3Cpath%20fill%3D%22%230035ad%22%20d%3D%22M0%200h640v160H0z%22%2F%3E%3Ccircle%20cx%3D%22240%22%20cy%3D%22240%22%20r%3D%22157.3%22%20fill%3D%22%23fae600%22%20stroke%3D%22%23000%22%20stroke-width%3D%225.3%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-width%3D%226.4%22%20d%3D%22M213.3%20263.5h53.3M213.3%20224h53.3M240%2083.2V352%22%2F%3E%3Cpath%20fill%3D%22%23000001%22%20d%3D%22M176.6%20384.4c64.2%2026.3%20124.4%201.7%20124.4%201.7s-22.7-24.6-34.3-34.2c-11.4-9.4-44.8-9-56.2%200a489%20489%200%200%200-33.9%2032.5%22%2F%3E%3Cellipse%20cx%3D%22240%22%20cy%3D%22312.5%22%20fill%3D%22%23000001%22%20rx%3D%2217.6%22%20ry%3D%2225.6%22%2F%3E%3Cellipse%20cx%3D%22240%22%20cy%3D%22243.7%22%20fill%3D%22%23000001%22%20rx%3D%2221.3%22%20ry%3D%2213.5%22%2F%3E%3Ccircle%20cx%3D%22240%22%20cy%3D%22181.3%22%20r%3D%2221.3%22%20fill%3D%22%23000001%22%2F%3E%3Cpath%20fill%3D%22%23000001%22%20d%3D%22M265.6%20101.9s1.8%203-2%2010c-18.6%2033.5-37.3%2034.2-40.8%2037.1c-4%203.2-5.6%203-5.6%203c.3-2.9.5-14.6.7-15.7c2.9-15.7%2026.5-15.5%2045-31.5c2.9-2.5%202.7-3%202.7-3zm-62.4%2072s4.3%2012%204.8%2024c1%2019.2%2019.4%2019.7%2032%2019.7v-10.7c-9.5%200-17.7-1.4-24.5-15.4a123%20123%200%200%200-12.3-17.6m-.5%20154.6s6.7-8.3%2014.6-27.7c4-10.1%2013.8-16%2022.7-16v-15c-20.3%200-30%207.5-31%2018.6a329%20329%200%200%201-6.3%2040.1%22%2F%3E%3Cpath%20d%3D%22M276.8%20173.9s-4.3%2012-4.8%2024c-1%2019.2-19.4%2019.7-32%2019.7V207c9.5%200%2017.7-1.4%2024.5-15.5q5.4-9.3%2012.3-17.6m.5%20154.7s-6.7-8.4-14.6-27.8c-4-10.1-13.8-16-22.7-16V270c20.3%200%2030%207.5%2031%2018.6a329%20329%200%200%200%206.3%2040%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/flag/nc-4x3.svg?color=%231a73e8&size=48