fm-4x3 from Flag Icons by Panayiotis Lipiridis · 4x3 · MIT Free for personal and commercial use.

Name
fm-4x3
Set
Flag Icons
Style
4x3
Viewbox
640×480
License
MIT

1 other variant in Flag Icons

The same logo in other sets

Use the fm logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 480"><defs><clipPath id="SVGGkFDRddX"><path fill-opacity=".7" d="M-81.3 0h682.6v512H-81.3z"/></clipPath></defs><g fill-rule="evenodd" stroke-width="1pt" clip-path="url(#SVGGkFDRddX)" transform="translate(76.3)scale(.94)"><path fill="#6797d6" d="M-252 0H772v512H-252z"/><path fill="#fff" d="m259.8 123l-32.4 22.2l12.4-35.9l-32.5-22.2h40.1l12.4-35.9l12.4 36h40l-32.4 22.1l12.4 35.9M259.8 390l-32.4-22.2l12.4 36l-32.5 22.1h40.1l12.4 35.9l12.4-36l40 .1l-32.4-22.2l12.4-35.9m-188.4-92.4L79.3 306l1.4-38l-37.5-11.7l38.4-11.7l1.3-38l22.3 30.8l38.4-11.8l-24.6 30.7l22.4 30.7m274.2-11.7l24.6 30.7l-1.4-38l37.5-11.7l-38.4-11.7l-1.3-38l-22.3 30.8l-38.4-11.8l24.6 30.7l-22.4 30.7"/></g></svg>

React

import type { SVGProps } from "react";

export function FlagFm4x3(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 480"><defs><clipPath id="SVGGkFDRddX"><path fillOpacity=".7" d="M-81.3 0h682.6v512H-81.3z"/></clipPath></defs><g fillRule="evenodd" strokeWidth="1pt" clipPath="url(#SVGGkFDRddX)" transform="translate(76.3)scale(.94)"><path fill="#6797d6" d="M-252 0H772v512H-252z"/><path fill="#fff" d="m259.8 123l-32.4 22.2l12.4-35.9l-32.5-22.2h40.1l12.4-35.9l12.4 36h40l-32.4 22.1l12.4 35.9M259.8 390l-32.4-22.2l12.4 36l-32.5 22.1h40.1l12.4 35.9l12.4-36l40 .1l-32.4-22.2l12.4-35.9m-188.4-92.4L79.3 306l1.4-38l-37.5-11.7l38.4-11.7l1.3-38l22.3 30.8l38.4-11.8l-24.6 30.7l22.4 30.7m274.2-11.7l24.6 30.7l-1.4-38l37.5-11.7l-38.4-11.7l-1.3-38l-22.3 30.8l-38.4-11.8l24.6 30.7l-22.4 30.7"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 480"><defs><clipPath id="SVGGkFDRddX"><path fill-opacity=".7" d="M-81.3 0h682.6v512H-81.3z"/></clipPath></defs><g fill-rule="evenodd" stroke-width="1pt" clip-path="url(#SVGGkFDRddX)" transform="translate(76.3)scale(.94)"><path fill="#6797d6" d="M-252 0H772v512H-252z"/><path fill="#fff" d="m259.8 123l-32.4 22.2l12.4-35.9l-32.5-22.2h40.1l12.4-35.9l12.4 36h40l-32.4 22.1l12.4 35.9M259.8 390l-32.4-22.2l12.4 36l-32.5 22.1h40.1l12.4 35.9l12.4-36l40 .1l-32.4-22.2l12.4-35.9m-188.4-92.4L79.3 306l1.4-38l-37.5-11.7l38.4-11.7l1.3-38l22.3 30.8l38.4-11.8l-24.6 30.7l22.4 30.7m274.2-11.7l24.6 30.7l-1.4-38l37.5-11.7l-38.4-11.7l-1.3-38l-22.3 30.8l-38.4-11.8l24.6 30.7l-22.4 30.7"/></g></svg>
</template>

CSS

.icon-fm-4x3 {
  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%20640%20480%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGGkFDRddX%22%3E%3Cpath%20fill-opacity%3D%22.7%22%20d%3D%22M-81.3%200h682.6v512H-81.3z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20fill-rule%3D%22evenodd%22%20stroke-width%3D%221pt%22%20clip-path%3D%22url(%23SVGGkFDRddX)%22%20transform%3D%22translate(76.3)scale(.94)%22%3E%3Cpath%20fill%3D%22%236797d6%22%20d%3D%22M-252%200H772v512H-252z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m259.8%20123l-32.4%2022.2l12.4-35.9l-32.5-22.2h40.1l12.4-35.9l12.4%2036h40l-32.4%2022.1l12.4%2035.9M259.8%20390l-32.4-22.2l12.4%2036l-32.5%2022.1h40.1l12.4%2035.9l12.4-36l40%20.1l-32.4-22.2l12.4-35.9m-188.4-92.4L79.3%20306l1.4-38l-37.5-11.7l38.4-11.7l1.3-38l22.3%2030.8l38.4-11.8l-24.6%2030.7l22.4%2030.7m274.2-11.7l24.6%2030.7l-1.4-38l37.5-11.7l-38.4-11.7l-1.3-38l-22.3%2030.8l-38.4-11.8l24.6%2030.7l-22.4%2030.7%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%20640%20480%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGGkFDRddX%22%3E%3Cpath%20fill-opacity%3D%22.7%22%20d%3D%22M-81.3%200h682.6v512H-81.3z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20fill-rule%3D%22evenodd%22%20stroke-width%3D%221pt%22%20clip-path%3D%22url(%23SVGGkFDRddX)%22%20transform%3D%22translate(76.3)scale(.94)%22%3E%3Cpath%20fill%3D%22%236797d6%22%20d%3D%22M-252%200H772v512H-252z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m259.8%20123l-32.4%2022.2l12.4-35.9l-32.5-22.2h40.1l12.4-35.9l12.4%2036h40l-32.4%2022.1l12.4%2035.9M259.8%20390l-32.4-22.2l12.4%2036l-32.5%2022.1h40.1l12.4%2035.9l12.4-36l40%20.1l-32.4-22.2l12.4-35.9m-188.4-92.4L79.3%20306l1.4-38l-37.5-11.7l38.4-11.7l1.3-38l22.3%2030.8l38.4-11.8l-24.6%2030.7l22.4%2030.7m274.2-11.7l24.6%2030.7l-1.4-38l37.5-11.7l-38.4-11.7l-1.3-38l-22.3%2030.8l-38.4-11.8l24.6%2030.7l-22.4%2030.7%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/flag/fm-4x3.svg?color=%231a73e8&size=48