Triangle fill
- Tags: shape
- Category: Shapes
Download
Download the SVG to use or edit.
Download SVGIcon font
Using the web font? Copy, paste, and go.
<i class="bi bi-triangle-fill"></i>
Code point
-
Unicode:
U+F5E3
-
CSS:
\F5E3
-
JS:
\uF5E3
-
HTML:

Copy HTML
Paste the SVG right into your project's code.
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-triangle-fill" viewBox="0 0 16 16">
<path fill-rule="evenodd" d="M7.022 1.566a1.13 1.13 0 0 1 1.96 0l6.857 11.667c.457.778-.092 1.767-.98 1.767H1.144c-.889 0-1.437-.99-.98-1.767z"/>
</svg>