Triangle Right Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Triangle Right 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/307479.svg" alt="Triangle Right icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307479.svg" alt="Triangle Right icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307479.svg" alt="Triangle Right icon" :width="24" :height="24" />
CSS background
.icon-triangle-right {
background-image: url('https://proicons.com/icon/307479.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="M7.57107 11.8403C6.90803 12.2987 6 11.8272 6 11.0244V4.9756C6 4.17287 6.90803 3.70133 7.57106 4.15974L11.3555 6.77622C12.2133 7.36933 12.2134 8.6307 11.3555 9.22382L7.57107 11.8403Z"/></svg>
Triangle Right in other icon packs
Copied!