handshake-sharp from Material Symbols by Google · Sharp · Social · Apache-2.0 Free for personal and commercial use.

Name
handshake-sharp
Set
Material Symbols
Style
Sharp
Category
Social
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More social icons from Material Symbols

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.1 21.4l11.15-11.15l-8.5-8.5L12.7 3.8l5.9 5.9l-2.825 2.825L10.6 7.35l-6.275 6.3l1.4 1.4l5.325-5.325l.725.7l-5.3 5.35l1.4 1.4L13.2 11.85l.7.7l-5.325 5.325l1.4 1.4L15.3 13.95l.725.725L10.7 20zM3.525 13l7.05-7.05l5.175 5.175L17.175 9.7l-7.95-7.95L.75 10.225z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsHandshakeSharp(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.1 21.4l11.15-11.15l-8.5-8.5L12.7 3.8l5.9 5.9l-2.825 2.825L10.6 7.35l-6.275 6.3l1.4 1.4l5.325-5.325l.725.7l-5.3 5.35l1.4 1.4L13.2 11.85l.7.7l-5.325 5.325l1.4 1.4L15.3 13.95l.725.725L10.7 20zM3.525 13l7.05-7.05l5.175 5.175L17.175 9.7l-7.95-7.95L.75 10.225z"/></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.1 21.4l11.15-11.15l-8.5-8.5L12.7 3.8l5.9 5.9l-2.825 2.825L10.6 7.35l-6.275 6.3l1.4 1.4l5.325-5.325l.725.7l-5.3 5.35l1.4 1.4L13.2 11.85l.7.7l-5.325 5.325l1.4 1.4L15.3 13.95l.725.725L10.7 20zM3.525 13l7.05-7.05l5.175 5.175L17.175 9.7l-7.95-7.95L.75 10.225z"/></svg>
</template>

CSS

.icon-handshake-sharp {
  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.1%2021.4l11.15-11.15l-8.5-8.5L12.7%203.8l5.9%205.9l-2.825%202.825L10.6%207.35l-6.275%206.3l1.4%201.4l5.325-5.325l.725.7l-5.3%205.35l1.4%201.4L13.2%2011.85l.7.7l-5.325%205.325l1.4%201.4L15.3%2013.95l.725.725L10.7%2020zM3.525%2013l7.05-7.05l5.175%205.175L17.175%209.7l-7.95-7.95L.75%2010.225z%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.1%2021.4l11.15-11.15l-8.5-8.5L12.7%203.8l5.9%205.9l-2.825%202.825L10.6%207.35l-6.275%206.3l1.4%201.4l5.325-5.325l.725.7l-5.3%205.35l1.4%201.4L13.2%2011.85l.7.7l-5.325%205.325l1.4%201.4L15.3%2013.95l.725.725L10.7%2020zM3.525%2013l7.05-7.05l5.175%205.175L17.175%209.7l-7.95-7.95L.75%2010.225z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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