joints icon
joints-outline from Health Icons by Resolve to Save Lives · Outline · Body · MIT Free for personal and commercial use.
- Name
- joints-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Body
- Viewbox
- 48×48
- License
- MIT
3 other variants in Health Icons
More body icons from Health Icons
Use the joints icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M20 4a1 1 0 0 1 1 1v8.343a5 5 0 0 1-1.465 3.536l-.503.504a2.287 2.287 0 0 0 2.64 3.663l.242-.121a4.66 4.66 0 0 1 4.171 0l.243.12a2.287 2.287 0 0 0 2.64-3.662l-.503-.504A5 5 0 0 1 27 13.343V5a1 1 0 1 1 2 0v1.704C36.509 8.87 42 15.794 42 24s-5.491 15.13-13 17.297V43a1 1 0 1 1-2 0v-8.343a5 5 0 0 1 1.465-3.536l.503-.504a2.287 2.287 0 0 0-2.64-3.663l-.242.121a4.66 4.66 0 0 1-4.171 0l-.243-.12a2.287 2.287 0 0 0-2.64 3.662l.503.504A5 5 0 0 1 21 34.657V43a1 1 0 1 1-2 0v-1.703C11.491 39.13 6 32.207 6 24c0-8.206 5.491-15.13 13-17.296V5a1 1 0 0 1 1-1m-1 4.797C12.612 10.897 8 16.91 8 24s4.612 13.104 11 15.203v-4.546a3 3 0 0 0-.879-2.121l-.504-.504a4.288 4.288 0 0 1 4.95-6.867l.242.121c.75.375 1.632.375 2.382 0l.242-.12a4.288 4.288 0 0 1 4.95 6.866l-.504.504a3 3 0 0 0-.879 2.12v4.547c6.388-2.1 11-8.113 11-15.203S35.388 10.896 29 8.797v4.546a3 3 0 0 0 .879 2.121l.504.504a4.288 4.288 0 0 1-4.95 6.867l-.242-.121a2.66 2.66 0 0 0-2.382 0l-.242.12a4.288 4.288 0 0 1-4.95-6.866l.504-.504a3 3 0 0 0 .879-2.12z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsJointsOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M20 4a1 1 0 0 1 1 1v8.343a5 5 0 0 1-1.465 3.536l-.503.504a2.287 2.287 0 0 0 2.64 3.663l.242-.121a4.66 4.66 0 0 1 4.171 0l.243.12a2.287 2.287 0 0 0 2.64-3.662l-.503-.504A5 5 0 0 1 27 13.343V5a1 1 0 1 1 2 0v1.704C36.509 8.87 42 15.794 42 24s-5.491 15.13-13 17.297V43a1 1 0 1 1-2 0v-8.343a5 5 0 0 1 1.465-3.536l.503-.504a2.287 2.287 0 0 0-2.64-3.663l-.242.121a4.66 4.66 0 0 1-4.171 0l-.243-.12a2.287 2.287 0 0 0-2.64 3.662l.503.504A5 5 0 0 1 21 34.657V43a1 1 0 1 1-2 0v-1.703C11.491 39.13 6 32.207 6 24c0-8.206 5.491-15.13 13-17.296V5a1 1 0 0 1 1-1m-1 4.797C12.612 10.897 8 16.91 8 24s4.612 13.104 11 15.203v-4.546a3 3 0 0 0-.879-2.121l-.504-.504a4.288 4.288 0 0 1 4.95-6.867l.242.121c.75.375 1.632.375 2.382 0l.242-.12a4.288 4.288 0 0 1 4.95 6.866l-.504.504a3 3 0 0 0-.879 2.12v4.547c6.388-2.1 11-8.113 11-15.203S35.388 10.896 29 8.797v4.546a3 3 0 0 0 .879 2.121l.504.504a4.288 4.288 0 0 1-4.95 6.867l-.242-.121a2.66 2.66 0 0 0-2.382 0l-.242.12a4.288 4.288 0 0 1-4.95-6.866l.504-.504a3 3 0 0 0 .879-2.12z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M20 4a1 1 0 0 1 1 1v8.343a5 5 0 0 1-1.465 3.536l-.503.504a2.287 2.287 0 0 0 2.64 3.663l.242-.121a4.66 4.66 0 0 1 4.171 0l.243.12a2.287 2.287 0 0 0 2.64-3.662l-.503-.504A5 5 0 0 1 27 13.343V5a1 1 0 1 1 2 0v1.704C36.509 8.87 42 15.794 42 24s-5.491 15.13-13 17.297V43a1 1 0 1 1-2 0v-8.343a5 5 0 0 1 1.465-3.536l.503-.504a2.287 2.287 0 0 0-2.64-3.663l-.242.121a4.66 4.66 0 0 1-4.171 0l-.243-.12a2.287 2.287 0 0 0-2.64 3.662l.503.504A5 5 0 0 1 21 34.657V43a1 1 0 1 1-2 0v-1.703C11.491 39.13 6 32.207 6 24c0-8.206 5.491-15.13 13-17.296V5a1 1 0 0 1 1-1m-1 4.797C12.612 10.897 8 16.91 8 24s4.612 13.104 11 15.203v-4.546a3 3 0 0 0-.879-2.121l-.504-.504a4.288 4.288 0 0 1 4.95-6.867l.242.121c.75.375 1.632.375 2.382 0l.242-.12a4.288 4.288 0 0 1 4.95 6.866l-.504.504a3 3 0 0 0-.879 2.12v4.547c6.388-2.1 11-8.113 11-15.203S35.388 10.896 29 8.797v4.546a3 3 0 0 0 .879 2.121l.504.504a4.288 4.288 0 0 1-4.95 6.867l-.242-.121a2.66 2.66 0 0 0-2.382 0l-.242.12a4.288 4.288 0 0 1-4.95-6.866l.504-.504a3 3 0 0 0 .879-2.12z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-joints-outline {
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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M20%204a1%201%200%200%201%201%201v8.343a5%205%200%200%201-1.465%203.536l-.503.504a2.287%202.287%200%200%200%202.64%203.663l.242-.121a4.66%204.66%200%200%201%204.171%200l.243.12a2.287%202.287%200%200%200%202.64-3.662l-.503-.504A5%205%200%200%201%2027%2013.343V5a1%201%200%201%201%202%200v1.704C36.509%208.87%2042%2015.794%2042%2024s-5.491%2015.13-13%2017.297V43a1%201%200%201%201-2%200v-8.343a5%205%200%200%201%201.465-3.536l.503-.504a2.287%202.287%200%200%200-2.64-3.663l-.242.121a4.66%204.66%200%200%201-4.171%200l-.243-.12a2.287%202.287%200%200%200-2.64%203.662l.503.504A5%205%200%200%201%2021%2034.657V43a1%201%200%201%201-2%200v-1.703C11.491%2039.13%206%2032.207%206%2024c0-8.206%205.491-15.13%2013-17.296V5a1%201%200%200%201%201-1m-1%204.797C12.612%2010.897%208%2016.91%208%2024s4.612%2013.104%2011%2015.203v-4.546a3%203%200%200%200-.879-2.121l-.504-.504a4.288%204.288%200%200%201%204.95-6.867l.242.121c.75.375%201.632.375%202.382%200l.242-.12a4.288%204.288%200%200%201%204.95%206.866l-.504.504a3%203%200%200%200-.879%202.12v4.547c6.388-2.1%2011-8.113%2011-15.203S35.388%2010.896%2029%208.797v4.546a3%203%200%200%200%20.879%202.121l.504.504a4.288%204.288%200%200%201-4.95%206.867l-.242-.121a2.66%202.66%200%200%200-2.382%200l-.242.12a4.288%204.288%200%200%201-4.95-6.866l.504-.504a3%203%200%200%200%20.879-2.12z%22%20clip-rule%3D%22evenodd%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M20%204a1%201%200%200%201%201%201v8.343a5%205%200%200%201-1.465%203.536l-.503.504a2.287%202.287%200%200%200%202.64%203.663l.242-.121a4.66%204.66%200%200%201%204.171%200l.243.12a2.287%202.287%200%200%200%202.64-3.662l-.503-.504A5%205%200%200%201%2027%2013.343V5a1%201%200%201%201%202%200v1.704C36.509%208.87%2042%2015.794%2042%2024s-5.491%2015.13-13%2017.297V43a1%201%200%201%201-2%200v-8.343a5%205%200%200%201%201.465-3.536l.503-.504a2.287%202.287%200%200%200-2.64-3.663l-.242.121a4.66%204.66%200%200%201-4.171%200l-.243-.12a2.287%202.287%200%200%200-2.64%203.662l.503.504A5%205%200%200%201%2021%2034.657V43a1%201%200%201%201-2%200v-1.703C11.491%2039.13%206%2032.207%206%2024c0-8.206%205.491-15.13%2013-17.296V5a1%201%200%200%201%201-1m-1%204.797C12.612%2010.897%208%2016.91%208%2024s4.612%2013.104%2011%2015.203v-4.546a3%203%200%200%200-.879-2.121l-.504-.504a4.288%204.288%200%200%201%204.95-6.867l.242.121c.75.375%201.632.375%202.382%200l.242-.12a4.288%204.288%200%200%201%204.95%206.866l-.504.504a3%203%200%200%200-.879%202.12v4.547c6.388-2.1%2011-8.113%2011-15.203S35.388%2010.896%2029%208.797v4.546a3%203%200%200%200%20.879%202.121l.504.504a4.288%204.288%200%200%201-4.95%206.867l-.242-.121a2.66%202.66%200%200%200-2.382%200l-.242.12a4.288%204.288%200%200%201-4.95-6.866l.504-.504a3%203%200%200%200%20.879-2.12z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/joints-outline.svg?color=%231a73e8&size=48