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

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

The same logo in other sets

Use the tw logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><mask id="SVGqdEcMdXs28"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#SVGqdEcMdXs28)"><path fill="#d80027" d="M0 256L256 0h256v512H0z"/><path fill="#0052b4" d="M256 256V0H0v256z"/><path fill="#eee" d="m222.6 149.8l-31.3 14.7l16.7 30.3l-34-6.5l-4.3 34.3l-23.6-25.2l-23.7 25.2l-4.3-34.3l-34 6.5l16.7-30.3l-31.2-14.7l31.2-14.7l-16.6-30.3l34 6.5l4.2-34.3l23.7 25.3L169.7 77l4.3 34.3l34-6.5l-16.7 30.3z"/><circle cx="146.1" cy="149.8" r="47.7" fill="#0052b4"/><circle cx="146.1" cy="149.8" r="41.5" fill="#eee"/></g></svg>

React

import type { SVGProps } from "react";

export function CircleFlagsTw(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><mask id="SVGqdEcMdXs28"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#SVGqdEcMdXs28)"><path fill="#d80027" d="M0 256L256 0h256v512H0z"/><path fill="#0052b4" d="M256 256V0H0v256z"/><path fill="#eee" d="m222.6 149.8l-31.3 14.7l16.7 30.3l-34-6.5l-4.3 34.3l-23.6-25.2l-23.7 25.2l-4.3-34.3l-34 6.5l16.7-30.3l-31.2-14.7l31.2-14.7l-16.6-30.3l34 6.5l4.2-34.3l23.7 25.3L169.7 77l4.3 34.3l34-6.5l-16.7 30.3z"/><circle cx="146.1" cy="149.8" r="47.7" fill="#0052b4"/><circle cx="146.1" cy="149.8" r="41.5" fill="#eee"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><mask id="SVGqdEcMdXs28"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#SVGqdEcMdXs28)"><path fill="#d80027" d="M0 256L256 0h256v512H0z"/><path fill="#0052b4" d="M256 256V0H0v256z"/><path fill="#eee" d="m222.6 149.8l-31.3 14.7l16.7 30.3l-34-6.5l-4.3 34.3l-23.6-25.2l-23.7 25.2l-4.3-34.3l-34 6.5l16.7-30.3l-31.2-14.7l31.2-14.7l-16.6-30.3l34 6.5l4.2-34.3l23.7 25.3L169.7 77l4.3 34.3l34-6.5l-16.7 30.3z"/><circle cx="146.1" cy="149.8" r="47.7" fill="#0052b4"/><circle cx="146.1" cy="149.8" r="41.5" fill="#eee"/></g></svg>
</template>

CSS

.icon-tw {
  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%22SVGqdEcMdXs28%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(%23SVGqdEcMdXs28)%22%3E%3Cpath%20fill%3D%22%23d80027%22%20d%3D%22M0%20256L256%200h256v512H0z%22%2F%3E%3Cpath%20fill%3D%22%230052b4%22%20d%3D%22M256%20256V0H0v256z%22%2F%3E%3Cpath%20fill%3D%22%23eee%22%20d%3D%22m222.6%20149.8l-31.3%2014.7l16.7%2030.3l-34-6.5l-4.3%2034.3l-23.6-25.2l-23.7%2025.2l-4.3-34.3l-34%206.5l16.7-30.3l-31.2-14.7l31.2-14.7l-16.6-30.3l34%206.5l4.2-34.3l23.7%2025.3L169.7%2077l4.3%2034.3l34-6.5l-16.7%2030.3z%22%2F%3E%3Ccircle%20cx%3D%22146.1%22%20cy%3D%22149.8%22%20r%3D%2247.7%22%20fill%3D%22%230052b4%22%2F%3E%3Ccircle%20cx%3D%22146.1%22%20cy%3D%22149.8%22%20r%3D%2241.5%22%20fill%3D%22%23eee%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%22SVGqdEcMdXs28%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(%23SVGqdEcMdXs28)%22%3E%3Cpath%20fill%3D%22%23d80027%22%20d%3D%22M0%20256L256%200h256v512H0z%22%2F%3E%3Cpath%20fill%3D%22%230052b4%22%20d%3D%22M256%20256V0H0v256z%22%2F%3E%3Cpath%20fill%3D%22%23eee%22%20d%3D%22m222.6%20149.8l-31.3%2014.7l16.7%2030.3l-34-6.5l-4.3%2034.3l-23.6-25.2l-23.7%2025.2l-4.3-34.3l-34%206.5l16.7-30.3l-31.2-14.7l31.2-14.7l-16.6-30.3l34%206.5l4.2-34.3l23.7%2025.3L169.7%2077l4.3%2034.3l34-6.5l-16.7%2030.3z%22%2F%3E%3Ccircle%20cx%3D%22146.1%22%20cy%3D%22149.8%22%20r%3D%2247.7%22%20fill%3D%22%230052b4%22%2F%3E%3Ccircle%20cx%3D%22146.1%22%20cy%3D%22149.8%22%20r%3D%2241.5%22%20fill%3D%22%23eee%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/tw.svg?color=%231a73e8&size=48