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

Name
handshake-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
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 32 32"><path fill="currentColor" d="M28 12s0 1.134-.465 2.625l-5.182-5.181a1.5 1.5 0 0 0-1.06-.44H16.69a1.5 1.5 0 0 0-.925.32l-1.817 1.422a1.205 1.205 0 0 1-1.693-.207a1.21 1.21 0 0 1 .207-1.696L18.662 4H20a8 8 0 0 1 8 8M7.384 15.33a1.077 1.077 0 0 0-1.525 0l-1.544 1.55a1.084 1.084 0 0 0 0 1.53a1.077 1.077 0 0 0 1.525 0l1.544-1.55a1.083 1.083 0 0 0 0-1.529M8.98 17.42a1.076 1.076 0 0 1 1.526 0a1.084 1.084 0 0 1 0 1.529L8.96 20.496a1.076 1.076 0 0 1-1.525 0a1.084 1.084 0 0 1 0-1.529zm4.117 2.597a1.077 1.077 0 0 0-1.525 0l-1.544 1.548a1.083 1.083 0 0 0 0 1.53a1.076 1.076 0 0 0 1.525 0l1.544-1.549a1.084 1.084 0 0 0 0-1.53m2.59 2.596a1.076 1.076 0 0 0-1.526 0l-1.544 1.549a1.084 1.084 0 0 0 0 1.529a1.076 1.076 0 0 0 1.525 0l1.544-1.549a1.083 1.083 0 0 0 0-1.529m-.647-18.32a7.5 7.5 0 0 0-1.617-.29L13.332 4H13a8 8 0 0 0-8 8v2.087a2.57 2.57 0 0 1 3.444.181c.393.395.633.886.719 1.398a2.58 2.58 0 0 1 3.156 2.532a2.58 2.58 0 0 1 2.592 2.596a2.57 2.57 0 0 1 1.833.756a2.59 2.59 0 0 1 0 3.654l-.225.226l1.274 1.264a1.08 1.08 0 0 0 1.515 0c.414-.41.415-1.074.002-1.485a.753.753 0 0 1 1.061-1.07a1.08 1.08 0 0 0 1.515 0a1.045 1.045 0 0 0 .001-1.486a.754.754 0 0 1 1.061-1.07a1.08 1.08 0 0 0 1.514-.002c.424-.42.422-1.102.017-1.505l-.003-.002l-2.253-2.254a.75.75 0 0 1 1.06-1.06l2.636 2.633c.527.523 1.396.528 1.853.075c.455-.451.451-1.307-.071-1.826l-.002-.002l-6.636-6.635h-4.2l-1.682 1.316a3.205 3.205 0 0 1-4.5-.55a3.21 3.21 0 0 1 .55-4.504z"/></svg>

React

import type { SVGProps } from "react";

export function FluentHandshake32Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28 12s0 1.134-.465 2.625l-5.182-5.181a1.5 1.5 0 0 0-1.06-.44H16.69a1.5 1.5 0 0 0-.925.32l-1.817 1.422a1.205 1.205 0 0 1-1.693-.207a1.21 1.21 0 0 1 .207-1.696L18.662 4H20a8 8 0 0 1 8 8M7.384 15.33a1.077 1.077 0 0 0-1.525 0l-1.544 1.55a1.084 1.084 0 0 0 0 1.53a1.077 1.077 0 0 0 1.525 0l1.544-1.55a1.083 1.083 0 0 0 0-1.529M8.98 17.42a1.076 1.076 0 0 1 1.526 0a1.084 1.084 0 0 1 0 1.529L8.96 20.496a1.076 1.076 0 0 1-1.525 0a1.084 1.084 0 0 1 0-1.529zm4.117 2.597a1.077 1.077 0 0 0-1.525 0l-1.544 1.548a1.083 1.083 0 0 0 0 1.53a1.076 1.076 0 0 0 1.525 0l1.544-1.549a1.084 1.084 0 0 0 0-1.53m2.59 2.596a1.076 1.076 0 0 0-1.526 0l-1.544 1.549a1.084 1.084 0 0 0 0 1.529a1.076 1.076 0 0 0 1.525 0l1.544-1.549a1.083 1.083 0 0 0 0-1.529m-.647-18.32a7.5 7.5 0 0 0-1.617-.29L13.332 4H13a8 8 0 0 0-8 8v2.087a2.57 2.57 0 0 1 3.444.181c.393.395.633.886.719 1.398a2.58 2.58 0 0 1 3.156 2.532a2.58 2.58 0 0 1 2.592 2.596a2.57 2.57 0 0 1 1.833.756a2.59 2.59 0 0 1 0 3.654l-.225.226l1.274 1.264a1.08 1.08 0 0 0 1.515 0c.414-.41.415-1.074.002-1.485a.753.753 0 0 1 1.061-1.07a1.08 1.08 0 0 0 1.515 0a1.045 1.045 0 0 0 .001-1.486a.754.754 0 0 1 1.061-1.07a1.08 1.08 0 0 0 1.514-.002c.424-.42.422-1.102.017-1.505l-.003-.002l-2.253-2.254a.75.75 0 0 1 1.06-1.06l2.636 2.633c.527.523 1.396.528 1.853.075c.455-.451.451-1.307-.071-1.826l-.002-.002l-6.636-6.635h-4.2l-1.682 1.316a3.205 3.205 0 0 1-4.5-.55a3.21 3.21 0 0 1 .55-4.504z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M28 12s0 1.134-.465 2.625l-5.182-5.181a1.5 1.5 0 0 0-1.06-.44H16.69a1.5 1.5 0 0 0-.925.32l-1.817 1.422a1.205 1.205 0 0 1-1.693-.207a1.21 1.21 0 0 1 .207-1.696L18.662 4H20a8 8 0 0 1 8 8M7.384 15.33a1.077 1.077 0 0 0-1.525 0l-1.544 1.55a1.084 1.084 0 0 0 0 1.53a1.077 1.077 0 0 0 1.525 0l1.544-1.55a1.083 1.083 0 0 0 0-1.529M8.98 17.42a1.076 1.076 0 0 1 1.526 0a1.084 1.084 0 0 1 0 1.529L8.96 20.496a1.076 1.076 0 0 1-1.525 0a1.084 1.084 0 0 1 0-1.529zm4.117 2.597a1.077 1.077 0 0 0-1.525 0l-1.544 1.548a1.083 1.083 0 0 0 0 1.53a1.076 1.076 0 0 0 1.525 0l1.544-1.549a1.084 1.084 0 0 0 0-1.53m2.59 2.596a1.076 1.076 0 0 0-1.526 0l-1.544 1.549a1.084 1.084 0 0 0 0 1.529a1.076 1.076 0 0 0 1.525 0l1.544-1.549a1.083 1.083 0 0 0 0-1.529m-.647-18.32a7.5 7.5 0 0 0-1.617-.29L13.332 4H13a8 8 0 0 0-8 8v2.087a2.57 2.57 0 0 1 3.444.181c.393.395.633.886.719 1.398a2.58 2.58 0 0 1 3.156 2.532a2.58 2.58 0 0 1 2.592 2.596a2.57 2.57 0 0 1 1.833.756a2.59 2.59 0 0 1 0 3.654l-.225.226l1.274 1.264a1.08 1.08 0 0 0 1.515 0c.414-.41.415-1.074.002-1.485a.753.753 0 0 1 1.061-1.07a1.08 1.08 0 0 0 1.515 0a1.045 1.045 0 0 0 .001-1.486a.754.754 0 0 1 1.061-1.07a1.08 1.08 0 0 0 1.514-.002c.424-.42.422-1.102.017-1.505l-.003-.002l-2.253-2.254a.75.75 0 0 1 1.06-1.06l2.636 2.633c.527.523 1.396.528 1.853.075c.455-.451.451-1.307-.071-1.826l-.002-.002l-6.636-6.635h-4.2l-1.682 1.316a3.205 3.205 0 0 1-4.5-.55a3.21 3.21 0 0 1 .55-4.504z"/></svg>
</template>

CSS

.icon-handshake-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%2012s0%201.134-.465%202.625l-5.182-5.181a1.5%201.5%200%200%200-1.06-.44H16.69a1.5%201.5%200%200%200-.925.32l-1.817%201.422a1.205%201.205%200%200%201-1.693-.207a1.21%201.21%200%200%201%20.207-1.696L18.662%204H20a8%208%200%200%201%208%208M7.384%2015.33a1.077%201.077%200%200%200-1.525%200l-1.544%201.55a1.084%201.084%200%200%200%200%201.53a1.077%201.077%200%200%200%201.525%200l1.544-1.55a1.083%201.083%200%200%200%200-1.529M8.98%2017.42a1.076%201.076%200%200%201%201.526%200a1.084%201.084%200%200%201%200%201.529L8.96%2020.496a1.076%201.076%200%200%201-1.525%200a1.084%201.084%200%200%201%200-1.529zm4.117%202.597a1.077%201.077%200%200%200-1.525%200l-1.544%201.548a1.083%201.083%200%200%200%200%201.53a1.076%201.076%200%200%200%201.525%200l1.544-1.549a1.084%201.084%200%200%200%200-1.53m2.59%202.596a1.076%201.076%200%200%200-1.526%200l-1.544%201.549a1.084%201.084%200%200%200%200%201.529a1.076%201.076%200%200%200%201.525%200l1.544-1.549a1.083%201.083%200%200%200%200-1.529m-.647-18.32a7.5%207.5%200%200%200-1.617-.29L13.332%204H13a8%208%200%200%200-8%208v2.087a2.57%202.57%200%200%201%203.444.181c.393.395.633.886.719%201.398a2.58%202.58%200%200%201%203.156%202.532a2.58%202.58%200%200%201%202.592%202.596a2.57%202.57%200%200%201%201.833.756a2.59%202.59%200%200%201%200%203.654l-.225.226l1.274%201.264a1.08%201.08%200%200%200%201.515%200c.414-.41.415-1.074.002-1.485a.753.753%200%200%201%201.061-1.07a1.08%201.08%200%200%200%201.515%200a1.045%201.045%200%200%200%20.001-1.486a.754.754%200%200%201%201.061-1.07a1.08%201.08%200%200%200%201.514-.002c.424-.42.422-1.102.017-1.505l-.003-.002l-2.253-2.254a.75.75%200%200%201%201.06-1.06l2.636%202.633c.527.523%201.396.528%201.853.075c.455-.451.451-1.307-.071-1.826l-.002-.002l-6.636-6.635h-4.2l-1.682%201.316a3.205%203.205%200%200%201-4.5-.55a3.21%203.21%200%200%201%20.55-4.504z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M28%2012s0%201.134-.465%202.625l-5.182-5.181a1.5%201.5%200%200%200-1.06-.44H16.69a1.5%201.5%200%200%200-.925.32l-1.817%201.422a1.205%201.205%200%200%201-1.693-.207a1.21%201.21%200%200%201%20.207-1.696L18.662%204H20a8%208%200%200%201%208%208M7.384%2015.33a1.077%201.077%200%200%200-1.525%200l-1.544%201.55a1.084%201.084%200%200%200%200%201.53a1.077%201.077%200%200%200%201.525%200l1.544-1.55a1.083%201.083%200%200%200%200-1.529M8.98%2017.42a1.076%201.076%200%200%201%201.526%200a1.084%201.084%200%200%201%200%201.529L8.96%2020.496a1.076%201.076%200%200%201-1.525%200a1.084%201.084%200%200%201%200-1.529zm4.117%202.597a1.077%201.077%200%200%200-1.525%200l-1.544%201.548a1.083%201.083%200%200%200%200%201.53a1.076%201.076%200%200%200%201.525%200l1.544-1.549a1.084%201.084%200%200%200%200-1.53m2.59%202.596a1.076%201.076%200%200%200-1.526%200l-1.544%201.549a1.084%201.084%200%200%200%200%201.529a1.076%201.076%200%200%200%201.525%200l1.544-1.549a1.083%201.083%200%200%200%200-1.529m-.647-18.32a7.5%207.5%200%200%200-1.617-.29L13.332%204H13a8%208%200%200%200-8%208v2.087a2.57%202.57%200%200%201%203.444.181c.393.395.633.886.719%201.398a2.58%202.58%200%200%201%203.156%202.532a2.58%202.58%200%200%201%202.592%202.596a2.57%202.57%200%200%201%201.833.756a2.59%202.59%200%200%201%200%203.654l-.225.226l1.274%201.264a1.08%201.08%200%200%200%201.515%200c.414-.41.415-1.074.002-1.485a.753.753%200%200%201%201.061-1.07a1.08%201.08%200%200%200%201.515%200a1.045%201.045%200%200%200%20.001-1.486a.754.754%200%200%201%201.061-1.07a1.08%201.08%200%200%200%201.514-.002c.424-.42.422-1.102.017-1.505l-.003-.002l-2.253-2.254a.75.75%200%200%201%201.06-1.06l2.636%202.633c.527.523%201.396.528%201.853.075c.455-.451.451-1.307-.071-1.826l-.002-.002l-6.636-6.635h-4.2l-1.682%201.316a3.205%203.205%200%200%201-4.5-.55a3.21%203.21%200%200%201%20.55-4.504z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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