handshake-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.

Name
handshake-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
License
MIT

7 other variants in Fluent UI System Icons

The same icon in other sets

Use the handshake icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.205 2.006a.5.5 0 0 0-.38.175l-.05.036c-1.505-.442-3.212-.1-4.403 1.027c-1.057.999-1.461 2.381-1.213 3.674l-.015.014l-.671.635a1.347 1.347 0 0 0 0 1.98c.342.325.812.457 1.257.396c.064.233.193.454.386.637c.261.247.596.382.938.406c.025.323.168.64.43.887c.26.247.595.382.937.406c.025.323.168.64.43.887a1.545 1.545 0 0 0 1.946.123l.33.312c.58.55 1.523.55 2.104 0c.26-.247.404-.561.43-.883c.34-.025.672-.16.932-.406s.404-.561.43-.883c.335-.027.662-.162.92-.405c.201-.191.333-.424.393-.669c.44.053.899-.08 1.236-.398a1.347 1.347 0 0 0 0-1.98l-.594-.562l.113-.42a3.82 3.82 0 0 0-.369-2.886c-.735-1.302-2.158-2.1-3.69-2.1H9.013l-.138-.003zm4.372 5.457l.486.48a.5.5 0 0 0 .101.076l.681.644a.41.41 0 0 1 0 .606a.47.47 0 0 1-.64 0l-1.14-1.077a.535.535 0 0 0-.726 0l-.012.01a.47.47 0 0 0 0 .688l.889.84a.413.413 0 0 1 0 .606a.47.47 0 0 1-.593.04a.536.536 0 0 0-.675.046a.467.467 0 0 0-.042.639a.41.41 0 0 1-.04.564a.47.47 0 0 1-.6.035a.536.536 0 0 0-.679.037a.467.467 0 0 0-.044.643c.14.17.127.417-.039.574a.48.48 0 0 1-.65 0l-.322-.304l.084-.079a1.347 1.347 0 0 0 0-1.98a1.5 1.5 0 0 0-.938-.406a1.36 1.36 0 0 0-.43-.887a1.5 1.5 0 0 0-.937-.407a1.36 1.36 0 0 0-.43-.887a1.53 1.53 0 0 0-1.257-.396a1.4 1.4 0 0 0-.386-.636a1.52 1.52 0 0 0-1.102-.41a3.07 3.07 0 0 1 .962-2.591a3.46 3.46 0 0 1 2.58-.923l-1.095.79a1.504 1.504 0 0 0-.294 2.178a1.64 1.64 0 0 0 2.22.3l1.347-.97h1.44zM6.168 4.608l2.223-1.602h.485l.125.003h1.03c1.192 0 2.272.62 2.82 1.592c.353.623.458 1.34.302 2.026L10.94 4.449a.5.5 0 0 0-.35-.143H8.693a.5.5 0 0 0-.292.094L6.925 5.465a.64.64 0 0 1-.857-.116a.505.505 0 0 1 .1-.74m1.082 6.629a.47.47 0 0 1 .64.001a.41.41 0 0 1 0 .606l-.672.635a.47.47 0 0 1-.64 0a.41.41 0 0 1 0-.606zm-.726-.688l-.673.637a.47.47 0 0 1-.641 0a.41.41 0 0 1-.01-.596l.01-.01l.671-.635l.01-.01a.47.47 0 0 1 .631.01a.41.41 0 0 1 .002.604m-1.37-1.291l-.67.634l-.011.01a.47.47 0 0 1-.63-.01a.41.41 0 0 1 0-.606l.67-.634a.47.47 0 0 1 .642 0a.41.41 0 0 1 .01.596zM3.512 8.225l-.671.635a.47.47 0 0 1-.64 0a.41.41 0 0 1 0-.606l.67-.635a.47.47 0 0 1 .641 0a.41.41 0 0 1 0 .606"/></svg>

React

import type { SVGProps } from "react";

export function FluentHandshake16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.205 2.006a.5.5 0 0 0-.38.175l-.05.036c-1.505-.442-3.212-.1-4.403 1.027c-1.057.999-1.461 2.381-1.213 3.674l-.015.014l-.671.635a1.347 1.347 0 0 0 0 1.98c.342.325.812.457 1.257.396c.064.233.193.454.386.637c.261.247.596.382.938.406c.025.323.168.64.43.887c.26.247.595.382.937.406c.025.323.168.64.43.887a1.545 1.545 0 0 0 1.946.123l.33.312c.58.55 1.523.55 2.104 0c.26-.247.404-.561.43-.883c.34-.025.672-.16.932-.406s.404-.561.43-.883c.335-.027.662-.162.92-.405c.201-.191.333-.424.393-.669c.44.053.899-.08 1.236-.398a1.347 1.347 0 0 0 0-1.98l-.594-.562l.113-.42a3.82 3.82 0 0 0-.369-2.886c-.735-1.302-2.158-2.1-3.69-2.1H9.013l-.138-.003zm4.372 5.457l.486.48a.5.5 0 0 0 .101.076l.681.644a.41.41 0 0 1 0 .606a.47.47 0 0 1-.64 0l-1.14-1.077a.535.535 0 0 0-.726 0l-.012.01a.47.47 0 0 0 0 .688l.889.84a.413.413 0 0 1 0 .606a.47.47 0 0 1-.593.04a.536.536 0 0 0-.675.046a.467.467 0 0 0-.042.639a.41.41 0 0 1-.04.564a.47.47 0 0 1-.6.035a.536.536 0 0 0-.679.037a.467.467 0 0 0-.044.643c.14.17.127.417-.039.574a.48.48 0 0 1-.65 0l-.322-.304l.084-.079a1.347 1.347 0 0 0 0-1.98a1.5 1.5 0 0 0-.938-.406a1.36 1.36 0 0 0-.43-.887a1.5 1.5 0 0 0-.937-.407a1.36 1.36 0 0 0-.43-.887a1.53 1.53 0 0 0-1.257-.396a1.4 1.4 0 0 0-.386-.636a1.52 1.52 0 0 0-1.102-.41a3.07 3.07 0 0 1 .962-2.591a3.46 3.46 0 0 1 2.58-.923l-1.095.79a1.504 1.504 0 0 0-.294 2.178a1.64 1.64 0 0 0 2.22.3l1.347-.97h1.44zM6.168 4.608l2.223-1.602h.485l.125.003h1.03c1.192 0 2.272.62 2.82 1.592c.353.623.458 1.34.302 2.026L10.94 4.449a.5.5 0 0 0-.35-.143H8.693a.5.5 0 0 0-.292.094L6.925 5.465a.64.64 0 0 1-.857-.116a.505.505 0 0 1 .1-.74m1.082 6.629a.47.47 0 0 1 .64.001a.41.41 0 0 1 0 .606l-.672.635a.47.47 0 0 1-.64 0a.41.41 0 0 1 0-.606zm-.726-.688l-.673.637a.47.47 0 0 1-.641 0a.41.41 0 0 1-.01-.596l.01-.01l.671-.635l.01-.01a.47.47 0 0 1 .631.01a.41.41 0 0 1 .002.604m-1.37-1.291l-.67.634l-.011.01a.47.47 0 0 1-.63-.01a.41.41 0 0 1 0-.606l.67-.634a.47.47 0 0 1 .642 0a.41.41 0 0 1 .01.596zM3.512 8.225l-.671.635a.47.47 0 0 1-.64 0a.41.41 0 0 1 0-.606l.67-.635a.47.47 0 0 1 .641 0a.41.41 0 0 1 0 .606"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.205 2.006a.5.5 0 0 0-.38.175l-.05.036c-1.505-.442-3.212-.1-4.403 1.027c-1.057.999-1.461 2.381-1.213 3.674l-.015.014l-.671.635a1.347 1.347 0 0 0 0 1.98c.342.325.812.457 1.257.396c.064.233.193.454.386.637c.261.247.596.382.938.406c.025.323.168.64.43.887c.26.247.595.382.937.406c.025.323.168.64.43.887a1.545 1.545 0 0 0 1.946.123l.33.312c.58.55 1.523.55 2.104 0c.26-.247.404-.561.43-.883c.34-.025.672-.16.932-.406s.404-.561.43-.883c.335-.027.662-.162.92-.405c.201-.191.333-.424.393-.669c.44.053.899-.08 1.236-.398a1.347 1.347 0 0 0 0-1.98l-.594-.562l.113-.42a3.82 3.82 0 0 0-.369-2.886c-.735-1.302-2.158-2.1-3.69-2.1H9.013l-.138-.003zm4.372 5.457l.486.48a.5.5 0 0 0 .101.076l.681.644a.41.41 0 0 1 0 .606a.47.47 0 0 1-.64 0l-1.14-1.077a.535.535 0 0 0-.726 0l-.012.01a.47.47 0 0 0 0 .688l.889.84a.413.413 0 0 1 0 .606a.47.47 0 0 1-.593.04a.536.536 0 0 0-.675.046a.467.467 0 0 0-.042.639a.41.41 0 0 1-.04.564a.47.47 0 0 1-.6.035a.536.536 0 0 0-.679.037a.467.467 0 0 0-.044.643c.14.17.127.417-.039.574a.48.48 0 0 1-.65 0l-.322-.304l.084-.079a1.347 1.347 0 0 0 0-1.98a1.5 1.5 0 0 0-.938-.406a1.36 1.36 0 0 0-.43-.887a1.5 1.5 0 0 0-.937-.407a1.36 1.36 0 0 0-.43-.887a1.53 1.53 0 0 0-1.257-.396a1.4 1.4 0 0 0-.386-.636a1.52 1.52 0 0 0-1.102-.41a3.07 3.07 0 0 1 .962-2.591a3.46 3.46 0 0 1 2.58-.923l-1.095.79a1.504 1.504 0 0 0-.294 2.178a1.64 1.64 0 0 0 2.22.3l1.347-.97h1.44zM6.168 4.608l2.223-1.602h.485l.125.003h1.03c1.192 0 2.272.62 2.82 1.592c.353.623.458 1.34.302 2.026L10.94 4.449a.5.5 0 0 0-.35-.143H8.693a.5.5 0 0 0-.292.094L6.925 5.465a.64.64 0 0 1-.857-.116a.505.505 0 0 1 .1-.74m1.082 6.629a.47.47 0 0 1 .64.001a.41.41 0 0 1 0 .606l-.672.635a.47.47 0 0 1-.64 0a.41.41 0 0 1 0-.606zm-.726-.688l-.673.637a.47.47 0 0 1-.641 0a.41.41 0 0 1-.01-.596l.01-.01l.671-.635l.01-.01a.47.47 0 0 1 .631.01a.41.41 0 0 1 .002.604m-1.37-1.291l-.67.634l-.011.01a.47.47 0 0 1-.63-.01a.41.41 0 0 1 0-.606l.67-.634a.47.47 0 0 1 .642 0a.41.41 0 0 1 .01.596zM3.512 8.225l-.671.635a.47.47 0 0 1-.64 0a.41.41 0 0 1 0-.606l.67-.635a.47.47 0 0 1 .641 0a.41.41 0 0 1 0 .606"/></svg>
</template>

CSS

.icon-handshake-16-regular {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.205%202.006a.5.5%200%200%200-.38.175l-.05.036c-1.505-.442-3.212-.1-4.403%201.027c-1.057.999-1.461%202.381-1.213%203.674l-.015.014l-.671.635a1.347%201.347%200%200%200%200%201.98c.342.325.812.457%201.257.396c.064.233.193.454.386.637c.261.247.596.382.938.406c.025.323.168.64.43.887c.26.247.595.382.937.406c.025.323.168.64.43.887a1.545%201.545%200%200%200%201.946.123l.33.312c.58.55%201.523.55%202.104%200c.26-.247.404-.561.43-.883c.34-.025.672-.16.932-.406s.404-.561.43-.883c.335-.027.662-.162.92-.405c.201-.191.333-.424.393-.669c.44.053.899-.08%201.236-.398a1.347%201.347%200%200%200%200-1.98l-.594-.562l.113-.42a3.82%203.82%200%200%200-.369-2.886c-.735-1.302-2.158-2.1-3.69-2.1H9.013l-.138-.003zm4.372%205.457l.486.48a.5.5%200%200%200%20.101.076l.681.644a.41.41%200%200%201%200%20.606a.47.47%200%200%201-.64%200l-1.14-1.077a.535.535%200%200%200-.726%200l-.012.01a.47.47%200%200%200%200%20.688l.889.84a.413.413%200%200%201%200%20.606a.47.47%200%200%201-.593.04a.536.536%200%200%200-.675.046a.467.467%200%200%200-.042.639a.41.41%200%200%201-.04.564a.47.47%200%200%201-.6.035a.536.536%200%200%200-.679.037a.467.467%200%200%200-.044.643c.14.17.127.417-.039.574a.48.48%200%200%201-.65%200l-.322-.304l.084-.079a1.347%201.347%200%200%200%200-1.98a1.5%201.5%200%200%200-.938-.406a1.36%201.36%200%200%200-.43-.887a1.5%201.5%200%200%200-.937-.407a1.36%201.36%200%200%200-.43-.887a1.53%201.53%200%200%200-1.257-.396a1.4%201.4%200%200%200-.386-.636a1.52%201.52%200%200%200-1.102-.41a3.07%203.07%200%200%201%20.962-2.591a3.46%203.46%200%200%201%202.58-.923l-1.095.79a1.504%201.504%200%200%200-.294%202.178a1.64%201.64%200%200%200%202.22.3l1.347-.97h1.44zM6.168%204.608l2.223-1.602h.485l.125.003h1.03c1.192%200%202.272.62%202.82%201.592c.353.623.458%201.34.302%202.026L10.94%204.449a.5.5%200%200%200-.35-.143H8.693a.5.5%200%200%200-.292.094L6.925%205.465a.64.64%200%200%201-.857-.116a.505.505%200%200%201%20.1-.74m1.082%206.629a.47.47%200%200%201%20.64.001a.41.41%200%200%201%200%20.606l-.672.635a.47.47%200%200%201-.64%200a.41.41%200%200%201%200-.606zm-.726-.688l-.673.637a.47.47%200%200%201-.641%200a.41.41%200%200%201-.01-.596l.01-.01l.671-.635l.01-.01a.47.47%200%200%201%20.631.01a.41.41%200%200%201%20.002.604m-1.37-1.291l-.67.634l-.011.01a.47.47%200%200%201-.63-.01a.41.41%200%200%201%200-.606l.67-.634a.47.47%200%200%201%20.642%200a.41.41%200%200%201%20.01.596zM3.512%208.225l-.671.635a.47.47%200%200%201-.64%200a.41.41%200%200%201%200-.606l.67-.635a.47.47%200%200%201%20.641%200a.41.41%200%200%201%200%20.606%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.205%202.006a.5.5%200%200%200-.38.175l-.05.036c-1.505-.442-3.212-.1-4.403%201.027c-1.057.999-1.461%202.381-1.213%203.674l-.015.014l-.671.635a1.347%201.347%200%200%200%200%201.98c.342.325.812.457%201.257.396c.064.233.193.454.386.637c.261.247.596.382.938.406c.025.323.168.64.43.887c.26.247.595.382.937.406c.025.323.168.64.43.887a1.545%201.545%200%200%200%201.946.123l.33.312c.58.55%201.523.55%202.104%200c.26-.247.404-.561.43-.883c.34-.025.672-.16.932-.406s.404-.561.43-.883c.335-.027.662-.162.92-.405c.201-.191.333-.424.393-.669c.44.053.899-.08%201.236-.398a1.347%201.347%200%200%200%200-1.98l-.594-.562l.113-.42a3.82%203.82%200%200%200-.369-2.886c-.735-1.302-2.158-2.1-3.69-2.1H9.013l-.138-.003zm4.372%205.457l.486.48a.5.5%200%200%200%20.101.076l.681.644a.41.41%200%200%201%200%20.606a.47.47%200%200%201-.64%200l-1.14-1.077a.535.535%200%200%200-.726%200l-.012.01a.47.47%200%200%200%200%20.688l.889.84a.413.413%200%200%201%200%20.606a.47.47%200%200%201-.593.04a.536.536%200%200%200-.675.046a.467.467%200%200%200-.042.639a.41.41%200%200%201-.04.564a.47.47%200%200%201-.6.035a.536.536%200%200%200-.679.037a.467.467%200%200%200-.044.643c.14.17.127.417-.039.574a.48.48%200%200%201-.65%200l-.322-.304l.084-.079a1.347%201.347%200%200%200%200-1.98a1.5%201.5%200%200%200-.938-.406a1.36%201.36%200%200%200-.43-.887a1.5%201.5%200%200%200-.937-.407a1.36%201.36%200%200%200-.43-.887a1.53%201.53%200%200%200-1.257-.396a1.4%201.4%200%200%200-.386-.636a1.52%201.52%200%200%200-1.102-.41a3.07%203.07%200%200%201%20.962-2.591a3.46%203.46%200%200%201%202.58-.923l-1.095.79a1.504%201.504%200%200%200-.294%202.178a1.64%201.64%200%200%200%202.22.3l1.347-.97h1.44zM6.168%204.608l2.223-1.602h.485l.125.003h1.03c1.192%200%202.272.62%202.82%201.592c.353.623.458%201.34.302%202.026L10.94%204.449a.5.5%200%200%200-.35-.143H8.693a.5.5%200%200%200-.292.094L6.925%205.465a.64.64%200%200%201-.857-.116a.505.505%200%200%201%20.1-.74m1.082%206.629a.47.47%200%200%201%20.64.001a.41.41%200%200%201%200%20.606l-.672.635a.47.47%200%200%201-.64%200a.41.41%200%200%201%200-.606zm-.726-.688l-.673.637a.47.47%200%200%201-.641%200a.41.41%200%200%201-.01-.596l.01-.01l.671-.635l.01-.01a.47.47%200%200%201%20.631.01a.41.41%200%200%201%20.002.604m-1.37-1.291l-.67.634l-.011.01a.47.47%200%200%201-.63-.01a.41.41%200%200%201%200-.606l.67-.634a.47.47%200%200%201%20.642%200a.41.41%200%200%201%20.01.596zM3.512%208.225l-.671.635a.47.47%200%200%201-.64%200a.41.41%200%200%201%200-.606l.67-.635a.47.47%200%200%201%20.641%200a.41.41%200%200%201%200%20.606%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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