cg from Flagpack by Yummygum · Rounded · MIT Free for personal and commercial use.

Name
cg
Set
Flagpack
Style
Rounded
Viewbox
32×24
License
MIT

The same logo in other sets

Use the cg logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 24"><g fill="none" fill-rule="evenodd" clip-rule="evenodd"><path fill="#fa1111" d="M32 0v24H0z"/><path fill="#07a907" d="M0 24V0h32z"/><path fill="#fbcd17" d="M29.492-5.8L-1 23.576l6.052 3.012L34.64-.212z"/></g></svg>

React

import type { SVGProps } from "react";

export function FlagpackCg(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 24"><g fill="none" fillRule="evenodd" clipRule="evenodd"><path fill="#fa1111" d="M32 0v24H0z"/><path fill="#07a907" d="M0 24V0h32z"/><path fill="#fbcd17" d="M29.492-5.8L-1 23.576l6.052 3.012L34.64-.212z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 24"><g fill="none" fill-rule="evenodd" clip-rule="evenodd"><path fill="#fa1111" d="M32 0v24H0z"/><path fill="#07a907" d="M0 24V0h32z"/><path fill="#fbcd17" d="M29.492-5.8L-1 23.576l6.052 3.012L34.64-.212z"/></g></svg>
</template>

CSS

.icon-cg {
  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%2032%2024%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23fa1111%22%20d%3D%22M32%200v24H0z%22%2F%3E%3Cpath%20fill%3D%22%2307a907%22%20d%3D%22M0%2024V0h32z%22%2F%3E%3Cpath%20fill%3D%22%23fbcd17%22%20d%3D%22M29.492-5.8L-1%2023.576l6.052%203.012L34.64-.212z%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%2032%2024%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23fa1111%22%20d%3D%22M32%200v24H0z%22%2F%3E%3Cpath%20fill%3D%22%2307a907%22%20d%3D%22M0%2024V0h32z%22%2F%3E%3Cpath%20fill%3D%22%23fbcd17%22%20d%3D%22M29.492-5.8L-1%2023.576l6.052%203.012L34.64-.212z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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