Triangle Outline Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Triangle Outline 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/319137.svg" alt="Triangle Outline icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/319137.svg" alt="Triangle Outline icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/319137.svg" alt="Triangle Outline icon" :width="24" :height="24" />
CSS background
.icon-triangle-outline {
background-image: url('https://proicons.com/icon/319137.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?>
<svg id="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<defs>
<style>
.cls-1 {
fill: none;
}
.cls-1, .cls-2 {
stroke-width: 0px;
}
</style>
</defs>
<path class="cls-2" d="m29.8755,27.5117L16.856,3.5249c-.1865-.3438-.5212-.5249-.856-.5249-.3345,0-.6689.1812-.8555.5249L2.125,27.5117c-.0862.1582-.1255.3257-.125.4883.0017.5229.4114,1,.9805,1h26.0393c.5691,0,.9788-.4771.9802-1,.0005-.1626-.0386-.3301-.1245-.4883Zm-25.1985-.5117L16,6.1323l11.323,20.8677H4.677Z"/>
<rect id="_Transparent_Rectangle_" data-name="&lt;Transparent Rectangle&gt;" class="cls-1" width="32" height="32" transform="translate(32 32) rotate(180)"/>
</svg>
Triangle Outline in other icon packs
Copied!