Peakdesign Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Peakdesign 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/315536.svg" alt="Peakdesign icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315536.svg" alt="Peakdesign icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315536.svg" alt="Peakdesign icon" :width="24" :height="24" />
CSS background
.icon-peakdesign {
background-image: url('https://proicons.com/icon/315536.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Peak Design</title><path d="m24 10.523-9.446 6.493-4.74-3.271 4.723-3.255 3.738 2.57 3.705-2.537zm-6.743 3.255-2.72-1.886-2.704 1.853 2.737 1.869zm-7.794-.284-3.738-2.57-3.706 2.554h-2.019l9.43-6.493 4.756 3.255zm-2.737-3.254 2.737 1.869 2.704-1.869-2.737-1.87z"/></svg>
Copied!