handshake icon
handshake-outline-sharp from Material Symbols by Google · Outline Sharp · Social · Apache-2.0 Free for personal and commercial use.
- Name
- handshake-outline-sharp
- Set
- Material Symbols
- Style
- Outline Sharp
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
handshakeEmoji One (Colored)handshakeFont Awesome 6 RegularhandshakeFont Awesome 6 SolidhandshakeFont Awesome RegularhandshakeFont Awesome Solidhandshake-16-filledFluent UI System IconshandshakeFluent EmojihandshakeFluent Emoji FlathandshakeFluent Emoji High ContrasthandshakeHuge IconshandshakeLine AwesomehandshakeLucidehandshakeMaterial Symbols LighthandshakeMaterial Design IconshandshakeNoto EmojihandshakeOpenMojihandshakePhosphorhandshakeSimple IconshandshakeTwitter Emoji
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="m11.85 23l-9.875-9.875l7.55-7.55l3.65 3.65l.7-.7l-5.35-5.35L1.7 10l.975.975L1.25 12.4l-2.35-2.35L8.575.375l3.1 3.1l3.1-3.1l9.85 9.85zm.025-2.8l9.925-9.975l-7.05-7.05l-1.675 1.675l3.65 3.65l-3.55 3.55l-3.65-3.65L4.8 13.125l.725.725l3.725-3.725l1.4 1.4l-3.725 3.725l.7.7l3.725-3.725l1.425 1.425l-3.725 3.725l.7.7l3.725-3.725l1.4 1.4l-3.725 3.725zm-2.9-12.825"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsHandshakeOutlineSharp(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.85 23l-9.875-9.875l7.55-7.55l3.65 3.65l.7-.7l-5.35-5.35L1.7 10l.975.975L1.25 12.4l-2.35-2.35L8.575.375l3.1 3.1l3.1-3.1l9.85 9.85zm.025-2.8l9.925-9.975l-7.05-7.05l-1.675 1.675l3.65 3.65l-3.55 3.55l-3.65-3.65L4.8 13.125l.725.725l3.725-3.725l1.4 1.4l-3.725 3.725l.7.7l3.725-3.725l1.425 1.425l-3.725 3.725l.7.7l3.725-3.725l1.4 1.4l-3.725 3.725zm-2.9-12.825"/></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.85 23l-9.875-9.875l7.55-7.55l3.65 3.65l.7-.7l-5.35-5.35L1.7 10l.975.975L1.25 12.4l-2.35-2.35L8.575.375l3.1 3.1l3.1-3.1l9.85 9.85zm.025-2.8l9.925-9.975l-7.05-7.05l-1.675 1.675l3.65 3.65l-3.55 3.55l-3.65-3.65L4.8 13.125l.725.725l3.725-3.725l1.4 1.4l-3.725 3.725l.7.7l3.725-3.725l1.425 1.425l-3.725 3.725l.7.7l3.725-3.725l1.4 1.4l-3.725 3.725zm-2.9-12.825"/></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.85%2023l-9.875-9.875l7.55-7.55l3.65%203.65l.7-.7l-5.35-5.35L1.7%2010l.975.975L1.25%2012.4l-2.35-2.35L8.575.375l3.1%203.1l3.1-3.1l9.85%209.85zm.025-2.8l9.925-9.975l-7.05-7.05l-1.675%201.675l3.65%203.65l-3.55%203.55l-3.65-3.65L4.8%2013.125l.725.725l3.725-3.725l1.4%201.4l-3.725%203.725l.7.7l3.725-3.725l1.425%201.425l-3.725%203.725l.7.7l3.725-3.725l1.4%201.4l-3.725%203.725zm-2.9-12.825%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.85%2023l-9.875-9.875l7.55-7.55l3.65%203.65l.7-.7l-5.35-5.35L1.7%2010l.975.975L1.25%2012.4l-2.35-2.35L8.575.375l3.1%203.1l3.1-3.1l9.85%209.85zm.025-2.8l9.925-9.975l-7.05-7.05l-1.675%201.675l3.65%203.65l-3.55%203.55l-3.65-3.65L4.8%2013.125l.725.725l3.725-3.725l1.4%201.4l-3.725%203.725l.7.7l3.725-3.725l1.425%201.425l-3.725%203.725l.7.7l3.725-3.725l1.4%201.4l-3.725%203.725zm-2.9-12.825%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/handshake-outline-sharp.svg?color=%231a73e8&size=48