triangular flag emoji

triangular-flag from Twitter Emoji by Twitter · Default · Flags · CC-BY-4.0 Attribution required.

Name
triangular-flag
Set
Twitter Emoji
Style
Default
Category
Flags
Viewbox
36×36
License
CC BY 4.0
Aliases
flag-for-triangular-flag

The same emoji in other sets

More flags icons from Twitter Emoji

Use the triangular flag emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#66757f" d="M13 34s0 2-2 2s-2-2-2-2V2s0-2 2-2s2 2 2 2z"/><path fill="#dd2e44" d="M11 4c0-2.2 1.636-3.25 3.636-2.333l16.727 7.667c2 .917 2 2.417 0 3.333l-16.727 7.667C12.636 21.25 11 20.2 11 18z"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiTriangularFlag(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#66757f" d="M13 34s0 2-2 2s-2-2-2-2V2s0-2 2-2s2 2 2 2z"/><path fill="#dd2e44" d="M11 4c0-2.2 1.636-3.25 3.636-2.333l16.727 7.667c2 .917 2 2.417 0 3.333l-16.727 7.667C12.636 21.25 11 20.2 11 18z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#66757f" d="M13 34s0 2-2 2s-2-2-2-2V2s0-2 2-2s2 2 2 2z"/><path fill="#dd2e44" d="M11 4c0-2.2 1.636-3.25 3.636-2.333l16.727 7.667c2 .917 2 2.417 0 3.333l-16.727 7.667C12.636 21.25 11 20.2 11 18z"/></svg>
</template>

CSS

.icon-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%2036%2036%22%3E%3Cpath%20fill%3D%22%2366757f%22%20d%3D%22M13%2034s0%202-2%202s-2-2-2-2V2s0-2%202-2s2%202%202%202z%22%2F%3E%3Cpath%20fill%3D%22%23dd2e44%22%20d%3D%22M11%204c0-2.2%201.636-3.25%203.636-2.333l16.727%207.667c2%20.917%202%202.417%200%203.333l-16.727%207.667C12.636%2021.25%2011%2020.2%2011%2018z%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%2036%2036%22%3E%3Cpath%20fill%3D%22%2366757f%22%20d%3D%22M13%2034s0%202-2%202s-2-2-2-2V2s0-2%202-2s2%202%202%202z%22%2F%3E%3Cpath%20fill%3D%22%23dd2e44%22%20d%3D%22M11%204c0-2.2%201.636-3.25%203.636-2.333l16.727%207.667c2%20.917%202%202.417%200%203.333l-16.727%207.667C12.636%2021.25%2011%2020.2%2011%2018z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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