us wy logo
us-wy from Circle Flags by HatScripts · Circle · MIT Free for personal and commercial use.
- Name
- us-wy
- Set
- Circle Flags
- Style
- Circle
- Viewbox
- 512×512
- License
- MIT
Related icons in Circle Flags
Use the us wy logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><mask id="SVGqdEcMdXs24"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#SVGqdEcMdXs24)"><path fill="#d80027" d="M0 0h512v512H0z"/><circle cx="256" cy="256" r="256" fill="#d80027"/><circle cx="256" cy="256" r="224" fill="#eee"/><circle cx="256" cy="256" r="208" fill="#0052b4"/><path fill="#eee" d="M163 128c-3 0-6 2-7 5c0 3 0 6 3 7v1a15 15 0 0 1 7 13a18 18 0 0 0-19 6c-2 2-4 3-7 3h-9c-11 0-20 9-20 20v14c0 9 7 16 15 16v12c0 3-2 7-4 9c-4 4-6 9-6 14c0 10 6 17 15 20l14 23c3 4 9 4 12 0l3-5l2-1l8 14v14c0 12 7 22 16 27v35c0 4 3 8 8 8h14l4-1l2 1h15c2 0 4-2 4-4v-45c5-5 8-12 8-21h54l-18 60c-1 5 2 10 8 10h13c4 0 7-2 8-6l12-44c7 5 14 9 23 10v27c0 8 6 14 13 14h14c7 0 13-6 13-14V267c4-2 7-6 10-9v34a20 20 0 0 0 10 37V229c0-20-12-39-30-46c-40-17-84-30-118-45c-7-3-15-4-22-5c-15 0-29 5-39 14c-6-10-16-18-29-19"/><circle cx="256" cy="230" r="64" fill="#0052b4"/><circle cx="256" cy="230" r="48" fill="#eee"/></g></svg>
React
import type { SVGProps } from "react";
export function CircleFlagsUsWy(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><mask id="SVGqdEcMdXs24"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#SVGqdEcMdXs24)"><path fill="#d80027" d="M0 0h512v512H0z"/><circle cx="256" cy="256" r="256" fill="#d80027"/><circle cx="256" cy="256" r="224" fill="#eee"/><circle cx="256" cy="256" r="208" fill="#0052b4"/><path fill="#eee" d="M163 128c-3 0-6 2-7 5c0 3 0 6 3 7v1a15 15 0 0 1 7 13a18 18 0 0 0-19 6c-2 2-4 3-7 3h-9c-11 0-20 9-20 20v14c0 9 7 16 15 16v12c0 3-2 7-4 9c-4 4-6 9-6 14c0 10 6 17 15 20l14 23c3 4 9 4 12 0l3-5l2-1l8 14v14c0 12 7 22 16 27v35c0 4 3 8 8 8h14l4-1l2 1h15c2 0 4-2 4-4v-45c5-5 8-12 8-21h54l-18 60c-1 5 2 10 8 10h13c4 0 7-2 8-6l12-44c7 5 14 9 23 10v27c0 8 6 14 13 14h14c7 0 13-6 13-14V267c4-2 7-6 10-9v34a20 20 0 0 0 10 37V229c0-20-12-39-30-46c-40-17-84-30-118-45c-7-3-15-4-22-5c-15 0-29 5-39 14c-6-10-16-18-29-19"/><circle cx="256" cy="230" r="64" fill="#0052b4"/><circle cx="256" cy="230" r="48" 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="SVGqdEcMdXs24"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#SVGqdEcMdXs24)"><path fill="#d80027" d="M0 0h512v512H0z"/><circle cx="256" cy="256" r="256" fill="#d80027"/><circle cx="256" cy="256" r="224" fill="#eee"/><circle cx="256" cy="256" r="208" fill="#0052b4"/><path fill="#eee" d="M163 128c-3 0-6 2-7 5c0 3 0 6 3 7v1a15 15 0 0 1 7 13a18 18 0 0 0-19 6c-2 2-4 3-7 3h-9c-11 0-20 9-20 20v14c0 9 7 16 15 16v12c0 3-2 7-4 9c-4 4-6 9-6 14c0 10 6 17 15 20l14 23c3 4 9 4 12 0l3-5l2-1l8 14v14c0 12 7 22 16 27v35c0 4 3 8 8 8h14l4-1l2 1h15c2 0 4-2 4-4v-45c5-5 8-12 8-21h54l-18 60c-1 5 2 10 8 10h13c4 0 7-2 8-6l12-44c7 5 14 9 23 10v27c0 8 6 14 13 14h14c7 0 13-6 13-14V267c4-2 7-6 10-9v34a20 20 0 0 0 10 37V229c0-20-12-39-30-46c-40-17-84-30-118-45c-7-3-15-4-22-5c-15 0-29 5-39 14c-6-10-16-18-29-19"/><circle cx="256" cy="230" r="64" fill="#0052b4"/><circle cx="256" cy="230" r="48" fill="#eee"/></g></svg> </template>
CSS
.icon-us-wy {
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%22SVGqdEcMdXs24%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(%23SVGqdEcMdXs24)%22%3E%3Cpath%20fill%3D%22%23d80027%22%20d%3D%22M0%200h512v512H0z%22%2F%3E%3Ccircle%20cx%3D%22256%22%20cy%3D%22256%22%20r%3D%22256%22%20fill%3D%22%23d80027%22%2F%3E%3Ccircle%20cx%3D%22256%22%20cy%3D%22256%22%20r%3D%22224%22%20fill%3D%22%23eee%22%2F%3E%3Ccircle%20cx%3D%22256%22%20cy%3D%22256%22%20r%3D%22208%22%20fill%3D%22%230052b4%22%2F%3E%3Cpath%20fill%3D%22%23eee%22%20d%3D%22M163%20128c-3%200-6%202-7%205c0%203%200%206%203%207v1a15%2015%200%200%201%207%2013a18%2018%200%200%200-19%206c-2%202-4%203-7%203h-9c-11%200-20%209-20%2020v14c0%209%207%2016%2015%2016v12c0%203-2%207-4%209c-4%204-6%209-6%2014c0%2010%206%2017%2015%2020l14%2023c3%204%209%204%2012%200l3-5l2-1l8%2014v14c0%2012%207%2022%2016%2027v35c0%204%203%208%208%208h14l4-1l2%201h15c2%200%204-2%204-4v-45c5-5%208-12%208-21h54l-18%2060c-1%205%202%2010%208%2010h13c4%200%207-2%208-6l12-44c7%205%2014%209%2023%2010v27c0%208%206%2014%2013%2014h14c7%200%2013-6%2013-14V267c4-2%207-6%2010-9v34a20%2020%200%200%200%2010%2037V229c0-20-12-39-30-46c-40-17-84-30-118-45c-7-3-15-4-22-5c-15%200-29%205-39%2014c-6-10-16-18-29-19%22%2F%3E%3Ccircle%20cx%3D%22256%22%20cy%3D%22230%22%20r%3D%2264%22%20fill%3D%22%230052b4%22%2F%3E%3Ccircle%20cx%3D%22256%22%20cy%3D%22230%22%20r%3D%2248%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%22SVGqdEcMdXs24%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(%23SVGqdEcMdXs24)%22%3E%3Cpath%20fill%3D%22%23d80027%22%20d%3D%22M0%200h512v512H0z%22%2F%3E%3Ccircle%20cx%3D%22256%22%20cy%3D%22256%22%20r%3D%22256%22%20fill%3D%22%23d80027%22%2F%3E%3Ccircle%20cx%3D%22256%22%20cy%3D%22256%22%20r%3D%22224%22%20fill%3D%22%23eee%22%2F%3E%3Ccircle%20cx%3D%22256%22%20cy%3D%22256%22%20r%3D%22208%22%20fill%3D%22%230052b4%22%2F%3E%3Cpath%20fill%3D%22%23eee%22%20d%3D%22M163%20128c-3%200-6%202-7%205c0%203%200%206%203%207v1a15%2015%200%200%201%207%2013a18%2018%200%200%200-19%206c-2%202-4%203-7%203h-9c-11%200-20%209-20%2020v14c0%209%207%2016%2015%2016v12c0%203-2%207-4%209c-4%204-6%209-6%2014c0%2010%206%2017%2015%2020l14%2023c3%204%209%204%2012%200l3-5l2-1l8%2014v14c0%2012%207%2022%2016%2027v35c0%204%203%208%208%208h14l4-1l2%201h15c2%200%204-2%204-4v-45c5-5%208-12%208-21h54l-18%2060c-1%205%202%2010%208%2010h13c4%200%207-2%208-6l12-44c7%205%2014%209%2023%2010v27c0%208%206%2014%2013%2014h14c7%200%2013-6%2013-14V267c4-2%207-6%2010-9v34a20%2020%200%200%200%2010%2037V229c0-20-12-39-30-46c-40-17-84-30-118-45c-7-3-15-4-22-5c-15%200-29%205-39%2014c-6-10-16-18-29-19%22%2F%3E%3Ccircle%20cx%3D%22256%22%20cy%3D%22230%22%20r%3D%2264%22%20fill%3D%22%230052b4%22%2F%3E%3Ccircle%20cx%3D%22256%22%20cy%3D%22230%22%20r%3D%2248%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/us-wy.svg?color=%231a73e8&size=48