triangular flag emoji

triangular-flag from Noto Emoji by Google Inc · Default · Flags · Apache-2.0 Free for personal and commercial use.

Name
triangular-flag
Set
Noto Emoji
Style
Default
Category
Flags
Viewbox
128×128
License
Apache 2.0
Aliases
flag-for-triangular-flag

The same emoji in other sets

More flags icons from Noto Emoji

Use the triangular flag emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#b0b0b0" d="M8.04 3.32c-2.73.73-3.69 3.34-3.33 6.14c.35 2.81 13.69 110.04 14.04 112.15s2.46 2.98 4.91 2.81c2.46-.18 4.39-2.11 4.21-4.21C27.7 118.1 13.66 8.41 13.3 6.83s-2.63-4.21-5.26-3.51"/><path fill="#c8c8c8" d="M22.43 117.14c-.74 0-1.39-.55-1.49-1.31L7.12 8.39c-.1-.82.48-1.57 1.3-1.68c.82-.1 1.57.47 1.68 1.3l13.82 107.44c.11.82-.47 1.57-1.3 1.68c-.06.01-.13.01-.19.01"/><path fill="#cc1935" d="M20.98 73.61s.21 2.14.85 3.33c.46.87 1.9.31 3.06-.73c1.22-1.1 7.22-5.26 16.64-7.47c11.57-2.7 26.2-7.27 35.25-13.22c12.85-8.44 16.09-15.01 21.91-22.27c5.87-7.34 9.55-10.77 15.18-13.83c5.68-3.09 7.96-3.55 8.69-3.55s1.84-1.96.12-2.81c-1.71-.86-14.32-1.71-14.32-1.71L24.28 59.08z"/><path fill="#fe2c23" d="m12.65 7.92l8.32 65.72s4.31-5.05 13.58-8.32c10.77-3.79 25.33-6 32.68-9.79S84.49 43.9 91.1 36.19s11.16-14.41 18.11-19.34c5.87-4.16 13.46-3.79 13.46-3.79s-5.75-4.41-16.28-3.3c-12.17 1.27-27.76 10.76-33.9 9.67C60.75 17.34 59.04 9.14 47.41 6.57C29.08 2.52 12.65 7.92 12.65 7.92"/><path fill="#ff5f5f" d="M25.5 53.08c1.58-.18 3.18-9.79 7.47-17.13s11.01-13.46 13.58-15.18c2.57-1.71 5.63-3.92 1.59-6.12s-11.26-3.92-18.48-3.92c-7 0-8.81.73-9.18 1.59s1.71 23.01 2.45 28.15c.74 5.15 1.47 12.73 2.57 12.61m34.39-.61c.13.77 11.99-4.41 17.87-11.14c4.79-5.48 6.73-11.87 11.14-16.4s8.93-9.06 8.93-9.06s-12.97 1.59-20.19 10.16s-9.67 14.07-11.26 16.64c-1.59 2.58-6.61 9.06-6.49 9.8"/></svg>

React

import type { SVGProps } from "react";

export function NotoTriangularFlag(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#b0b0b0" d="M8.04 3.32c-2.73.73-3.69 3.34-3.33 6.14c.35 2.81 13.69 110.04 14.04 112.15s2.46 2.98 4.91 2.81c2.46-.18 4.39-2.11 4.21-4.21C27.7 118.1 13.66 8.41 13.3 6.83s-2.63-4.21-5.26-3.51"/><path fill="#c8c8c8" d="M22.43 117.14c-.74 0-1.39-.55-1.49-1.31L7.12 8.39c-.1-.82.48-1.57 1.3-1.68c.82-.1 1.57.47 1.68 1.3l13.82 107.44c.11.82-.47 1.57-1.3 1.68c-.06.01-.13.01-.19.01"/><path fill="#cc1935" d="M20.98 73.61s.21 2.14.85 3.33c.46.87 1.9.31 3.06-.73c1.22-1.1 7.22-5.26 16.64-7.47c11.57-2.7 26.2-7.27 35.25-13.22c12.85-8.44 16.09-15.01 21.91-22.27c5.87-7.34 9.55-10.77 15.18-13.83c5.68-3.09 7.96-3.55 8.69-3.55s1.84-1.96.12-2.81c-1.71-.86-14.32-1.71-14.32-1.71L24.28 59.08z"/><path fill="#fe2c23" d="m12.65 7.92l8.32 65.72s4.31-5.05 13.58-8.32c10.77-3.79 25.33-6 32.68-9.79S84.49 43.9 91.1 36.19s11.16-14.41 18.11-19.34c5.87-4.16 13.46-3.79 13.46-3.79s-5.75-4.41-16.28-3.3c-12.17 1.27-27.76 10.76-33.9 9.67C60.75 17.34 59.04 9.14 47.41 6.57C29.08 2.52 12.65 7.92 12.65 7.92"/><path fill="#ff5f5f" d="M25.5 53.08c1.58-.18 3.18-9.79 7.47-17.13s11.01-13.46 13.58-15.18c2.57-1.71 5.63-3.92 1.59-6.12s-11.26-3.92-18.48-3.92c-7 0-8.81.73-9.18 1.59s1.71 23.01 2.45 28.15c.74 5.15 1.47 12.73 2.57 12.61m34.39-.61c.13.77 11.99-4.41 17.87-11.14c4.79-5.48 6.73-11.87 11.14-16.4s8.93-9.06 8.93-9.06s-12.97 1.59-20.19 10.16s-9.67 14.07-11.26 16.64c-1.59 2.58-6.61 9.06-6.49 9.8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#b0b0b0" d="M8.04 3.32c-2.73.73-3.69 3.34-3.33 6.14c.35 2.81 13.69 110.04 14.04 112.15s2.46 2.98 4.91 2.81c2.46-.18 4.39-2.11 4.21-4.21C27.7 118.1 13.66 8.41 13.3 6.83s-2.63-4.21-5.26-3.51"/><path fill="#c8c8c8" d="M22.43 117.14c-.74 0-1.39-.55-1.49-1.31L7.12 8.39c-.1-.82.48-1.57 1.3-1.68c.82-.1 1.57.47 1.68 1.3l13.82 107.44c.11.82-.47 1.57-1.3 1.68c-.06.01-.13.01-.19.01"/><path fill="#cc1935" d="M20.98 73.61s.21 2.14.85 3.33c.46.87 1.9.31 3.06-.73c1.22-1.1 7.22-5.26 16.64-7.47c11.57-2.7 26.2-7.27 35.25-13.22c12.85-8.44 16.09-15.01 21.91-22.27c5.87-7.34 9.55-10.77 15.18-13.83c5.68-3.09 7.96-3.55 8.69-3.55s1.84-1.96.12-2.81c-1.71-.86-14.32-1.71-14.32-1.71L24.28 59.08z"/><path fill="#fe2c23" d="m12.65 7.92l8.32 65.72s4.31-5.05 13.58-8.32c10.77-3.79 25.33-6 32.68-9.79S84.49 43.9 91.1 36.19s11.16-14.41 18.11-19.34c5.87-4.16 13.46-3.79 13.46-3.79s-5.75-4.41-16.28-3.3c-12.17 1.27-27.76 10.76-33.9 9.67C60.75 17.34 59.04 9.14 47.41 6.57C29.08 2.52 12.65 7.92 12.65 7.92"/><path fill="#ff5f5f" d="M25.5 53.08c1.58-.18 3.18-9.79 7.47-17.13s11.01-13.46 13.58-15.18c2.57-1.71 5.63-3.92 1.59-6.12s-11.26-3.92-18.48-3.92c-7 0-8.81.73-9.18 1.59s1.71 23.01 2.45 28.15c.74 5.15 1.47 12.73 2.57 12.61m34.39-.61c.13.77 11.99-4.41 17.87-11.14c4.79-5.48 6.73-11.87 11.14-16.4s8.93-9.06 8.93-9.06s-12.97 1.59-20.19 10.16s-9.67 14.07-11.26 16.64c-1.59 2.58-6.61 9.06-6.49 9.8"/></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%20128%20128%22%3E%3Cpath%20fill%3D%22%23b0b0b0%22%20d%3D%22M8.04%203.32c-2.73.73-3.69%203.34-3.33%206.14c.35%202.81%2013.69%20110.04%2014.04%20112.15s2.46%202.98%204.91%202.81c2.46-.18%204.39-2.11%204.21-4.21C27.7%20118.1%2013.66%208.41%2013.3%206.83s-2.63-4.21-5.26-3.51%22%2F%3E%3Cpath%20fill%3D%22%23c8c8c8%22%20d%3D%22M22.43%20117.14c-.74%200-1.39-.55-1.49-1.31L7.12%208.39c-.1-.82.48-1.57%201.3-1.68c.82-.1%201.57.47%201.68%201.3l13.82%20107.44c.11.82-.47%201.57-1.3%201.68c-.06.01-.13.01-.19.01%22%2F%3E%3Cpath%20fill%3D%22%23cc1935%22%20d%3D%22M20.98%2073.61s.21%202.14.85%203.33c.46.87%201.9.31%203.06-.73c1.22-1.1%207.22-5.26%2016.64-7.47c11.57-2.7%2026.2-7.27%2035.25-13.22c12.85-8.44%2016.09-15.01%2021.91-22.27c5.87-7.34%209.55-10.77%2015.18-13.83c5.68-3.09%207.96-3.55%208.69-3.55s1.84-1.96.12-2.81c-1.71-.86-14.32-1.71-14.32-1.71L24.28%2059.08z%22%2F%3E%3Cpath%20fill%3D%22%23fe2c23%22%20d%3D%22m12.65%207.92l8.32%2065.72s4.31-5.05%2013.58-8.32c10.77-3.79%2025.33-6%2032.68-9.79S84.49%2043.9%2091.1%2036.19s11.16-14.41%2018.11-19.34c5.87-4.16%2013.46-3.79%2013.46-3.79s-5.75-4.41-16.28-3.3c-12.17%201.27-27.76%2010.76-33.9%209.67C60.75%2017.34%2059.04%209.14%2047.41%206.57C29.08%202.52%2012.65%207.92%2012.65%207.92%22%2F%3E%3Cpath%20fill%3D%22%23ff5f5f%22%20d%3D%22M25.5%2053.08c1.58-.18%203.18-9.79%207.47-17.13s11.01-13.46%2013.58-15.18c2.57-1.71%205.63-3.92%201.59-6.12s-11.26-3.92-18.48-3.92c-7%200-8.81.73-9.18%201.59s1.71%2023.01%202.45%2028.15c.74%205.15%201.47%2012.73%202.57%2012.61m34.39-.61c.13.77%2011.99-4.41%2017.87-11.14c4.79-5.48%206.73-11.87%2011.14-16.4s8.93-9.06%208.93-9.06s-12.97%201.59-20.19%2010.16s-9.67%2014.07-11.26%2016.64c-1.59%202.58-6.61%209.06-6.49%209.8%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%23b0b0b0%22%20d%3D%22M8.04%203.32c-2.73.73-3.69%203.34-3.33%206.14c.35%202.81%2013.69%20110.04%2014.04%20112.15s2.46%202.98%204.91%202.81c2.46-.18%204.39-2.11%204.21-4.21C27.7%20118.1%2013.66%208.41%2013.3%206.83s-2.63-4.21-5.26-3.51%22%2F%3E%3Cpath%20fill%3D%22%23c8c8c8%22%20d%3D%22M22.43%20117.14c-.74%200-1.39-.55-1.49-1.31L7.12%208.39c-.1-.82.48-1.57%201.3-1.68c.82-.1%201.57.47%201.68%201.3l13.82%20107.44c.11.82-.47%201.57-1.3%201.68c-.06.01-.13.01-.19.01%22%2F%3E%3Cpath%20fill%3D%22%23cc1935%22%20d%3D%22M20.98%2073.61s.21%202.14.85%203.33c.46.87%201.9.31%203.06-.73c1.22-1.1%207.22-5.26%2016.64-7.47c11.57-2.7%2026.2-7.27%2035.25-13.22c12.85-8.44%2016.09-15.01%2021.91-22.27c5.87-7.34%209.55-10.77%2015.18-13.83c5.68-3.09%207.96-3.55%208.69-3.55s1.84-1.96.12-2.81c-1.71-.86-14.32-1.71-14.32-1.71L24.28%2059.08z%22%2F%3E%3Cpath%20fill%3D%22%23fe2c23%22%20d%3D%22m12.65%207.92l8.32%2065.72s4.31-5.05%2013.58-8.32c10.77-3.79%2025.33-6%2032.68-9.79S84.49%2043.9%2091.1%2036.19s11.16-14.41%2018.11-19.34c5.87-4.16%2013.46-3.79%2013.46-3.79s-5.75-4.41-16.28-3.3c-12.17%201.27-27.76%2010.76-33.9%209.67C60.75%2017.34%2059.04%209.14%2047.41%206.57C29.08%202.52%2012.65%207.92%2012.65%207.92%22%2F%3E%3Cpath%20fill%3D%22%23ff5f5f%22%20d%3D%22M25.5%2053.08c1.58-.18%203.18-9.79%207.47-17.13s11.01-13.46%2013.58-15.18c2.57-1.71%205.63-3.92%201.59-6.12s-11.26-3.92-18.48-3.92c-7%200-8.81.73-9.18%201.59s1.71%2023.01%202.45%2028.15c.74%205.15%201.47%2012.73%202.57%2012.61m34.39-.61c.13.77%2011.99-4.41%2017.87-11.14c4.79-5.48%206.73-11.87%2011.14-16.4s8.93-9.06%208.93-9.06s-12.97%201.59-20.19%2010.16s-9.67%2014.07-11.26%2016.64c-1.59%202.58-6.61%209.06-6.49%209.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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