handshake icon
handshake-outline from Material Design Icons by Pictogrammers · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- handshake-outline
- Set
- Material Design Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- business-outline, deal-outline, help-outline, partnership-outline
1 other variant in Material Design Icons
The same icon in other sets
handshakeEmoji One (Colored)handshakeFont Awesome 6 RegularhandshakeFont Awesome 6 SolidhandshakeFont Awesome RegularhandshakeFont Awesome Solidhandshake-16-filledFluent UI System IconshandshakeFluent EmojihandshakeFluent Emoji FlathandshakeFluent Emoji High ContrasthandshakeHuge IconshandshakeLine AwesomehandshakeLucidehandshakeMaterial SymbolshandshakeMaterial Symbols LighthandshakeNoto EmojihandshakeOpenMojihandshakePhosphorhandshakeSimple IconshandshakeTwitter Emoji
Use the handshake icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.71 8.71c1.25-1.25.68-2.71 0-3.42l-3-3c-1.26-1.25-2.71-.68-3.42 0L13.59 4H11C9.1 4 8 5 7.44 6.15L3 10.59v4l-.71.7c-1.25 1.26-.68 2.71 0 3.42l3 3c.54.54 1.12.74 1.67.74c.71 0 1.36-.35 1.75-.74l2.7-2.71H15c1.7 0 2.56-1.06 2.87-2.1c1.13-.3 1.75-1.16 2-2C21.42 14.5 22 13.03 22 12V9h-.59zM20 12c0 .45-.19 1-1 1h-1v1c0 .45-.19 1-1 1h-1v1c0 .45-.19 1-1 1h-4.41l-3.28 3.28c-.31.29-.49.12-.6.01l-2.99-2.98c-.29-.31-.12-.49-.01-.6L5 15.41v-4l2-2V11c0 1.21.8 3 3 3s3-1.79 3-3h7zm.29-4.71L18.59 9H11v2c0 .45-.19 1-1 1s-1-.55-1-1V8c0-.46.17-2 2-2h3.41l2.28-2.28c.31-.29.49-.12.6-.01l2.99 2.98c.29.31.12.49.01.6"/></svg>
React
import type { SVGProps } from "react";
export function MdiHandshakeOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.71 8.71c1.25-1.25.68-2.71 0-3.42l-3-3c-1.26-1.25-2.71-.68-3.42 0L13.59 4H11C9.1 4 8 5 7.44 6.15L3 10.59v4l-.71.7c-1.25 1.26-.68 2.71 0 3.42l3 3c.54.54 1.12.74 1.67.74c.71 0 1.36-.35 1.75-.74l2.7-2.71H15c1.7 0 2.56-1.06 2.87-2.1c1.13-.3 1.75-1.16 2-2C21.42 14.5 22 13.03 22 12V9h-.59zM20 12c0 .45-.19 1-1 1h-1v1c0 .45-.19 1-1 1h-1v1c0 .45-.19 1-1 1h-4.41l-3.28 3.28c-.31.29-.49.12-.6.01l-2.99-2.98c-.29-.31-.12-.49-.01-.6L5 15.41v-4l2-2V11c0 1.21.8 3 3 3s3-1.79 3-3h7zm.29-4.71L18.59 9H11v2c0 .45-.19 1-1 1s-1-.55-1-1V8c0-.46.17-2 2-2h3.41l2.28-2.28c.31-.29.49-.12.6-.01l2.99 2.98c.29.31.12.49.01.6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.71 8.71c1.25-1.25.68-2.71 0-3.42l-3-3c-1.26-1.25-2.71-.68-3.42 0L13.59 4H11C9.1 4 8 5 7.44 6.15L3 10.59v4l-.71.7c-1.25 1.26-.68 2.71 0 3.42l3 3c.54.54 1.12.74 1.67.74c.71 0 1.36-.35 1.75-.74l2.7-2.71H15c1.7 0 2.56-1.06 2.87-2.1c1.13-.3 1.75-1.16 2-2C21.42 14.5 22 13.03 22 12V9h-.59zM20 12c0 .45-.19 1-1 1h-1v1c0 .45-.19 1-1 1h-1v1c0 .45-.19 1-1 1h-4.41l-3.28 3.28c-.31.29-.49.12-.6.01l-2.99-2.98c-.29-.31-.12-.49-.01-.6L5 15.41v-4l2-2V11c0 1.21.8 3 3 3s3-1.79 3-3h7zm.29-4.71L18.59 9H11v2c0 .45-.19 1-1 1s-1-.55-1-1V8c0-.46.17-2 2-2h3.41l2.28-2.28c.31-.29.49-.12.6-.01l2.99 2.98c.29.31.12.49.01.6"/></svg> </template>
CSS
.icon-handshake-outline {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.71%208.71c1.25-1.25.68-2.71%200-3.42l-3-3c-1.26-1.25-2.71-.68-3.42%200L13.59%204H11C9.1%204%208%205%207.44%206.15L3%2010.59v4l-.71.7c-1.25%201.26-.68%202.71%200%203.42l3%203c.54.54%201.12.74%201.67.74c.71%200%201.36-.35%201.75-.74l2.7-2.71H15c1.7%200%202.56-1.06%202.87-2.1c1.13-.3%201.75-1.16%202-2C21.42%2014.5%2022%2013.03%2022%2012V9h-.59zM20%2012c0%20.45-.19%201-1%201h-1v1c0%20.45-.19%201-1%201h-1v1c0%20.45-.19%201-1%201h-4.41l-3.28%203.28c-.31.29-.49.12-.6.01l-2.99-2.98c-.29-.31-.12-.49-.01-.6L5%2015.41v-4l2-2V11c0%201.21.8%203%203%203s3-1.79%203-3h7zm.29-4.71L18.59%209H11v2c0%20.45-.19%201-1%201s-1-.55-1-1V8c0-.46.17-2%202-2h3.41l2.28-2.28c.31-.29.49-.12.6-.01l2.99%202.98c.29.31.12.49.01.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.71%208.71c1.25-1.25.68-2.71%200-3.42l-3-3c-1.26-1.25-2.71-.68-3.42%200L13.59%204H11C9.1%204%208%205%207.44%206.15L3%2010.59v4l-.71.7c-1.25%201.26-.68%202.71%200%203.42l3%203c.54.54%201.12.74%201.67.74c.71%200%201.36-.35%201.75-.74l2.7-2.71H15c1.7%200%202.56-1.06%202.87-2.1c1.13-.3%201.75-1.16%202-2C21.42%2014.5%2022%2013.03%2022%2012V9h-.59zM20%2012c0%20.45-.19%201-1%201h-1v1c0%20.45-.19%201-1%201h-1v1c0%20.45-.19%201-1%201h-4.41l-3.28%203.28c-.31.29-.49.12-.6.01l-2.99-2.98c-.29-.31-.12-.49-.01-.6L5%2015.41v-4l2-2V11c0%201.21.8%203%203%203s3-1.79%203-3h7zm.29-4.71L18.59%209H11v2c0%20.45-.19%201-1%201s-1-.55-1-1V8c0-.46.17-2%202-2h3.41l2.28-2.28c.31-.29.49-.12.6-.01l2.99%202.98c.29.31.12.49.01.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/handshake-outline.svg?color=%231a73e8&size=48