nc logo
nc-1x1 from Flag Icons by Panayiotis Lipiridis · 1x1 · MIT Free for personal and commercial use.
- Name
- nc-1x1
- Set
- Flag Icons
- Style
- 1x1
- Viewbox
- 512×512
- 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 512 512"><path fill="#009543" d="M0 0h512v512H0z"/><path fill="#ed4135" d="M0 0h512v341.3H0z"/><path fill="#0035ad" d="M0 0h512v170.7H0z"/><circle cx="225.6" cy="256" r="167.8" fill="#fae600" stroke="#000" stroke-width="5.7"/><path stroke="#000" stroke-width="6.8" d="M197.2 281h56.9m-56.9-42h56.9M225.6 88.6v286.8"/><path fill="#000001" d="M158 410c68.6 28 132.8 1.8 132.8 1.8s-24.3-26.2-36.7-36.5c-12.1-10-47.8-9.6-60 0c-10 8-39.2 37.5-36 34.8z"/><ellipse cx="225.6" cy="333.4" fill="#000001" rx="18.8" ry="27.3"/><ellipse cx="225.6" cy="260" fill="#000001" rx="22.8" ry="14.4"/><circle cx="225.6" cy="193.4" r="22.8" fill="#000001"/><path fill="#000001" d="M253 108.7s2 3.2-2.2 10.7c-19.9 35.7-39.7 36.5-43.5 39.5c-4.2 3.4-6 3.2-6 3.2c.4-3 .6-15.6.8-16.8c3-16.6 28.3-16.4 48-33.5c3-2.7 2.8-3.2 2.8-3.2zm-66.6 76.8s4.5 12.7 5.1 25.6c1.1 20.4 20.7 21 34.1 21v-11.4c-10 0-18.9-1.4-26.1-16.5a131 131 0 0 0-13.1-18.7m-.6 165s7.2-9 15.6-29.6a27 27 0 0 1 24.2-17.1v-16c-21.6 0-32 8-33 19.9c-2.4 24-6.8 42.7-6.8 42.7zm79.2-165s-4.6 12.7-5.2 25.6c-1.1 20.5-20.7 21-34.1 21v-11.3c10.1 0 18.9-1.5 26.2-16.5q5.8-10 13-18.8zm.5 165s-7.1-8.9-15.6-29.6a27 27 0 0 0-24.2-17v-16c21.6 0 32 8 33.1 19.8a351 351 0 0 0 6.7 42.8"/></svg>
React
import type { SVGProps } from "react";
export function FlagNc1x1(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#009543" d="M0 0h512v512H0z"/><path fill="#ed4135" d="M0 0h512v341.3H0z"/><path fill="#0035ad" d="M0 0h512v170.7H0z"/><circle cx="225.6" cy="256" r="167.8" fill="#fae600" stroke="#000" strokeWidth="5.7"/><path stroke="#000" strokeWidth="6.8" d="M197.2 281h56.9m-56.9-42h56.9M225.6 88.6v286.8"/><path fill="#000001" d="M158 410c68.6 28 132.8 1.8 132.8 1.8s-24.3-26.2-36.7-36.5c-12.1-10-47.8-9.6-60 0c-10 8-39.2 37.5-36 34.8z"/><ellipse cx="225.6" cy="333.4" fill="#000001" rx="18.8" ry="27.3"/><ellipse cx="225.6" cy="260" fill="#000001" rx="22.8" ry="14.4"/><circle cx="225.6" cy="193.4" r="22.8" fill="#000001"/><path fill="#000001" d="M253 108.7s2 3.2-2.2 10.7c-19.9 35.7-39.7 36.5-43.5 39.5c-4.2 3.4-6 3.2-6 3.2c.4-3 .6-15.6.8-16.8c3-16.6 28.3-16.4 48-33.5c3-2.7 2.8-3.2 2.8-3.2zm-66.6 76.8s4.5 12.7 5.1 25.6c1.1 20.4 20.7 21 34.1 21v-11.4c-10 0-18.9-1.4-26.1-16.5a131 131 0 0 0-13.1-18.7m-.6 165s7.2-9 15.6-29.6a27 27 0 0 1 24.2-17.1v-16c-21.6 0-32 8-33 19.9c-2.4 24-6.8 42.7-6.8 42.7zm79.2-165s-4.6 12.7-5.2 25.6c-1.1 20.5-20.7 21-34.1 21v-11.3c10.1 0 18.9-1.5 26.2-16.5q5.8-10 13-18.8zm.5 165s-7.1-8.9-15.6-29.6a27 27 0 0 0-24.2-17v-16c21.6 0 32 8 33.1 19.8a351 351 0 0 0 6.7 42.8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#009543" d="M0 0h512v512H0z"/><path fill="#ed4135" d="M0 0h512v341.3H0z"/><path fill="#0035ad" d="M0 0h512v170.7H0z"/><circle cx="225.6" cy="256" r="167.8" fill="#fae600" stroke="#000" stroke-width="5.7"/><path stroke="#000" stroke-width="6.8" d="M197.2 281h56.9m-56.9-42h56.9M225.6 88.6v286.8"/><path fill="#000001" d="M158 410c68.6 28 132.8 1.8 132.8 1.8s-24.3-26.2-36.7-36.5c-12.1-10-47.8-9.6-60 0c-10 8-39.2 37.5-36 34.8z"/><ellipse cx="225.6" cy="333.4" fill="#000001" rx="18.8" ry="27.3"/><ellipse cx="225.6" cy="260" fill="#000001" rx="22.8" ry="14.4"/><circle cx="225.6" cy="193.4" r="22.8" fill="#000001"/><path fill="#000001" d="M253 108.7s2 3.2-2.2 10.7c-19.9 35.7-39.7 36.5-43.5 39.5c-4.2 3.4-6 3.2-6 3.2c.4-3 .6-15.6.8-16.8c3-16.6 28.3-16.4 48-33.5c3-2.7 2.8-3.2 2.8-3.2zm-66.6 76.8s4.5 12.7 5.1 25.6c1.1 20.4 20.7 21 34.1 21v-11.4c-10 0-18.9-1.4-26.1-16.5a131 131 0 0 0-13.1-18.7m-.6 165s7.2-9 15.6-29.6a27 27 0 0 1 24.2-17.1v-16c-21.6 0-32 8-33 19.9c-2.4 24-6.8 42.7-6.8 42.7zm79.2-165s-4.6 12.7-5.2 25.6c-1.1 20.5-20.7 21-34.1 21v-11.3c10.1 0 18.9-1.5 26.2-16.5q5.8-10 13-18.8zm.5 165s-7.1-8.9-15.6-29.6a27 27 0 0 0-24.2-17v-16c21.6 0 32 8 33.1 19.8a351 351 0 0 0 6.7 42.8"/></svg> </template>
CSS
.icon-nc-1x1 {
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%20512%20512%22%3E%3Cpath%20fill%3D%22%23009543%22%20d%3D%22M0%200h512v512H0z%22%2F%3E%3Cpath%20fill%3D%22%23ed4135%22%20d%3D%22M0%200h512v341.3H0z%22%2F%3E%3Cpath%20fill%3D%22%230035ad%22%20d%3D%22M0%200h512v170.7H0z%22%2F%3E%3Ccircle%20cx%3D%22225.6%22%20cy%3D%22256%22%20r%3D%22167.8%22%20fill%3D%22%23fae600%22%20stroke%3D%22%23000%22%20stroke-width%3D%225.7%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-width%3D%226.8%22%20d%3D%22M197.2%20281h56.9m-56.9-42h56.9M225.6%2088.6v286.8%22%2F%3E%3Cpath%20fill%3D%22%23000001%22%20d%3D%22M158%20410c68.6%2028%20132.8%201.8%20132.8%201.8s-24.3-26.2-36.7-36.5c-12.1-10-47.8-9.6-60%200c-10%208-39.2%2037.5-36%2034.8z%22%2F%3E%3Cellipse%20cx%3D%22225.6%22%20cy%3D%22333.4%22%20fill%3D%22%23000001%22%20rx%3D%2218.8%22%20ry%3D%2227.3%22%2F%3E%3Cellipse%20cx%3D%22225.6%22%20cy%3D%22260%22%20fill%3D%22%23000001%22%20rx%3D%2222.8%22%20ry%3D%2214.4%22%2F%3E%3Ccircle%20cx%3D%22225.6%22%20cy%3D%22193.4%22%20r%3D%2222.8%22%20fill%3D%22%23000001%22%2F%3E%3Cpath%20fill%3D%22%23000001%22%20d%3D%22M253%20108.7s2%203.2-2.2%2010.7c-19.9%2035.7-39.7%2036.5-43.5%2039.5c-4.2%203.4-6%203.2-6%203.2c.4-3%20.6-15.6.8-16.8c3-16.6%2028.3-16.4%2048-33.5c3-2.7%202.8-3.2%202.8-3.2zm-66.6%2076.8s4.5%2012.7%205.1%2025.6c1.1%2020.4%2020.7%2021%2034.1%2021v-11.4c-10%200-18.9-1.4-26.1-16.5a131%20131%200%200%200-13.1-18.7m-.6%20165s7.2-9%2015.6-29.6a27%2027%200%200%201%2024.2-17.1v-16c-21.6%200-32%208-33%2019.9c-2.4%2024-6.8%2042.7-6.8%2042.7zm79.2-165s-4.6%2012.7-5.2%2025.6c-1.1%2020.5-20.7%2021-34.1%2021v-11.3c10.1%200%2018.9-1.5%2026.2-16.5q5.8-10%2013-18.8zm.5%20165s-7.1-8.9-15.6-29.6a27%2027%200%200%200-24.2-17v-16c21.6%200%2032%208%2033.1%2019.8a351%20351%200%200%200%206.7%2042.8%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%20512%20512%22%3E%3Cpath%20fill%3D%22%23009543%22%20d%3D%22M0%200h512v512H0z%22%2F%3E%3Cpath%20fill%3D%22%23ed4135%22%20d%3D%22M0%200h512v341.3H0z%22%2F%3E%3Cpath%20fill%3D%22%230035ad%22%20d%3D%22M0%200h512v170.7H0z%22%2F%3E%3Ccircle%20cx%3D%22225.6%22%20cy%3D%22256%22%20r%3D%22167.8%22%20fill%3D%22%23fae600%22%20stroke%3D%22%23000%22%20stroke-width%3D%225.7%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-width%3D%226.8%22%20d%3D%22M197.2%20281h56.9m-56.9-42h56.9M225.6%2088.6v286.8%22%2F%3E%3Cpath%20fill%3D%22%23000001%22%20d%3D%22M158%20410c68.6%2028%20132.8%201.8%20132.8%201.8s-24.3-26.2-36.7-36.5c-12.1-10-47.8-9.6-60%200c-10%208-39.2%2037.5-36%2034.8z%22%2F%3E%3Cellipse%20cx%3D%22225.6%22%20cy%3D%22333.4%22%20fill%3D%22%23000001%22%20rx%3D%2218.8%22%20ry%3D%2227.3%22%2F%3E%3Cellipse%20cx%3D%22225.6%22%20cy%3D%22260%22%20fill%3D%22%23000001%22%20rx%3D%2222.8%22%20ry%3D%2214.4%22%2F%3E%3Ccircle%20cx%3D%22225.6%22%20cy%3D%22193.4%22%20r%3D%2222.8%22%20fill%3D%22%23000001%22%2F%3E%3Cpath%20fill%3D%22%23000001%22%20d%3D%22M253%20108.7s2%203.2-2.2%2010.7c-19.9%2035.7-39.7%2036.5-43.5%2039.5c-4.2%203.4-6%203.2-6%203.2c.4-3%20.6-15.6.8-16.8c3-16.6%2028.3-16.4%2048-33.5c3-2.7%202.8-3.2%202.8-3.2zm-66.6%2076.8s4.5%2012.7%205.1%2025.6c1.1%2020.4%2020.7%2021%2034.1%2021v-11.4c-10%200-18.9-1.4-26.1-16.5a131%20131%200%200%200-13.1-18.7m-.6%20165s7.2-9%2015.6-29.6a27%2027%200%200%201%2024.2-17.1v-16c-21.6%200-32%208-33%2019.9c-2.4%2024-6.8%2042.7-6.8%2042.7zm79.2-165s-4.6%2012.7-5.2%2025.6c-1.1%2020.5-20.7%2021-34.1%2021v-11.3c10.1%200%2018.9-1.5%2026.2-16.5q5.8-10%2013-18.8zm.5%20165s-7.1-8.9-15.6-29.6a27%2027%200%200%200-24.2-17v-16c21.6%200%2032%208%2033.1%2019.8a351%20351%200%200%200%206.7%2042.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/flag/nc-1x1.svg?color=%231a73e8&size=48