bb-1x1 from Flag Icons by Panayiotis Lipiridis · 1x1 · MIT Free for personal and commercial use.

Name
bb-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 bb logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#00267f" d="M0-.2h512V512H0z"/><path fill="#ffc726" d="M170.7-.2h170.6V512H170.7z"/><path id="SVGUAVZkcZA" fill="#000001" d="M256 173.3c-5.5 15.1-11.2 30.9-23.3 43a52 52 0 0 1 14.6-2.3v63.6l-18 2.7q-1-.1-.9-2.4a244 244 0 0 0-11.7-53.6c-.4-2.3-7.2-11.3-2-9.7c.7 0 7.7 3 6.6 1.6a68 68 0 0 0-37.1-19.2c-1.2-.3-2 .3-.9 1.7c18 27.7 33.1 60.4 33 99.2c7 0 24-4.1 31-4.1v44.9h8.8l2-125.4z"/><use width="100%" height="100%" href="#SVGUAVZkcZA" transform="matrix(-1 0 0 1 512 0)"/></svg>

React

import type { SVGProps } from "react";

export function FlagBb1x1(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#00267f" d="M0-.2h512V512H0z"/><path fill="#ffc726" d="M170.7-.2h170.6V512H170.7z"/><path id="SVGUAVZkcZA" fill="#000001" d="M256 173.3c-5.5 15.1-11.2 30.9-23.3 43a52 52 0 0 1 14.6-2.3v63.6l-18 2.7q-1-.1-.9-2.4a244 244 0 0 0-11.7-53.6c-.4-2.3-7.2-11.3-2-9.7c.7 0 7.7 3 6.6 1.6a68 68 0 0 0-37.1-19.2c-1.2-.3-2 .3-.9 1.7c18 27.7 33.1 60.4 33 99.2c7 0 24-4.1 31-4.1v44.9h8.8l2-125.4z"/><use width="100%" height="100%" href="#SVGUAVZkcZA" transform="matrix(-1 0 0 1 512 0)"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#00267f" d="M0-.2h512V512H0z"/><path fill="#ffc726" d="M170.7-.2h170.6V512H170.7z"/><path id="SVGUAVZkcZA" fill="#000001" d="M256 173.3c-5.5 15.1-11.2 30.9-23.3 43a52 52 0 0 1 14.6-2.3v63.6l-18 2.7q-1-.1-.9-2.4a244 244 0 0 0-11.7-53.6c-.4-2.3-7.2-11.3-2-9.7c.7 0 7.7 3 6.6 1.6a68 68 0 0 0-37.1-19.2c-1.2-.3-2 .3-.9 1.7c18 27.7 33.1 60.4 33 99.2c7 0 24-4.1 31-4.1v44.9h8.8l2-125.4z"/><use width="100%" height="100%" href="#SVGUAVZkcZA" transform="matrix(-1 0 0 1 512 0)"/></svg>
</template>

CSS

.icon-bb-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%2300267f%22%20d%3D%22M0-.2h512V512H0z%22%2F%3E%3Cpath%20fill%3D%22%23ffc726%22%20d%3D%22M170.7-.2h170.6V512H170.7z%22%2F%3E%3Cpath%20id%3D%22SVGUAVZkcZA%22%20fill%3D%22%23000001%22%20d%3D%22M256%20173.3c-5.5%2015.1-11.2%2030.9-23.3%2043a52%2052%200%200%201%2014.6-2.3v63.6l-18%202.7q-1-.1-.9-2.4a244%20244%200%200%200-11.7-53.6c-.4-2.3-7.2-11.3-2-9.7c.7%200%207.7%203%206.6%201.6a68%2068%200%200%200-37.1-19.2c-1.2-.3-2%20.3-.9%201.7c18%2027.7%2033.1%2060.4%2033%2099.2c7%200%2024-4.1%2031-4.1v44.9h8.8l2-125.4z%22%2F%3E%3Cuse%20width%3D%22100%25%22%20height%3D%22100%25%22%20href%3D%22%23SVGUAVZkcZA%22%20transform%3D%22matrix(-1%200%200%201%20512%200)%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%2300267f%22%20d%3D%22M0-.2h512V512H0z%22%2F%3E%3Cpath%20fill%3D%22%23ffc726%22%20d%3D%22M170.7-.2h170.6V512H170.7z%22%2F%3E%3Cpath%20id%3D%22SVGUAVZkcZA%22%20fill%3D%22%23000001%22%20d%3D%22M256%20173.3c-5.5%2015.1-11.2%2030.9-23.3%2043a52%2052%200%200%201%2014.6-2.3v63.6l-18%202.7q-1-.1-.9-2.4a244%20244%200%200%200-11.7-53.6c-.4-2.3-7.2-11.3-2-9.7c.7%200%207.7%203%206.6%201.6a68%2068%200%200%200-37.1-19.2c-1.2-.3-2%20.3-.9%201.7c18%2027.7%2033.1%2060.4%2033%2099.2c7%200%2024-4.1%2031-4.1v44.9h8.8l2-125.4z%22%2F%3E%3Cuse%20width%3D%22100%25%22%20height%3D%22100%25%22%20href%3D%22%23SVGUAVZkcZA%22%20transform%3D%22matrix(-1%200%200%201%20512%200)%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/flag/bb-1x1.svg?color=%231a73e8&size=48