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

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

The same logo in other sets

Use the bi logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><mask id="SVGqdEcMdXs"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#SVGqdEcMdXs)"><path fill="#eee" d="M0 0h47.2l207.5 30L464.8 0H512v47.2L477.4 256L512 464.8V512h-47.2l-209.1-35.8L47.2 512H0v-47.2l32.8-202.7L0 47.2z"/><path fill="#d80027" d="M47.2 0L256 208.8L464.8 0zM256 303.2L47.2 512h417.6z"/><path fill="#6da544" d="M0 47.2v417.6L208.8 256zm512 0L303.2 256L512 464.8z"/><circle cx="256" cy="256" r="111.3" fill="#eee"/><path fill="#d80027" d="m256 178l9.6 16.8H285l-9.6 16.7l9.6 16.7h-19.3l-9.6 16.7l-9.6-16.7H227l9.6-16.7l-9.6-16.7h19.3zm-49 78l9.6 16.7H236l-9.6 16.7l9.6 16.7h-19.3l-9.6 16.7l-9.6-16.7H178l9.6-16.7l-9.6-16.7h19.3zm98 0l9.6 16.7H334l-9.6 16.7l9.6 16.7h-19.3l-9.6 16.7l-9.6-16.7H276l9.6-16.7l-9.6-16.7h19.3z"/></g></svg>

React

import type { SVGProps } from "react";

export function CircleFlagsBi(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><mask id="SVGqdEcMdXs"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#SVGqdEcMdXs)"><path fill="#eee" d="M0 0h47.2l207.5 30L464.8 0H512v47.2L477.4 256L512 464.8V512h-47.2l-209.1-35.8L47.2 512H0v-47.2l32.8-202.7L0 47.2z"/><path fill="#d80027" d="M47.2 0L256 208.8L464.8 0zM256 303.2L47.2 512h417.6z"/><path fill="#6da544" d="M0 47.2v417.6L208.8 256zm512 0L303.2 256L512 464.8z"/><circle cx="256" cy="256" r="111.3" fill="#eee"/><path fill="#d80027" d="m256 178l9.6 16.8H285l-9.6 16.7l9.6 16.7h-19.3l-9.6 16.7l-9.6-16.7H227l9.6-16.7l-9.6-16.7h19.3zm-49 78l9.6 16.7H236l-9.6 16.7l9.6 16.7h-19.3l-9.6 16.7l-9.6-16.7H178l9.6-16.7l-9.6-16.7h19.3zm98 0l9.6 16.7H334l-9.6 16.7l9.6 16.7h-19.3l-9.6 16.7l-9.6-16.7H276l9.6-16.7l-9.6-16.7h19.3z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><mask id="SVGqdEcMdXs"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#SVGqdEcMdXs)"><path fill="#eee" d="M0 0h47.2l207.5 30L464.8 0H512v47.2L477.4 256L512 464.8V512h-47.2l-209.1-35.8L47.2 512H0v-47.2l32.8-202.7L0 47.2z"/><path fill="#d80027" d="M47.2 0L256 208.8L464.8 0zM256 303.2L47.2 512h417.6z"/><path fill="#6da544" d="M0 47.2v417.6L208.8 256zm512 0L303.2 256L512 464.8z"/><circle cx="256" cy="256" r="111.3" fill="#eee"/><path fill="#d80027" d="m256 178l9.6 16.8H285l-9.6 16.7l9.6 16.7h-19.3l-9.6 16.7l-9.6-16.7H227l9.6-16.7l-9.6-16.7h19.3zm-49 78l9.6 16.7H236l-9.6 16.7l9.6 16.7h-19.3l-9.6 16.7l-9.6-16.7H178l9.6-16.7l-9.6-16.7h19.3zm98 0l9.6 16.7H334l-9.6 16.7l9.6 16.7h-19.3l-9.6 16.7l-9.6-16.7H276l9.6-16.7l-9.6-16.7h19.3z"/></g></svg>
</template>

CSS

.icon-bi {
  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%22SVGqdEcMdXs%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(%23SVGqdEcMdXs)%22%3E%3Cpath%20fill%3D%22%23eee%22%20d%3D%22M0%200h47.2l207.5%2030L464.8%200H512v47.2L477.4%20256L512%20464.8V512h-47.2l-209.1-35.8L47.2%20512H0v-47.2l32.8-202.7L0%2047.2z%22%2F%3E%3Cpath%20fill%3D%22%23d80027%22%20d%3D%22M47.2%200L256%20208.8L464.8%200zM256%20303.2L47.2%20512h417.6z%22%2F%3E%3Cpath%20fill%3D%22%236da544%22%20d%3D%22M0%2047.2v417.6L208.8%20256zm512%200L303.2%20256L512%20464.8z%22%2F%3E%3Ccircle%20cx%3D%22256%22%20cy%3D%22256%22%20r%3D%22111.3%22%20fill%3D%22%23eee%22%2F%3E%3Cpath%20fill%3D%22%23d80027%22%20d%3D%22m256%20178l9.6%2016.8H285l-9.6%2016.7l9.6%2016.7h-19.3l-9.6%2016.7l-9.6-16.7H227l9.6-16.7l-9.6-16.7h19.3zm-49%2078l9.6%2016.7H236l-9.6%2016.7l9.6%2016.7h-19.3l-9.6%2016.7l-9.6-16.7H178l9.6-16.7l-9.6-16.7h19.3zm98%200l9.6%2016.7H334l-9.6%2016.7l9.6%2016.7h-19.3l-9.6%2016.7l-9.6-16.7H276l9.6-16.7l-9.6-16.7h19.3z%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%22SVGqdEcMdXs%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(%23SVGqdEcMdXs)%22%3E%3Cpath%20fill%3D%22%23eee%22%20d%3D%22M0%200h47.2l207.5%2030L464.8%200H512v47.2L477.4%20256L512%20464.8V512h-47.2l-209.1-35.8L47.2%20512H0v-47.2l32.8-202.7L0%2047.2z%22%2F%3E%3Cpath%20fill%3D%22%23d80027%22%20d%3D%22M47.2%200L256%20208.8L464.8%200zM256%20303.2L47.2%20512h417.6z%22%2F%3E%3Cpath%20fill%3D%22%236da544%22%20d%3D%22M0%2047.2v417.6L208.8%20256zm512%200L303.2%20256L512%20464.8z%22%2F%3E%3Ccircle%20cx%3D%22256%22%20cy%3D%22256%22%20r%3D%22111.3%22%20fill%3D%22%23eee%22%2F%3E%3Cpath%20fill%3D%22%23d80027%22%20d%3D%22m256%20178l9.6%2016.8H285l-9.6%2016.7l9.6%2016.7h-19.3l-9.6%2016.7l-9.6-16.7H227l9.6-16.7l-9.6-16.7h19.3zm-49%2078l9.6%2016.7H236l-9.6%2016.7l9.6%2016.7h-19.3l-9.6%2016.7l-9.6-16.7H178l9.6-16.7l-9.6-16.7h19.3zm98%200l9.6%2016.7H334l-9.6%2016.7l9.6%2016.7h-19.3l-9.6%2016.7l-9.6-16.7H276l9.6-16.7l-9.6-16.7h19.3z%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/bi.svg?color=%231a73e8&size=48