handshake icon
handshake-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- handshake-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M12.835 3.161a.8.8 0 0 0 .147-.148h2.562l.035-.001a5 5 0 0 1 .545 0h.038a3.8 3.8 0 0 1 1.646.369a5.23 5.23 0 0 1 2.34 1.822a5.2 5.2 0 0 1 .804 4.348l-3.281-3.237a.75.75 0 0 0-.527-.216h-4.775a.75.75 0 0 0-.423.152l-1.884 1.428a.97.97 0 0 1-1.358-.184a.95.95 0 0 1 .181-1.34zM7.899 14.235l-.014.013l-.974.968l-.013.012a.906.906 0 0 1-1.261-.012a.89.89 0 0 1 0-1.267l.974-.968a.906.906 0 0 1 1.275 0a.89.89 0 0 1 .013 1.254m-.291 1.698a.89.89 0 0 0 .013 1.254c.352.35.923.35 1.275 0l.974-.968a.892.892 0 0 0-.14-1.38a.906.906 0 0 0-1.122.1l-.013.014l-.974.967zM5.5 11.407a.89.89 0 0 1 0 1.267l-.974.968a.906.906 0 0 1-1.275 0a.89.89 0 0 1 0-1.267l.974-.968a.906.906 0 0 1 1.275 0m6.353 5.517a.89.89 0 0 1 0 1.267l-.974.968a.906.906 0 0 1-1.275 0a.89.89 0 0 1-.172-1.028l.001-.002a.9.9 0 0 1 .171-.237l.974-.968a.906.906 0 0 1 1.275 0M5.344 4.83a6.18 6.18 0 0 1 5.112-1.749L7.98 4.958a2.45 2.45 0 0 0-.466 3.448a2.473 2.473 0 0 0 3.454.467l1.684-1.275h4.185l3.507 3.46l.036.04l1.15 1.15a1.439 1.439 0 0 1-1.936 2.124l-.096-.096l-.06-.052l-1.093-1.092a.5.5 0 1 0-.707.707l1.15 1.15q.063.062.128.119l.044.044a1.019 1.019 0 1 1-1.441 1.441l-.17-.169a.5.5 0 0 0-.853.363a.5.5 0 0 0 .147.365l.223.223a.943.943 0 1 1-1.333 1.333h-.001l-.012-.013l-.21-.21a.497.497 0 0 0-.707 0a.5.5 0 0 0 0 .707l.218.219a.96.96 0 0 1-1.35 1.367l-1.431-1.36l.525-.522a1.884 1.884 0 0 0 0-2.677a1.9 1.9 0 0 0-1.429-.552a1.88 1.88 0 0 0-.556-1.42a1.9 1.9 0 0 0-1.428-.552a1.88 1.88 0 0 0-.556-1.419a1.91 1.91 0 0 0-1.844-.489a1.88 1.88 0 0 0-.541-1.085a1.914 1.914 0 0 0-2.514-.158A6.1 6.1 0 0 1 5.344 4.83"/></svg>
React
import type { SVGProps } from "react";
export function FluentHandshake24Filled(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="M12.835 3.161a.8.8 0 0 0 .147-.148h2.562l.035-.001a5 5 0 0 1 .545 0h.038a3.8 3.8 0 0 1 1.646.369a5.23 5.23 0 0 1 2.34 1.822a5.2 5.2 0 0 1 .804 4.348l-3.281-3.237a.75.75 0 0 0-.527-.216h-4.775a.75.75 0 0 0-.423.152l-1.884 1.428a.97.97 0 0 1-1.358-.184a.95.95 0 0 1 .181-1.34zM7.899 14.235l-.014.013l-.974.968l-.013.012a.906.906 0 0 1-1.261-.012a.89.89 0 0 1 0-1.267l.974-.968a.906.906 0 0 1 1.275 0a.89.89 0 0 1 .013 1.254m-.291 1.698a.89.89 0 0 0 .013 1.254c.352.35.923.35 1.275 0l.974-.968a.892.892 0 0 0-.14-1.38a.906.906 0 0 0-1.122.1l-.013.014l-.974.967zM5.5 11.407a.89.89 0 0 1 0 1.267l-.974.968a.906.906 0 0 1-1.275 0a.89.89 0 0 1 0-1.267l.974-.968a.906.906 0 0 1 1.275 0m6.353 5.517a.89.89 0 0 1 0 1.267l-.974.968a.906.906 0 0 1-1.275 0a.89.89 0 0 1-.172-1.028l.001-.002a.9.9 0 0 1 .171-.237l.974-.968a.906.906 0 0 1 1.275 0M5.344 4.83a6.18 6.18 0 0 1 5.112-1.749L7.98 4.958a2.45 2.45 0 0 0-.466 3.448a2.473 2.473 0 0 0 3.454.467l1.684-1.275h4.185l3.507 3.46l.036.04l1.15 1.15a1.439 1.439 0 0 1-1.936 2.124l-.096-.096l-.06-.052l-1.093-1.092a.5.5 0 1 0-.707.707l1.15 1.15q.063.062.128.119l.044.044a1.019 1.019 0 1 1-1.441 1.441l-.17-.169a.5.5 0 0 0-.853.363a.5.5 0 0 0 .147.365l.223.223a.943.943 0 1 1-1.333 1.333h-.001l-.012-.013l-.21-.21a.497.497 0 0 0-.707 0a.5.5 0 0 0 0 .707l.218.219a.96.96 0 0 1-1.35 1.367l-1.431-1.36l.525-.522a1.884 1.884 0 0 0 0-2.677a1.9 1.9 0 0 0-1.429-.552a1.88 1.88 0 0 0-.556-1.42a1.9 1.9 0 0 0-1.428-.552a1.88 1.88 0 0 0-.556-1.419a1.91 1.91 0 0 0-1.844-.489a1.88 1.88 0 0 0-.541-1.085a1.914 1.914 0 0 0-2.514-.158A6.1 6.1 0 0 1 5.344 4.83"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.835 3.161a.8.8 0 0 0 .147-.148h2.562l.035-.001a5 5 0 0 1 .545 0h.038a3.8 3.8 0 0 1 1.646.369a5.23 5.23 0 0 1 2.34 1.822a5.2 5.2 0 0 1 .804 4.348l-3.281-3.237a.75.75 0 0 0-.527-.216h-4.775a.75.75 0 0 0-.423.152l-1.884 1.428a.97.97 0 0 1-1.358-.184a.95.95 0 0 1 .181-1.34zM7.899 14.235l-.014.013l-.974.968l-.013.012a.906.906 0 0 1-1.261-.012a.89.89 0 0 1 0-1.267l.974-.968a.906.906 0 0 1 1.275 0a.89.89 0 0 1 .013 1.254m-.291 1.698a.89.89 0 0 0 .013 1.254c.352.35.923.35 1.275 0l.974-.968a.892.892 0 0 0-.14-1.38a.906.906 0 0 0-1.122.1l-.013.014l-.974.967zM5.5 11.407a.89.89 0 0 1 0 1.267l-.974.968a.906.906 0 0 1-1.275 0a.89.89 0 0 1 0-1.267l.974-.968a.906.906 0 0 1 1.275 0m6.353 5.517a.89.89 0 0 1 0 1.267l-.974.968a.906.906 0 0 1-1.275 0a.89.89 0 0 1-.172-1.028l.001-.002a.9.9 0 0 1 .171-.237l.974-.968a.906.906 0 0 1 1.275 0M5.344 4.83a6.18 6.18 0 0 1 5.112-1.749L7.98 4.958a2.45 2.45 0 0 0-.466 3.448a2.473 2.473 0 0 0 3.454.467l1.684-1.275h4.185l3.507 3.46l.036.04l1.15 1.15a1.439 1.439 0 0 1-1.936 2.124l-.096-.096l-.06-.052l-1.093-1.092a.5.5 0 1 0-.707.707l1.15 1.15q.063.062.128.119l.044.044a1.019 1.019 0 1 1-1.441 1.441l-.17-.169a.5.5 0 0 0-.853.363a.5.5 0 0 0 .147.365l.223.223a.943.943 0 1 1-1.333 1.333h-.001l-.012-.013l-.21-.21a.497.497 0 0 0-.707 0a.5.5 0 0 0 0 .707l.218.219a.96.96 0 0 1-1.35 1.367l-1.431-1.36l.525-.522a1.884 1.884 0 0 0 0-2.677a1.9 1.9 0 0 0-1.429-.552a1.88 1.88 0 0 0-.556-1.42a1.9 1.9 0 0 0-1.428-.552a1.88 1.88 0 0 0-.556-1.419a1.91 1.91 0 0 0-1.844-.489a1.88 1.88 0 0 0-.541-1.085a1.914 1.914 0 0 0-2.514-.158A6.1 6.1 0 0 1 5.344 4.83"/></svg> </template>
CSS
.icon-handshake-24-filled {
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%22M12.835%203.161a.8.8%200%200%200%20.147-.148h2.562l.035-.001a5%205%200%200%201%20.545%200h.038a3.8%203.8%200%200%201%201.646.369a5.23%205.23%200%200%201%202.34%201.822a5.2%205.2%200%200%201%20.804%204.348l-3.281-3.237a.75.75%200%200%200-.527-.216h-4.775a.75.75%200%200%200-.423.152l-1.884%201.428a.97.97%200%200%201-1.358-.184a.95.95%200%200%201%20.181-1.34zM7.899%2014.235l-.014.013l-.974.968l-.013.012a.906.906%200%200%201-1.261-.012a.89.89%200%200%201%200-1.267l.974-.968a.906.906%200%200%201%201.275%200a.89.89%200%200%201%20.013%201.254m-.291%201.698a.89.89%200%200%200%20.013%201.254c.352.35.923.35%201.275%200l.974-.968a.892.892%200%200%200-.14-1.38a.906.906%200%200%200-1.122.1l-.013.014l-.974.967zM5.5%2011.407a.89.89%200%200%201%200%201.267l-.974.968a.906.906%200%200%201-1.275%200a.89.89%200%200%201%200-1.267l.974-.968a.906.906%200%200%201%201.275%200m6.353%205.517a.89.89%200%200%201%200%201.267l-.974.968a.906.906%200%200%201-1.275%200a.89.89%200%200%201-.172-1.028l.001-.002a.9.9%200%200%201%20.171-.237l.974-.968a.906.906%200%200%201%201.275%200M5.344%204.83a6.18%206.18%200%200%201%205.112-1.749L7.98%204.958a2.45%202.45%200%200%200-.466%203.448a2.473%202.473%200%200%200%203.454.467l1.684-1.275h4.185l3.507%203.46l.036.04l1.15%201.15a1.439%201.439%200%200%201-1.936%202.124l-.096-.096l-.06-.052l-1.093-1.092a.5.5%200%201%200-.707.707l1.15%201.15q.063.062.128.119l.044.044a1.019%201.019%200%201%201-1.441%201.441l-.17-.169a.5.5%200%200%200-.853.363a.5.5%200%200%200%20.147.365l.223.223a.943.943%200%201%201-1.333%201.333h-.001l-.012-.013l-.21-.21a.497.497%200%200%200-.707%200a.5.5%200%200%200%200%20.707l.218.219a.96.96%200%200%201-1.35%201.367l-1.431-1.36l.525-.522a1.884%201.884%200%200%200%200-2.677a1.9%201.9%200%200%200-1.429-.552a1.88%201.88%200%200%200-.556-1.42a1.9%201.9%200%200%200-1.428-.552a1.88%201.88%200%200%200-.556-1.419a1.91%201.91%200%200%200-1.844-.489a1.88%201.88%200%200%200-.541-1.085a1.914%201.914%200%200%200-2.514-.158A6.1%206.1%200%200%201%205.344%204.83%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%22M12.835%203.161a.8.8%200%200%200%20.147-.148h2.562l.035-.001a5%205%200%200%201%20.545%200h.038a3.8%203.8%200%200%201%201.646.369a5.23%205.23%200%200%201%202.34%201.822a5.2%205.2%200%200%201%20.804%204.348l-3.281-3.237a.75.75%200%200%200-.527-.216h-4.775a.75.75%200%200%200-.423.152l-1.884%201.428a.97.97%200%200%201-1.358-.184a.95.95%200%200%201%20.181-1.34zM7.899%2014.235l-.014.013l-.974.968l-.013.012a.906.906%200%200%201-1.261-.012a.89.89%200%200%201%200-1.267l.974-.968a.906.906%200%200%201%201.275%200a.89.89%200%200%201%20.013%201.254m-.291%201.698a.89.89%200%200%200%20.013%201.254c.352.35.923.35%201.275%200l.974-.968a.892.892%200%200%200-.14-1.38a.906.906%200%200%200-1.122.1l-.013.014l-.974.967zM5.5%2011.407a.89.89%200%200%201%200%201.267l-.974.968a.906.906%200%200%201-1.275%200a.89.89%200%200%201%200-1.267l.974-.968a.906.906%200%200%201%201.275%200m6.353%205.517a.89.89%200%200%201%200%201.267l-.974.968a.906.906%200%200%201-1.275%200a.89.89%200%200%201-.172-1.028l.001-.002a.9.9%200%200%201%20.171-.237l.974-.968a.906.906%200%200%201%201.275%200M5.344%204.83a6.18%206.18%200%200%201%205.112-1.749L7.98%204.958a2.45%202.45%200%200%200-.466%203.448a2.473%202.473%200%200%200%203.454.467l1.684-1.275h4.185l3.507%203.46l.036.04l1.15%201.15a1.439%201.439%200%200%201-1.936%202.124l-.096-.096l-.06-.052l-1.093-1.092a.5.5%200%201%200-.707.707l1.15%201.15q.063.062.128.119l.044.044a1.019%201.019%200%201%201-1.441%201.441l-.17-.169a.5.5%200%200%200-.853.363a.5.5%200%200%200%20.147.365l.223.223a.943.943%200%201%201-1.333%201.333h-.001l-.012-.013l-.21-.21a.497.497%200%200%200-.707%200a.5.5%200%200%200%200%20.707l.218.219a.96.96%200%200%201-1.35%201.367l-1.431-1.36l.525-.522a1.884%201.884%200%200%200%200-2.677a1.9%201.9%200%200%200-1.429-.552a1.88%201.88%200%200%200-.556-1.42a1.9%201.9%200%200%200-1.428-.552a1.88%201.88%200%200%200-.556-1.419a1.91%201.91%200%200%200-1.844-.489a1.88%201.88%200%200%200-.541-1.085a1.914%201.914%200%200%200-2.514-.158A6.1%206.1%200%200%201%205.344%204.83%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/handshake-24-filled.svg?color=%231a73e8&size=48