handshake icon
handshake-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- handshake-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
7 other variants in Fluent UI System Icons
The same icon in other sets
handshakeEmoji One (Colored)handshakeFont Awesome 6 RegularhandshakeFont Awesome 6 SolidhandshakeFont Awesome RegularhandshakeFont Awesome SolidhandshakeFluent EmojihandshakeFluent Emoji FlathandshakeFluent Emoji High ContrasthandshakeHuge IconshandshakeLine AwesomehandshakeLucidehandshakeMaterial SymbolshandshakeMaterial Symbols LighthandshakeMaterial Design IconshandshakeNoto EmojihandshakeOpenMojihandshakePhosphorhandshakeSimple IconshandshakeTwitter Emoji
Use the handshake icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10.244 3.012a.5.5 0 0 0-.39.186l-.089.066C8.04 2.73 6.072 3.122 4.702 4.442a4.69 4.69 0 0 0-1.374 4.31l-.05.046l-.779.75a1.53 1.53 0 0 0 0 2.22c.398.384.95.528 1.463.432c.063.289.21.564.443.788c.307.296.706.449 1.108.46c.011.387.17.771.477 1.067s.707.45 1.109.46c.01.387.17.772.477 1.068a1.676 1.676 0 0 0 2.202.092l.437.42c.64.617 1.678.617 2.318 0c.306-.294.465-.676.479-1.062c.4-.012.795-.165 1.1-.459s.465-.677.477-1.063a1.66 1.66 0 0 0 1.087-.459c.243-.233.393-.522.451-.824a1.67 1.67 0 0 0 1.44-.436a1.53 1.53 0 0 0 0-2.221l-.72-.693l.147-.55a4.5 4.5 0 0 0-.42-3.336c-.836-1.506-2.458-2.436-4.212-2.436h-1.23l-.159-.004zm2.453 3.716l2.405 2.317l.003.002l1.741 1.678a.574.574 0 0 1 0 .833a.63.63 0 0 1-.865 0l-1.321-1.272a.52.52 0 0 0-.72 0l-.014.012a.48.48 0 0 0 0 .694l1.03.992c.24.23.24.604 0 .835a.63.63 0 0 1-.8.055a.524.524 0 0 0-.669.046a.477.477 0 0 0-.041.645a.574.574 0 0 1-.054.775a.63.63 0 0 1-.81.048a.524.524 0 0 0-.674.038a.477.477 0 0 0-.043.648a.58.58 0 0 1-.053.788a.637.637 0 0 1-.877 0l-.433-.417l.158-.152a1.53 1.53 0 0 0 0-2.221a1.66 1.66 0 0 0-1.108-.46a1.54 1.54 0 0 0-.477-1.068a1.66 1.66 0 0 0-1.109-.459a1.54 1.54 0 0 0-.477-1.068a1.67 1.67 0 0 0-1.463-.431a1.55 1.55 0 0 0-.443-.788a1.66 1.66 0 0 0-1.292-.454a3.74 3.74 0 0 1 1.13-3.208A4.06 4.06 0 0 1 8.708 4.04L7.253 5.11a1.703 1.703 0 0 0-.33 2.44a1.81 1.81 0 0 0 2.477.336l1.576-1.157zm-4.852-.813l2.592-1.903h.536a2 2 0 0 1 .147.004h1.242c1.404 0 2.685.745 3.338 1.922c.442.796.558 1.721.327 2.594l-.003.01l-2.76-2.667a.5.5 0 0 0-.353-.147h-2.1a.5.5 0 0 0-.295.097L8.808 7.079a.81.81 0 0 1-1.1-.149a.703.703 0 0 1 .137-1.015m.442 8.61l.01-.01l.778-.75l.009-.008a.63.63 0 0 1 .856.009a.574.574 0 0 1 0 .833l-.779.75a.63.63 0 0 1-.865 0a.574.574 0 0 1-.01-.824m.077-1.462l-.01.009l-.778.75l-.01.009a.63.63 0 0 1-.855-.01a.574.574 0 0 1-.007-.826l.007-.007l.778-.75l.007-.007a.63.63 0 0 1 .858.007a.574.574 0 0 1 .01.825m-1.595-1.519l-.779.75l-.007.007a.63.63 0 0 1-.858-.007a.574.574 0 0 1 0-.833l.778-.75a.63.63 0 0 1 .866 0a.574.574 0 0 1 .007.827zm-1.906-1.219l-.778.75a.63.63 0 0 1-.866 0a.574.574 0 0 1 0-.834l.779-.75a.63.63 0 0 1 .865 0a.574.574 0 0 1 0 .834"/></svg>
React
import type { SVGProps } from "react";
export function FluentHandshake20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10.244 3.012a.5.5 0 0 0-.39.186l-.089.066C8.04 2.73 6.072 3.122 4.702 4.442a4.69 4.69 0 0 0-1.374 4.31l-.05.046l-.779.75a1.53 1.53 0 0 0 0 2.22c.398.384.95.528 1.463.432c.063.289.21.564.443.788c.307.296.706.449 1.108.46c.011.387.17.771.477 1.067s.707.45 1.109.46c.01.387.17.772.477 1.068a1.676 1.676 0 0 0 2.202.092l.437.42c.64.617 1.678.617 2.318 0c.306-.294.465-.676.479-1.062c.4-.012.795-.165 1.1-.459s.465-.677.477-1.063a1.66 1.66 0 0 0 1.087-.459c.243-.233.393-.522.451-.824a1.67 1.67 0 0 0 1.44-.436a1.53 1.53 0 0 0 0-2.221l-.72-.693l.147-.55a4.5 4.5 0 0 0-.42-3.336c-.836-1.506-2.458-2.436-4.212-2.436h-1.23l-.159-.004zm2.453 3.716l2.405 2.317l.003.002l1.741 1.678a.574.574 0 0 1 0 .833a.63.63 0 0 1-.865 0l-1.321-1.272a.52.52 0 0 0-.72 0l-.014.012a.48.48 0 0 0 0 .694l1.03.992c.24.23.24.604 0 .835a.63.63 0 0 1-.8.055a.524.524 0 0 0-.669.046a.477.477 0 0 0-.041.645a.574.574 0 0 1-.054.775a.63.63 0 0 1-.81.048a.524.524 0 0 0-.674.038a.477.477 0 0 0-.043.648a.58.58 0 0 1-.053.788a.637.637 0 0 1-.877 0l-.433-.417l.158-.152a1.53 1.53 0 0 0 0-2.221a1.66 1.66 0 0 0-1.108-.46a1.54 1.54 0 0 0-.477-1.068a1.66 1.66 0 0 0-1.109-.459a1.54 1.54 0 0 0-.477-1.068a1.67 1.67 0 0 0-1.463-.431a1.55 1.55 0 0 0-.443-.788a1.66 1.66 0 0 0-1.292-.454a3.74 3.74 0 0 1 1.13-3.208A4.06 4.06 0 0 1 8.708 4.04L7.253 5.11a1.703 1.703 0 0 0-.33 2.44a1.81 1.81 0 0 0 2.477.336l1.576-1.157zm-4.852-.813l2.592-1.903h.536a2 2 0 0 1 .147.004h1.242c1.404 0 2.685.745 3.338 1.922c.442.796.558 1.721.327 2.594l-.003.01l-2.76-2.667a.5.5 0 0 0-.353-.147h-2.1a.5.5 0 0 0-.295.097L8.808 7.079a.81.81 0 0 1-1.1-.149a.703.703 0 0 1 .137-1.015m.442 8.61l.01-.01l.778-.75l.009-.008a.63.63 0 0 1 .856.009a.574.574 0 0 1 0 .833l-.779.75a.63.63 0 0 1-.865 0a.574.574 0 0 1-.01-.824m.077-1.462l-.01.009l-.778.75l-.01.009a.63.63 0 0 1-.855-.01a.574.574 0 0 1-.007-.826l.007-.007l.778-.75l.007-.007a.63.63 0 0 1 .858.007a.574.574 0 0 1 .01.825m-1.595-1.519l-.779.75l-.007.007a.63.63 0 0 1-.858-.007a.574.574 0 0 1 0-.833l.778-.75a.63.63 0 0 1 .866 0a.574.574 0 0 1 .007.827zm-1.906-1.219l-.778.75a.63.63 0 0 1-.866 0a.574.574 0 0 1 0-.834l.779-.75a.63.63 0 0 1 .865 0a.574.574 0 0 1 0 .834"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10.244 3.012a.5.5 0 0 0-.39.186l-.089.066C8.04 2.73 6.072 3.122 4.702 4.442a4.69 4.69 0 0 0-1.374 4.31l-.05.046l-.779.75a1.53 1.53 0 0 0 0 2.22c.398.384.95.528 1.463.432c.063.289.21.564.443.788c.307.296.706.449 1.108.46c.011.387.17.771.477 1.067s.707.45 1.109.46c.01.387.17.772.477 1.068a1.676 1.676 0 0 0 2.202.092l.437.42c.64.617 1.678.617 2.318 0c.306-.294.465-.676.479-1.062c.4-.012.795-.165 1.1-.459s.465-.677.477-1.063a1.66 1.66 0 0 0 1.087-.459c.243-.233.393-.522.451-.824a1.67 1.67 0 0 0 1.44-.436a1.53 1.53 0 0 0 0-2.221l-.72-.693l.147-.55a4.5 4.5 0 0 0-.42-3.336c-.836-1.506-2.458-2.436-4.212-2.436h-1.23l-.159-.004zm2.453 3.716l2.405 2.317l.003.002l1.741 1.678a.574.574 0 0 1 0 .833a.63.63 0 0 1-.865 0l-1.321-1.272a.52.52 0 0 0-.72 0l-.014.012a.48.48 0 0 0 0 .694l1.03.992c.24.23.24.604 0 .835a.63.63 0 0 1-.8.055a.524.524 0 0 0-.669.046a.477.477 0 0 0-.041.645a.574.574 0 0 1-.054.775a.63.63 0 0 1-.81.048a.524.524 0 0 0-.674.038a.477.477 0 0 0-.043.648a.58.58 0 0 1-.053.788a.637.637 0 0 1-.877 0l-.433-.417l.158-.152a1.53 1.53 0 0 0 0-2.221a1.66 1.66 0 0 0-1.108-.46a1.54 1.54 0 0 0-.477-1.068a1.66 1.66 0 0 0-1.109-.459a1.54 1.54 0 0 0-.477-1.068a1.67 1.67 0 0 0-1.463-.431a1.55 1.55 0 0 0-.443-.788a1.66 1.66 0 0 0-1.292-.454a3.74 3.74 0 0 1 1.13-3.208A4.06 4.06 0 0 1 8.708 4.04L7.253 5.11a1.703 1.703 0 0 0-.33 2.44a1.81 1.81 0 0 0 2.477.336l1.576-1.157zm-4.852-.813l2.592-1.903h.536a2 2 0 0 1 .147.004h1.242c1.404 0 2.685.745 3.338 1.922c.442.796.558 1.721.327 2.594l-.003.01l-2.76-2.667a.5.5 0 0 0-.353-.147h-2.1a.5.5 0 0 0-.295.097L8.808 7.079a.81.81 0 0 1-1.1-.149a.703.703 0 0 1 .137-1.015m.442 8.61l.01-.01l.778-.75l.009-.008a.63.63 0 0 1 .856.009a.574.574 0 0 1 0 .833l-.779.75a.63.63 0 0 1-.865 0a.574.574 0 0 1-.01-.824m.077-1.462l-.01.009l-.778.75l-.01.009a.63.63 0 0 1-.855-.01a.574.574 0 0 1-.007-.826l.007-.007l.778-.75l.007-.007a.63.63 0 0 1 .858.007a.574.574 0 0 1 .01.825m-1.595-1.519l-.779.75l-.007.007a.63.63 0 0 1-.858-.007a.574.574 0 0 1 0-.833l.778-.75a.63.63 0 0 1 .866 0a.574.574 0 0 1 .007.827zm-1.906-1.219l-.778.75a.63.63 0 0 1-.866 0a.574.574 0 0 1 0-.834l.779-.75a.63.63 0 0 1 .865 0a.574.574 0 0 1 0 .834"/></svg> </template>
CSS
.icon-handshake-20-regular {
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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.244%203.012a.5.5%200%200%200-.39.186l-.089.066C8.04%202.73%206.072%203.122%204.702%204.442a4.69%204.69%200%200%200-1.374%204.31l-.05.046l-.779.75a1.53%201.53%200%200%200%200%202.22c.398.384.95.528%201.463.432c.063.289.21.564.443.788c.307.296.706.449%201.108.46c.011.387.17.771.477%201.067s.707.45%201.109.46c.01.387.17.772.477%201.068a1.676%201.676%200%200%200%202.202.092l.437.42c.64.617%201.678.617%202.318%200c.306-.294.465-.676.479-1.062c.4-.012.795-.165%201.1-.459s.465-.677.477-1.063a1.66%201.66%200%200%200%201.087-.459c.243-.233.393-.522.451-.824a1.67%201.67%200%200%200%201.44-.436a1.53%201.53%200%200%200%200-2.221l-.72-.693l.147-.55a4.5%204.5%200%200%200-.42-3.336c-.836-1.506-2.458-2.436-4.212-2.436h-1.23l-.159-.004zm2.453%203.716l2.405%202.317l.003.002l1.741%201.678a.574.574%200%200%201%200%20.833a.63.63%200%200%201-.865%200l-1.321-1.272a.52.52%200%200%200-.72%200l-.014.012a.48.48%200%200%200%200%20.694l1.03.992c.24.23.24.604%200%20.835a.63.63%200%200%201-.8.055a.524.524%200%200%200-.669.046a.477.477%200%200%200-.041.645a.574.574%200%200%201-.054.775a.63.63%200%200%201-.81.048a.524.524%200%200%200-.674.038a.477.477%200%200%200-.043.648a.58.58%200%200%201-.053.788a.637.637%200%200%201-.877%200l-.433-.417l.158-.152a1.53%201.53%200%200%200%200-2.221a1.66%201.66%200%200%200-1.108-.46a1.54%201.54%200%200%200-.477-1.068a1.66%201.66%200%200%200-1.109-.459a1.54%201.54%200%200%200-.477-1.068a1.67%201.67%200%200%200-1.463-.431a1.55%201.55%200%200%200-.443-.788a1.66%201.66%200%200%200-1.292-.454a3.74%203.74%200%200%201%201.13-3.208A4.06%204.06%200%200%201%208.708%204.04L7.253%205.11a1.703%201.703%200%200%200-.33%202.44a1.81%201.81%200%200%200%202.477.336l1.576-1.157zm-4.852-.813l2.592-1.903h.536a2%202%200%200%201%20.147.004h1.242c1.404%200%202.685.745%203.338%201.922c.442.796.558%201.721.327%202.594l-.003.01l-2.76-2.667a.5.5%200%200%200-.353-.147h-2.1a.5.5%200%200%200-.295.097L8.808%207.079a.81.81%200%200%201-1.1-.149a.703.703%200%200%201%20.137-1.015m.442%208.61l.01-.01l.778-.75l.009-.008a.63.63%200%200%201%20.856.009a.574.574%200%200%201%200%20.833l-.779.75a.63.63%200%200%201-.865%200a.574.574%200%200%201-.01-.824m.077-1.462l-.01.009l-.778.75l-.01.009a.63.63%200%200%201-.855-.01a.574.574%200%200%201-.007-.826l.007-.007l.778-.75l.007-.007a.63.63%200%200%201%20.858.007a.574.574%200%200%201%20.01.825m-1.595-1.519l-.779.75l-.007.007a.63.63%200%200%201-.858-.007a.574.574%200%200%201%200-.833l.778-.75a.63.63%200%200%201%20.866%200a.574.574%200%200%201%20.007.827zm-1.906-1.219l-.778.75a.63.63%200%200%201-.866%200a.574.574%200%200%201%200-.834l.779-.75a.63.63%200%200%201%20.865%200a.574.574%200%200%201%200%20.834%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.244%203.012a.5.5%200%200%200-.39.186l-.089.066C8.04%202.73%206.072%203.122%204.702%204.442a4.69%204.69%200%200%200-1.374%204.31l-.05.046l-.779.75a1.53%201.53%200%200%200%200%202.22c.398.384.95.528%201.463.432c.063.289.21.564.443.788c.307.296.706.449%201.108.46c.011.387.17.771.477%201.067s.707.45%201.109.46c.01.387.17.772.477%201.068a1.676%201.676%200%200%200%202.202.092l.437.42c.64.617%201.678.617%202.318%200c.306-.294.465-.676.479-1.062c.4-.012.795-.165%201.1-.459s.465-.677.477-1.063a1.66%201.66%200%200%200%201.087-.459c.243-.233.393-.522.451-.824a1.67%201.67%200%200%200%201.44-.436a1.53%201.53%200%200%200%200-2.221l-.72-.693l.147-.55a4.5%204.5%200%200%200-.42-3.336c-.836-1.506-2.458-2.436-4.212-2.436h-1.23l-.159-.004zm2.453%203.716l2.405%202.317l.003.002l1.741%201.678a.574.574%200%200%201%200%20.833a.63.63%200%200%201-.865%200l-1.321-1.272a.52.52%200%200%200-.72%200l-.014.012a.48.48%200%200%200%200%20.694l1.03.992c.24.23.24.604%200%20.835a.63.63%200%200%201-.8.055a.524.524%200%200%200-.669.046a.477.477%200%200%200-.041.645a.574.574%200%200%201-.054.775a.63.63%200%200%201-.81.048a.524.524%200%200%200-.674.038a.477.477%200%200%200-.043.648a.58.58%200%200%201-.053.788a.637.637%200%200%201-.877%200l-.433-.417l.158-.152a1.53%201.53%200%200%200%200-2.221a1.66%201.66%200%200%200-1.108-.46a1.54%201.54%200%200%200-.477-1.068a1.66%201.66%200%200%200-1.109-.459a1.54%201.54%200%200%200-.477-1.068a1.67%201.67%200%200%200-1.463-.431a1.55%201.55%200%200%200-.443-.788a1.66%201.66%200%200%200-1.292-.454a3.74%203.74%200%200%201%201.13-3.208A4.06%204.06%200%200%201%208.708%204.04L7.253%205.11a1.703%201.703%200%200%200-.33%202.44a1.81%201.81%200%200%200%202.477.336l1.576-1.157zm-4.852-.813l2.592-1.903h.536a2%202%200%200%201%20.147.004h1.242c1.404%200%202.685.745%203.338%201.922c.442.796.558%201.721.327%202.594l-.003.01l-2.76-2.667a.5.5%200%200%200-.353-.147h-2.1a.5.5%200%200%200-.295.097L8.808%207.079a.81.81%200%200%201-1.1-.149a.703.703%200%200%201%20.137-1.015m.442%208.61l.01-.01l.778-.75l.009-.008a.63.63%200%200%201%20.856.009a.574.574%200%200%201%200%20.833l-.779.75a.63.63%200%200%201-.865%200a.574.574%200%200%201-.01-.824m.077-1.462l-.01.009l-.778.75l-.01.009a.63.63%200%200%201-.855-.01a.574.574%200%200%201-.007-.826l.007-.007l.778-.75l.007-.007a.63.63%200%200%201%20.858.007a.574.574%200%200%201%20.01.825m-1.595-1.519l-.779.75l-.007.007a.63.63%200%200%201-.858-.007a.574.574%200%200%201%200-.833l.778-.75a.63.63%200%200%201%20.866%200a.574.574%200%200%201%20.007.827zm-1.906-1.219l-.778.75a.63.63%200%200%201-.866%200a.574.574%200%200%201%200-.834l.779-.75a.63.63%200%200%201%20.865%200a.574.574%200%200%201%200%20.834%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/handshake-20-regular.svg?color=%231a73e8&size=48