joint from Font Awesome Solid by Dave Gandy · Solid · Medical · CC-BY-4.0 Attribution required.

Name
joint
Set
Font Awesome Solid
Style
Solid
Category
Medical
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More medical icons from Font Awesome Solid

Use the joint icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M392 64c13.3 0 24 10.7 24 24v19c0 40.3 16 79 44.5 107.5l21 21C501 255 512 281.4 512 309v19c0 13.3-10.7 24-24 24s-24-10.7-24-24v-19c0-14.9-5.9-29.1-16.4-39.6l-21-21C389.1 210.9 368 160 368 107V88c0-13.3 10.7-24 24-24m192 288c-13.3 0-24-10.7-24-24v-19c0-40.3-16-79-44.5-107.5l-21-21C475 161 464 134.6 464 107V88c0-13.3 10.7-24 24-24s24 10.7 24 24v19c0 14.9 5.9 29.1 16.4 39.6l21 21C586.9 205.1 608 256 608 309v19c0 13.3-10.7 24-24 24m-259.3 32c5.6 0 10.7 2.9 13.6 7.6L426.6 535c1.3 2.1 0 4.9-2.4 5.2c-16.1 2.5-32.4 3.7-48.7 3.7h-38.1c-5.6 0-10.7-2.9-13.6-7.6l-79-128.4c-6-9.8 0-22.6 11.5-23.3c6.7-.4 13.4-.6 20.2-.6h48.3zm166.6 145.9c-6.4 1-12.7-1.9-16.1-7.4l-69.1-112.4c-6.7-10.9 1.5-24.7 14.2-22.9c1.3.2 2.6.4 3.8.6l136.4 21c27.3 4.2 47.4 27.7 47.4 55.3s-20.1 51.1-47.4 55.3L491.3 530zM170.7 400c6.7-1.5 13.6 1.4 17.2 7.2l68.9 112c6.6 10.7-1.2 24.4-13.8 23.1c-13-1.4-25.9-3.5-38.6-6.5L63.2 503.2C44.9 499 32 482.7 32 464s12.9-35 31.2-39.2z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidJoint(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="M392 64c13.3 0 24 10.7 24 24v19c0 40.3 16 79 44.5 107.5l21 21C501 255 512 281.4 512 309v19c0 13.3-10.7 24-24 24s-24-10.7-24-24v-19c0-14.9-5.9-29.1-16.4-39.6l-21-21C389.1 210.9 368 160 368 107V88c0-13.3 10.7-24 24-24m192 288c-13.3 0-24-10.7-24-24v-19c0-40.3-16-79-44.5-107.5l-21-21C475 161 464 134.6 464 107V88c0-13.3 10.7-24 24-24s24 10.7 24 24v19c0 14.9 5.9 29.1 16.4 39.6l21 21C586.9 205.1 608 256 608 309v19c0 13.3-10.7 24-24 24m-259.3 32c5.6 0 10.7 2.9 13.6 7.6L426.6 535c1.3 2.1 0 4.9-2.4 5.2c-16.1 2.5-32.4 3.7-48.7 3.7h-38.1c-5.6 0-10.7-2.9-13.6-7.6l-79-128.4c-6-9.8 0-22.6 11.5-23.3c6.7-.4 13.4-.6 20.2-.6h48.3zm166.6 145.9c-6.4 1-12.7-1.9-16.1-7.4l-69.1-112.4c-6.7-10.9 1.5-24.7 14.2-22.9c1.3.2 2.6.4 3.8.6l136.4 21c27.3 4.2 47.4 27.7 47.4 55.3s-20.1 51.1-47.4 55.3L491.3 530zM170.7 400c6.7-1.5 13.6 1.4 17.2 7.2l68.9 112c6.6 10.7-1.2 24.4-13.8 23.1c-13-1.4-25.9-3.5-38.6-6.5L63.2 503.2C44.9 499 32 482.7 32 464s12.9-35 31.2-39.2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M392 64c13.3 0 24 10.7 24 24v19c0 40.3 16 79 44.5 107.5l21 21C501 255 512 281.4 512 309v19c0 13.3-10.7 24-24 24s-24-10.7-24-24v-19c0-14.9-5.9-29.1-16.4-39.6l-21-21C389.1 210.9 368 160 368 107V88c0-13.3 10.7-24 24-24m192 288c-13.3 0-24-10.7-24-24v-19c0-40.3-16-79-44.5-107.5l-21-21C475 161 464 134.6 464 107V88c0-13.3 10.7-24 24-24s24 10.7 24 24v19c0 14.9 5.9 29.1 16.4 39.6l21 21C586.9 205.1 608 256 608 309v19c0 13.3-10.7 24-24 24m-259.3 32c5.6 0 10.7 2.9 13.6 7.6L426.6 535c1.3 2.1 0 4.9-2.4 5.2c-16.1 2.5-32.4 3.7-48.7 3.7h-38.1c-5.6 0-10.7-2.9-13.6-7.6l-79-128.4c-6-9.8 0-22.6 11.5-23.3c6.7-.4 13.4-.6 20.2-.6h48.3zm166.6 145.9c-6.4 1-12.7-1.9-16.1-7.4l-69.1-112.4c-6.7-10.9 1.5-24.7 14.2-22.9c1.3.2 2.6.4 3.8.6l136.4 21c27.3 4.2 47.4 27.7 47.4 55.3s-20.1 51.1-47.4 55.3L491.3 530zM170.7 400c6.7-1.5 13.6 1.4 17.2 7.2l68.9 112c6.6 10.7-1.2 24.4-13.8 23.1c-13-1.4-25.9-3.5-38.6-6.5L63.2 503.2C44.9 499 32 482.7 32 464s12.9-35 31.2-39.2z"/></svg>
</template>

CSS

.icon-joint {
  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%22M392%2064c13.3%200%2024%2010.7%2024%2024v19c0%2040.3%2016%2079%2044.5%20107.5l21%2021C501%20255%20512%20281.4%20512%20309v19c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24v-19c0-14.9-5.9-29.1-16.4-39.6l-21-21C389.1%20210.9%20368%20160%20368%20107V88c0-13.3%2010.7-24%2024-24m192%20288c-13.3%200-24-10.7-24-24v-19c0-40.3-16-79-44.5-107.5l-21-21C475%20161%20464%20134.6%20464%20107V88c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024v19c0%2014.9%205.9%2029.1%2016.4%2039.6l21%2021C586.9%20205.1%20608%20256%20608%20309v19c0%2013.3-10.7%2024-24%2024m-259.3%2032c5.6%200%2010.7%202.9%2013.6%207.6L426.6%20535c1.3%202.1%200%204.9-2.4%205.2c-16.1%202.5-32.4%203.7-48.7%203.7h-38.1c-5.6%200-10.7-2.9-13.6-7.6l-79-128.4c-6-9.8%200-22.6%2011.5-23.3c6.7-.4%2013.4-.6%2020.2-.6h48.3zm166.6%20145.9c-6.4%201-12.7-1.9-16.1-7.4l-69.1-112.4c-6.7-10.9%201.5-24.7%2014.2-22.9c1.3.2%202.6.4%203.8.6l136.4%2021c27.3%204.2%2047.4%2027.7%2047.4%2055.3s-20.1%2051.1-47.4%2055.3L491.3%20530zM170.7%20400c6.7-1.5%2013.6%201.4%2017.2%207.2l68.9%20112c6.6%2010.7-1.2%2024.4-13.8%2023.1c-13-1.4-25.9-3.5-38.6-6.5L63.2%20503.2C44.9%20499%2032%20482.7%2032%20464s12.9-35%2031.2-39.2z%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%22M392%2064c13.3%200%2024%2010.7%2024%2024v19c0%2040.3%2016%2079%2044.5%20107.5l21%2021C501%20255%20512%20281.4%20512%20309v19c0%2013.3-10.7%2024-24%2024s-24-10.7-24-24v-19c0-14.9-5.9-29.1-16.4-39.6l-21-21C389.1%20210.9%20368%20160%20368%20107V88c0-13.3%2010.7-24%2024-24m192%20288c-13.3%200-24-10.7-24-24v-19c0-40.3-16-79-44.5-107.5l-21-21C475%20161%20464%20134.6%20464%20107V88c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024v19c0%2014.9%205.9%2029.1%2016.4%2039.6l21%2021C586.9%20205.1%20608%20256%20608%20309v19c0%2013.3-10.7%2024-24%2024m-259.3%2032c5.6%200%2010.7%202.9%2013.6%207.6L426.6%20535c1.3%202.1%200%204.9-2.4%205.2c-16.1%202.5-32.4%203.7-48.7%203.7h-38.1c-5.6%200-10.7-2.9-13.6-7.6l-79-128.4c-6-9.8%200-22.6%2011.5-23.3c6.7-.4%2013.4-.6%2020.2-.6h48.3zm166.6%20145.9c-6.4%201-12.7-1.9-16.1-7.4l-69.1-112.4c-6.7-10.9%201.5-24.7%2014.2-22.9c1.3.2%202.6.4%203.8.6l136.4%2021c27.3%204.2%2047.4%2027.7%2047.4%2055.3s-20.1%2051.1-47.4%2055.3L491.3%20530zM170.7%20400c6.7-1.5%2013.6%201.4%2017.2%207.2l68.9%20112c6.6%2010.7-1.2%2024.4-13.8%2023.1c-13-1.4-25.9-3.5-38.6-6.5L63.2%20503.2C44.9%20499%2032%20482.7%2032%20464s12.9-35%2031.2-39.2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/joint.svg?color=%231a73e8&size=48