Mountain Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Mountain 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/318419.svg" alt="Mountain icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/318419.svg" alt="Mountain icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/318419.svg" alt="Mountain icon" :width="24" :height="24" />
CSS background
.icon-mountain {
background-image: url('https://proicons.com/icon/318419.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<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;
}
</style>
</defs>
<title>mountain</title>
<path d="M27.6343,26,17.7888,5.1055a2,2,0,0,0-3.5879.021L4.3657,26H2v2H30V26ZM15.99,5.979,20.9473,16.5,19,17.7979l-3-2-3,2-1.9551-1.3033ZM10.1846,18.3247,13,20.2021l3-2,3,2,2.8091-1.873L25.4233,26H6.5752Z"/>
<rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/>
</svg>
Mountain in other icon packs
Copied!