joints negative icon
joints-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- joints-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Use the joints negative icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsJointsNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM20 5a1 1 0 1 0-2 0v2.024C11.009 9.495 6 16.163 6 24s5.009 14.505 12 16.976V43a1 1 0 1 0 2 0v-8.343a4 4 0 0 0-1.172-2.829l-.503-.503a3.287 3.287 0 0 1 3.794-5.265l.243.12a3.66 3.66 0 0 0 3.276 0l.243-.12a3.287 3.287 0 0 1 3.794 5.265l-.503.503A4 4 0 0 0 28 34.657V43a1 1 0 1 0 2 0v-2.024C36.991 38.505 42 31.837 42 24S36.991 9.495 30 7.024V5a1 1 0 1 0-2 0v8.343a4 4 0 0 0 1.172 2.829l.503.503a3.287 3.287 0 0 1-3.794 5.265l-.243-.12a3.66 3.66 0 0 0-3.276 0l-.243.12a3.287 3.287 0 0 1-3.794-5.265l.503-.503A4 4 0 0 0 20 13.343z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsJointsNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsJointsNegative(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clipPath="url(#healthiconsJointsNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM20 5a1 1 0 1 0-2 0v2.024C11.009 9.495 6 16.163 6 24s5.009 14.505 12 16.976V43a1 1 0 1 0 2 0v-8.343a4 4 0 0 0-1.172-2.829l-.503-.503a3.287 3.287 0 0 1 3.794-5.265l.243.12a3.66 3.66 0 0 0 3.276 0l.243-.12a3.287 3.287 0 0 1 3.794 5.265l-.503.503A4 4 0 0 0 28 34.657V43a1 1 0 1 0 2 0v-2.024C36.991 38.505 42 31.837 42 24S36.991 9.495 30 7.024V5a1 1 0 1 0-2 0v8.343a4 4 0 0 0 1.172 2.829l.503.503a3.287 3.287 0 0 1-3.794 5.265l-.243-.12a3.66 3.66 0 0 0-3.276 0l-.243.12a3.287 3.287 0 0 1-3.794-5.265l.503-.503A4 4 0 0 0 20 13.343z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsJointsNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsJointsNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM20 5a1 1 0 1 0-2 0v2.024C11.009 9.495 6 16.163 6 24s5.009 14.505 12 16.976V43a1 1 0 1 0 2 0v-8.343a4 4 0 0 0-1.172-2.829l-.503-.503a3.287 3.287 0 0 1 3.794-5.265l.243.12a3.66 3.66 0 0 0 3.276 0l.243-.12a3.287 3.287 0 0 1 3.794 5.265l-.503.503A4 4 0 0 0 28 34.657V43a1 1 0 1 0 2 0v-2.024C36.991 38.505 42 31.837 42 24S36.991 9.495 30 7.024V5a1 1 0 1 0-2 0v8.343a4 4 0 0 0 1.172 2.829l.503.503a3.287 3.287 0 0 1-3.794 5.265l-.243-.12a3.66 3.66 0 0 0-3.276 0l-.243.12a3.287 3.287 0 0 1-3.794-5.265l.503-.503A4 4 0 0 0 20 13.343z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsJointsNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-joints-negative {
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%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsJointsNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM20%205a1%201%200%201%200-2%200v2.024C11.009%209.495%206%2016.163%206%2024s5.009%2014.505%2012%2016.976V43a1%201%200%201%200%202%200v-8.343a4%204%200%200%200-1.172-2.829l-.503-.503a3.287%203.287%200%200%201%203.794-5.265l.243.12a3.66%203.66%200%200%200%203.276%200l.243-.12a3.287%203.287%200%200%201%203.794%205.265l-.503.503A4%204%200%200%200%2028%2034.657V43a1%201%200%201%200%202%200v-2.024C36.991%2038.505%2042%2031.837%2042%2024S36.991%209.495%2030%207.024V5a1%201%200%201%200-2%200v8.343a4%204%200%200%200%201.172%202.829l.503.503a3.287%203.287%200%200%201-3.794%205.265l-.243-.12a3.66%203.66%200%200%200-3.276%200l-.243.12a3.287%203.287%200%200%201-3.794-5.265l.503-.503A4%204%200%200%200%2020%2013.343z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsJointsNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsJointsNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM20%205a1%201%200%201%200-2%200v2.024C11.009%209.495%206%2016.163%206%2024s5.009%2014.505%2012%2016.976V43a1%201%200%201%200%202%200v-8.343a4%204%200%200%200-1.172-2.829l-.503-.503a3.287%203.287%200%200%201%203.794-5.265l.243.12a3.66%203.66%200%200%200%203.276%200l.243-.12a3.287%203.287%200%200%201%203.794%205.265l-.503.503A4%204%200%200%200%2028%2034.657V43a1%201%200%201%200%202%200v-2.024C36.991%2038.505%2042%2031.837%2042%2024S36.991%209.495%2030%207.024V5a1%201%200%201%200-2%200v8.343a4%204%200%200%200%201.172%202.829l.503.503a3.287%203.287%200%200%201-3.794%205.265l-.243-.12a3.66%203.66%200%200%200-3.276%200l-.243.12a3.287%203.287%200%200%201-3.794-5.265l.503-.503A4%204%200%200%200%2020%2013.343z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsJointsNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/joints-negative.svg?color=%231a73e8&size=48