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

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

5 other variants in Material Symbols Light

The same icon in other sets

More social icons from Material Symbols Light

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="m11.792 21.712l-8.51-8.51L9.68 6.806l3.265 3.265l1.22-1.219L8.39 3.079L1.854 9.616l1.244 1.244l-.713.713L.439 9.627l7.963-7.964l3.215 3.216l3.235-3.235l8.504 8.504zm-.013-1.416l10.137-10.148l-7.07-7.07l-2.502 2.503l3.266 3.265l-2.666 2.666L9.66 8.227l-4.974 4.975l1.244 1.244l3.821-3.821l.708.708l-3.821 3.82l1.238 1.24l4.052-4.052l.714.713l-4.053 4.052l1.239 1.238l4.052-4.052l.708.708l-4.052 4.052zm-3.67-12.44"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightHandshakeOutlineSharp(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="m11.792 21.712l-8.51-8.51L9.68 6.806l3.265 3.265l1.22-1.219L8.39 3.079L1.854 9.616l1.244 1.244l-.713.713L.439 9.627l7.963-7.964l3.215 3.216l3.235-3.235l8.504 8.504zm-.013-1.416l10.137-10.148l-7.07-7.07l-2.502 2.503l3.266 3.265l-2.666 2.666L9.66 8.227l-4.974 4.975l1.244 1.244l3.821-3.821l.708.708l-3.821 3.82l1.238 1.24l4.052-4.052l.714.713l-4.053 4.052l1.239 1.238l4.052-4.052l.708.708l-4.052 4.052zm-3.67-12.44"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m11.792 21.712l-8.51-8.51L9.68 6.806l3.265 3.265l1.22-1.219L8.39 3.079L1.854 9.616l1.244 1.244l-.713.713L.439 9.627l7.963-7.964l3.215 3.216l3.235-3.235l8.504 8.504zm-.013-1.416l10.137-10.148l-7.07-7.07l-2.502 2.503l3.266 3.265l-2.666 2.666L9.66 8.227l-4.974 4.975l1.244 1.244l3.821-3.821l.708.708l-3.821 3.82l1.238 1.24l4.052-4.052l.714.713l-4.053 4.052l1.239 1.238l4.052-4.052l.708.708l-4.052 4.052zm-3.67-12.44"/></svg>
</template>

CSS

.icon-handshake-outline-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%22m11.792%2021.712l-8.51-8.51L9.68%206.806l3.265%203.265l1.22-1.219L8.39%203.079L1.854%209.616l1.244%201.244l-.713.713L.439%209.627l7.963-7.964l3.215%203.216l3.235-3.235l8.504%208.504zm-.013-1.416l10.137-10.148l-7.07-7.07l-2.502%202.503l3.266%203.265l-2.666%202.666L9.66%208.227l-4.974%204.975l1.244%201.244l3.821-3.821l.708.708l-3.821%203.82l1.238%201.24l4.052-4.052l.714.713l-4.053%204.052l1.239%201.238l4.052-4.052l.708.708l-4.052%204.052zm-3.67-12.44%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%22m11.792%2021.712l-8.51-8.51L9.68%206.806l3.265%203.265l1.22-1.219L8.39%203.079L1.854%209.616l1.244%201.244l-.713.713L.439%209.627l7.963-7.964l3.215%203.216l3.235-3.235l8.504%208.504zm-.013-1.416l10.137-10.148l-7.07-7.07l-2.502%202.503l3.266%203.265l-2.666%202.666L9.66%208.227l-4.974%204.975l1.244%201.244l3.821-3.821l.708.708l-3.821%203.82l1.238%201.24l4.052-4.052l.714.713l-4.053%204.052l1.239%201.238l4.052-4.052l.708.708l-4.052%204.052zm-3.67-12.44%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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