Triangle Up Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Triangle Up icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/307480.svg" alt="Triangle Up icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307480.svg" alt="Triangle Up icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307480.svg" alt="Triangle Up icon" :width="24" :height="24" />
CSS background
.icon-triangle-up {
background-image: url('https://proicons.com/icon/307480.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M4.95693 10.9989C4.14924 10.9989 3.67479 10.0909 4.13603 9.42784L6.76866 5.64342C7.36545 4.78555 8.6346 4.78555 9.23138 5.64342L11.864 9.42784C12.3253 10.0909 11.8508 10.9989 11.0431 10.9989H4.95693Z"/></svg>
Triangle Up in other icon packs
Copied!