Triangle Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Triangle 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/306712.svg" alt="Triangle icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306712.svg" alt="Triangle icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306712.svg" alt="Triangle icon" :width="24" :height="24" />
CSS background
.icon-triangle {
background-image: url('https://proicons.com/icon/306712.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M757 276l179 180V96L757 276zm154 211L727 305 537 493l183 184 191-190zm-3-425H94l407 406L908 62zM64 96v814l405-407L64 96zm278 594h322L503 529 342 690zm594 213V521L746 712l190 191zM303 730L89 938h371l208-208H303zm217 206h381L710 746 520 936z"/></svg>
Triangle in other icon packs
Copied!