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

Name
handshake-16-filled
Set
Fluent UI System Icons
Style
16 Filled
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="M6.948 2.075A4.15 4.15 0 0 0 3.216 3.21a4.13 4.13 0 0 0-1.078 3.986a1.45 1.45 0 0 1 2.349.726a1.447 1.447 0 0 1 1.65 1.324a1.44 1.44 0 0 1 1.337 1.334a1.443 1.443 0 0 1 .919 2.46l-.235.234l.691.653a.487.487 0 0 0 .68-.01a.49.49 0 0 0 .046-.639l-.038-.038l-.047-.054l-.101-.102a.5.5 0 0 1 0-.709a.5.5 0 0 1 .705 0l.14.14q.045.045.084.092l.075.076a.47.47 0 0 0 .67 0a.477.477 0 0 0 0-.673l-.15-.15a.5.5 0 0 1-.146-.367a.5.5 0 0 1 .852-.356l.113.114a.524.524 0 0 0 .743 0a.53.53 0 0 0 0-.745l-.025-.026l-.091-.085l-.775-.778a.5.5 0 0 1 0-.708a.5.5 0 0 1 .706 0l.728.73l.049.044l.06.06a.806.806 0 0 0 1.08-.056a.813.813 0 0 0 0-1.147l-.738-.741l-.029-.027l-2.992-3.042h-.766L7.97 6.032c-.828.63-2.01.47-2.641-.358a1.88 1.88 0 0 1 .357-2.64zm3.71 1.655a.5.5 0 0 1 .356.15l2.696 2.74a3.153 3.153 0 0 0-1.515-4.296l-.035-.018a2.2 2.2 0 0 0-1.062-.273h-2.45l-.049.042L6.292 3.83a.88.88 0 0 0-.168 1.238a.886.886 0 0 0 1.241.168l1.846-1.404a.5.5 0 0 1 .302-.102zm-4.311 7.269l-.657.655a.446.446 0 0 1-.63 0a.443.443 0 0 1-.012-.616l.013-.013l.656-.655l.012-.011a.447.447 0 0 1 .618.011a.443.443 0 0 1 0 .629m.051 1.989a.446.446 0 0 0 .63 0l.657-.655a.443.443 0 0 0-.07-.685a.446.446 0 0 0-.56.057l-.657.655a.443.443 0 0 0 0 .628M3.413 8.591l-.656.655a.446.446 0 0 1-.63 0a.443.443 0 0 1-.012-.616l.013-.013l.656-.655l.012-.011a.446.446 0 0 1 .617.012a.443.443 0 0 1 0 .628M4.89 9.704l-.656.654a.446.446 0 0 1-.63 0a.443.443 0 0 1-.012-.615l.013-.013l.656-.655l.012-.012a.446.446 0 0 1 .617.012a.443.443 0 0 1 0 .629"/></svg>

React

import type { SVGProps } from "react";

export function FluentHandshake16Filled(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="M6.948 2.075A4.15 4.15 0 0 0 3.216 3.21a4.13 4.13 0 0 0-1.078 3.986a1.45 1.45 0 0 1 2.349.726a1.447 1.447 0 0 1 1.65 1.324a1.44 1.44 0 0 1 1.337 1.334a1.443 1.443 0 0 1 .919 2.46l-.235.234l.691.653a.487.487 0 0 0 .68-.01a.49.49 0 0 0 .046-.639l-.038-.038l-.047-.054l-.101-.102a.5.5 0 0 1 0-.709a.5.5 0 0 1 .705 0l.14.14q.045.045.084.092l.075.076a.47.47 0 0 0 .67 0a.477.477 0 0 0 0-.673l-.15-.15a.5.5 0 0 1-.146-.367a.5.5 0 0 1 .852-.356l.113.114a.524.524 0 0 0 .743 0a.53.53 0 0 0 0-.745l-.025-.026l-.091-.085l-.775-.778a.5.5 0 0 1 0-.708a.5.5 0 0 1 .706 0l.728.73l.049.044l.06.06a.806.806 0 0 0 1.08-.056a.813.813 0 0 0 0-1.147l-.738-.741l-.029-.027l-2.992-3.042h-.766L7.97 6.032c-.828.63-2.01.47-2.641-.358a1.88 1.88 0 0 1 .357-2.64zm3.71 1.655a.5.5 0 0 1 .356.15l2.696 2.74a3.153 3.153 0 0 0-1.515-4.296l-.035-.018a2.2 2.2 0 0 0-1.062-.273h-2.45l-.049.042L6.292 3.83a.88.88 0 0 0-.168 1.238a.886.886 0 0 0 1.241.168l1.846-1.404a.5.5 0 0 1 .302-.102zm-4.311 7.269l-.657.655a.446.446 0 0 1-.63 0a.443.443 0 0 1-.012-.616l.013-.013l.656-.655l.012-.011a.447.447 0 0 1 .618.011a.443.443 0 0 1 0 .629m.051 1.989a.446.446 0 0 0 .63 0l.657-.655a.443.443 0 0 0-.07-.685a.446.446 0 0 0-.56.057l-.657.655a.443.443 0 0 0 0 .628M3.413 8.591l-.656.655a.446.446 0 0 1-.63 0a.443.443 0 0 1-.012-.616l.013-.013l.656-.655l.012-.011a.446.446 0 0 1 .617.012a.443.443 0 0 1 0 .628M4.89 9.704l-.656.654a.446.446 0 0 1-.63 0a.443.443 0 0 1-.012-.615l.013-.013l.656-.655l.012-.012a.446.446 0 0 1 .617.012a.443.443 0 0 1 0 .629"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M6.948 2.075A4.15 4.15 0 0 0 3.216 3.21a4.13 4.13 0 0 0-1.078 3.986a1.45 1.45 0 0 1 2.349.726a1.447 1.447 0 0 1 1.65 1.324a1.44 1.44 0 0 1 1.337 1.334a1.443 1.443 0 0 1 .919 2.46l-.235.234l.691.653a.487.487 0 0 0 .68-.01a.49.49 0 0 0 .046-.639l-.038-.038l-.047-.054l-.101-.102a.5.5 0 0 1 0-.709a.5.5 0 0 1 .705 0l.14.14q.045.045.084.092l.075.076a.47.47 0 0 0 .67 0a.477.477 0 0 0 0-.673l-.15-.15a.5.5 0 0 1-.146-.367a.5.5 0 0 1 .852-.356l.113.114a.524.524 0 0 0 .743 0a.53.53 0 0 0 0-.745l-.025-.026l-.091-.085l-.775-.778a.5.5 0 0 1 0-.708a.5.5 0 0 1 .706 0l.728.73l.049.044l.06.06a.806.806 0 0 0 1.08-.056a.813.813 0 0 0 0-1.147l-.738-.741l-.029-.027l-2.992-3.042h-.766L7.97 6.032c-.828.63-2.01.47-2.641-.358a1.88 1.88 0 0 1 .357-2.64zm3.71 1.655a.5.5 0 0 1 .356.15l2.696 2.74a3.153 3.153 0 0 0-1.515-4.296l-.035-.018a2.2 2.2 0 0 0-1.062-.273h-2.45l-.049.042L6.292 3.83a.88.88 0 0 0-.168 1.238a.886.886 0 0 0 1.241.168l1.846-1.404a.5.5 0 0 1 .302-.102zm-4.311 7.269l-.657.655a.446.446 0 0 1-.63 0a.443.443 0 0 1-.012-.616l.013-.013l.656-.655l.012-.011a.447.447 0 0 1 .618.011a.443.443 0 0 1 0 .629m.051 1.989a.446.446 0 0 0 .63 0l.657-.655a.443.443 0 0 0-.07-.685a.446.446 0 0 0-.56.057l-.657.655a.443.443 0 0 0 0 .628M3.413 8.591l-.656.655a.446.446 0 0 1-.63 0a.443.443 0 0 1-.012-.616l.013-.013l.656-.655l.012-.011a.446.446 0 0 1 .617.012a.443.443 0 0 1 0 .628M4.89 9.704l-.656.654a.446.446 0 0 1-.63 0a.443.443 0 0 1-.012-.615l.013-.013l.656-.655l.012-.012a.446.446 0 0 1 .617.012a.443.443 0 0 1 0 .629"/></svg>
</template>

CSS

.icon-handshake-16-filled {
  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%22M6.948%202.075A4.15%204.15%200%200%200%203.216%203.21a4.13%204.13%200%200%200-1.078%203.986a1.45%201.45%200%200%201%202.349.726a1.447%201.447%200%200%201%201.65%201.324a1.44%201.44%200%200%201%201.337%201.334a1.443%201.443%200%200%201%20.919%202.46l-.235.234l.691.653a.487.487%200%200%200%20.68-.01a.49.49%200%200%200%20.046-.639l-.038-.038l-.047-.054l-.101-.102a.5.5%200%200%201%200-.709a.5.5%200%200%201%20.705%200l.14.14q.045.045.084.092l.075.076a.47.47%200%200%200%20.67%200a.477.477%200%200%200%200-.673l-.15-.15a.5.5%200%200%201-.146-.367a.5.5%200%200%201%20.852-.356l.113.114a.524.524%200%200%200%20.743%200a.53.53%200%200%200%200-.745l-.025-.026l-.091-.085l-.775-.778a.5.5%200%200%201%200-.708a.5.5%200%200%201%20.706%200l.728.73l.049.044l.06.06a.806.806%200%200%200%201.08-.056a.813.813%200%200%200%200-1.147l-.738-.741l-.029-.027l-2.992-3.042h-.766L7.97%206.032c-.828.63-2.01.47-2.641-.358a1.88%201.88%200%200%201%20.357-2.64zm3.71%201.655a.5.5%200%200%201%20.356.15l2.696%202.74a3.153%203.153%200%200%200-1.515-4.296l-.035-.018a2.2%202.2%200%200%200-1.062-.273h-2.45l-.049.042L6.292%203.83a.88.88%200%200%200-.168%201.238a.886.886%200%200%200%201.241.168l1.846-1.404a.5.5%200%200%201%20.302-.102zm-4.311%207.269l-.657.655a.446.446%200%200%201-.63%200a.443.443%200%200%201-.012-.616l.013-.013l.656-.655l.012-.011a.447.447%200%200%201%20.618.011a.443.443%200%200%201%200%20.629m.051%201.989a.446.446%200%200%200%20.63%200l.657-.655a.443.443%200%200%200-.07-.685a.446.446%200%200%200-.56.057l-.657.655a.443.443%200%200%200%200%20.628M3.413%208.591l-.656.655a.446.446%200%200%201-.63%200a.443.443%200%200%201-.012-.616l.013-.013l.656-.655l.012-.011a.446.446%200%200%201%20.617.012a.443.443%200%200%201%200%20.628M4.89%209.704l-.656.654a.446.446%200%200%201-.63%200a.443.443%200%200%201-.012-.615l.013-.013l.656-.655l.012-.012a.446.446%200%200%201%20.617.012a.443.443%200%200%201%200%20.629%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%22M6.948%202.075A4.15%204.15%200%200%200%203.216%203.21a4.13%204.13%200%200%200-1.078%203.986a1.45%201.45%200%200%201%202.349.726a1.447%201.447%200%200%201%201.65%201.324a1.44%201.44%200%200%201%201.337%201.334a1.443%201.443%200%200%201%20.919%202.46l-.235.234l.691.653a.487.487%200%200%200%20.68-.01a.49.49%200%200%200%20.046-.639l-.038-.038l-.047-.054l-.101-.102a.5.5%200%200%201%200-.709a.5.5%200%200%201%20.705%200l.14.14q.045.045.084.092l.075.076a.47.47%200%200%200%20.67%200a.477.477%200%200%200%200-.673l-.15-.15a.5.5%200%200%201-.146-.367a.5.5%200%200%201%20.852-.356l.113.114a.524.524%200%200%200%20.743%200a.53.53%200%200%200%200-.745l-.025-.026l-.091-.085l-.775-.778a.5.5%200%200%201%200-.708a.5.5%200%200%201%20.706%200l.728.73l.049.044l.06.06a.806.806%200%200%200%201.08-.056a.813.813%200%200%200%200-1.147l-.738-.741l-.029-.027l-2.992-3.042h-.766L7.97%206.032c-.828.63-2.01.47-2.641-.358a1.88%201.88%200%200%201%20.357-2.64zm3.71%201.655a.5.5%200%200%201%20.356.15l2.696%202.74a3.153%203.153%200%200%200-1.515-4.296l-.035-.018a2.2%202.2%200%200%200-1.062-.273h-2.45l-.049.042L6.292%203.83a.88.88%200%200%200-.168%201.238a.886.886%200%200%200%201.241.168l1.846-1.404a.5.5%200%200%201%20.302-.102zm-4.311%207.269l-.657.655a.446.446%200%200%201-.63%200a.443.443%200%200%201-.012-.616l.013-.013l.656-.655l.012-.011a.447.447%200%200%201%20.618.011a.443.443%200%200%201%200%20.629m.051%201.989a.446.446%200%200%200%20.63%200l.657-.655a.443.443%200%200%200-.07-.685a.446.446%200%200%200-.56.057l-.657.655a.443.443%200%200%200%200%20.628M3.413%208.591l-.656.655a.446.446%200%200%201-.63%200a.443.443%200%200%201-.012-.616l.013-.013l.656-.655l.012-.011a.446.446%200%200%201%20.617.012a.443.443%200%200%201%200%20.628M4.89%209.704l-.656.654a.446.446%200%200%201-.63%200a.443.443%200%200%201-.012-.615l.013-.013l.656-.655l.012-.012a.446.446%200%200%201%20.617.012a.443.443%200%200%201%200%20.629%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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