handshake slash icon
handshake-slash from Font Awesome Solid by Dave Gandy · Solid · Hands · CC-BY-4.0 Attribution required.
- Name
- handshake-slash
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Hands
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More hands icons from Font Awesome Solid
Use the handshake slash icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M73 39.1c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6-.1 34l528 528c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-288-288l14.2-14.2c4.2-4.2 9.5-6.5 14.9-6.9c6.8-.6 13.8 1.7 19 6.9l176.6 175l70.4-56V96l-112 64l-23.8-15.9a96.2 96.2 0 0 0-53.3-16.1h-70.4c-1.1 0-2.3 0-3.4.1c-16.9.9-32.8 8.5-44.2 21.1l-55.8 62.1l-34-34l44.3-49.2h-39.7c-15.3 0-30.1 3.6-43.5 10.4zm-41 94.7V384l156.4 130.3c23 19.2 52 29.7 81.9 29.7H286l-7-7c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l41 41h9c22.2 0 43.8-5.8 62.8-16.4z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidHandshakeSlash(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M73 39.1c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6-.1 34l528 528c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-288-288l14.2-14.2c4.2-4.2 9.5-6.5 14.9-6.9c6.8-.6 13.8 1.7 19 6.9l176.6 175l70.4-56V96l-112 64l-23.8-15.9a96.2 96.2 0 0 0-53.3-16.1h-70.4c-1.1 0-2.3 0-3.4.1c-16.9.9-32.8 8.5-44.2 21.1l-55.8 62.1l-34-34l44.3-49.2h-39.7c-15.3 0-30.1 3.6-43.5 10.4zm-41 94.7V384l156.4 130.3c23 19.2 52 29.7 81.9 29.7H286l-7-7c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l41 41h9c22.2 0 43.8-5.8 62.8-16.4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M73 39.1c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6-.1 34l528 528c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-288-288l14.2-14.2c4.2-4.2 9.5-6.5 14.9-6.9c6.8-.6 13.8 1.7 19 6.9l176.6 175l70.4-56V96l-112 64l-23.8-15.9a96.2 96.2 0 0 0-53.3-16.1h-70.4c-1.1 0-2.3 0-3.4.1c-16.9.9-32.8 8.5-44.2 21.1l-55.8 62.1l-34-34l44.3-49.2h-39.7c-15.3 0-30.1 3.6-43.5 10.4zm-41 94.7V384l156.4 130.3c23 19.2 52 29.7 81.9 29.7H286l-7-7c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l41 41h9c22.2 0 43.8-5.8 62.8-16.4z"/></svg> </template>
CSS
.icon-handshake-slash {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M73%2039.1c-9.4-9.4-24.6-9.4-33.9%200s-9.4%2024.6-.1%2034l528%20528c9.4%209.4%2024.6%209.4%2033.9%200s9.4-24.6%200-33.9l-288-288l14.2-14.2c4.2-4.2%209.5-6.5%2014.9-6.9c6.8-.6%2013.8%201.7%2019%206.9l176.6%20175l70.4-56V96l-112%2064l-23.8-15.9a96.2%2096.2%200%200%200-53.3-16.1h-70.4c-1.1%200-2.3%200-3.4.1c-16.9.9-32.8%208.5-44.2%2021.1l-55.8%2062.1l-34-34l44.3-49.2h-39.7c-15.3%200-30.1%203.6-43.5%2010.4zm-41%2094.7V384l156.4%20130.3c23%2019.2%2052%2029.7%2081.9%2029.7H286l-7-7c-9.4-9.4-9.4-24.6%200-33.9s24.6-9.4%2033.9%200l41%2041h9c22.2%200%2043.8-5.8%2062.8-16.4z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M73%2039.1c-9.4-9.4-24.6-9.4-33.9%200s-9.4%2024.6-.1%2034l528%20528c9.4%209.4%2024.6%209.4%2033.9%200s9.4-24.6%200-33.9l-288-288l14.2-14.2c4.2-4.2%209.5-6.5%2014.9-6.9c6.8-.6%2013.8%201.7%2019%206.9l176.6%20175l70.4-56V96l-112%2064l-23.8-15.9a96.2%2096.2%200%200%200-53.3-16.1h-70.4c-1.1%200-2.3%200-3.4.1c-16.9.9-32.8%208.5-44.2%2021.1l-55.8%2062.1l-34-34l44.3-49.2h-39.7c-15.3%200-30.1%203.6-43.5%2010.4zm-41%2094.7V384l156.4%20130.3c23%2019.2%2052%2029.7%2081.9%2029.7H286l-7-7c-9.4-9.4-9.4-24.6%200-33.9s24.6-9.4%2033.9%200l41%2041h9c22.2%200%2043.8-5.8%2062.8-16.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/handshake-slash.svg?color=%231a73e8&size=48