flag in hole emoji
flag-in-hole from Noto Emoji by Google Inc · Default · Activities · Apache-2.0 Free for personal and commercial use.
- Name
- flag-in-hole
- Set
- Noto Emoji
- Style
- Default
- Category
- Activities
- Viewbox
- 128×128
- License
- Apache 2.0
The same emoji in other sets
More activities icons from Noto Emoji
Use the flag in hole emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#94a61d" d="M5.35 78.58c.29 8.9 14.31 9.69 21.42 15c9.72 7.25 13.51 21.75 24.72 26.04s27.03 6.43 45.15 2.31s28.43-14.81 25.38-25.71c-3.79-13.51-20.76-26.7-54.38-30.32s-51.08 1.98-54.87 3.46s-7.58 4.12-7.42 9.22"/><path fill="#b7d118" d="M20.84 75.45c.78 4.23 10.22 4.94 16.48 13.02s8.9 14.87 18.29 18.62c6.59 2.64 19.15 5.8 38.89-.33c21.75-6.76 17.44-28.13-16.48-35.26c-32.13-6.76-58.33-2.31-57.18 3.95"/><path fill="#4a4a29" d="M67.57 81.62c-6.13-.27-10.37 1.6-10.37 6.04c0 3.79 4.6 5.41 10.37 5.41c6.95 0 8.84-2.98 8.75-5.59c-.1-2.97-2.24-5.57-8.75-5.86"/><path fill="#f7c875" d="M66.59 3.75c-1.71 0-2.44 1.08-2.44 2.35v81s.71 1.05 2.61 1.05c1.89 0 2.62-1.05 2.62-1.05l-.36-81.72s-.35-1.63-2.43-1.63"/><path fill="#ff4f28" d="M117.29 16.92c.26.44-3.01 4.02-7.77 6.68c-6.13 3.43-16.96 8.21-22.37 10.28s-10.32 3.77-13.08 5.32c-2.06 1.16-4.51 4.69-5.05 4.24c-.28-.24-.32-10.59-.43-20.36c-.1-8.93.17-17.08.34-17.25c.36-.36 1.17-.63 1.9 0s6.8 3.39 15.28 5.91s15.68 4.21 21.72 4.48s9.19.25 9.46.7"/></svg>
React
import type { SVGProps } from "react";
export function NotoFlagInHole(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#94a61d" d="M5.35 78.58c.29 8.9 14.31 9.69 21.42 15c9.72 7.25 13.51 21.75 24.72 26.04s27.03 6.43 45.15 2.31s28.43-14.81 25.38-25.71c-3.79-13.51-20.76-26.7-54.38-30.32s-51.08 1.98-54.87 3.46s-7.58 4.12-7.42 9.22"/><path fill="#b7d118" d="M20.84 75.45c.78 4.23 10.22 4.94 16.48 13.02s8.9 14.87 18.29 18.62c6.59 2.64 19.15 5.8 38.89-.33c21.75-6.76 17.44-28.13-16.48-35.26c-32.13-6.76-58.33-2.31-57.18 3.95"/><path fill="#4a4a29" d="M67.57 81.62c-6.13-.27-10.37 1.6-10.37 6.04c0 3.79 4.6 5.41 10.37 5.41c6.95 0 8.84-2.98 8.75-5.59c-.1-2.97-2.24-5.57-8.75-5.86"/><path fill="#f7c875" d="M66.59 3.75c-1.71 0-2.44 1.08-2.44 2.35v81s.71 1.05 2.61 1.05c1.89 0 2.62-1.05 2.62-1.05l-.36-81.72s-.35-1.63-2.43-1.63"/><path fill="#ff4f28" d="M117.29 16.92c.26.44-3.01 4.02-7.77 6.68c-6.13 3.43-16.96 8.21-22.37 10.28s-10.32 3.77-13.08 5.32c-2.06 1.16-4.51 4.69-5.05 4.24c-.28-.24-.32-10.59-.43-20.36c-.1-8.93.17-17.08.34-17.25c.36-.36 1.17-.63 1.9 0s6.8 3.39 15.28 5.91s15.68 4.21 21.72 4.48s9.19.25 9.46.7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#94a61d" d="M5.35 78.58c.29 8.9 14.31 9.69 21.42 15c9.72 7.25 13.51 21.75 24.72 26.04s27.03 6.43 45.15 2.31s28.43-14.81 25.38-25.71c-3.79-13.51-20.76-26.7-54.38-30.32s-51.08 1.98-54.87 3.46s-7.58 4.12-7.42 9.22"/><path fill="#b7d118" d="M20.84 75.45c.78 4.23 10.22 4.94 16.48 13.02s8.9 14.87 18.29 18.62c6.59 2.64 19.15 5.8 38.89-.33c21.75-6.76 17.44-28.13-16.48-35.26c-32.13-6.76-58.33-2.31-57.18 3.95"/><path fill="#4a4a29" d="M67.57 81.62c-6.13-.27-10.37 1.6-10.37 6.04c0 3.79 4.6 5.41 10.37 5.41c6.95 0 8.84-2.98 8.75-5.59c-.1-2.97-2.24-5.57-8.75-5.86"/><path fill="#f7c875" d="M66.59 3.75c-1.71 0-2.44 1.08-2.44 2.35v81s.71 1.05 2.61 1.05c1.89 0 2.62-1.05 2.62-1.05l-.36-81.72s-.35-1.63-2.43-1.63"/><path fill="#ff4f28" d="M117.29 16.92c.26.44-3.01 4.02-7.77 6.68c-6.13 3.43-16.96 8.21-22.37 10.28s-10.32 3.77-13.08 5.32c-2.06 1.16-4.51 4.69-5.05 4.24c-.28-.24-.32-10.59-.43-20.36c-.1-8.93.17-17.08.34-17.25c.36-.36 1.17-.63 1.9 0s6.8 3.39 15.28 5.91s15.68 4.21 21.72 4.48s9.19.25 9.46.7"/></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%20128%20128%22%3E%3Cpath%20fill%3D%22%2394a61d%22%20d%3D%22M5.35%2078.58c.29%208.9%2014.31%209.69%2021.42%2015c9.72%207.25%2013.51%2021.75%2024.72%2026.04s27.03%206.43%2045.15%202.31s28.43-14.81%2025.38-25.71c-3.79-13.51-20.76-26.7-54.38-30.32s-51.08%201.98-54.87%203.46s-7.58%204.12-7.42%209.22%22%2F%3E%3Cpath%20fill%3D%22%23b7d118%22%20d%3D%22M20.84%2075.45c.78%204.23%2010.22%204.94%2016.48%2013.02s8.9%2014.87%2018.29%2018.62c6.59%202.64%2019.15%205.8%2038.89-.33c21.75-6.76%2017.44-28.13-16.48-35.26c-32.13-6.76-58.33-2.31-57.18%203.95%22%2F%3E%3Cpath%20fill%3D%22%234a4a29%22%20d%3D%22M67.57%2081.62c-6.13-.27-10.37%201.6-10.37%206.04c0%203.79%204.6%205.41%2010.37%205.41c6.95%200%208.84-2.98%208.75-5.59c-.1-2.97-2.24-5.57-8.75-5.86%22%2F%3E%3Cpath%20fill%3D%22%23f7c875%22%20d%3D%22M66.59%203.75c-1.71%200-2.44%201.08-2.44%202.35v81s.71%201.05%202.61%201.05c1.89%200%202.62-1.05%202.62-1.05l-.36-81.72s-.35-1.63-2.43-1.63%22%2F%3E%3Cpath%20fill%3D%22%23ff4f28%22%20d%3D%22M117.29%2016.92c.26.44-3.01%204.02-7.77%206.68c-6.13%203.43-16.96%208.21-22.37%2010.28s-10.32%203.77-13.08%205.32c-2.06%201.16-4.51%204.69-5.05%204.24c-.28-.24-.32-10.59-.43-20.36c-.1-8.93.17-17.08.34-17.25c.36-.36%201.17-.63%201.9%200s6.8%203.39%2015.28%205.91s15.68%204.21%2021.72%204.48s9.19.25%209.46.7%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%20128%20128%22%3E%3Cpath%20fill%3D%22%2394a61d%22%20d%3D%22M5.35%2078.58c.29%208.9%2014.31%209.69%2021.42%2015c9.72%207.25%2013.51%2021.75%2024.72%2026.04s27.03%206.43%2045.15%202.31s28.43-14.81%2025.38-25.71c-3.79-13.51-20.76-26.7-54.38-30.32s-51.08%201.98-54.87%203.46s-7.58%204.12-7.42%209.22%22%2F%3E%3Cpath%20fill%3D%22%23b7d118%22%20d%3D%22M20.84%2075.45c.78%204.23%2010.22%204.94%2016.48%2013.02s8.9%2014.87%2018.29%2018.62c6.59%202.64%2019.15%205.8%2038.89-.33c21.75-6.76%2017.44-28.13-16.48-35.26c-32.13-6.76-58.33-2.31-57.18%203.95%22%2F%3E%3Cpath%20fill%3D%22%234a4a29%22%20d%3D%22M67.57%2081.62c-6.13-.27-10.37%201.6-10.37%206.04c0%203.79%204.6%205.41%2010.37%205.41c6.95%200%208.84-2.98%208.75-5.59c-.1-2.97-2.24-5.57-8.75-5.86%22%2F%3E%3Cpath%20fill%3D%22%23f7c875%22%20d%3D%22M66.59%203.75c-1.71%200-2.44%201.08-2.44%202.35v81s.71%201.05%202.61%201.05c1.89%200%202.62-1.05%202.62-1.05l-.36-81.72s-.35-1.63-2.43-1.63%22%2F%3E%3Cpath%20fill%3D%22%23ff4f28%22%20d%3D%22M117.29%2016.92c.26.44-3.01%204.02-7.77%206.68c-6.13%203.43-16.96%208.21-22.37%2010.28s-10.32%203.77-13.08%205.32c-2.06%201.16-4.51%204.69-5.05%204.24c-.28-.24-.32-10.59-.43-20.36c-.1-8.93.17-17.08.34-17.25c.36-.36%201.17-.63%201.9%200s6.8%203.39%2015.28%205.91s15.68%204.21%2021.72%204.48s9.19.25%209.46.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/flag-in-hole.svg?color=%231a73e8&size=48