handshake icon
handshake from Line Awesome by Icons8 · Line · Political · Apache-2.0 Free for personal and commercial use.
- Name
- handshake
- Set
- Line Awesome
- Style
- Line
- Category
- Political
- Viewbox
- 32×32
- License
- Apache 2.0
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 IconshandshakeLucidehandshakeMaterial SymbolshandshakeMaterial Symbols LighthandshakeMaterial Design IconshandshakeNoto EmojihandshakeOpenMojihandshakePhosphorhandshakeSimple IconshandshakeTwitter Emoji
More political icons from Line Awesome
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="M19.313 6.969c-.555.004-1.106.031-1.688.187a6 6 0 0 0-1.781.813c-.766-.45-1.508-.82-2.219-.907c-.883-.109-1.703-.05-2.656-.03c-1.13.023-1.867.6-3.063 1.062C6.711 8.554 5.172 9 3 9H2v9.625l.563.281l1.843.907l6.563 7.312l.031.031c.75.742 1.762.926 2.656.875c.895-.05 1.735-.312 2.406-.718c1.477-.891 5.5-3.688 5.5-3.688l.094-.063l.063-.062c.476-.473.715-1.05.875-1.656l3.843-1.938l2.875-.968l.688-.22V9h-1a12.8 12.8 0 0 1-4.906-.938C22.898 7.595 22.172 7.024 21.03 7c-.61-.012-1.164-.035-1.718-.031zm.03 2c.45-.004.97.02 1.626.031c.105.004 1.066.414 2.406.938c1.133.445 2.707.84 4.625.968v6.375l-2.313.782h-.062l-.063.03l-3.03 1.532a3.55 3.55 0 0 0-.75-1.25l-.063-.094l-4.25-5.218l-.625-.782l-.782.625l-2.687 2.188c-.902.625-1.633.445-2.375.094c-.215-.102-.203-.133-.375-.25l4.563-3.782l.062-.062c1.355-1.344 2.188-1.809 2.906-2c.36-.098.739-.121 1.188-.125zM12.376 9a7 7 0 0 1 1 .031c.262.031.559.254.813.344c-.102.094-.176.148-.282.25l-.062.063l-5.469 4.53l-.844.688l.75.781s.723.782 1.844 1.313s2.852.832 4.406-.25l.063-.063l1.937-1.593l3.688 4.531l.031.063l.031.03c.66.653.645 1.68 0 2.345c-.008.007.008.023 0 .03c-.008.005-.14.083-.156.095l-1.313-1.782l-1.625 1.188l1.282 1.718c-.52.352-.754.536-1.313.907l-1.343-1.813l-1.626 1.188l1.282 1.718c-.114.07-.348.227-.438.282c-.316.191-.926.406-1.469.437c-.511.028-.902-.09-1.093-.25l-.031-.031l-6.688-7.406l-.125-.157L4 17.375v-6.469c1.91-.125 3.496-.504 4.625-.937c1.336-.512 2.29-.934 2.406-.938z"/></svg>
React
import type { SVGProps } from "react";
export function LaHandshake(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="M19.313 6.969c-.555.004-1.106.031-1.688.187a6 6 0 0 0-1.781.813c-.766-.45-1.508-.82-2.219-.907c-.883-.109-1.703-.05-2.656-.03c-1.13.023-1.867.6-3.063 1.062C6.711 8.554 5.172 9 3 9H2v9.625l.563.281l1.843.907l6.563 7.312l.031.031c.75.742 1.762.926 2.656.875c.895-.05 1.735-.312 2.406-.718c1.477-.891 5.5-3.688 5.5-3.688l.094-.063l.063-.062c.476-.473.715-1.05.875-1.656l3.843-1.938l2.875-.968l.688-.22V9h-1a12.8 12.8 0 0 1-4.906-.938C22.898 7.595 22.172 7.024 21.03 7c-.61-.012-1.164-.035-1.718-.031zm.03 2c.45-.004.97.02 1.626.031c.105.004 1.066.414 2.406.938c1.133.445 2.707.84 4.625.968v6.375l-2.313.782h-.062l-.063.03l-3.03 1.532a3.55 3.55 0 0 0-.75-1.25l-.063-.094l-4.25-5.218l-.625-.782l-.782.625l-2.687 2.188c-.902.625-1.633.445-2.375.094c-.215-.102-.203-.133-.375-.25l4.563-3.782l.062-.062c1.355-1.344 2.188-1.809 2.906-2c.36-.098.739-.121 1.188-.125zM12.376 9a7 7 0 0 1 1 .031c.262.031.559.254.813.344c-.102.094-.176.148-.282.25l-.062.063l-5.469 4.53l-.844.688l.75.781s.723.782 1.844 1.313s2.852.832 4.406-.25l.063-.063l1.937-1.593l3.688 4.531l.031.063l.031.03c.66.653.645 1.68 0 2.345c-.008.007.008.023 0 .03c-.008.005-.14.083-.156.095l-1.313-1.782l-1.625 1.188l1.282 1.718c-.52.352-.754.536-1.313.907l-1.343-1.813l-1.626 1.188l1.282 1.718c-.114.07-.348.227-.438.282c-.316.191-.926.406-1.469.437c-.511.028-.902-.09-1.093-.25l-.031-.031l-6.688-7.406l-.125-.157L4 17.375v-6.469c1.91-.125 3.496-.504 4.625-.937c1.336-.512 2.29-.934 2.406-.938z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M19.313 6.969c-.555.004-1.106.031-1.688.187a6 6 0 0 0-1.781.813c-.766-.45-1.508-.82-2.219-.907c-.883-.109-1.703-.05-2.656-.03c-1.13.023-1.867.6-3.063 1.062C6.711 8.554 5.172 9 3 9H2v9.625l.563.281l1.843.907l6.563 7.312l.031.031c.75.742 1.762.926 2.656.875c.895-.05 1.735-.312 2.406-.718c1.477-.891 5.5-3.688 5.5-3.688l.094-.063l.063-.062c.476-.473.715-1.05.875-1.656l3.843-1.938l2.875-.968l.688-.22V9h-1a12.8 12.8 0 0 1-4.906-.938C22.898 7.595 22.172 7.024 21.03 7c-.61-.012-1.164-.035-1.718-.031zm.03 2c.45-.004.97.02 1.626.031c.105.004 1.066.414 2.406.938c1.133.445 2.707.84 4.625.968v6.375l-2.313.782h-.062l-.063.03l-3.03 1.532a3.55 3.55 0 0 0-.75-1.25l-.063-.094l-4.25-5.218l-.625-.782l-.782.625l-2.687 2.188c-.902.625-1.633.445-2.375.094c-.215-.102-.203-.133-.375-.25l4.563-3.782l.062-.062c1.355-1.344 2.188-1.809 2.906-2c.36-.098.739-.121 1.188-.125zM12.376 9a7 7 0 0 1 1 .031c.262.031.559.254.813.344c-.102.094-.176.148-.282.25l-.062.063l-5.469 4.53l-.844.688l.75.781s.723.782 1.844 1.313s2.852.832 4.406-.25l.063-.063l1.937-1.593l3.688 4.531l.031.063l.031.03c.66.653.645 1.68 0 2.345c-.008.007.008.023 0 .03c-.008.005-.14.083-.156.095l-1.313-1.782l-1.625 1.188l1.282 1.718c-.52.352-.754.536-1.313.907l-1.343-1.813l-1.626 1.188l1.282 1.718c-.114.07-.348.227-.438.282c-.316.191-.926.406-1.469.437c-.511.028-.902-.09-1.093-.25l-.031-.031l-6.688-7.406l-.125-.157L4 17.375v-6.469c1.91-.125 3.496-.504 4.625-.937c1.336-.512 2.29-.934 2.406-.938z"/></svg> </template>
CSS
.icon-handshake {
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%22M19.313%206.969c-.555.004-1.106.031-1.688.187a6%206%200%200%200-1.781.813c-.766-.45-1.508-.82-2.219-.907c-.883-.109-1.703-.05-2.656-.03c-1.13.023-1.867.6-3.063%201.062C6.711%208.554%205.172%209%203%209H2v9.625l.563.281l1.843.907l6.563%207.312l.031.031c.75.742%201.762.926%202.656.875c.895-.05%201.735-.312%202.406-.718c1.477-.891%205.5-3.688%205.5-3.688l.094-.063l.063-.062c.476-.473.715-1.05.875-1.656l3.843-1.938l2.875-.968l.688-.22V9h-1a12.8%2012.8%200%200%201-4.906-.938C22.898%207.595%2022.172%207.024%2021.03%207c-.61-.012-1.164-.035-1.718-.031zm.03%202c.45-.004.97.02%201.626.031c.105.004%201.066.414%202.406.938c1.133.445%202.707.84%204.625.968v6.375l-2.313.782h-.062l-.063.03l-3.03%201.532a3.55%203.55%200%200%200-.75-1.25l-.063-.094l-4.25-5.218l-.625-.782l-.782.625l-2.687%202.188c-.902.625-1.633.445-2.375.094c-.215-.102-.203-.133-.375-.25l4.563-3.782l.062-.062c1.355-1.344%202.188-1.809%202.906-2c.36-.098.739-.121%201.188-.125zM12.376%209a7%207%200%200%201%201%20.031c.262.031.559.254.813.344c-.102.094-.176.148-.282.25l-.062.063l-5.469%204.53l-.844.688l.75.781s.723.782%201.844%201.313s2.852.832%204.406-.25l.063-.063l1.937-1.593l3.688%204.531l.031.063l.031.03c.66.653.645%201.68%200%202.345c-.008.007.008.023%200%20.03c-.008.005-.14.083-.156.095l-1.313-1.782l-1.625%201.188l1.282%201.718c-.52.352-.754.536-1.313.907l-1.343-1.813l-1.626%201.188l1.282%201.718c-.114.07-.348.227-.438.282c-.316.191-.926.406-1.469.437c-.511.028-.902-.09-1.093-.25l-.031-.031l-6.688-7.406l-.125-.157L4%2017.375v-6.469c1.91-.125%203.496-.504%204.625-.937c1.336-.512%202.29-.934%202.406-.938z%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%22M19.313%206.969c-.555.004-1.106.031-1.688.187a6%206%200%200%200-1.781.813c-.766-.45-1.508-.82-2.219-.907c-.883-.109-1.703-.05-2.656-.03c-1.13.023-1.867.6-3.063%201.062C6.711%208.554%205.172%209%203%209H2v9.625l.563.281l1.843.907l6.563%207.312l.031.031c.75.742%201.762.926%202.656.875c.895-.05%201.735-.312%202.406-.718c1.477-.891%205.5-3.688%205.5-3.688l.094-.063l.063-.062c.476-.473.715-1.05.875-1.656l3.843-1.938l2.875-.968l.688-.22V9h-1a12.8%2012.8%200%200%201-4.906-.938C22.898%207.595%2022.172%207.024%2021.03%207c-.61-.012-1.164-.035-1.718-.031zm.03%202c.45-.004.97.02%201.626.031c.105.004%201.066.414%202.406.938c1.133.445%202.707.84%204.625.968v6.375l-2.313.782h-.062l-.063.03l-3.03%201.532a3.55%203.55%200%200%200-.75-1.25l-.063-.094l-4.25-5.218l-.625-.782l-.782.625l-2.687%202.188c-.902.625-1.633.445-2.375.094c-.215-.102-.203-.133-.375-.25l4.563-3.782l.062-.062c1.355-1.344%202.188-1.809%202.906-2c.36-.098.739-.121%201.188-.125zM12.376%209a7%207%200%200%201%201%20.031c.262.031.559.254.813.344c-.102.094-.176.148-.282.25l-.062.063l-5.469%204.53l-.844.688l.75.781s.723.782%201.844%201.313s2.852.832%204.406-.25l.063-.063l1.937-1.593l3.688%204.531l.031.063l.031.03c.66.653.645%201.68%200%202.345c-.008.007.008.023%200%20.03c-.008.005-.14.083-.156.095l-1.313-1.782l-1.625%201.188l1.282%201.718c-.52.352-.754.536-1.313.907l-1.343-1.813l-1.626%201.188l1.282%201.718c-.114.07-.348.227-.438.282c-.316.191-.926.406-1.469.437c-.511.028-.902-.09-1.093-.25l-.031-.031l-6.688-7.406l-.125-.157L4%2017.375v-6.469c1.91-.125%203.496-.504%204.625-.937c1.336-.512%202.29-.934%202.406-.938z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/la/handshake.svg?color=%231a73e8&size=48