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

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

Related icons in Circle Flags

Use the lang rm logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><mask id="SVGuywqVbel54"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#SVGuywqVbel54)"><path fill="#eee" d="M128 0h128l256 256v256H0V256Z"/><path fill="#338af3" d="M256 0h64l32 32l32-32h64l64 64v64l-32 32l32 32v64h-64l-32-32l-32 32h-64l-64-64v-64l32-32l-32-32Z"/><path fill="#333" d="M0 0h128v256H0z"/><path fill="#ffda44" d="M320 0v64h-64v64h128V0zm64 128v128h64v-64h64v-64zm-128 64h64v64h-64zM448 0h64v64h-64z"/><path fill="#333" d="M291 291c-32 0-68 8-82 19c-5 4-7 10-7 16c0 10 7 18 17 20l-25 7a99 99 0 0 0-77-44a9 9 0 0 0-3 18c33 12 45 13 57 37c-21-7-35 24-48 37c-3 1-4 4-4 7c0 5 4 9 9 9l6-2c13-10 26-33 44-28c57 16 66 13 105 7c-31 9-30 21-8 36c-11 17-25 17-41 22c-4 1-7 5-7 9c0 5 4 9 9 9l5-1c19-9 40-18 60-33c-1-8-13-17 8-24c9 8 14 19 41 16c4 7 10 12 7 28l-12 3c-5 0-8 4-8 9s4 9 9 9c3 0 6-2 7-4l18-14c2-15-2-29-8-42c-14-2-17-15-23-29c12 6 22 12 32-3c-14-5-28-13-39-4c-39-24-55-19-80-24c9-8 11-20 8-37c26-7 69-23 96 26c3-41-30-54-66-55"/></g></svg>

React

import type { SVGProps } from "react";

export function CircleFlagsLangRm(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><mask id="SVGuywqVbel54"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#SVGuywqVbel54)"><path fill="#eee" d="M128 0h128l256 256v256H0V256Z"/><path fill="#338af3" d="M256 0h64l32 32l32-32h64l64 64v64l-32 32l32 32v64h-64l-32-32l-32 32h-64l-64-64v-64l32-32l-32-32Z"/><path fill="#333" d="M0 0h128v256H0z"/><path fill="#ffda44" d="M320 0v64h-64v64h128V0zm64 128v128h64v-64h64v-64zm-128 64h64v64h-64zM448 0h64v64h-64z"/><path fill="#333" d="M291 291c-32 0-68 8-82 19c-5 4-7 10-7 16c0 10 7 18 17 20l-25 7a99 99 0 0 0-77-44a9 9 0 0 0-3 18c33 12 45 13 57 37c-21-7-35 24-48 37c-3 1-4 4-4 7c0 5 4 9 9 9l6-2c13-10 26-33 44-28c57 16 66 13 105 7c-31 9-30 21-8 36c-11 17-25 17-41 22c-4 1-7 5-7 9c0 5 4 9 9 9l5-1c19-9 40-18 60-33c-1-8-13-17 8-24c9 8 14 19 41 16c4 7 10 12 7 28l-12 3c-5 0-8 4-8 9s4 9 9 9c3 0 6-2 7-4l18-14c2-15-2-29-8-42c-14-2-17-15-23-29c12 6 22 12 32-3c-14-5-28-13-39-4c-39-24-55-19-80-24c9-8 11-20 8-37c26-7 69-23 96 26c3-41-30-54-66-55"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><mask id="SVGuywqVbel54"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#SVGuywqVbel54)"><path fill="#eee" d="M128 0h128l256 256v256H0V256Z"/><path fill="#338af3" d="M256 0h64l32 32l32-32h64l64 64v64l-32 32l32 32v64h-64l-32-32l-32 32h-64l-64-64v-64l32-32l-32-32Z"/><path fill="#333" d="M0 0h128v256H0z"/><path fill="#ffda44" d="M320 0v64h-64v64h128V0zm64 128v128h64v-64h64v-64zm-128 64h64v64h-64zM448 0h64v64h-64z"/><path fill="#333" d="M291 291c-32 0-68 8-82 19c-5 4-7 10-7 16c0 10 7 18 17 20l-25 7a99 99 0 0 0-77-44a9 9 0 0 0-3 18c33 12 45 13 57 37c-21-7-35 24-48 37c-3 1-4 4-4 7c0 5 4 9 9 9l6-2c13-10 26-33 44-28c57 16 66 13 105 7c-31 9-30 21-8 36c-11 17-25 17-41 22c-4 1-7 5-7 9c0 5 4 9 9 9l5-1c19-9 40-18 60-33c-1-8-13-17 8-24c9 8 14 19 41 16c4 7 10 12 7 28l-12 3c-5 0-8 4-8 9s4 9 9 9c3 0 6-2 7-4l18-14c2-15-2-29-8-42c-14-2-17-15-23-29c12 6 22 12 32-3c-14-5-28-13-39-4c-39-24-55-19-80-24c9-8 11-20 8-37c26-7 69-23 96 26c3-41-30-54-66-55"/></g></svg>
</template>

CSS

.icon-lang-rm {
  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%22SVGuywqVbel54%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(%23SVGuywqVbel54)%22%3E%3Cpath%20fill%3D%22%23eee%22%20d%3D%22M128%200h128l256%20256v256H0V256Z%22%2F%3E%3Cpath%20fill%3D%22%23338af3%22%20d%3D%22M256%200h64l32%2032l32-32h64l64%2064v64l-32%2032l32%2032v64h-64l-32-32l-32%2032h-64l-64-64v-64l32-32l-32-32Z%22%2F%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22M0%200h128v256H0z%22%2F%3E%3Cpath%20fill%3D%22%23ffda44%22%20d%3D%22M320%200v64h-64v64h128V0zm64%20128v128h64v-64h64v-64zm-128%2064h64v64h-64zM448%200h64v64h-64z%22%2F%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22M291%20291c-32%200-68%208-82%2019c-5%204-7%2010-7%2016c0%2010%207%2018%2017%2020l-25%207a99%2099%200%200%200-77-44a9%209%200%200%200-3%2018c33%2012%2045%2013%2057%2037c-21-7-35%2024-48%2037c-3%201-4%204-4%207c0%205%204%209%209%209l6-2c13-10%2026-33%2044-28c57%2016%2066%2013%20105%207c-31%209-30%2021-8%2036c-11%2017-25%2017-41%2022c-4%201-7%205-7%209c0%205%204%209%209%209l5-1c19-9%2040-18%2060-33c-1-8-13-17%208-24c9%208%2014%2019%2041%2016c4%207%2010%2012%207%2028l-12%203c-5%200-8%204-8%209s4%209%209%209c3%200%206-2%207-4l18-14c2-15-2-29-8-42c-14-2-17-15-23-29c12%206%2022%2012%2032-3c-14-5-28-13-39-4c-39-24-55-19-80-24c9-8%2011-20%208-37c26-7%2069-23%2096%2026c3-41-30-54-66-55%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%22SVGuywqVbel54%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(%23SVGuywqVbel54)%22%3E%3Cpath%20fill%3D%22%23eee%22%20d%3D%22M128%200h128l256%20256v256H0V256Z%22%2F%3E%3Cpath%20fill%3D%22%23338af3%22%20d%3D%22M256%200h64l32%2032l32-32h64l64%2064v64l-32%2032l32%2032v64h-64l-32-32l-32%2032h-64l-64-64v-64l32-32l-32-32Z%22%2F%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22M0%200h128v256H0z%22%2F%3E%3Cpath%20fill%3D%22%23ffda44%22%20d%3D%22M320%200v64h-64v64h128V0zm64%20128v128h64v-64h64v-64zm-128%2064h64v64h-64zM448%200h64v64h-64z%22%2F%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22M291%20291c-32%200-68%208-82%2019c-5%204-7%2010-7%2016c0%2010%207%2018%2017%2020l-25%207a99%2099%200%200%200-77-44a9%209%200%200%200-3%2018c33%2012%2045%2013%2057%2037c-21-7-35%2024-48%2037c-3%201-4%204-4%207c0%205%204%209%209%209l6-2c13-10%2026-33%2044-28c57%2016%2066%2013%20105%207c-31%209-30%2021-8%2036c-11%2017-25%2017-41%2022c-4%201-7%205-7%209c0%205%204%209%209%209l5-1c19-9%2040-18%2060-33c-1-8-13-17%208-24c9%208%2014%2019%2041%2016c4%207%2010%2012%207%2028l-12%203c-5%200-8%204-8%209s4%209%209%209c3%200%206-2%207-4l18-14c2-15-2-29-8-42c-14-2-17-15-23-29c12%206%2022%2012%2032-3c-14-5-28-13-39-4c-39-24-55-19-80-24c9-8%2011-20%208-37c26-7%2069-23%2096%2026c3-41-30-54-66-55%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-rm.svg?color=%231a73e8&size=48