flag-in-hole from Fluent Emoji High Contrast by Microsoft Corporation · Default · Activities · MIT Free for personal and commercial use.

Name
flag-in-hole
Set
Fluent Emoji High Contrast
Style
Default
Category
Activities
Viewbox
32×32
License
MIT

The same emoji in other sets

More activities icons from Fluent Emoji High Contrast

Use the flag in hole emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M11 2a1 1 0 0 1 1 1l7.5 3c.46.19.46.82 0 1L12 10v12.047c1.725.167 3 .754 3 1.453c0 .828-1.79 1.5-4 1.5s-4-.672-4-1.5c0-.699 1.275-1.286 3-1.453V3a1 1 0 0 1 1-1m10.5 23.25a1.75 1.75 0 1 0 0-3.5a1.75 1.75 0 0 0 0 3.5"/><path d="M16 19c-1.034 0-2.039.05-3 .143v-2.01c.97-.087 1.975-.133 3-.133c3.968 0 7.608.687 10.293 1.838c1.341.575 2.49 1.285 3.319 2.124C30.444 21.806 31 22.833 31 24s-.556 2.194-1.388 3.038c-.829.84-1.978 1.55-3.319 2.124C23.608 30.312 19.968 31 16 31s-7.608-.687-10.293-1.838c-1.341-.575-2.49-1.285-3.319-2.124C1.556 26.194 1 25.167 1 24s.556-2.194 1.388-3.038c.829-.84 1.978-1.55 3.319-2.124c.98-.42 2.088-.779 3.293-1.064v2.06c-.92.24-1.76.523-2.506.843c-1.192.51-2.093 1.094-2.682 1.69C3.228 22.959 3 23.51 3 24s.228 1.041.812 1.633c.589.596 1.49 1.18 2.682 1.69C8.876 28.345 12.236 29 16 29s7.124-.656 9.506-1.677c1.192-.51 2.093-1.094 2.682-1.69c.584-.592.812-1.143.812-1.633s-.228-1.041-.812-1.633c-.588-.596-1.49-1.18-2.682-1.69C23.124 19.656 19.764 19 16 19"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastFlagInHole(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M11 2a1 1 0 0 1 1 1l7.5 3c.46.19.46.82 0 1L12 10v12.047c1.725.167 3 .754 3 1.453c0 .828-1.79 1.5-4 1.5s-4-.672-4-1.5c0-.699 1.275-1.286 3-1.453V3a1 1 0 0 1 1-1m10.5 23.25a1.75 1.75 0 1 0 0-3.5a1.75 1.75 0 0 0 0 3.5"/><path d="M16 19c-1.034 0-2.039.05-3 .143v-2.01c.97-.087 1.975-.133 3-.133c3.968 0 7.608.687 10.293 1.838c1.341.575 2.49 1.285 3.319 2.124C30.444 21.806 31 22.833 31 24s-.556 2.194-1.388 3.038c-.829.84-1.978 1.55-3.319 2.124C23.608 30.312 19.968 31 16 31s-7.608-.687-10.293-1.838c-1.341-.575-2.49-1.285-3.319-2.124C1.556 26.194 1 25.167 1 24s.556-2.194 1.388-3.038c.829-.84 1.978-1.55 3.319-2.124c.98-.42 2.088-.779 3.293-1.064v2.06c-.92.24-1.76.523-2.506.843c-1.192.51-2.093 1.094-2.682 1.69C3.228 22.959 3 23.51 3 24s.228 1.041.812 1.633c.589.596 1.49 1.18 2.682 1.69C8.876 28.345 12.236 29 16 29s7.124-.656 9.506-1.677c1.192-.51 2.093-1.094 2.682-1.69c.584-.592.812-1.143.812-1.633s-.228-1.041-.812-1.633c-.588-.596-1.49-1.18-2.682-1.69C23.124 19.656 19.764 19 16 19"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M11 2a1 1 0 0 1 1 1l7.5 3c.46.19.46.82 0 1L12 10v12.047c1.725.167 3 .754 3 1.453c0 .828-1.79 1.5-4 1.5s-4-.672-4-1.5c0-.699 1.275-1.286 3-1.453V3a1 1 0 0 1 1-1m10.5 23.25a1.75 1.75 0 1 0 0-3.5a1.75 1.75 0 0 0 0 3.5"/><path d="M16 19c-1.034 0-2.039.05-3 .143v-2.01c.97-.087 1.975-.133 3-.133c3.968 0 7.608.687 10.293 1.838c1.341.575 2.49 1.285 3.319 2.124C30.444 21.806 31 22.833 31 24s-.556 2.194-1.388 3.038c-.829.84-1.978 1.55-3.319 2.124C23.608 30.312 19.968 31 16 31s-7.608-.687-10.293-1.838c-1.341-.575-2.49-1.285-3.319-2.124C1.556 26.194 1 25.167 1 24s.556-2.194 1.388-3.038c.829-.84 1.978-1.55 3.319-2.124c.98-.42 2.088-.779 3.293-1.064v2.06c-.92.24-1.76.523-2.506.843c-1.192.51-2.093 1.094-2.682 1.69C3.228 22.959 3 23.51 3 24s.228 1.041.812 1.633c.589.596 1.49 1.18 2.682 1.69C8.876 28.345 12.236 29 16 29s7.124-.656 9.506-1.677c1.192-.51 2.093-1.094 2.682-1.69c.584-.592.812-1.143.812-1.633s-.228-1.041-.812-1.633c-.588-.596-1.49-1.18-2.682-1.69C23.124 19.656 19.764 19 16 19"/></g></svg>
</template>

CSS

.icon-flag-in-hole {
  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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M11%202a1%201%200%200%201%201%201l7.5%203c.46.19.46.82%200%201L12%2010v12.047c1.725.167%203%20.754%203%201.453c0%20.828-1.79%201.5-4%201.5s-4-.672-4-1.5c0-.699%201.275-1.286%203-1.453V3a1%201%200%200%201%201-1m10.5%2023.25a1.75%201.75%200%201%200%200-3.5a1.75%201.75%200%200%200%200%203.5%22%2F%3E%3Cpath%20d%3D%22M16%2019c-1.034%200-2.039.05-3%20.143v-2.01c.97-.087%201.975-.133%203-.133c3.968%200%207.608.687%2010.293%201.838c1.341.575%202.49%201.285%203.319%202.124C30.444%2021.806%2031%2022.833%2031%2024s-.556%202.194-1.388%203.038c-.829.84-1.978%201.55-3.319%202.124C23.608%2030.312%2019.968%2031%2016%2031s-7.608-.687-10.293-1.838c-1.341-.575-2.49-1.285-3.319-2.124C1.556%2026.194%201%2025.167%201%2024s.556-2.194%201.388-3.038c.829-.84%201.978-1.55%203.319-2.124c.98-.42%202.088-.779%203.293-1.064v2.06c-.92.24-1.76.523-2.506.843c-1.192.51-2.093%201.094-2.682%201.69C3.228%2022.959%203%2023.51%203%2024s.228%201.041.812%201.633c.589.596%201.49%201.18%202.682%201.69C8.876%2028.345%2012.236%2029%2016%2029s7.124-.656%209.506-1.677c1.192-.51%202.093-1.094%202.682-1.69c.584-.592.812-1.143.812-1.633s-.228-1.041-.812-1.633c-.588-.596-1.49-1.18-2.682-1.69C23.124%2019.656%2019.764%2019%2016%2019%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M11%202a1%201%200%200%201%201%201l7.5%203c.46.19.46.82%200%201L12%2010v12.047c1.725.167%203%20.754%203%201.453c0%20.828-1.79%201.5-4%201.5s-4-.672-4-1.5c0-.699%201.275-1.286%203-1.453V3a1%201%200%200%201%201-1m10.5%2023.25a1.75%201.75%200%201%200%200-3.5a1.75%201.75%200%200%200%200%203.5%22%2F%3E%3Cpath%20d%3D%22M16%2019c-1.034%200-2.039.05-3%20.143v-2.01c.97-.087%201.975-.133%203-.133c3.968%200%207.608.687%2010.293%201.838c1.341.575%202.49%201.285%203.319%202.124C30.444%2021.806%2031%2022.833%2031%2024s-.556%202.194-1.388%203.038c-.829.84-1.978%201.55-3.319%202.124C23.608%2030.312%2019.968%2031%2016%2031s-7.608-.687-10.293-1.838c-1.341-.575-2.49-1.285-3.319-2.124C1.556%2026.194%201%2025.167%201%2024s.556-2.194%201.388-3.038c.829-.84%201.978-1.55%203.319-2.124c.98-.42%202.088-.779%203.293-1.064v2.06c-.92.24-1.76.523-2.506.843c-1.192.51-2.093%201.094-2.682%201.69C3.228%2022.959%203%2023.51%203%2024s.228%201.041.812%201.633c.589.596%201.49%201.18%202.682%201.69C8.876%2028.345%2012.236%2029%2016%2029s7.124-.656%209.506-1.677c1.192-.51%202.093-1.094%202.682-1.69c.584-.592.812-1.143.812-1.633s-.228-1.041-.812-1.633c-.588-.596-1.49-1.18-2.682-1.69C23.124%2019.656%2019.764%2019%2016%2019%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/flag-in-hole.svg?color=%231a73e8&size=48