Peak Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Peak 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/331091.svg" alt="Peak icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331091.svg" alt="Peak icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331091.svg" alt="Peak icon" :width="24" :height="24" />
CSS background
.icon-peak {
background-image: url('https://proicons.com/icon/331091.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path d="M14.75,5.5001c5.1086,0,9.25,4.1414,9.25,9.25s-4.1414,9.25-9.25,9.25" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M24,14.7501h9.25l6.5407,6.5407c-2.6455,2.6455-6.6241,3.4369-10.081,2.0051s-5.7102-4.8046-5.7102-8.5459c0-5.1086,4.1414-9.25,9.25-9.25s9.25,4.1414,9.25,9.25h-18.4995Z" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M24,42.5001v-9.25c0-5.1086-4.1414-9.25-9.25-9.25,0,5.1086-4.1414,9.25-9.25,9.25,0,5.1086,4.1414,9.25,9.25,9.25" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M24,33.2501c0-5.1086,4.1414-9.25,9.25-9.25h9.25c0,5.1086-4.1414,9.25-9.25,9.25,5.1086,0,9.25,4.1414,9.25,9.25H14.75V5.5001H5.5v27.75" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M33.25,24.0001v18.5" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!