us-mp from Circle Flags by HatScripts · Circle · MIT Free for personal and commercial use.

Name
us-mp
Set
Circle Flags
Style
Circle
Viewbox
512×512
License
MIT

Related icons in Circle Flags

Use the us mp 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="#338af3" d="M0 0h512v512H0z"/><path fill="#eee" d="M248 417.2a16.7 16.7 0 0 1-15-11a16.7 16.7 0 0 1-29.7-7.6a16.7 16.7 0 0 1-27.6-13.5a16.7 16.7 0 0 1-24.3-18.9a16.7 16.7 0 0 1-17.8-5a16.7 16.7 0 0 1-2.3-18.3a16.7 16.7 0 0 1-15-26.8a16.7 16.7 0 0 1-9.2-29.4a16.7 16.7 0 0 1-3.1-30.5a16.7 16.7 0 0 1 3-30.6a16.7 16.7 0 0 1 9.2-29.4a16.7 16.7 0 0 1 15-26.9a16.7 16.7 0 0 1 2.2-18.3c4.5-5.2 11.5-7 17.7-5a16.7 16.7 0 0 1 6-17.5a16.7 16.7 0 0 1 18.3-1.4a16.7 16.7 0 0 1 27.6-13.6a16.7 16.7 0 0 1 29.7-7.7a16.7 16.7 0 0 1 30.7-1.6a16.7 16.7 0 0 1 30.4 4.6a16.7 16.7 0 0 1 28.9 10.6a16.7 16.7 0 0 1 26.1 16.2c6-2.6 13.2-1.5 18.2 3.2a16.7 16.7 0 0 1 4.1 18a16.7 16.7 0 0 1 17.7 25.1a16.7 16.7 0 0 1 15.4 10.1a16.7 16.7 0 0 1-3.2 18.2a16.7 16.7 0 0 1 6.2 30c6 2.6 10.2 8.5 10.2 15.4v.4c0 6.9-4.2 12.8-10.2 15.4a16.7 16.7 0 0 1-6.1 30a16.7 16.7 0 0 1-12.2 28.3a16.7 16.7 0 0 1-.4 18.5a16.7 16.7 0 0 1-17.1 6.8a16.7 16.7 0 0 1-4.2 18c-5 4.7-12.2 5.7-18.1 3.2a16.7 16.7 0 0 1-26 16.3a16.7 16.7 0 0 1-28.8 10.7a16.7 16.7 0 0 1-30.5 4.6a16.7 16.7 0 0 1-15.9 9.4z"/><circle cx="256" cy="256" r="111.3" fill="#338af3"/><path fill="#acabb1" d="M280.4 218.2c5.4-4 9-10.5 9-17.9v-11c0-12.4-10-22.3-22.3-22.3H245c-12.3 0-22.3 10-22.3 22.2v11.1c0 7.4 3.6 13.9 9 18L211.5 423s11.1 11 44.5 11s44.5-11 44.5-11z"/><path fill="#eee" d="m256 167l19.3 59.5H338l-50.6 36.8l19.3 59.5L256 286l-50.6 36.8l19.3-59.5l-50.6-36.8h62.6z"/></g></svg>

React

import type { SVGProps } from "react";

export function CircleFlagsUsMp(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="#338af3" d="M0 0h512v512H0z"/><path fill="#eee" d="M248 417.2a16.7 16.7 0 0 1-15-11a16.7 16.7 0 0 1-29.7-7.6a16.7 16.7 0 0 1-27.6-13.5a16.7 16.7 0 0 1-24.3-18.9a16.7 16.7 0 0 1-17.8-5a16.7 16.7 0 0 1-2.3-18.3a16.7 16.7 0 0 1-15-26.8a16.7 16.7 0 0 1-9.2-29.4a16.7 16.7 0 0 1-3.1-30.5a16.7 16.7 0 0 1 3-30.6a16.7 16.7 0 0 1 9.2-29.4a16.7 16.7 0 0 1 15-26.9a16.7 16.7 0 0 1 2.2-18.3c4.5-5.2 11.5-7 17.7-5a16.7 16.7 0 0 1 6-17.5a16.7 16.7 0 0 1 18.3-1.4a16.7 16.7 0 0 1 27.6-13.6a16.7 16.7 0 0 1 29.7-7.7a16.7 16.7 0 0 1 30.7-1.6a16.7 16.7 0 0 1 30.4 4.6a16.7 16.7 0 0 1 28.9 10.6a16.7 16.7 0 0 1 26.1 16.2c6-2.6 13.2-1.5 18.2 3.2a16.7 16.7 0 0 1 4.1 18a16.7 16.7 0 0 1 17.7 25.1a16.7 16.7 0 0 1 15.4 10.1a16.7 16.7 0 0 1-3.2 18.2a16.7 16.7 0 0 1 6.2 30c6 2.6 10.2 8.5 10.2 15.4v.4c0 6.9-4.2 12.8-10.2 15.4a16.7 16.7 0 0 1-6.1 30a16.7 16.7 0 0 1-12.2 28.3a16.7 16.7 0 0 1-.4 18.5a16.7 16.7 0 0 1-17.1 6.8a16.7 16.7 0 0 1-4.2 18c-5 4.7-12.2 5.7-18.1 3.2a16.7 16.7 0 0 1-26 16.3a16.7 16.7 0 0 1-28.8 10.7a16.7 16.7 0 0 1-30.5 4.6a16.7 16.7 0 0 1-15.9 9.4z"/><circle cx="256" cy="256" r="111.3" fill="#338af3"/><path fill="#acabb1" d="M280.4 218.2c5.4-4 9-10.5 9-17.9v-11c0-12.4-10-22.3-22.3-22.3H245c-12.3 0-22.3 10-22.3 22.2v11.1c0 7.4 3.6 13.9 9 18L211.5 423s11.1 11 44.5 11s44.5-11 44.5-11z"/><path fill="#eee" d="m256 167l19.3 59.5H338l-50.6 36.8l19.3 59.5L256 286l-50.6 36.8l19.3-59.5l-50.6-36.8h62.6z"/></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="#338af3" d="M0 0h512v512H0z"/><path fill="#eee" d="M248 417.2a16.7 16.7 0 0 1-15-11a16.7 16.7 0 0 1-29.7-7.6a16.7 16.7 0 0 1-27.6-13.5a16.7 16.7 0 0 1-24.3-18.9a16.7 16.7 0 0 1-17.8-5a16.7 16.7 0 0 1-2.3-18.3a16.7 16.7 0 0 1-15-26.8a16.7 16.7 0 0 1-9.2-29.4a16.7 16.7 0 0 1-3.1-30.5a16.7 16.7 0 0 1 3-30.6a16.7 16.7 0 0 1 9.2-29.4a16.7 16.7 0 0 1 15-26.9a16.7 16.7 0 0 1 2.2-18.3c4.5-5.2 11.5-7 17.7-5a16.7 16.7 0 0 1 6-17.5a16.7 16.7 0 0 1 18.3-1.4a16.7 16.7 0 0 1 27.6-13.6a16.7 16.7 0 0 1 29.7-7.7a16.7 16.7 0 0 1 30.7-1.6a16.7 16.7 0 0 1 30.4 4.6a16.7 16.7 0 0 1 28.9 10.6a16.7 16.7 0 0 1 26.1 16.2c6-2.6 13.2-1.5 18.2 3.2a16.7 16.7 0 0 1 4.1 18a16.7 16.7 0 0 1 17.7 25.1a16.7 16.7 0 0 1 15.4 10.1a16.7 16.7 0 0 1-3.2 18.2a16.7 16.7 0 0 1 6.2 30c6 2.6 10.2 8.5 10.2 15.4v.4c0 6.9-4.2 12.8-10.2 15.4a16.7 16.7 0 0 1-6.1 30a16.7 16.7 0 0 1-12.2 28.3a16.7 16.7 0 0 1-.4 18.5a16.7 16.7 0 0 1-17.1 6.8a16.7 16.7 0 0 1-4.2 18c-5 4.7-12.2 5.7-18.1 3.2a16.7 16.7 0 0 1-26 16.3a16.7 16.7 0 0 1-28.8 10.7a16.7 16.7 0 0 1-30.5 4.6a16.7 16.7 0 0 1-15.9 9.4z"/><circle cx="256" cy="256" r="111.3" fill="#338af3"/><path fill="#acabb1" d="M280.4 218.2c5.4-4 9-10.5 9-17.9v-11c0-12.4-10-22.3-22.3-22.3H245c-12.3 0-22.3 10-22.3 22.2v11.1c0 7.4 3.6 13.9 9 18L211.5 423s11.1 11 44.5 11s44.5-11 44.5-11z"/><path fill="#eee" d="m256 167l19.3 59.5H338l-50.6 36.8l19.3 59.5L256 286l-50.6 36.8l19.3-59.5l-50.6-36.8h62.6z"/></g></svg>
</template>

CSS

.icon-us-mp {
  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%23338af3%22%20d%3D%22M0%200h512v512H0z%22%2F%3E%3Cpath%20fill%3D%22%23eee%22%20d%3D%22M248%20417.2a16.7%2016.7%200%200%201-15-11a16.7%2016.7%200%200%201-29.7-7.6a16.7%2016.7%200%200%201-27.6-13.5a16.7%2016.7%200%200%201-24.3-18.9a16.7%2016.7%200%200%201-17.8-5a16.7%2016.7%200%200%201-2.3-18.3a16.7%2016.7%200%200%201-15-26.8a16.7%2016.7%200%200%201-9.2-29.4a16.7%2016.7%200%200%201-3.1-30.5a16.7%2016.7%200%200%201%203-30.6a16.7%2016.7%200%200%201%209.2-29.4a16.7%2016.7%200%200%201%2015-26.9a16.7%2016.7%200%200%201%202.2-18.3c4.5-5.2%2011.5-7%2017.7-5a16.7%2016.7%200%200%201%206-17.5a16.7%2016.7%200%200%201%2018.3-1.4a16.7%2016.7%200%200%201%2027.6-13.6a16.7%2016.7%200%200%201%2029.7-7.7a16.7%2016.7%200%200%201%2030.7-1.6a16.7%2016.7%200%200%201%2030.4%204.6a16.7%2016.7%200%200%201%2028.9%2010.6a16.7%2016.7%200%200%201%2026.1%2016.2c6-2.6%2013.2-1.5%2018.2%203.2a16.7%2016.7%200%200%201%204.1%2018a16.7%2016.7%200%200%201%2017.7%2025.1a16.7%2016.7%200%200%201%2015.4%2010.1a16.7%2016.7%200%200%201-3.2%2018.2a16.7%2016.7%200%200%201%206.2%2030c6%202.6%2010.2%208.5%2010.2%2015.4v.4c0%206.9-4.2%2012.8-10.2%2015.4a16.7%2016.7%200%200%201-6.1%2030a16.7%2016.7%200%200%201-12.2%2028.3a16.7%2016.7%200%200%201-.4%2018.5a16.7%2016.7%200%200%201-17.1%206.8a16.7%2016.7%200%200%201-4.2%2018c-5%204.7-12.2%205.7-18.1%203.2a16.7%2016.7%200%200%201-26%2016.3a16.7%2016.7%200%200%201-28.8%2010.7a16.7%2016.7%200%200%201-30.5%204.6a16.7%2016.7%200%200%201-15.9%209.4z%22%2F%3E%3Ccircle%20cx%3D%22256%22%20cy%3D%22256%22%20r%3D%22111.3%22%20fill%3D%22%23338af3%22%2F%3E%3Cpath%20fill%3D%22%23acabb1%22%20d%3D%22M280.4%20218.2c5.4-4%209-10.5%209-17.9v-11c0-12.4-10-22.3-22.3-22.3H245c-12.3%200-22.3%2010-22.3%2022.2v11.1c0%207.4%203.6%2013.9%209%2018L211.5%20423s11.1%2011%2044.5%2011s44.5-11%2044.5-11z%22%2F%3E%3Cpath%20fill%3D%22%23eee%22%20d%3D%22m256%20167l19.3%2059.5H338l-50.6%2036.8l19.3%2059.5L256%20286l-50.6%2036.8l19.3-59.5l-50.6-36.8h62.6z%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%23338af3%22%20d%3D%22M0%200h512v512H0z%22%2F%3E%3Cpath%20fill%3D%22%23eee%22%20d%3D%22M248%20417.2a16.7%2016.7%200%200%201-15-11a16.7%2016.7%200%200%201-29.7-7.6a16.7%2016.7%200%200%201-27.6-13.5a16.7%2016.7%200%200%201-24.3-18.9a16.7%2016.7%200%200%201-17.8-5a16.7%2016.7%200%200%201-2.3-18.3a16.7%2016.7%200%200%201-15-26.8a16.7%2016.7%200%200%201-9.2-29.4a16.7%2016.7%200%200%201-3.1-30.5a16.7%2016.7%200%200%201%203-30.6a16.7%2016.7%200%200%201%209.2-29.4a16.7%2016.7%200%200%201%2015-26.9a16.7%2016.7%200%200%201%202.2-18.3c4.5-5.2%2011.5-7%2017.7-5a16.7%2016.7%200%200%201%206-17.5a16.7%2016.7%200%200%201%2018.3-1.4a16.7%2016.7%200%200%201%2027.6-13.6a16.7%2016.7%200%200%201%2029.7-7.7a16.7%2016.7%200%200%201%2030.7-1.6a16.7%2016.7%200%200%201%2030.4%204.6a16.7%2016.7%200%200%201%2028.9%2010.6a16.7%2016.7%200%200%201%2026.1%2016.2c6-2.6%2013.2-1.5%2018.2%203.2a16.7%2016.7%200%200%201%204.1%2018a16.7%2016.7%200%200%201%2017.7%2025.1a16.7%2016.7%200%200%201%2015.4%2010.1a16.7%2016.7%200%200%201-3.2%2018.2a16.7%2016.7%200%200%201%206.2%2030c6%202.6%2010.2%208.5%2010.2%2015.4v.4c0%206.9-4.2%2012.8-10.2%2015.4a16.7%2016.7%200%200%201-6.1%2030a16.7%2016.7%200%200%201-12.2%2028.3a16.7%2016.7%200%200%201-.4%2018.5a16.7%2016.7%200%200%201-17.1%206.8a16.7%2016.7%200%200%201-4.2%2018c-5%204.7-12.2%205.7-18.1%203.2a16.7%2016.7%200%200%201-26%2016.3a16.7%2016.7%200%200%201-28.8%2010.7a16.7%2016.7%200%200%201-30.5%204.6a16.7%2016.7%200%200%201-15.9%209.4z%22%2F%3E%3Ccircle%20cx%3D%22256%22%20cy%3D%22256%22%20r%3D%22111.3%22%20fill%3D%22%23338af3%22%2F%3E%3Cpath%20fill%3D%22%23acabb1%22%20d%3D%22M280.4%20218.2c5.4-4%209-10.5%209-17.9v-11c0-12.4-10-22.3-22.3-22.3H245c-12.3%200-22.3%2010-22.3%2022.2v11.1c0%207.4%203.6%2013.9%209%2018L211.5%20423s11.1%2011%2044.5%2011s44.5-11%2044.5-11z%22%2F%3E%3Cpath%20fill%3D%22%23eee%22%20d%3D%22m256%20167l19.3%2059.5H338l-50.6%2036.8l19.3%2059.5L256%20286l-50.6%2036.8l19.3-59.5l-50.6-36.8h62.6z%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/us-mp.svg?color=%231a73e8&size=48