handshake icon
handshake from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- handshake
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
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 Design IconshandshakeNoto EmojihandshakeOpenMojihandshakePhosphorhandshakeSimple IconshandshakeTwitter Emoji
More social icons from Material Symbols Light
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="M11.792 20.712q-.367 0-.645-.25q-.278-.248-.278-.654q0-.194.085-.43t.254-.405l3.683-3.682l-.552-.552l-3.677 3.682q-.17.17-.383.254q-.213.085-.433.085q-.386 0-.655-.269t-.268-.654q0-.231.094-.451q.095-.22.239-.365l3.683-3.682l-.547-.547L8.71 16.47q-.15.15-.373.245t-.448.094q-.381 0-.652-.271t-.271-.652q0-.22.084-.433t.254-.383l3.452-3.452l-.552-.546l-3.446 3.452q-.144.144-.367.239q-.224.094-.454.094q-.406 0-.665-.259q-.258-.258-.258-.664q0-.22.084-.433q.085-.213.254-.383l4.94-4.94l2.154 2.16q.275.275.621.389q.347.115.702.115q.723 0 1.208-.476t.485-1.217q0-.35-.135-.706q-.135-.355-.421-.642l-2.648-2.648l.98-.98q.33-.324.797-.507q.467-.184.934-.184q.497 0 .97.184q.473.183.807.518L21.03 8.47q.315.316.499.77q.184.453.184 1.005q0 .5-.187.945q-.186.445-.496.755l-8.421 8.427q-.162.162-.38.25q-.216.089-.436.089m-7.594-7.539l-1.035-1.035q-.425-.419-.64-1.007q-.215-.589-.215-1.15q0-.592.192-1.075t.49-.781l3.937-3.942q.323-.323.72-.513q.395-.19.863-.19q.502 0 .92.179q.42.178.766.524l4.164 4.163q.15.15.244.373t.094.423q0 .4-.261.672q-.262.27-.662.27q-.225 0-.433-.081q-.207-.082-.382-.257l-2.674-2.661z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightHandshake(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="M11.792 20.712q-.367 0-.645-.25q-.278-.248-.278-.654q0-.194.085-.43t.254-.405l3.683-3.682l-.552-.552l-3.677 3.682q-.17.17-.383.254q-.213.085-.433.085q-.386 0-.655-.269t-.268-.654q0-.231.094-.451q.095-.22.239-.365l3.683-3.682l-.547-.547L8.71 16.47q-.15.15-.373.245t-.448.094q-.381 0-.652-.271t-.271-.652q0-.22.084-.433t.254-.383l3.452-3.452l-.552-.546l-3.446 3.452q-.144.144-.367.239q-.224.094-.454.094q-.406 0-.665-.259q-.258-.258-.258-.664q0-.22.084-.433q.085-.213.254-.383l4.94-4.94l2.154 2.16q.275.275.621.389q.347.115.702.115q.723 0 1.208-.476t.485-1.217q0-.35-.135-.706q-.135-.355-.421-.642l-2.648-2.648l.98-.98q.33-.324.797-.507q.467-.184.934-.184q.497 0 .97.184q.473.183.807.518L21.03 8.47q.315.316.499.77q.184.453.184 1.005q0 .5-.187.945q-.186.445-.496.755l-8.421 8.427q-.162.162-.38.25q-.216.089-.436.089m-7.594-7.539l-1.035-1.035q-.425-.419-.64-1.007q-.215-.589-.215-1.15q0-.592.192-1.075t.49-.781l3.937-3.942q.323-.323.72-.513q.395-.19.863-.19q.502 0 .92.179q.42.178.766.524l4.164 4.163q.15.15.244.373t.094.423q0 .4-.261.672q-.262.27-.662.27q-.225 0-.433-.081q-.207-.082-.382-.257l-2.674-2.661z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.792 20.712q-.367 0-.645-.25q-.278-.248-.278-.654q0-.194.085-.43t.254-.405l3.683-3.682l-.552-.552l-3.677 3.682q-.17.17-.383.254q-.213.085-.433.085q-.386 0-.655-.269t-.268-.654q0-.231.094-.451q.095-.22.239-.365l3.683-3.682l-.547-.547L8.71 16.47q-.15.15-.373.245t-.448.094q-.381 0-.652-.271t-.271-.652q0-.22.084-.433t.254-.383l3.452-3.452l-.552-.546l-3.446 3.452q-.144.144-.367.239q-.224.094-.454.094q-.406 0-.665-.259q-.258-.258-.258-.664q0-.22.084-.433q.085-.213.254-.383l4.94-4.94l2.154 2.16q.275.275.621.389q.347.115.702.115q.723 0 1.208-.476t.485-1.217q0-.35-.135-.706q-.135-.355-.421-.642l-2.648-2.648l.98-.98q.33-.324.797-.507q.467-.184.934-.184q.497 0 .97.184q.473.183.807.518L21.03 8.47q.315.316.499.77q.184.453.184 1.005q0 .5-.187.945q-.186.445-.496.755l-8.421 8.427q-.162.162-.38.25q-.216.089-.436.089m-7.594-7.539l-1.035-1.035q-.425-.419-.64-1.007q-.215-.589-.215-1.15q0-.592.192-1.075t.49-.781l3.937-3.942q.323-.323.72-.513q.395-.19.863-.19q.502 0 .92.179q.42.178.766.524l4.164 4.163q.15.15.244.373t.094.423q0 .4-.261.672q-.262.27-.662.27q-.225 0-.433-.081q-.207-.082-.382-.257l-2.674-2.661z"/></svg> </template>
CSS
.icon-handshake {
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%22M11.792%2020.712q-.367%200-.645-.25q-.278-.248-.278-.654q0-.194.085-.43t.254-.405l3.683-3.682l-.552-.552l-3.677%203.682q-.17.17-.383.254q-.213.085-.433.085q-.386%200-.655-.269t-.268-.654q0-.231.094-.451q.095-.22.239-.365l3.683-3.682l-.547-.547L8.71%2016.47q-.15.15-.373.245t-.448.094q-.381%200-.652-.271t-.271-.652q0-.22.084-.433t.254-.383l3.452-3.452l-.552-.546l-3.446%203.452q-.144.144-.367.239q-.224.094-.454.094q-.406%200-.665-.259q-.258-.258-.258-.664q0-.22.084-.433q.085-.213.254-.383l4.94-4.94l2.154%202.16q.275.275.621.389q.347.115.702.115q.723%200%201.208-.476t.485-1.217q0-.35-.135-.706q-.135-.355-.421-.642l-2.648-2.648l.98-.98q.33-.324.797-.507q.467-.184.934-.184q.497%200%20.97.184q.473.183.807.518L21.03%208.47q.315.316.499.77q.184.453.184%201.005q0%20.5-.187.945q-.186.445-.496.755l-8.421%208.427q-.162.162-.38.25q-.216.089-.436.089m-7.594-7.539l-1.035-1.035q-.425-.419-.64-1.007q-.215-.589-.215-1.15q0-.592.192-1.075t.49-.781l3.937-3.942q.323-.323.72-.513q.395-.19.863-.19q.502%200%20.92.179q.42.178.766.524l4.164%204.163q.15.15.244.373t.094.423q0%20.4-.261.672q-.262.27-.662.27q-.225%200-.433-.081q-.207-.082-.382-.257l-2.674-2.661z%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%22M11.792%2020.712q-.367%200-.645-.25q-.278-.248-.278-.654q0-.194.085-.43t.254-.405l3.683-3.682l-.552-.552l-3.677%203.682q-.17.17-.383.254q-.213.085-.433.085q-.386%200-.655-.269t-.268-.654q0-.231.094-.451q.095-.22.239-.365l3.683-3.682l-.547-.547L8.71%2016.47q-.15.15-.373.245t-.448.094q-.381%200-.652-.271t-.271-.652q0-.22.084-.433t.254-.383l3.452-3.452l-.552-.546l-3.446%203.452q-.144.144-.367.239q-.224.094-.454.094q-.406%200-.665-.259q-.258-.258-.258-.664q0-.22.084-.433q.085-.213.254-.383l4.94-4.94l2.154%202.16q.275.275.621.389q.347.115.702.115q.723%200%201.208-.476t.485-1.217q0-.35-.135-.706q-.135-.355-.421-.642l-2.648-2.648l.98-.98q.33-.324.797-.507q.467-.184.934-.184q.497%200%20.97.184q.473.183.807.518L21.03%208.47q.315.316.499.77q.184.453.184%201.005q0%20.5-.187.945q-.186.445-.496.755l-8.421%208.427q-.162.162-.38.25q-.216.089-.436.089m-7.594-7.539l-1.035-1.035q-.425-.419-.64-1.007q-.215-.589-.215-1.15q0-.592.192-1.075t.49-.781l3.937-3.942q.323-.323.72-.513q.395-.19.863-.19q.502%200%20.92.179q.42.178.766.524l4.164%204.163q.15.15.244.373t.094.423q0%20.4-.261.672q-.262.27-.662.27q-.225%200-.433-.081q-.207-.082-.382-.257l-2.674-2.661z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/handshake.svg?color=%231a73e8&size=48