Handshake Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Handshake 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/314614.svg" alt="Handshake icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314614.svg" alt="Handshake icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314614.svg" alt="Handshake icon" :width="24" :height="24" />
CSS background
.icon-handshake {
background-image: url('https://proicons.com/icon/314614.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>Handshake</title><path d="M20.728 0 16.49 24h-4.583l1.87-10.532-4.743 3.893L7.856 24H3.272L7.51 0h4.582L9.806 13.012l4.729-3.862L16.145 0h4.583z"/></svg>
Copied!