us in logo
us-in from Circle Flags by HatScripts · Circle · MIT Free for personal and commercial use.
- Name
- us-in
- Set
- Circle Flags
- Style
- Circle
- Viewbox
- 512×512
- License
- MIT
Related icons in Circle Flags
Use the us in logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><mask id="SVGqdEcMdXs4"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#SVGqdEcMdXs4)"><path fill="#0052b4" d="M0 0h512v512H0z"/><path fill="#ffda44" d="M224 361h64l-52 37.5l20-61l20 61zm-79.2-32.8h64l-52 37.5l20-61l20 61zM112 249h64l-52 37.5l20-61l20 61zm144 145l-12 8.6V451l12 21l12-21v-48.4zm6.7-207.7c-14.3 5.2-18.9 17.4-17.5 30.5a20.7 20.7 0 0 1-6.3-11.5a26 26 0 0 0-6 15.9a27.8 27.8 0 0 0 8.3 19.8H216v16h16l12 31h-12v16h12v44.4l12-36.6l12 36.6V304h12v-16h-12l12-31h16v-16h-23.3c7.6-8.5 8.6-23.3 1.9-34c-.3 6.4-3.5 11.2-5.6 14.8c-.9-11.8-11.2-18.8-6.3-35.5M224 63.5h64L236 101l20-61l20 61zm92.1 29.9h64l-52 37.5l20-61l20 61zm63.5 63.5h64l-52 37.5l20-61l20 61zm29.9 92.1h64l-52 37.5l20-61l20 61zm-29.9 92.1h64l-52 37.5l20-61l20 61zm-63.5 63.5h64l-52 37.5l20-61l20 61zm-184.2 0h64l-52 37.5l20-61l20 61zm-63.5-63.5h64l-52 37.5l20-61l20 61zM38.5 249h64l-52 37.5l20-61l20 61zm29.9-92.1h64l-52 37.5l20-61l20 61zm63.5-63.5h64l-52 37.5l20-61l20 61zM224 137h64l-52 37.5l20-61l20 61zm112 112h64l-52 37.5l20-61l20 61zm-32.8 79.2h64l-52 37.5l20-61l20 61z"/></g></svg>
React
import type { SVGProps } from "react";
export function CircleFlagsUsIn(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><mask id="SVGqdEcMdXs4"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#SVGqdEcMdXs4)"><path fill="#0052b4" d="M0 0h512v512H0z"/><path fill="#ffda44" d="M224 361h64l-52 37.5l20-61l20 61zm-79.2-32.8h64l-52 37.5l20-61l20 61zM112 249h64l-52 37.5l20-61l20 61zm144 145l-12 8.6V451l12 21l12-21v-48.4zm6.7-207.7c-14.3 5.2-18.9 17.4-17.5 30.5a20.7 20.7 0 0 1-6.3-11.5a26 26 0 0 0-6 15.9a27.8 27.8 0 0 0 8.3 19.8H216v16h16l12 31h-12v16h12v44.4l12-36.6l12 36.6V304h12v-16h-12l12-31h16v-16h-23.3c7.6-8.5 8.6-23.3 1.9-34c-.3 6.4-3.5 11.2-5.6 14.8c-.9-11.8-11.2-18.8-6.3-35.5M224 63.5h64L236 101l20-61l20 61zm92.1 29.9h64l-52 37.5l20-61l20 61zm63.5 63.5h64l-52 37.5l20-61l20 61zm29.9 92.1h64l-52 37.5l20-61l20 61zm-29.9 92.1h64l-52 37.5l20-61l20 61zm-63.5 63.5h64l-52 37.5l20-61l20 61zm-184.2 0h64l-52 37.5l20-61l20 61zm-63.5-63.5h64l-52 37.5l20-61l20 61zM38.5 249h64l-52 37.5l20-61l20 61zm29.9-92.1h64l-52 37.5l20-61l20 61zm63.5-63.5h64l-52 37.5l20-61l20 61zM224 137h64l-52 37.5l20-61l20 61zm112 112h64l-52 37.5l20-61l20 61zm-32.8 79.2h64l-52 37.5l20-61l20 61z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><mask id="SVGqdEcMdXs4"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#SVGqdEcMdXs4)"><path fill="#0052b4" d="M0 0h512v512H0z"/><path fill="#ffda44" d="M224 361h64l-52 37.5l20-61l20 61zm-79.2-32.8h64l-52 37.5l20-61l20 61zM112 249h64l-52 37.5l20-61l20 61zm144 145l-12 8.6V451l12 21l12-21v-48.4zm6.7-207.7c-14.3 5.2-18.9 17.4-17.5 30.5a20.7 20.7 0 0 1-6.3-11.5a26 26 0 0 0-6 15.9a27.8 27.8 0 0 0 8.3 19.8H216v16h16l12 31h-12v16h12v44.4l12-36.6l12 36.6V304h12v-16h-12l12-31h16v-16h-23.3c7.6-8.5 8.6-23.3 1.9-34c-.3 6.4-3.5 11.2-5.6 14.8c-.9-11.8-11.2-18.8-6.3-35.5M224 63.5h64L236 101l20-61l20 61zm92.1 29.9h64l-52 37.5l20-61l20 61zm63.5 63.5h64l-52 37.5l20-61l20 61zm29.9 92.1h64l-52 37.5l20-61l20 61zm-29.9 92.1h64l-52 37.5l20-61l20 61zm-63.5 63.5h64l-52 37.5l20-61l20 61zm-184.2 0h64l-52 37.5l20-61l20 61zm-63.5-63.5h64l-52 37.5l20-61l20 61zM38.5 249h64l-52 37.5l20-61l20 61zm29.9-92.1h64l-52 37.5l20-61l20 61zm63.5-63.5h64l-52 37.5l20-61l20 61zM224 137h64l-52 37.5l20-61l20 61zm112 112h64l-52 37.5l20-61l20 61zm-32.8 79.2h64l-52 37.5l20-61l20 61z"/></g></svg> </template>
CSS
.icon-us-in {
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%22SVGqdEcMdXs4%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(%23SVGqdEcMdXs4)%22%3E%3Cpath%20fill%3D%22%230052b4%22%20d%3D%22M0%200h512v512H0z%22%2F%3E%3Cpath%20fill%3D%22%23ffda44%22%20d%3D%22M224%20361h64l-52%2037.5l20-61l20%2061zm-79.2-32.8h64l-52%2037.5l20-61l20%2061zM112%20249h64l-52%2037.5l20-61l20%2061zm144%20145l-12%208.6V451l12%2021l12-21v-48.4zm6.7-207.7c-14.3%205.2-18.9%2017.4-17.5%2030.5a20.7%2020.7%200%200%201-6.3-11.5a26%2026%200%200%200-6%2015.9a27.8%2027.8%200%200%200%208.3%2019.8H216v16h16l12%2031h-12v16h12v44.4l12-36.6l12%2036.6V304h12v-16h-12l12-31h16v-16h-23.3c7.6-8.5%208.6-23.3%201.9-34c-.3%206.4-3.5%2011.2-5.6%2014.8c-.9-11.8-11.2-18.8-6.3-35.5M224%2063.5h64L236%20101l20-61l20%2061zm92.1%2029.9h64l-52%2037.5l20-61l20%2061zm63.5%2063.5h64l-52%2037.5l20-61l20%2061zm29.9%2092.1h64l-52%2037.5l20-61l20%2061zm-29.9%2092.1h64l-52%2037.5l20-61l20%2061zm-63.5%2063.5h64l-52%2037.5l20-61l20%2061zm-184.2%200h64l-52%2037.5l20-61l20%2061zm-63.5-63.5h64l-52%2037.5l20-61l20%2061zM38.5%20249h64l-52%2037.5l20-61l20%2061zm29.9-92.1h64l-52%2037.5l20-61l20%2061zm63.5-63.5h64l-52%2037.5l20-61l20%2061zM224%20137h64l-52%2037.5l20-61l20%2061zm112%20112h64l-52%2037.5l20-61l20%2061zm-32.8%2079.2h64l-52%2037.5l20-61l20%2061z%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%22SVGqdEcMdXs4%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(%23SVGqdEcMdXs4)%22%3E%3Cpath%20fill%3D%22%230052b4%22%20d%3D%22M0%200h512v512H0z%22%2F%3E%3Cpath%20fill%3D%22%23ffda44%22%20d%3D%22M224%20361h64l-52%2037.5l20-61l20%2061zm-79.2-32.8h64l-52%2037.5l20-61l20%2061zM112%20249h64l-52%2037.5l20-61l20%2061zm144%20145l-12%208.6V451l12%2021l12-21v-48.4zm6.7-207.7c-14.3%205.2-18.9%2017.4-17.5%2030.5a20.7%2020.7%200%200%201-6.3-11.5a26%2026%200%200%200-6%2015.9a27.8%2027.8%200%200%200%208.3%2019.8H216v16h16l12%2031h-12v16h12v44.4l12-36.6l12%2036.6V304h12v-16h-12l12-31h16v-16h-23.3c7.6-8.5%208.6-23.3%201.9-34c-.3%206.4-3.5%2011.2-5.6%2014.8c-.9-11.8-11.2-18.8-6.3-35.5M224%2063.5h64L236%20101l20-61l20%2061zm92.1%2029.9h64l-52%2037.5l20-61l20%2061zm63.5%2063.5h64l-52%2037.5l20-61l20%2061zm29.9%2092.1h64l-52%2037.5l20-61l20%2061zm-29.9%2092.1h64l-52%2037.5l20-61l20%2061zm-63.5%2063.5h64l-52%2037.5l20-61l20%2061zm-184.2%200h64l-52%2037.5l20-61l20%2061zm-63.5-63.5h64l-52%2037.5l20-61l20%2061zM38.5%20249h64l-52%2037.5l20-61l20%2061zm29.9-92.1h64l-52%2037.5l20-61l20%2061zm63.5-63.5h64l-52%2037.5l20-61l20%2061zM224%20137h64l-52%2037.5l20-61l20%2061zm112%20112h64l-52%2037.5l20-61l20%2061zm-32.8%2079.2h64l-52%2037.5l20-61l20%2061z%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-in.svg?color=%231a73e8&size=48