mi from Circle Flags by HatScripts · Circle · MIT Free for personal and commercial use.

Name
mi
Set
Circle Flags
Style
Circle
Viewbox
512×512
License
MIT

Use the mi logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><mask id="circleFlagsMi"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#circleFlagsMi)"><path fill="#eee" d="m0 68.6l247.8-24.7L512 299v93.9l-399.2 36.2L0 162.5z"/><path fill="#333" d="M0 0v68.6h178a115.2 115.2 0 1 1 0 230.4h334V0z"/><path fill="#d80027" d="M0 162.5V512h512V392.9H178a93.9 93.9 0 1 1 0-187.8a47 47 0 0 1 0 93.9a68.3 68.3 0 0 0 0-136.5z"/></g></svg>

React

import type { SVGProps } from "react";

export function CircleFlagsMi(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><mask id="circleFlagsMi"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#circleFlagsMi)"><path fill="#eee" d="m0 68.6l247.8-24.7L512 299v93.9l-399.2 36.2L0 162.5z"/><path fill="#333" d="M0 0v68.6h178a115.2 115.2 0 1 1 0 230.4h334V0z"/><path fill="#d80027" d="M0 162.5V512h512V392.9H178a93.9 93.9 0 1 1 0-187.8a47 47 0 0 1 0 93.9a68.3 68.3 0 0 0 0-136.5z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><mask id="circleFlagsMi"><circle cx="256" cy="256" r="256" fill="#fff"/></mask><g mask="url(#circleFlagsMi)"><path fill="#eee" d="m0 68.6l247.8-24.7L512 299v93.9l-399.2 36.2L0 162.5z"/><path fill="#333" d="M0 0v68.6h178a115.2 115.2 0 1 1 0 230.4h334V0z"/><path fill="#d80027" d="M0 162.5V512h512V392.9H178a93.9 93.9 0 1 1 0-187.8a47 47 0 0 1 0 93.9a68.3 68.3 0 0 0 0-136.5z"/></g></svg>
</template>

CSS

.icon-mi {
  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%22circleFlagsMi%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(%23circleFlagsMi)%22%3E%3Cpath%20fill%3D%22%23eee%22%20d%3D%22m0%2068.6l247.8-24.7L512%20299v93.9l-399.2%2036.2L0%20162.5z%22%2F%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22M0%200v68.6h178a115.2%20115.2%200%201%201%200%20230.4h334V0z%22%2F%3E%3Cpath%20fill%3D%22%23d80027%22%20d%3D%22M0%20162.5V512h512V392.9H178a93.9%2093.9%200%201%201%200-187.8a47%2047%200%200%201%200%2093.9a68.3%2068.3%200%200%200%200-136.5z%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%22circleFlagsMi%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(%23circleFlagsMi)%22%3E%3Cpath%20fill%3D%22%23eee%22%20d%3D%22m0%2068.6l247.8-24.7L512%20299v93.9l-399.2%2036.2L0%20162.5z%22%2F%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22M0%200v68.6h178a115.2%20115.2%200%201%201%200%20230.4h334V0z%22%2F%3E%3Cpath%20fill%3D%22%23d80027%22%20d%3D%22M0%20162.5V512h512V392.9H178a93.9%2093.9%200%201%201%200-187.8a47%2047%200%200%201%200%2093.9a68.3%2068.3%200%200%200%200-136.5z%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/mi.svg?color=%231a73e8&size=48