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

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

The same icon in other sets

More medical icons from Font Awesome 6 Solid

Use the joint icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M448 32c0-17.7-14.3-32-32-32s-32 14.3-32 32v11c0 55.2 21.9 108.1 60.9 147.1l21 21c9 9 14.1 21.2 14.1 33.9v11c0 17.7 14.3 32 32 32s32-14.3 32-32v-11c0-29.7-11.8-58.2-32.8-79.2l-21-21c-27-27-42.2-63.6-42.2-101.8zm128 224c0 17.7 14.3 32 32 32s32-14.3 32-32v-11c0-55.2-21.9-108.1-60.9-147.1l-21-21c-9-9-14.1-21.2-14.1-33.9V32c0-17.7-14.3-32-32-32s-32 14.3-32 32v11c0 29.7 11.8 58.2 32.8 79.2l21 21c27 27 42.2 63.6 42.2 101.8zM229.8 360c-4.7-2.3-10-2.7-15.2-2c-37.8 5.6-75.2 14.3-106.9 22.8c-26.4 7.2-49.4 14.3-65.7 19.6c-8.2 2.7-14.7 4.9-19.2 6.5c-2.3.8-4 1.4-5.2 1.8l-1.3.5C6.8 412.5 0 421.4 0 432s6.8 19.5 16.3 22.7l1.3.5c1.2.4 3 1.1 5.2 1.8c4.5 1.6 11 3.8 19.2 6.5c16.3 5.4 39.2 12.5 65.7 19.6C160.3 497.3 228.8 512 288 512h67.3c4.1 0 6.3-5.1 3.6-8.3L256.5 380.8c-7.4-8.9-16.5-15.9-26.7-20.8M445 512h70.3c4.1 0 6.3-5.1 3.6-8.3L416.5 380.8C401.3 362.5 378.8 352 355 352h-70.4c-4.1 0-6.2 5.1-3.5 8.3l102.4 122.9c15.2 18.3 37.7 28.8 61.5 28.8m-3.9-151.7l102.4 122.9c14.6 17.5 35.9 27.9 58.6 28.7c21.1-1.1 37.9-18.6 37.9-39.9v-80c0-22.1-17.9-40-40-40H444.7c-4.1 0-6.3 5.1-3.6 8.3"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidJoint(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M448 32c0-17.7-14.3-32-32-32s-32 14.3-32 32v11c0 55.2 21.9 108.1 60.9 147.1l21 21c9 9 14.1 21.2 14.1 33.9v11c0 17.7 14.3 32 32 32s32-14.3 32-32v-11c0-29.7-11.8-58.2-32.8-79.2l-21-21c-27-27-42.2-63.6-42.2-101.8zm128 224c0 17.7 14.3 32 32 32s32-14.3 32-32v-11c0-55.2-21.9-108.1-60.9-147.1l-21-21c-9-9-14.1-21.2-14.1-33.9V32c0-17.7-14.3-32-32-32s-32 14.3-32 32v11c0 29.7 11.8 58.2 32.8 79.2l21 21c27 27 42.2 63.6 42.2 101.8zM229.8 360c-4.7-2.3-10-2.7-15.2-2c-37.8 5.6-75.2 14.3-106.9 22.8c-26.4 7.2-49.4 14.3-65.7 19.6c-8.2 2.7-14.7 4.9-19.2 6.5c-2.3.8-4 1.4-5.2 1.8l-1.3.5C6.8 412.5 0 421.4 0 432s6.8 19.5 16.3 22.7l1.3.5c1.2.4 3 1.1 5.2 1.8c4.5 1.6 11 3.8 19.2 6.5c16.3 5.4 39.2 12.5 65.7 19.6C160.3 497.3 228.8 512 288 512h67.3c4.1 0 6.3-5.1 3.6-8.3L256.5 380.8c-7.4-8.9-16.5-15.9-26.7-20.8M445 512h70.3c4.1 0 6.3-5.1 3.6-8.3L416.5 380.8C401.3 362.5 378.8 352 355 352h-70.4c-4.1 0-6.2 5.1-3.5 8.3l102.4 122.9c15.2 18.3 37.7 28.8 61.5 28.8m-3.9-151.7l102.4 122.9c14.6 17.5 35.9 27.9 58.6 28.7c21.1-1.1 37.9-18.6 37.9-39.9v-80c0-22.1-17.9-40-40-40H444.7c-4.1 0-6.3 5.1-3.6 8.3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M448 32c0-17.7-14.3-32-32-32s-32 14.3-32 32v11c0 55.2 21.9 108.1 60.9 147.1l21 21c9 9 14.1 21.2 14.1 33.9v11c0 17.7 14.3 32 32 32s32-14.3 32-32v-11c0-29.7-11.8-58.2-32.8-79.2l-21-21c-27-27-42.2-63.6-42.2-101.8zm128 224c0 17.7 14.3 32 32 32s32-14.3 32-32v-11c0-55.2-21.9-108.1-60.9-147.1l-21-21c-9-9-14.1-21.2-14.1-33.9V32c0-17.7-14.3-32-32-32s-32 14.3-32 32v11c0 29.7 11.8 58.2 32.8 79.2l21 21c27 27 42.2 63.6 42.2 101.8zM229.8 360c-4.7-2.3-10-2.7-15.2-2c-37.8 5.6-75.2 14.3-106.9 22.8c-26.4 7.2-49.4 14.3-65.7 19.6c-8.2 2.7-14.7 4.9-19.2 6.5c-2.3.8-4 1.4-5.2 1.8l-1.3.5C6.8 412.5 0 421.4 0 432s6.8 19.5 16.3 22.7l1.3.5c1.2.4 3 1.1 5.2 1.8c4.5 1.6 11 3.8 19.2 6.5c16.3 5.4 39.2 12.5 65.7 19.6C160.3 497.3 228.8 512 288 512h67.3c4.1 0 6.3-5.1 3.6-8.3L256.5 380.8c-7.4-8.9-16.5-15.9-26.7-20.8M445 512h70.3c4.1 0 6.3-5.1 3.6-8.3L416.5 380.8C401.3 362.5 378.8 352 355 352h-70.4c-4.1 0-6.2 5.1-3.5 8.3l102.4 122.9c15.2 18.3 37.7 28.8 61.5 28.8m-3.9-151.7l102.4 122.9c14.6 17.5 35.9 27.9 58.6 28.7c21.1-1.1 37.9-18.6 37.9-39.9v-80c0-22.1-17.9-40-40-40H444.7c-4.1 0-6.3 5.1-3.6 8.3"/></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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M448%2032c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v11c0%2055.2%2021.9%20108.1%2060.9%20147.1l21%2021c9%209%2014.1%2021.2%2014.1%2033.9v11c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-11c0-29.7-11.8-58.2-32.8-79.2l-21-21c-27-27-42.2-63.6-42.2-101.8zm128%20224c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-11c0-55.2-21.9-108.1-60.9-147.1l-21-21c-9-9-14.1-21.2-14.1-33.9V32c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v11c0%2029.7%2011.8%2058.2%2032.8%2079.2l21%2021c27%2027%2042.2%2063.6%2042.2%20101.8zM229.8%20360c-4.7-2.3-10-2.7-15.2-2c-37.8%205.6-75.2%2014.3-106.9%2022.8c-26.4%207.2-49.4%2014.3-65.7%2019.6c-8.2%202.7-14.7%204.9-19.2%206.5c-2.3.8-4%201.4-5.2%201.8l-1.3.5C6.8%20412.5%200%20421.4%200%20432s6.8%2019.5%2016.3%2022.7l1.3.5c1.2.4%203%201.1%205.2%201.8c4.5%201.6%2011%203.8%2019.2%206.5c16.3%205.4%2039.2%2012.5%2065.7%2019.6C160.3%20497.3%20228.8%20512%20288%20512h67.3c4.1%200%206.3-5.1%203.6-8.3L256.5%20380.8c-7.4-8.9-16.5-15.9-26.7-20.8M445%20512h70.3c4.1%200%206.3-5.1%203.6-8.3L416.5%20380.8C401.3%20362.5%20378.8%20352%20355%20352h-70.4c-4.1%200-6.2%205.1-3.5%208.3l102.4%20122.9c15.2%2018.3%2037.7%2028.8%2061.5%2028.8m-3.9-151.7l102.4%20122.9c14.6%2017.5%2035.9%2027.9%2058.6%2028.7c21.1-1.1%2037.9-18.6%2037.9-39.9v-80c0-22.1-17.9-40-40-40H444.7c-4.1%200-6.3%205.1-3.6%208.3%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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M448%2032c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v11c0%2055.2%2021.9%20108.1%2060.9%20147.1l21%2021c9%209%2014.1%2021.2%2014.1%2033.9v11c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-11c0-29.7-11.8-58.2-32.8-79.2l-21-21c-27-27-42.2-63.6-42.2-101.8zm128%20224c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32v-11c0-55.2-21.9-108.1-60.9-147.1l-21-21c-9-9-14.1-21.2-14.1-33.9V32c0-17.7-14.3-32-32-32s-32%2014.3-32%2032v11c0%2029.7%2011.8%2058.2%2032.8%2079.2l21%2021c27%2027%2042.2%2063.6%2042.2%20101.8zM229.8%20360c-4.7-2.3-10-2.7-15.2-2c-37.8%205.6-75.2%2014.3-106.9%2022.8c-26.4%207.2-49.4%2014.3-65.7%2019.6c-8.2%202.7-14.7%204.9-19.2%206.5c-2.3.8-4%201.4-5.2%201.8l-1.3.5C6.8%20412.5%200%20421.4%200%20432s6.8%2019.5%2016.3%2022.7l1.3.5c1.2.4%203%201.1%205.2%201.8c4.5%201.6%2011%203.8%2019.2%206.5c16.3%205.4%2039.2%2012.5%2065.7%2019.6C160.3%20497.3%20228.8%20512%20288%20512h67.3c4.1%200%206.3-5.1%203.6-8.3L256.5%20380.8c-7.4-8.9-16.5-15.9-26.7-20.8M445%20512h70.3c4.1%200%206.3-5.1%203.6-8.3L416.5%20380.8C401.3%20362.5%20378.8%20352%20355%20352h-70.4c-4.1%200-6.2%205.1-3.5%208.3l102.4%20122.9c15.2%2018.3%2037.7%2028.8%2061.5%2028.8m-3.9-151.7l102.4%20122.9c14.6%2017.5%2035.9%2027.9%2058.6%2028.7c21.1-1.1%2037.9-18.6%2037.9-39.9v-80c0-22.1-17.9-40-40-40H444.7c-4.1%200-6.3%205.1-3.6%208.3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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