cy from Circle Flags by HatScripts · Circle · MIT Free for personal and commercial use.

Name
cy
Set
Circle Flags
Style
Circle
Viewbox
512×512
License
MIT

The same logo in other sets

Use the cy logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><mask id="SVGqdEcMdXs19"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#SVGqdEcMdXs19)"><path fill="#eee" d="M0 0h512v512H0z"/><path fill="#6da544" d="M400.7 222.6h-33.4a111.3 111.3 0 0 1-222.6 0h-33.4c0 66.2 44.5 122 105.2 139.2a37 37 0 0 0 3.9 40.5l36.3-29.2l36.4 29.2a37 37 0 0 0 3.7-40.8a144.8 144.8 0 0 0 103.9-138.9"/><path fill="#ffda44" d="M167 211.5s0 55.6 55.6 55.6l11.1 11.2H256s11.1-33.4 33.4-33.4c0 0 0-22.3 22.3-22.3H345s-11-44.5 44.6-77.9l-22.3-11.1s-78 55.6-133.6 44.5v22.2h-22.2l-11.2-11z"/></g></svg>

React

import type { SVGProps } from "react";

export function CircleFlagsCy(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><mask id="SVGqdEcMdXs19"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#SVGqdEcMdXs19)"><path fill="#eee" d="M0 0h512v512H0z"/><path fill="#6da544" d="M400.7 222.6h-33.4a111.3 111.3 0 0 1-222.6 0h-33.4c0 66.2 44.5 122 105.2 139.2a37 37 0 0 0 3.9 40.5l36.3-29.2l36.4 29.2a37 37 0 0 0 3.7-40.8a144.8 144.8 0 0 0 103.9-138.9"/><path fill="#ffda44" d="M167 211.5s0 55.6 55.6 55.6l11.1 11.2H256s11.1-33.4 33.4-33.4c0 0 0-22.3 22.3-22.3H345s-11-44.5 44.6-77.9l-22.3-11.1s-78 55.6-133.6 44.5v22.2h-22.2l-11.2-11z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><mask id="SVGqdEcMdXs19"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#SVGqdEcMdXs19)"><path fill="#eee" d="M0 0h512v512H0z"/><path fill="#6da544" d="M400.7 222.6h-33.4a111.3 111.3 0 0 1-222.6 0h-33.4c0 66.2 44.5 122 105.2 139.2a37 37 0 0 0 3.9 40.5l36.3-29.2l36.4 29.2a37 37 0 0 0 3.7-40.8a144.8 144.8 0 0 0 103.9-138.9"/><path fill="#ffda44" d="M167 211.5s0 55.6 55.6 55.6l11.1 11.2H256s11.1-33.4 33.4-33.4c0 0 0-22.3 22.3-22.3H345s-11-44.5 44.6-77.9l-22.3-11.1s-78 55.6-133.6 44.5v22.2h-22.2l-11.2-11z"/></g></svg>
</template>

CSS

.icon-cy {
  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%3Cmask%20id%3D%22SVGqdEcMdXs19%22%3E%3Ccircle%20cx%3D%22256%22%20cy%3D%22256%22%20r%3D%22256%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23SVGqdEcMdXs19)%22%3E%3Cpath%20fill%3D%22%23eee%22%20d%3D%22M0%200h512v512H0z%22%2F%3E%3Cpath%20fill%3D%22%236da544%22%20d%3D%22M400.7%20222.6h-33.4a111.3%20111.3%200%200%201-222.6%200h-33.4c0%2066.2%2044.5%20122%20105.2%20139.2a37%2037%200%200%200%203.9%2040.5l36.3-29.2l36.4%2029.2a37%2037%200%200%200%203.7-40.8a144.8%20144.8%200%200%200%20103.9-138.9%22%2F%3E%3Cpath%20fill%3D%22%23ffda44%22%20d%3D%22M167%20211.5s0%2055.6%2055.6%2055.6l11.1%2011.2H256s11.1-33.4%2033.4-33.4c0%200%200-22.3%2022.3-22.3H345s-11-44.5%2044.6-77.9l-22.3-11.1s-78%2055.6-133.6%2044.5v22.2h-22.2l-11.2-11z%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%20512%20512%22%3E%3Cmask%20id%3D%22SVGqdEcMdXs19%22%3E%3Ccircle%20cx%3D%22256%22%20cy%3D%22256%22%20r%3D%22256%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fmask%3E%3Cg%20mask%3D%22url(%23SVGqdEcMdXs19)%22%3E%3Cpath%20fill%3D%22%23eee%22%20d%3D%22M0%200h512v512H0z%22%2F%3E%3Cpath%20fill%3D%22%236da544%22%20d%3D%22M400.7%20222.6h-33.4a111.3%20111.3%200%200%201-222.6%200h-33.4c0%2066.2%2044.5%20122%20105.2%20139.2a37%2037%200%200%200%203.9%2040.5l36.3-29.2l36.4%2029.2a37%2037%200%200%200%203.7-40.8a144.8%20144.8%200%200%200%20103.9-138.9%22%2F%3E%3Cpath%20fill%3D%22%23ffda44%22%20d%3D%22M167%20211.5s0%2055.6%2055.6%2055.6l11.1%2011.2H256s11.1-33.4%2033.4-33.4c0%200%200-22.3%2022.3-22.3H345s-11-44.5%2044.6-77.9l-22.3-11.1s-78%2055.6-133.6%2044.5v22.2h-22.2l-11.2-11z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/circle-flags/cy.svg?color=%231a73e8&size=48