black flag emoji
black-flag from OpenMoji by OpenMoji · Default · Flags · CC-BY-SA-4.0 Attribution required.
- Name
- black-flag
- Set
- OpenMoji
- Style
- Default
- Category
- Flags
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
More flags icons from OpenMoji
chequered-flagcrossed-flagsflag-afghanistanflag-aland-islandsflag-albaniaflag-algeriaflag-american-samoaflag-andorraflag-angolaflag-anguillaflag-antarcticaflag-antigua-and-barbudaflag-argentinaflag-armeniaflag-arubaflag-ascension-islandflag-australiaflag-austriaflag-azerbaijanflag-bahamasflag-bahrainflag-bangladeshflag-barbadosflag-belarus
Use the black flag emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path d="M22.259 36.443c6.037-4.011 11.373-3.047 14.824-1.443c8.473 3.94 13.932 4 15.928 3.004c.555-.277.989-.731.989-1.354V21.525c0-.814-.688-1.46-1.496-1.41c-9.644.583-11.639-2.426-15.421-4.115c-6.146-2.745-11.822-.31-14.78 1.488z"/><path fill="#3f3f3f" d="M22.303 17.488c2.957-1.798 8.634-4.232 14.78-1.488c3.782 1.69 5.777 4.698 15.42 4.114A1.414 1.414 0 0 1 54 21.524V36.65c0 .623-.434 1.077-.99 1.354c-1.995.996-7.454.935-15.927-3.004c-3.45-1.604-8.787-2.568-14.824 1.443"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"><path stroke-linejoin="round" d="M23.084 17.488C25.97 15.69 31.506 13.256 37.5 16c3.689 1.69 5.634 4.698 15.04 4.114c.79-.049 1.46.597 1.46 1.41V36.65c0 .623-.423 1.077-.965 1.354C51.088 39 45.764 38.94 37.5 35c-3.365-1.604-8.57-2.568-14.458 1.443"/><path d="M19.327 12.875v46.96"/></g></svg>
React
import type { SVGProps } from "react";
export function OpenmojiBlackFlag(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path d="M22.259 36.443c6.037-4.011 11.373-3.047 14.824-1.443c8.473 3.94 13.932 4 15.928 3.004c.555-.277.989-.731.989-1.354V21.525c0-.814-.688-1.46-1.496-1.41c-9.644.583-11.639-2.426-15.421-4.115c-6.146-2.745-11.822-.31-14.78 1.488z"/><path fill="#3f3f3f" d="M22.303 17.488c2.957-1.798 8.634-4.232 14.78-1.488c3.782 1.69 5.777 4.698 15.42 4.114A1.414 1.414 0 0 1 54 21.524V36.65c0 .623-.434 1.077-.99 1.354c-1.995.996-7.454.935-15.927-3.004c-3.45-1.604-8.787-2.568-14.824 1.443"/><g fill="none" stroke="#000" strokeLinecap="round" strokeMiterlimit="10" strokeWidth="2"><path strokeLinejoin="round" d="M23.084 17.488C25.97 15.69 31.506 13.256 37.5 16c3.689 1.69 5.634 4.698 15.04 4.114c.79-.049 1.46.597 1.46 1.41V36.65c0 .623-.423 1.077-.965 1.354C51.088 39 45.764 38.94 37.5 35c-3.365-1.604-8.57-2.568-14.458 1.443"/><path d="M19.327 12.875v46.96"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path d="M22.259 36.443c6.037-4.011 11.373-3.047 14.824-1.443c8.473 3.94 13.932 4 15.928 3.004c.555-.277.989-.731.989-1.354V21.525c0-.814-.688-1.46-1.496-1.41c-9.644.583-11.639-2.426-15.421-4.115c-6.146-2.745-11.822-.31-14.78 1.488z"/><path fill="#3f3f3f" d="M22.303 17.488c2.957-1.798 8.634-4.232 14.78-1.488c3.782 1.69 5.777 4.698 15.42 4.114A1.414 1.414 0 0 1 54 21.524V36.65c0 .623-.434 1.077-.99 1.354c-1.995.996-7.454.935-15.927-3.004c-3.45-1.604-8.787-2.568-14.824 1.443"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"><path stroke-linejoin="round" d="M23.084 17.488C25.97 15.69 31.506 13.256 37.5 16c3.689 1.69 5.634 4.698 15.04 4.114c.79-.049 1.46.597 1.46 1.41V36.65c0 .623-.423 1.077-.965 1.354C51.088 39 45.764 38.94 37.5 35c-3.365-1.604-8.57-2.568-14.458 1.443"/><path d="M19.327 12.875v46.96"/></g></svg> </template>
CSS
.icon-black-flag {
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%2072%2072%22%3E%3Cpath%20d%3D%22M22.259%2036.443c6.037-4.011%2011.373-3.047%2014.824-1.443c8.473%203.94%2013.932%204%2015.928%203.004c.555-.277.989-.731.989-1.354V21.525c0-.814-.688-1.46-1.496-1.41c-9.644.583-11.639-2.426-15.421-4.115c-6.146-2.745-11.822-.31-14.78%201.488z%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M22.303%2017.488c2.957-1.798%208.634-4.232%2014.78-1.488c3.782%201.69%205.777%204.698%2015.42%204.114A1.414%201.414%200%200%201%2054%2021.524V36.65c0%20.623-.434%201.077-.99%201.354c-1.995.996-7.454.935-15.927-3.004c-3.45-1.604-8.787-2.568-14.824%201.443%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M23.084%2017.488C25.97%2015.69%2031.506%2013.256%2037.5%2016c3.689%201.69%205.634%204.698%2015.04%204.114c.79-.049%201.46.597%201.46%201.41V36.65c0%20.623-.423%201.077-.965%201.354C51.088%2039%2045.764%2038.94%2037.5%2035c-3.365-1.604-8.57-2.568-14.458%201.443%22%2F%3E%3Cpath%20d%3D%22M19.327%2012.875v46.96%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%2072%2072%22%3E%3Cpath%20d%3D%22M22.259%2036.443c6.037-4.011%2011.373-3.047%2014.824-1.443c8.473%203.94%2013.932%204%2015.928%203.004c.555-.277.989-.731.989-1.354V21.525c0-.814-.688-1.46-1.496-1.41c-9.644.583-11.639-2.426-15.421-4.115c-6.146-2.745-11.822-.31-14.78%201.488z%22%2F%3E%3Cpath%20fill%3D%22%233f3f3f%22%20d%3D%22M22.303%2017.488c2.957-1.798%208.634-4.232%2014.78-1.488c3.782%201.69%205.777%204.698%2015.42%204.114A1.414%201.414%200%200%201%2054%2021.524V36.65c0%20.623-.434%201.077-.99%201.354c-1.995.996-7.454.935-15.927-3.004c-3.45-1.604-8.787-2.568-14.824%201.443%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M23.084%2017.488C25.97%2015.69%2031.506%2013.256%2037.5%2016c3.689%201.69%205.634%204.698%2015.04%204.114c.79-.049%201.46.597%201.46%201.41V36.65c0%20.623-.423%201.077-.965%201.354C51.088%2039%2045.764%2038.94%2037.5%2035c-3.365-1.604-8.57-2.568-14.458%201.443%22%2F%3E%3Cpath%20d%3D%22M19.327%2012.875v46.96%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/black-flag.svg?color=%231a73e8&size=48