yi logo
yi from Circle Flags by HatScripts · Circle · MIT Free for personal and commercial use.
- Name
- yi
- Set
- Circle Flags
- Style
- Circle
- Viewbox
- 512×512
- License
- MIT
- Aliases
- yiddish
Use the yi logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><mask id="SVGqdEcMdXs18"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#SVGqdEcMdXs18)"><path fill="#eee" d="M0 0h512v56l-25 32l25 34v268l-26 36l26 30v56H0v-56l25-34l-25-32V122l27-33L0 56z"/><path fill="#333" d="M0 390v66h512v-66z"/><circle cx="256" cy="186" r="104" fill="#333"/><circle cx="256" cy="186" r="84" fill="#eee"/><circle cx="256" cy="186" r="64" fill="#333"/><circle cx="256" cy="186" r="44" fill="#eee"/><path fill="#333" d="m246 319l-49 11v14h118v-14l-49-11z"/><path fill="#eee" d="M148 78h216v108H148z"/><path fill="#333" d="M246 180h20v150h-20zm87-8h34l-7 15h-20zm-40 0h34l-7 15h-20zm-108 0h34l-7 15h-20zm-40 0h34l-7 15h-20z"/><path fill="#333" d="M239 172h34l-7 15h-20zM0 56v66h512V56z"/></g></svg>
React
import type { SVGProps } from "react";
export function CircleFlagsYi(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><mask id="SVGqdEcMdXs18"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#SVGqdEcMdXs18)"><path fill="#eee" d="M0 0h512v56l-25 32l25 34v268l-26 36l26 30v56H0v-56l25-34l-25-32V122l27-33L0 56z"/><path fill="#333" d="M0 390v66h512v-66z"/><circle cx="256" cy="186" r="104" fill="#333"/><circle cx="256" cy="186" r="84" fill="#eee"/><circle cx="256" cy="186" r="64" fill="#333"/><circle cx="256" cy="186" r="44" fill="#eee"/><path fill="#333" d="m246 319l-49 11v14h118v-14l-49-11z"/><path fill="#eee" d="M148 78h216v108H148z"/><path fill="#333" d="M246 180h20v150h-20zm87-8h34l-7 15h-20zm-40 0h34l-7 15h-20zm-108 0h34l-7 15h-20zm-40 0h34l-7 15h-20z"/><path fill="#333" d="M239 172h34l-7 15h-20zM0 56v66h512V56z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><mask id="SVGqdEcMdXs18"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#SVGqdEcMdXs18)"><path fill="#eee" d="M0 0h512v56l-25 32l25 34v268l-26 36l26 30v56H0v-56l25-34l-25-32V122l27-33L0 56z"/><path fill="#333" d="M0 390v66h512v-66z"/><circle cx="256" cy="186" r="104" fill="#333"/><circle cx="256" cy="186" r="84" fill="#eee"/><circle cx="256" cy="186" r="64" fill="#333"/><circle cx="256" cy="186" r="44" fill="#eee"/><path fill="#333" d="m246 319l-49 11v14h118v-14l-49-11z"/><path fill="#eee" d="M148 78h216v108H148z"/><path fill="#333" d="M246 180h20v150h-20zm87-8h34l-7 15h-20zm-40 0h34l-7 15h-20zm-108 0h34l-7 15h-20zm-40 0h34l-7 15h-20z"/><path fill="#333" d="M239 172h34l-7 15h-20zM0 56v66h512V56z"/></g></svg> </template>
CSS
.icon-yi {
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%22SVGqdEcMdXs18%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(%23SVGqdEcMdXs18)%22%3E%3Cpath%20fill%3D%22%23eee%22%20d%3D%22M0%200h512v56l-25%2032l25%2034v268l-26%2036l26%2030v56H0v-56l25-34l-25-32V122l27-33L0%2056z%22%2F%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22M0%20390v66h512v-66z%22%2F%3E%3Ccircle%20cx%3D%22256%22%20cy%3D%22186%22%20r%3D%22104%22%20fill%3D%22%23333%22%2F%3E%3Ccircle%20cx%3D%22256%22%20cy%3D%22186%22%20r%3D%2284%22%20fill%3D%22%23eee%22%2F%3E%3Ccircle%20cx%3D%22256%22%20cy%3D%22186%22%20r%3D%2264%22%20fill%3D%22%23333%22%2F%3E%3Ccircle%20cx%3D%22256%22%20cy%3D%22186%22%20r%3D%2244%22%20fill%3D%22%23eee%22%2F%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22m246%20319l-49%2011v14h118v-14l-49-11z%22%2F%3E%3Cpath%20fill%3D%22%23eee%22%20d%3D%22M148%2078h216v108H148z%22%2F%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22M246%20180h20v150h-20zm87-8h34l-7%2015h-20zm-40%200h34l-7%2015h-20zm-108%200h34l-7%2015h-20zm-40%200h34l-7%2015h-20z%22%2F%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22M239%20172h34l-7%2015h-20zM0%2056v66h512V56z%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%22SVGqdEcMdXs18%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(%23SVGqdEcMdXs18)%22%3E%3Cpath%20fill%3D%22%23eee%22%20d%3D%22M0%200h512v56l-25%2032l25%2034v268l-26%2036l26%2030v56H0v-56l25-34l-25-32V122l27-33L0%2056z%22%2F%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22M0%20390v66h512v-66z%22%2F%3E%3Ccircle%20cx%3D%22256%22%20cy%3D%22186%22%20r%3D%22104%22%20fill%3D%22%23333%22%2F%3E%3Ccircle%20cx%3D%22256%22%20cy%3D%22186%22%20r%3D%2284%22%20fill%3D%22%23eee%22%2F%3E%3Ccircle%20cx%3D%22256%22%20cy%3D%22186%22%20r%3D%2264%22%20fill%3D%22%23333%22%2F%3E%3Ccircle%20cx%3D%22256%22%20cy%3D%22186%22%20r%3D%2244%22%20fill%3D%22%23eee%22%2F%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22m246%20319l-49%2011v14h118v-14l-49-11z%22%2F%3E%3Cpath%20fill%3D%22%23eee%22%20d%3D%22M148%2078h216v108H148z%22%2F%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22M246%20180h20v150h-20zm87-8h34l-7%2015h-20zm-40%200h34l-7%2015h-20zm-108%200h34l-7%2015h-20zm-40%200h34l-7%2015h-20z%22%2F%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22M239%20172h34l-7%2015h-20zM0%2056v66h512V56z%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/yi.svg?color=%231a73e8&size=48