lang pms logo
lang-pms from Circle Flags by HatScripts · Circle · MIT Free for personal and commercial use.
- Name
- lang-pms
- Set
- Circle Flags
- Style
- Circle
- Viewbox
- 512×512
- License
- MIT
Related icons in Circle Flags
Use the lang pms logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><defs><mask id="SVGefyMAczt" width="576" height="576" x="-32" y="-32" maskUnits="userSpaceOnUse"><circle cx="256" cy="256" r="256" fill="#fff"/></mask></defs><g mask="url(#SVGefyMAczt)"><path fill="#d80027" d="M0 0h512v512H0z"/><path fill="#eee" fill-rule="evenodd" d="M512 204.8H310.9V0H201.1v204.8H0v102.4h201.1V512h109.8V307.2H512z"/><path fill="#0052b4" d="M256 544c-77 0-149.3-30-203.6-84.4C-2 405.3-32 333-32 256S-2 106.7 52.4 52.4C106.7-2 179-32 256-32S405.3-2 459.6 52.4C514 106.7 544 179 544 256s-30 149.3-84.4 203.6A286.1 286.1 0 0 1 256 544m0-512c-59.8 0-116 23.3-158.4 65.6C55.3 140 32 196.2 32 256s23.3 116 65.6 158.4C140 456.7 196.2 480 256 480s116-23.3 158.4-65.6C456.7 372 480 315.8 480 256s-23.3-116-65.6-158.4A222.5 222.5 0 0 0 256 32"/><path fill="#0052b4" d="m432 176l-32-64H112l-32 64h64l-20-40h120l-20 40h64l-20-40h120l-20 40z"/></g></svg>
React
import type { SVGProps } from "react";
export function CircleFlagsLangPms(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><defs><mask id="SVGefyMAczt" width="576" height="576" x="-32" y="-32" maskUnits="userSpaceOnUse"><circle cx="256" cy="256" r="256" fill="#fff"/></mask></defs><g mask="url(#SVGefyMAczt)"><path fill="#d80027" d="M0 0h512v512H0z"/><path fill="#eee" fillRule="evenodd" d="M512 204.8H310.9V0H201.1v204.8H0v102.4h201.1V512h109.8V307.2H512z"/><path fill="#0052b4" d="M256 544c-77 0-149.3-30-203.6-84.4C-2 405.3-32 333-32 256S-2 106.7 52.4 52.4C106.7-2 179-32 256-32S405.3-2 459.6 52.4C514 106.7 544 179 544 256s-30 149.3-84.4 203.6A286.1 286.1 0 0 1 256 544m0-512c-59.8 0-116 23.3-158.4 65.6C55.3 140 32 196.2 32 256s23.3 116 65.6 158.4C140 456.7 196.2 480 256 480s116-23.3 158.4-65.6C456.7 372 480 315.8 480 256s-23.3-116-65.6-158.4A222.5 222.5 0 0 0 256 32"/><path fill="#0052b4" d="m432 176l-32-64H112l-32 64h64l-20-40h120l-20 40h64l-20-40h120l-20 40z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><defs><mask id="SVGefyMAczt" width="576" height="576" x="-32" y="-32" maskUnits="userSpaceOnUse"><circle cx="256" cy="256" r="256" fill="#fff"/></mask></defs><g mask="url(#SVGefyMAczt)"><path fill="#d80027" d="M0 0h512v512H0z"/><path fill="#eee" fill-rule="evenodd" d="M512 204.8H310.9V0H201.1v204.8H0v102.4h201.1V512h109.8V307.2H512z"/><path fill="#0052b4" d="M256 544c-77 0-149.3-30-203.6-84.4C-2 405.3-32 333-32 256S-2 106.7 52.4 52.4C106.7-2 179-32 256-32S405.3-2 459.6 52.4C514 106.7 544 179 544 256s-30 149.3-84.4 203.6A286.1 286.1 0 0 1 256 544m0-512c-59.8 0-116 23.3-158.4 65.6C55.3 140 32 196.2 32 256s23.3 116 65.6 158.4C140 456.7 196.2 480 256 480s116-23.3 158.4-65.6C456.7 372 480 315.8 480 256s-23.3-116-65.6-158.4A222.5 222.5 0 0 0 256 32"/><path fill="#0052b4" d="m432 176l-32-64H112l-32 64h64l-20-40h120l-20 40h64l-20-40h120l-20 40z"/></g></svg> </template>
CSS
.icon-lang-pms {
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%3Cdefs%3E%3Cmask%20id%3D%22SVGefyMAczt%22%20width%3D%22576%22%20height%3D%22576%22%20x%3D%22-32%22%20y%3D%22-32%22%20maskUnits%3D%22userSpaceOnUse%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%3C%2Fdefs%3E%3Cg%20mask%3D%22url(%23SVGefyMAczt)%22%3E%3Cpath%20fill%3D%22%23d80027%22%20d%3D%22M0%200h512v512H0z%22%2F%3E%3Cpath%20fill%3D%22%23eee%22%20fill-rule%3D%22evenodd%22%20d%3D%22M512%20204.8H310.9V0H201.1v204.8H0v102.4h201.1V512h109.8V307.2H512z%22%2F%3E%3Cpath%20fill%3D%22%230052b4%22%20d%3D%22M256%20544c-77%200-149.3-30-203.6-84.4C-2%20405.3-32%20333-32%20256S-2%20106.7%2052.4%2052.4C106.7-2%20179-32%20256-32S405.3-2%20459.6%2052.4C514%20106.7%20544%20179%20544%20256s-30%20149.3-84.4%20203.6A286.1%20286.1%200%200%201%20256%20544m0-512c-59.8%200-116%2023.3-158.4%2065.6C55.3%20140%2032%20196.2%2032%20256s23.3%20116%2065.6%20158.4C140%20456.7%20196.2%20480%20256%20480s116-23.3%20158.4-65.6C456.7%20372%20480%20315.8%20480%20256s-23.3-116-65.6-158.4A222.5%20222.5%200%200%200%20256%2032%22%2F%3E%3Cpath%20fill%3D%22%230052b4%22%20d%3D%22m432%20176l-32-64H112l-32%2064h64l-20-40h120l-20%2040h64l-20-40h120l-20%2040z%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%3Cdefs%3E%3Cmask%20id%3D%22SVGefyMAczt%22%20width%3D%22576%22%20height%3D%22576%22%20x%3D%22-32%22%20y%3D%22-32%22%20maskUnits%3D%22userSpaceOnUse%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%3C%2Fdefs%3E%3Cg%20mask%3D%22url(%23SVGefyMAczt)%22%3E%3Cpath%20fill%3D%22%23d80027%22%20d%3D%22M0%200h512v512H0z%22%2F%3E%3Cpath%20fill%3D%22%23eee%22%20fill-rule%3D%22evenodd%22%20d%3D%22M512%20204.8H310.9V0H201.1v204.8H0v102.4h201.1V512h109.8V307.2H512z%22%2F%3E%3Cpath%20fill%3D%22%230052b4%22%20d%3D%22M256%20544c-77%200-149.3-30-203.6-84.4C-2%20405.3-32%20333-32%20256S-2%20106.7%2052.4%2052.4C106.7-2%20179-32%20256-32S405.3-2%20459.6%2052.4C514%20106.7%20544%20179%20544%20256s-30%20149.3-84.4%20203.6A286.1%20286.1%200%200%201%20256%20544m0-512c-59.8%200-116%2023.3-158.4%2065.6C55.3%20140%2032%20196.2%2032%20256s23.3%20116%2065.6%20158.4C140%20456.7%20196.2%20480%20256%20480s116-23.3%20158.4-65.6C456.7%20372%20480%20315.8%20480%20256s-23.3-116-65.6-158.4A222.5%20222.5%200%200%200%20256%2032%22%2F%3E%3Cpath%20fill%3D%22%230052b4%22%20d%3D%22m432%20176l-32-64H112l-32%2064h64l-20-40h120l-20%2040h64l-20-40h120l-20%2040z%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-pms.svg?color=%231a73e8&size=48