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

Name
hk-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 hk logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 480"><path fill="#ec1b2e" d="M0 0h640v480H0"/><path id="SVG5tfvBPpj" fill="#fff" d="M346.3 103.1C267 98 230.6 201.9 305.6 240.3c-26-22.4-20.6-55.3-10.1-72.4l1.9 1.1c-13.8 23.5-11.2 52.7 11.1 71c-12.7-12.3-9.5-39 12.1-48.9s23.6-39.3 16.4-49.1q-14.7-25.6 9.3-38.9M307.9 164l-4.7 7.4l-1.8-8.6l-8.6-2.3l7.8-4.3l-.6-8.9l6.5 6.1l8.3-3.3l-3.7 8.1l5.6 6.8z"/><use href="#SVG5tfvBPpj" transform="rotate(72 312.5 243.5)"/><use href="#SVG5tfvBPpj" transform="rotate(144 312.5 243.5)"/><use href="#SVG5tfvBPpj" transform="rotate(216 312.5 243.5)"/><use href="#SVG5tfvBPpj" transform="rotate(288 312.5 243.5)"/></svg>

React

import type { SVGProps } from "react";

export function FlagHk4x3(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 480"><path fill="#ec1b2e" d="M0 0h640v480H0"/><path id="SVG5tfvBPpj" fill="#fff" d="M346.3 103.1C267 98 230.6 201.9 305.6 240.3c-26-22.4-20.6-55.3-10.1-72.4l1.9 1.1c-13.8 23.5-11.2 52.7 11.1 71c-12.7-12.3-9.5-39 12.1-48.9s23.6-39.3 16.4-49.1q-14.7-25.6 9.3-38.9M307.9 164l-4.7 7.4l-1.8-8.6l-8.6-2.3l7.8-4.3l-.6-8.9l6.5 6.1l8.3-3.3l-3.7 8.1l5.6 6.8z"/><use href="#SVG5tfvBPpj" transform="rotate(72 312.5 243.5)"/><use href="#SVG5tfvBPpj" transform="rotate(144 312.5 243.5)"/><use href="#SVG5tfvBPpj" transform="rotate(216 312.5 243.5)"/><use href="#SVG5tfvBPpj" transform="rotate(288 312.5 243.5)"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 480"><path fill="#ec1b2e" d="M0 0h640v480H0"/><path id="SVG5tfvBPpj" fill="#fff" d="M346.3 103.1C267 98 230.6 201.9 305.6 240.3c-26-22.4-20.6-55.3-10.1-72.4l1.9 1.1c-13.8 23.5-11.2 52.7 11.1 71c-12.7-12.3-9.5-39 12.1-48.9s23.6-39.3 16.4-49.1q-14.7-25.6 9.3-38.9M307.9 164l-4.7 7.4l-1.8-8.6l-8.6-2.3l7.8-4.3l-.6-8.9l6.5 6.1l8.3-3.3l-3.7 8.1l5.6 6.8z"/><use href="#SVG5tfvBPpj" transform="rotate(72 312.5 243.5)"/><use href="#SVG5tfvBPpj" transform="rotate(144 312.5 243.5)"/><use href="#SVG5tfvBPpj" transform="rotate(216 312.5 243.5)"/><use href="#SVG5tfvBPpj" transform="rotate(288 312.5 243.5)"/></svg>
</template>

CSS

.icon-hk-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%3Cpath%20fill%3D%22%23ec1b2e%22%20d%3D%22M0%200h640v480H0%22%2F%3E%3Cpath%20id%3D%22SVG5tfvBPpj%22%20fill%3D%22%23fff%22%20d%3D%22M346.3%20103.1C267%2098%20230.6%20201.9%20305.6%20240.3c-26-22.4-20.6-55.3-10.1-72.4l1.9%201.1c-13.8%2023.5-11.2%2052.7%2011.1%2071c-12.7-12.3-9.5-39%2012.1-48.9s23.6-39.3%2016.4-49.1q-14.7-25.6%209.3-38.9M307.9%20164l-4.7%207.4l-1.8-8.6l-8.6-2.3l7.8-4.3l-.6-8.9l6.5%206.1l8.3-3.3l-3.7%208.1l5.6%206.8z%22%2F%3E%3Cuse%20href%3D%22%23SVG5tfvBPpj%22%20transform%3D%22rotate(72%20312.5%20243.5)%22%2F%3E%3Cuse%20href%3D%22%23SVG5tfvBPpj%22%20transform%3D%22rotate(144%20312.5%20243.5)%22%2F%3E%3Cuse%20href%3D%22%23SVG5tfvBPpj%22%20transform%3D%22rotate(216%20312.5%20243.5)%22%2F%3E%3Cuse%20href%3D%22%23SVG5tfvBPpj%22%20transform%3D%22rotate(288%20312.5%20243.5)%22%2F%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%3Cpath%20fill%3D%22%23ec1b2e%22%20d%3D%22M0%200h640v480H0%22%2F%3E%3Cpath%20id%3D%22SVG5tfvBPpj%22%20fill%3D%22%23fff%22%20d%3D%22M346.3%20103.1C267%2098%20230.6%20201.9%20305.6%20240.3c-26-22.4-20.6-55.3-10.1-72.4l1.9%201.1c-13.8%2023.5-11.2%2052.7%2011.1%2071c-12.7-12.3-9.5-39%2012.1-48.9s23.6-39.3%2016.4-49.1q-14.7-25.6%209.3-38.9M307.9%20164l-4.7%207.4l-1.8-8.6l-8.6-2.3l7.8-4.3l-.6-8.9l6.5%206.1l8.3-3.3l-3.7%208.1l5.6%206.8z%22%2F%3E%3Cuse%20href%3D%22%23SVG5tfvBPpj%22%20transform%3D%22rotate(72%20312.5%20243.5)%22%2F%3E%3Cuse%20href%3D%22%23SVG5tfvBPpj%22%20transform%3D%22rotate(144%20312.5%20243.5)%22%2F%3E%3Cuse%20href%3D%22%23SVG5tfvBPpj%22%20transform%3D%22rotate(216%20312.5%20243.5)%22%2F%3E%3Cuse%20href%3D%22%23SVG5tfvBPpj%22%20transform%3D%22rotate(288%20312.5%20243.5)%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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