handshake-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
handshake-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

7 other variants in Fluent UI System Icons

The same icon in other sets

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="m9.629 3.01l.065.004h2.296l.053-.003a3.7 3.7 0 0 1 .856.006a2.5 2.5 0 0 1 1.086.308c.63.286 1.18.747 1.572 1.35a3.66 3.66 0 0 1 .146 3.754l-3.215-3.256a.5.5 0 0 0-.356-.148h-1.331a.5.5 0 0 0-.302.101L8.351 6.753a1.116 1.116 0 0 1-1.675-.4A1.096 1.096 0 0 1 7.002 5zm-3.997 8.855l-.014.013l-.763.76l-.013.012a.6.6 0 0 1-.834-.013a.59.59 0 0 1 0-.841l.764-.759a.6.6 0 0 1 .847 0c.23.228.234.595.013.828m-.081 1.49c-.22.233-.216.6.013.828a.6.6 0 0 0 .847 0l.764-.759a.592.592 0 0 0-.093-.916a.6.6 0 0 0-.74.062l-.014.013l-.763.759zM3.749 9.803a.59.59 0 0 1 0 .841l-.764.759a.6.6 0 0 1-.847 0a.59.59 0 0 1 0-.841l.764-.76a.6.6 0 0 1 .847 0m4.982 4.326a.59.59 0 0 1 0 .841l-.764.76a.6.6 0 0 1-.847 0a.59.59 0 0 1-.087-.732l.003-.004a.6.6 0 0 1 .084-.106l.764-.759a.6.6 0 0 1 .847 0M3.531 4.4a4.76 4.76 0 0 1 4.304-1.287l-1.437 1.09A2.097 2.097 0 0 0 6 7.15a2.116 2.116 0 0 0 2.956.4l2.014-1.525h.909l1.938 1.925l.004-.005l1.608 1.629l.024.023l.865.865a1.02 1.02 0 0 1-1.367 1.51l-.073-.072l-.054-.047l-.85-.85a.5.5 0 1 0-.708.707l.902.902q.052.05.105.097l.03.03a.691.691 0 0 1-.977.978l-.133-.132a.5.5 0 0 0-.853.36a.5.5 0 0 0 .146.363l.175.175a.631.631 0 1 1-.893.893l-.089-.09a2 2 0 0 0-.095-.103l-.163-.163a.5.5 0 0 0-.707.707l.122.122q.023.03.05.059l.049.048a.648.648 0 0 1-.961.864l-.865-.815l.332-.33a1.584 1.584 0 0 0 0-2.25a1.6 1.6 0 0 0-1.088-.466a1.58 1.58 0 0 0-.468-1.08a1.6 1.6 0 0 0-1.087-.466a1.58 1.58 0 0 0-.469-1.08a1.6 1.6 0 0 0-1.435-.439a1.6 1.6 0 0 0-.435-.796a1.61 1.61 0 0 0-2.146-.107a4.69 4.69 0 0 1 1.22-4.59"/></svg>

React

import type { SVGProps } from "react";

export function FluentHandshake20Filled(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="m9.629 3.01l.065.004h2.296l.053-.003a3.7 3.7 0 0 1 .856.006a2.5 2.5 0 0 1 1.086.308c.63.286 1.18.747 1.572 1.35a3.66 3.66 0 0 1 .146 3.754l-3.215-3.256a.5.5 0 0 0-.356-.148h-1.331a.5.5 0 0 0-.302.101L8.351 6.753a1.116 1.116 0 0 1-1.675-.4A1.096 1.096 0 0 1 7.002 5zm-3.997 8.855l-.014.013l-.763.76l-.013.012a.6.6 0 0 1-.834-.013a.59.59 0 0 1 0-.841l.764-.759a.6.6 0 0 1 .847 0c.23.228.234.595.013.828m-.081 1.49c-.22.233-.216.6.013.828a.6.6 0 0 0 .847 0l.764-.759a.592.592 0 0 0-.093-.916a.6.6 0 0 0-.74.062l-.014.013l-.763.759zM3.749 9.803a.59.59 0 0 1 0 .841l-.764.759a.6.6 0 0 1-.847 0a.59.59 0 0 1 0-.841l.764-.76a.6.6 0 0 1 .847 0m4.982 4.326a.59.59 0 0 1 0 .841l-.764.76a.6.6 0 0 1-.847 0a.59.59 0 0 1-.087-.732l.003-.004a.6.6 0 0 1 .084-.106l.764-.759a.6.6 0 0 1 .847 0M3.531 4.4a4.76 4.76 0 0 1 4.304-1.287l-1.437 1.09A2.097 2.097 0 0 0 6 7.15a2.116 2.116 0 0 0 2.956.4l2.014-1.525h.909l1.938 1.925l.004-.005l1.608 1.629l.024.023l.865.865a1.02 1.02 0 0 1-1.367 1.51l-.073-.072l-.054-.047l-.85-.85a.5.5 0 1 0-.708.707l.902.902q.052.05.105.097l.03.03a.691.691 0 0 1-.977.978l-.133-.132a.5.5 0 0 0-.853.36a.5.5 0 0 0 .146.363l.175.175a.631.631 0 1 1-.893.893l-.089-.09a2 2 0 0 0-.095-.103l-.163-.163a.5.5 0 0 0-.707.707l.122.122q.023.03.05.059l.049.048a.648.648 0 0 1-.961.864l-.865-.815l.332-.33a1.584 1.584 0 0 0 0-2.25a1.6 1.6 0 0 0-1.088-.466a1.58 1.58 0 0 0-.468-1.08a1.6 1.6 0 0 0-1.087-.466a1.58 1.58 0 0 0-.469-1.08a1.6 1.6 0 0 0-1.435-.439a1.6 1.6 0 0 0-.435-.796a1.61 1.61 0 0 0-2.146-.107a4.69 4.69 0 0 1 1.22-4.59"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m9.629 3.01l.065.004h2.296l.053-.003a3.7 3.7 0 0 1 .856.006a2.5 2.5 0 0 1 1.086.308c.63.286 1.18.747 1.572 1.35a3.66 3.66 0 0 1 .146 3.754l-3.215-3.256a.5.5 0 0 0-.356-.148h-1.331a.5.5 0 0 0-.302.101L8.351 6.753a1.116 1.116 0 0 1-1.675-.4A1.096 1.096 0 0 1 7.002 5zm-3.997 8.855l-.014.013l-.763.76l-.013.012a.6.6 0 0 1-.834-.013a.59.59 0 0 1 0-.841l.764-.759a.6.6 0 0 1 .847 0c.23.228.234.595.013.828m-.081 1.49c-.22.233-.216.6.013.828a.6.6 0 0 0 .847 0l.764-.759a.592.592 0 0 0-.093-.916a.6.6 0 0 0-.74.062l-.014.013l-.763.759zM3.749 9.803a.59.59 0 0 1 0 .841l-.764.759a.6.6 0 0 1-.847 0a.59.59 0 0 1 0-.841l.764-.76a.6.6 0 0 1 .847 0m4.982 4.326a.59.59 0 0 1 0 .841l-.764.76a.6.6 0 0 1-.847 0a.59.59 0 0 1-.087-.732l.003-.004a.6.6 0 0 1 .084-.106l.764-.759a.6.6 0 0 1 .847 0M3.531 4.4a4.76 4.76 0 0 1 4.304-1.287l-1.437 1.09A2.097 2.097 0 0 0 6 7.15a2.116 2.116 0 0 0 2.956.4l2.014-1.525h.909l1.938 1.925l.004-.005l1.608 1.629l.024.023l.865.865a1.02 1.02 0 0 1-1.367 1.51l-.073-.072l-.054-.047l-.85-.85a.5.5 0 1 0-.708.707l.902.902q.052.05.105.097l.03.03a.691.691 0 0 1-.977.978l-.133-.132a.5.5 0 0 0-.853.36a.5.5 0 0 0 .146.363l.175.175a.631.631 0 1 1-.893.893l-.089-.09a2 2 0 0 0-.095-.103l-.163-.163a.5.5 0 0 0-.707.707l.122.122q.023.03.05.059l.049.048a.648.648 0 0 1-.961.864l-.865-.815l.332-.33a1.584 1.584 0 0 0 0-2.25a1.6 1.6 0 0 0-1.088-.466a1.58 1.58 0 0 0-.468-1.08a1.6 1.6 0 0 0-1.087-.466a1.58 1.58 0 0 0-.469-1.08a1.6 1.6 0 0 0-1.435-.439a1.6 1.6 0 0 0-.435-.796a1.61 1.61 0 0 0-2.146-.107a4.69 4.69 0 0 1 1.22-4.59"/></svg>
</template>

CSS

.icon-handshake-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m9.629%203.01l.065.004h2.296l.053-.003a3.7%203.7%200%200%201%20.856.006a2.5%202.5%200%200%201%201.086.308c.63.286%201.18.747%201.572%201.35a3.66%203.66%200%200%201%20.146%203.754l-3.215-3.256a.5.5%200%200%200-.356-.148h-1.331a.5.5%200%200%200-.302.101L8.351%206.753a1.116%201.116%200%200%201-1.675-.4A1.096%201.096%200%200%201%207.002%205zm-3.997%208.855l-.014.013l-.763.76l-.013.012a.6.6%200%200%201-.834-.013a.59.59%200%200%201%200-.841l.764-.759a.6.6%200%200%201%20.847%200c.23.228.234.595.013.828m-.081%201.49c-.22.233-.216.6.013.828a.6.6%200%200%200%20.847%200l.764-.759a.592.592%200%200%200-.093-.916a.6.6%200%200%200-.74.062l-.014.013l-.763.759zM3.749%209.803a.59.59%200%200%201%200%20.841l-.764.759a.6.6%200%200%201-.847%200a.59.59%200%200%201%200-.841l.764-.76a.6.6%200%200%201%20.847%200m4.982%204.326a.59.59%200%200%201%200%20.841l-.764.76a.6.6%200%200%201-.847%200a.59.59%200%200%201-.087-.732l.003-.004a.6.6%200%200%201%20.084-.106l.764-.759a.6.6%200%200%201%20.847%200M3.531%204.4a4.76%204.76%200%200%201%204.304-1.287l-1.437%201.09A2.097%202.097%200%200%200%206%207.15a2.116%202.116%200%200%200%202.956.4l2.014-1.525h.909l1.938%201.925l.004-.005l1.608%201.629l.024.023l.865.865a1.02%201.02%200%200%201-1.367%201.51l-.073-.072l-.054-.047l-.85-.85a.5.5%200%201%200-.708.707l.902.902q.052.05.105.097l.03.03a.691.691%200%200%201-.977.978l-.133-.132a.5.5%200%200%200-.853.36a.5.5%200%200%200%20.146.363l.175.175a.631.631%200%201%201-.893.893l-.089-.09a2%202%200%200%200-.095-.103l-.163-.163a.5.5%200%200%200-.707.707l.122.122q.023.03.05.059l.049.048a.648.648%200%200%201-.961.864l-.865-.815l.332-.33a1.584%201.584%200%200%200%200-2.25a1.6%201.6%200%200%200-1.088-.466a1.58%201.58%200%200%200-.468-1.08a1.6%201.6%200%200%200-1.087-.466a1.58%201.58%200%200%200-.469-1.08a1.6%201.6%200%200%200-1.435-.439a1.6%201.6%200%200%200-.435-.796a1.61%201.61%200%200%200-2.146-.107a4.69%204.69%200%200%201%201.22-4.59%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%22m9.629%203.01l.065.004h2.296l.053-.003a3.7%203.7%200%200%201%20.856.006a2.5%202.5%200%200%201%201.086.308c.63.286%201.18.747%201.572%201.35a3.66%203.66%200%200%201%20.146%203.754l-3.215-3.256a.5.5%200%200%200-.356-.148h-1.331a.5.5%200%200%200-.302.101L8.351%206.753a1.116%201.116%200%200%201-1.675-.4A1.096%201.096%200%200%201%207.002%205zm-3.997%208.855l-.014.013l-.763.76l-.013.012a.6.6%200%200%201-.834-.013a.59.59%200%200%201%200-.841l.764-.759a.6.6%200%200%201%20.847%200c.23.228.234.595.013.828m-.081%201.49c-.22.233-.216.6.013.828a.6.6%200%200%200%20.847%200l.764-.759a.592.592%200%200%200-.093-.916a.6.6%200%200%200-.74.062l-.014.013l-.763.759zM3.749%209.803a.59.59%200%200%201%200%20.841l-.764.759a.6.6%200%200%201-.847%200a.59.59%200%200%201%200-.841l.764-.76a.6.6%200%200%201%20.847%200m4.982%204.326a.59.59%200%200%201%200%20.841l-.764.76a.6.6%200%200%201-.847%200a.59.59%200%200%201-.087-.732l.003-.004a.6.6%200%200%201%20.084-.106l.764-.759a.6.6%200%200%201%20.847%200M3.531%204.4a4.76%204.76%200%200%201%204.304-1.287l-1.437%201.09A2.097%202.097%200%200%200%206%207.15a2.116%202.116%200%200%200%202.956.4l2.014-1.525h.909l1.938%201.925l.004-.005l1.608%201.629l.024.023l.865.865a1.02%201.02%200%200%201-1.367%201.51l-.073-.072l-.054-.047l-.85-.85a.5.5%200%201%200-.708.707l.902.902q.052.05.105.097l.03.03a.691.691%200%200%201-.977.978l-.133-.132a.5.5%200%200%200-.853.36a.5.5%200%200%200%20.146.363l.175.175a.631.631%200%201%201-.893.893l-.089-.09a2%202%200%200%200-.095-.103l-.163-.163a.5.5%200%200%200-.707.707l.122.122q.023.03.05.059l.049.048a.648.648%200%200%201-.961.864l-.865-.815l.332-.33a1.584%201.584%200%200%200%200-2.25a1.6%201.6%200%200%200-1.088-.466a1.58%201.58%200%200%200-.468-1.08a1.6%201.6%200%200%200-1.087-.466a1.58%201.58%200%200%200-.469-1.08a1.6%201.6%200%200%200-1.435-.439a1.6%201.6%200%200%200-.435-.796a1.61%201.61%200%200%200-2.146-.107a4.69%204.69%200%200%201%201.22-4.59%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/handshake-20-filled.svg?color=%231a73e8&size=48