flag for triangular flag emoji
flag-for-triangular-flag from Emoji One (Colored) by Emoji One · Default · Flags · CC-BY-4.0 Attribution required.
- Name
- flag-for-triangular-flag
- Set
- Emoji One (Colored)
- Style
- Default
- Category
- Flags
- Viewbox
- 64×64
- License
- CC BY 4.0
More flags icons from Emoji One (Colored)
flag-englandflag-for-afghanistanflag-for-aland-islandsflag-for-albaniaflag-for-algeriaflag-for-american-samoaflag-for-andorraflag-for-angolaflag-for-anguillaflag-for-antarcticaflag-for-antigua-and-barbudaflag-for-argentinaflag-for-armeniaflag-for-arubaflag-for-ascension-islandflag-for-australiaflag-for-austriaflag-for-azerbaijanflag-for-bahamasflag-for-bahrainflag-for-bangladeshflag-for-barbadosflag-for-belarusflag-for-belgium
Use the flag for triangular flag emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#ccc" d="M26.2 61.5c0 1.4-4.3 2.5-9.7 2.5s-9.7-1.1-9.7-2.5s4.3-2.5 9.7-2.5c5.3 0 9.7 1.2 9.7 2.5"/><path fill="#ed4c5c" d="M56.1 17.7C54.2 16.8 23 2.1 18.4 0v39.5c4.5-2.1 35.7-16.8 37.6-17.7c1.6-.7 1.6-3.4.1-4.1"/><path fill="#d3976e" d="M14.5 0h3.9v61.5h-3.9z"/></svg>
React
import type { SVGProps } from "react";
export function EmojioneFlagForTriangularFlag(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#ccc" d="M26.2 61.5c0 1.4-4.3 2.5-9.7 2.5s-9.7-1.1-9.7-2.5s4.3-2.5 9.7-2.5c5.3 0 9.7 1.2 9.7 2.5"/><path fill="#ed4c5c" d="M56.1 17.7C54.2 16.8 23 2.1 18.4 0v39.5c4.5-2.1 35.7-16.8 37.6-17.7c1.6-.7 1.6-3.4.1-4.1"/><path fill="#d3976e" d="M14.5 0h3.9v61.5h-3.9z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#ccc" d="M26.2 61.5c0 1.4-4.3 2.5-9.7 2.5s-9.7-1.1-9.7-2.5s4.3-2.5 9.7-2.5c5.3 0 9.7 1.2 9.7 2.5"/><path fill="#ed4c5c" d="M56.1 17.7C54.2 16.8 23 2.1 18.4 0v39.5c4.5-2.1 35.7-16.8 37.6-17.7c1.6-.7 1.6-3.4.1-4.1"/><path fill="#d3976e" d="M14.5 0h3.9v61.5h-3.9z"/></svg> </template>
CSS
.icon-flag-for-triangular-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%2064%2064%22%3E%3Cpath%20fill%3D%22%23ccc%22%20d%3D%22M26.2%2061.5c0%201.4-4.3%202.5-9.7%202.5s-9.7-1.1-9.7-2.5s4.3-2.5%209.7-2.5c5.3%200%209.7%201.2%209.7%202.5%22%2F%3E%3Cpath%20fill%3D%22%23ed4c5c%22%20d%3D%22M56.1%2017.7C54.2%2016.8%2023%202.1%2018.4%200v39.5c4.5-2.1%2035.7-16.8%2037.6-17.7c1.6-.7%201.6-3.4.1-4.1%22%2F%3E%3Cpath%20fill%3D%22%23d3976e%22%20d%3D%22M14.5%200h3.9v61.5h-3.9z%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%2064%2064%22%3E%3Cpath%20fill%3D%22%23ccc%22%20d%3D%22M26.2%2061.5c0%201.4-4.3%202.5-9.7%202.5s-9.7-1.1-9.7-2.5s4.3-2.5%209.7-2.5c5.3%200%209.7%201.2%209.7%202.5%22%2F%3E%3Cpath%20fill%3D%22%23ed4c5c%22%20d%3D%22M56.1%2017.7C54.2%2016.8%2023%202.1%2018.4%200v39.5c4.5-2.1%2035.7-16.8%2037.6-17.7c1.6-.7%201.6-3.4.1-4.1%22%2F%3E%3Cpath%20fill%3D%22%23d3976e%22%20d%3D%22M14.5%200h3.9v61.5h-3.9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/flag-for-triangular-flag.svg?color=%231a73e8&size=48