lang-xx from Circle Flags by HatScripts · Circle · MIT Free for personal and commercial use.

Name
lang-xx
Set
Circle Flags
Style
Circle
Viewbox
512×512
License
MIT

Related icons in Circle Flags

Use the lang xx logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><mask id="SVGuywqVbel25"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#SVGuywqVbel25)"><path fill="#eee" d="M0 0h512v512H0z"/><circle cx="253" cy="380" r="32" fill="#acabb1"/><path fill="#acabb1" d="M322.4 135.5c-15.6-13.6-37.4-20.3-65.5-20.3c-27.9 0-49.9 7.2-66 21.4a74.9 74.9 0 0 0-24.3 55.4h-.2v12.8H224l.1-9a35.2 35.2 0 0 1 9.3-24.8c5.8-6.1 13.7-9 23.5-9c20.7 0 31 11 31 33.4c0 7.4-2 14.5-6 21.1a124.2 124.2 0 0 1-23.9 26a90.4 90.4 0 0 0-24.8 32.3c-4.5 11-6.8 26.7-6.8 45.2h51l.8-13.1a54 54 0 0 1 17.3-33.9l16.2-15.2a131.4 131.4 0 0 0 26.4-33.2a69.5 69.5 0 0 0 7.6-31.8c-.1-24.7-7.8-43.7-23.3-57.3"/></g></svg>

React

import type { SVGProps } from "react";

export function CircleFlagsLangXx(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><mask id="SVGuywqVbel25"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#SVGuywqVbel25)"><path fill="#eee" d="M0 0h512v512H0z"/><circle cx="253" cy="380" r="32" fill="#acabb1"/><path fill="#acabb1" d="M322.4 135.5c-15.6-13.6-37.4-20.3-65.5-20.3c-27.9 0-49.9 7.2-66 21.4a74.9 74.9 0 0 0-24.3 55.4h-.2v12.8H224l.1-9a35.2 35.2 0 0 1 9.3-24.8c5.8-6.1 13.7-9 23.5-9c20.7 0 31 11 31 33.4c0 7.4-2 14.5-6 21.1a124.2 124.2 0 0 1-23.9 26a90.4 90.4 0 0 0-24.8 32.3c-4.5 11-6.8 26.7-6.8 45.2h51l.8-13.1a54 54 0 0 1 17.3-33.9l16.2-15.2a131.4 131.4 0 0 0 26.4-33.2a69.5 69.5 0 0 0 7.6-31.8c-.1-24.7-7.8-43.7-23.3-57.3"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><mask id="SVGuywqVbel25"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#SVGuywqVbel25)"><path fill="#eee" d="M0 0h512v512H0z"/><circle cx="253" cy="380" r="32" fill="#acabb1"/><path fill="#acabb1" d="M322.4 135.5c-15.6-13.6-37.4-20.3-65.5-20.3c-27.9 0-49.9 7.2-66 21.4a74.9 74.9 0 0 0-24.3 55.4h-.2v12.8H224l.1-9a35.2 35.2 0 0 1 9.3-24.8c5.8-6.1 13.7-9 23.5-9c20.7 0 31 11 31 33.4c0 7.4-2 14.5-6 21.1a124.2 124.2 0 0 1-23.9 26a90.4 90.4 0 0 0-24.8 32.3c-4.5 11-6.8 26.7-6.8 45.2h51l.8-13.1a54 54 0 0 1 17.3-33.9l16.2-15.2a131.4 131.4 0 0 0 26.4-33.2a69.5 69.5 0 0 0 7.6-31.8c-.1-24.7-7.8-43.7-23.3-57.3"/></g></svg>
</template>

CSS

.icon-lang-xx {
  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%22SVGuywqVbel25%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(%23SVGuywqVbel25)%22%3E%3Cpath%20fill%3D%22%23eee%22%20d%3D%22M0%200h512v512H0z%22%2F%3E%3Ccircle%20cx%3D%22253%22%20cy%3D%22380%22%20r%3D%2232%22%20fill%3D%22%23acabb1%22%2F%3E%3Cpath%20fill%3D%22%23acabb1%22%20d%3D%22M322.4%20135.5c-15.6-13.6-37.4-20.3-65.5-20.3c-27.9%200-49.9%207.2-66%2021.4a74.9%2074.9%200%200%200-24.3%2055.4h-.2v12.8H224l.1-9a35.2%2035.2%200%200%201%209.3-24.8c5.8-6.1%2013.7-9%2023.5-9c20.7%200%2031%2011%2031%2033.4c0%207.4-2%2014.5-6%2021.1a124.2%20124.2%200%200%201-23.9%2026a90.4%2090.4%200%200%200-24.8%2032.3c-4.5%2011-6.8%2026.7-6.8%2045.2h51l.8-13.1a54%2054%200%200%201%2017.3-33.9l16.2-15.2a131.4%20131.4%200%200%200%2026.4-33.2a69.5%2069.5%200%200%200%207.6-31.8c-.1-24.7-7.8-43.7-23.3-57.3%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%22SVGuywqVbel25%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(%23SVGuywqVbel25)%22%3E%3Cpath%20fill%3D%22%23eee%22%20d%3D%22M0%200h512v512H0z%22%2F%3E%3Ccircle%20cx%3D%22253%22%20cy%3D%22380%22%20r%3D%2232%22%20fill%3D%22%23acabb1%22%2F%3E%3Cpath%20fill%3D%22%23acabb1%22%20d%3D%22M322.4%20135.5c-15.6-13.6-37.4-20.3-65.5-20.3c-27.9%200-49.9%207.2-66%2021.4a74.9%2074.9%200%200%200-24.3%2055.4h-.2v12.8H224l.1-9a35.2%2035.2%200%200%201%209.3-24.8c5.8-6.1%2013.7-9%2023.5-9c20.7%200%2031%2011%2031%2033.4c0%207.4-2%2014.5-6%2021.1a124.2%20124.2%200%200%201-23.9%2026a90.4%2090.4%200%200%200-24.8%2032.3c-4.5%2011-6.8%2026.7-6.8%2045.2h51l.8-13.1a54%2054%200%200%201%2017.3-33.9l16.2-15.2a131.4%20131.4%200%200%200%2026.4-33.2a69.5%2069.5%200%200%200%207.6-31.8c-.1-24.7-7.8-43.7-23.3-57.3%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/lang-xx.svg?color=%231a73e8&size=48