skeleton negative icon

skeleton-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.

Name
skeleton-negative
Set
Health Icons
Style
Filled
Viewbox
48×48
License
MIT

Use the skeleton 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(#healthiconsSkeletonNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM18.462 19.835c-.462 0-1.847-.453-1.847-2.487c0-.805-.252-1.186-.558-1.646C15.59 15 15 14.112 15 11.243c0-9.657 18-9.657 18 0c0 2.87-.59 3.757-1.057 4.46c-.306.46-.558.84-.558 1.645c0 2.035-1.808 2.487-1.847 2.487s-.615 1.356-.615 2.26c0 .776-1.921.887-3.923.902V24.5h6.5c2.892 0 4.268 2.146 4.883 3.923c.312.904.465 1.793.54 2.447A12 12 0 0 1 37 31.904v.066l.001.02v.008S37 32 36 32h1a1 1 0 0 1-2 .001v-.009a5 5 0 0 0-.008-.222a10 10 0 0 0-.056-.671a9.7 9.7 0 0 0-.444-2.022c-.51-1.474-1.384-2.577-2.992-2.577H25v1.209c.834.047 1.65.156 2.365.33c.5.121.98.282 1.392.495c.401.206.82.502 1.091.936a1 1 0 0 1-1.696 1.06s-.015-.023-.066-.065a1.4 1.4 0 0 0-.244-.153a4.4 4.4 0 0 0-.95-.33a11.3 11.3 0 0 0-1.892-.27v1.997c.834.047 1.65.156 2.365.33c.5.121.98.282 1.392.495c.401.206.82.502 1.091.936a1 1 0 0 1-1.696 1.06s-.015-.023-.066-.065a1.4 1.4 0 0 0-.244-.153a4.4 4.4 0 0 0-.95-.33a11.3 11.3 0 0 0-1.892-.27V36h4c1.108 0 1.939.527 2.513 1.24c.549.68.876 1.538 1.08 2.32c.407 1.562.407 3.163.407 3.436V43a1 1 0 1 1-2 0c0-.241-.002-1.63-.343-2.935c-.17-.656-.406-1.204-.701-1.57c-.27-.335-.564-.495-.956-.495H19c-.392 0-.686.16-.956.495c-.295.366-.53.914-.701 1.57C17.003 41.37 17 42.759 17 43a1 1 0 1 1-2 0v-.004c0-.273 0-1.874.407-3.436c.204-.782.531-1.64 1.08-2.32C17.061 36.527 17.892 36 19 36h4v-2.287c-.692.044-1.344.136-1.892.27a4.4 4.4 0 0 0-.95.33q-.168.087-.244.152c-.05.042-.066.065-.066.065a1 1 0 1 1-1.696-1.06c.271-.434.69-.73 1.09-.936a6.4 6.4 0 0 1 1.393-.495c.716-.174 1.53-.283 2.365-.33v-1.996c-.692.044-1.344.136-1.892.27a4.4 4.4 0 0 0-.95.33q-.168.087-.244.152c-.05.042-.066.065-.066.065a1 1 0 1 1-1.696-1.06c.271-.434.69-.73 1.09-.936a6.4 6.4 0 0 1 1.393-.495c.716-.174 1.53-.283 2.365-.33V26.5h-6.5c-1.608 0-2.482 1.104-2.992 2.577a9.7 9.7 0 0 0-.444 2.022a10 10 0 0 0-.063.851v.043L13 32a1 1 0 0 1-2 0v-.03l.001-.066q.002-.084.009-.233c.01-.196.029-.472.067-.801c.075-.654.228-1.544.54-2.447c.615-1.776 1.99-3.923 4.883-3.923H23v-1.503c-2.002-.015-3.923-.126-3.923-.901c0-.905-.154-2.261-.616-2.261m.223-2.01l.01.02c1.08.107 1.63.93 1.801 1.237c.225.4.339.828.403 1.128c.048.228.085.466.112.703c.788.084 1.843.087 2.989.087c1.184 0 2.27-.003 3.066-.096a10 10 0 0 1 .516-1.62a5 5 0 0 1 .13-.285a2.1 2.1 0 0 1 .611-.754c.074-.056.333-.252.733-.351l.006-.003a.7.7 0 0 0 .16-.095a.4.4 0 0 0 .103-.12c.018-.035.06-.128.06-.328c0-1.484.657-2.43.968-2.878q.078-.11.12-.18c.174-.292.527-.931.527-3.047c0-1.701-.756-2.933-1.976-3.806C27.744 6.522 25.926 6 24 6s-3.745.522-5.024 1.437C17.756 8.31 17 9.542 17 11.243c0 2.116.353 2.755.526 3.047q.043.07.121.18c.31.447.968 1.394.968 2.878c0 .28.047.423.07.477M23 14a2 2 0 1 1-4 0a2 2 0 0 1 4 0m4 2a2 2 0 1 0 0-4a2 2 0 0 0 0 4" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsSkeletonNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsSkeletonNegative(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(#healthiconsSkeletonNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM18.462 19.835c-.462 0-1.847-.453-1.847-2.487c0-.805-.252-1.186-.558-1.646C15.59 15 15 14.112 15 11.243c0-9.657 18-9.657 18 0c0 2.87-.59 3.757-1.057 4.46c-.306.46-.558.84-.558 1.645c0 2.035-1.808 2.487-1.847 2.487s-.615 1.356-.615 2.26c0 .776-1.921.887-3.923.902V24.5h6.5c2.892 0 4.268 2.146 4.883 3.923c.312.904.465 1.793.54 2.447A12 12 0 0 1 37 31.904v.066l.001.02v.008S37 32 36 32h1a1 1 0 0 1-2 .001v-.009a5 5 0 0 0-.008-.222a10 10 0 0 0-.056-.671a9.7 9.7 0 0 0-.444-2.022c-.51-1.474-1.384-2.577-2.992-2.577H25v1.209c.834.047 1.65.156 2.365.33c.5.121.98.282 1.392.495c.401.206.82.502 1.091.936a1 1 0 0 1-1.696 1.06s-.015-.023-.066-.065a1.4 1.4 0 0 0-.244-.153a4.4 4.4 0 0 0-.95-.33a11.3 11.3 0 0 0-1.892-.27v1.997c.834.047 1.65.156 2.365.33c.5.121.98.282 1.392.495c.401.206.82.502 1.091.936a1 1 0 0 1-1.696 1.06s-.015-.023-.066-.065a1.4 1.4 0 0 0-.244-.153a4.4 4.4 0 0 0-.95-.33a11.3 11.3 0 0 0-1.892-.27V36h4c1.108 0 1.939.527 2.513 1.24c.549.68.876 1.538 1.08 2.32c.407 1.562.407 3.163.407 3.436V43a1 1 0 1 1-2 0c0-.241-.002-1.63-.343-2.935c-.17-.656-.406-1.204-.701-1.57c-.27-.335-.564-.495-.956-.495H19c-.392 0-.686.16-.956.495c-.295.366-.53.914-.701 1.57C17.003 41.37 17 42.759 17 43a1 1 0 1 1-2 0v-.004c0-.273 0-1.874.407-3.436c.204-.782.531-1.64 1.08-2.32C17.061 36.527 17.892 36 19 36h4v-2.287c-.692.044-1.344.136-1.892.27a4.4 4.4 0 0 0-.95.33q-.168.087-.244.152c-.05.042-.066.065-.066.065a1 1 0 1 1-1.696-1.06c.271-.434.69-.73 1.09-.936a6.4 6.4 0 0 1 1.393-.495c.716-.174 1.53-.283 2.365-.33v-1.996c-.692.044-1.344.136-1.892.27a4.4 4.4 0 0 0-.95.33q-.168.087-.244.152c-.05.042-.066.065-.066.065a1 1 0 1 1-1.696-1.06c.271-.434.69-.73 1.09-.936a6.4 6.4 0 0 1 1.393-.495c.716-.174 1.53-.283 2.365-.33V26.5h-6.5c-1.608 0-2.482 1.104-2.992 2.577a9.7 9.7 0 0 0-.444 2.022a10 10 0 0 0-.063.851v.043L13 32a1 1 0 0 1-2 0v-.03l.001-.066q.002-.084.009-.233c.01-.196.029-.472.067-.801c.075-.654.228-1.544.54-2.447c.615-1.776 1.99-3.923 4.883-3.923H23v-1.503c-2.002-.015-3.923-.126-3.923-.901c0-.905-.154-2.261-.616-2.261m.223-2.01l.01.02c1.08.107 1.63.93 1.801 1.237c.225.4.339.828.403 1.128c.048.228.085.466.112.703c.788.084 1.843.087 2.989.087c1.184 0 2.27-.003 3.066-.096a10 10 0 0 1 .516-1.62a5 5 0 0 1 .13-.285a2.1 2.1 0 0 1 .611-.754c.074-.056.333-.252.733-.351l.006-.003a.7.7 0 0 0 .16-.095a.4.4 0 0 0 .103-.12c.018-.035.06-.128.06-.328c0-1.484.657-2.43.968-2.878q.078-.11.12-.18c.174-.292.527-.931.527-3.047c0-1.701-.756-2.933-1.976-3.806C27.744 6.522 25.926 6 24 6s-3.745.522-5.024 1.437C17.756 8.31 17 9.542 17 11.243c0 2.116.353 2.755.526 3.047q.043.07.121.18c.31.447.968 1.394.968 2.878c0 .28.047.423.07.477M23 14a2 2 0 1 1-4 0a2 2 0 0 1 4 0m4 2a2 2 0 1 0 0-4a2 2 0 0 0 0 4" clipRule="evenodd"/></g><defs><clipPath id="healthiconsSkeletonNegative"><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(#healthiconsSkeletonNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM18.462 19.835c-.462 0-1.847-.453-1.847-2.487c0-.805-.252-1.186-.558-1.646C15.59 15 15 14.112 15 11.243c0-9.657 18-9.657 18 0c0 2.87-.59 3.757-1.057 4.46c-.306.46-.558.84-.558 1.645c0 2.035-1.808 2.487-1.847 2.487s-.615 1.356-.615 2.26c0 .776-1.921.887-3.923.902V24.5h6.5c2.892 0 4.268 2.146 4.883 3.923c.312.904.465 1.793.54 2.447A12 12 0 0 1 37 31.904v.066l.001.02v.008S37 32 36 32h1a1 1 0 0 1-2 .001v-.009a5 5 0 0 0-.008-.222a10 10 0 0 0-.056-.671a9.7 9.7 0 0 0-.444-2.022c-.51-1.474-1.384-2.577-2.992-2.577H25v1.209c.834.047 1.65.156 2.365.33c.5.121.98.282 1.392.495c.401.206.82.502 1.091.936a1 1 0 0 1-1.696 1.06s-.015-.023-.066-.065a1.4 1.4 0 0 0-.244-.153a4.4 4.4 0 0 0-.95-.33a11.3 11.3 0 0 0-1.892-.27v1.997c.834.047 1.65.156 2.365.33c.5.121.98.282 1.392.495c.401.206.82.502 1.091.936a1 1 0 0 1-1.696 1.06s-.015-.023-.066-.065a1.4 1.4 0 0 0-.244-.153a4.4 4.4 0 0 0-.95-.33a11.3 11.3 0 0 0-1.892-.27V36h4c1.108 0 1.939.527 2.513 1.24c.549.68.876 1.538 1.08 2.32c.407 1.562.407 3.163.407 3.436V43a1 1 0 1 1-2 0c0-.241-.002-1.63-.343-2.935c-.17-.656-.406-1.204-.701-1.57c-.27-.335-.564-.495-.956-.495H19c-.392 0-.686.16-.956.495c-.295.366-.53.914-.701 1.57C17.003 41.37 17 42.759 17 43a1 1 0 1 1-2 0v-.004c0-.273 0-1.874.407-3.436c.204-.782.531-1.64 1.08-2.32C17.061 36.527 17.892 36 19 36h4v-2.287c-.692.044-1.344.136-1.892.27a4.4 4.4 0 0 0-.95.33q-.168.087-.244.152c-.05.042-.066.065-.066.065a1 1 0 1 1-1.696-1.06c.271-.434.69-.73 1.09-.936a6.4 6.4 0 0 1 1.393-.495c.716-.174 1.53-.283 2.365-.33v-1.996c-.692.044-1.344.136-1.892.27a4.4 4.4 0 0 0-.95.33q-.168.087-.244.152c-.05.042-.066.065-.066.065a1 1 0 1 1-1.696-1.06c.271-.434.69-.73 1.09-.936a6.4 6.4 0 0 1 1.393-.495c.716-.174 1.53-.283 2.365-.33V26.5h-6.5c-1.608 0-2.482 1.104-2.992 2.577a9.7 9.7 0 0 0-.444 2.022a10 10 0 0 0-.063.851v.043L13 32a1 1 0 0 1-2 0v-.03l.001-.066q.002-.084.009-.233c.01-.196.029-.472.067-.801c.075-.654.228-1.544.54-2.447c.615-1.776 1.99-3.923 4.883-3.923H23v-1.503c-2.002-.015-3.923-.126-3.923-.901c0-.905-.154-2.261-.616-2.261m.223-2.01l.01.02c1.08.107 1.63.93 1.801 1.237c.225.4.339.828.403 1.128c.048.228.085.466.112.703c.788.084 1.843.087 2.989.087c1.184 0 2.27-.003 3.066-.096a10 10 0 0 1 .516-1.62a5 5 0 0 1 .13-.285a2.1 2.1 0 0 1 .611-.754c.074-.056.333-.252.733-.351l.006-.003a.7.7 0 0 0 .16-.095a.4.4 0 0 0 .103-.12c.018-.035.06-.128.06-.328c0-1.484.657-2.43.968-2.878q.078-.11.12-.18c.174-.292.527-.931.527-3.047c0-1.701-.756-2.933-1.976-3.806C27.744 6.522 25.926 6 24 6s-3.745.522-5.024 1.437C17.756 8.31 17 9.542 17 11.243c0 2.116.353 2.755.526 3.047q.043.07.121.18c.31.447.968 1.394.968 2.878c0 .28.047.423.07.477M23 14a2 2 0 1 1-4 0a2 2 0 0 1 4 0m4 2a2 2 0 1 0 0-4a2 2 0 0 0 0 4" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsSkeletonNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-skeleton-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(%23healthiconsSkeletonNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM18.462%2019.835c-.462%200-1.847-.453-1.847-2.487c0-.805-.252-1.186-.558-1.646C15.59%2015%2015%2014.112%2015%2011.243c0-9.657%2018-9.657%2018%200c0%202.87-.59%203.757-1.057%204.46c-.306.46-.558.84-.558%201.645c0%202.035-1.808%202.487-1.847%202.487s-.615%201.356-.615%202.26c0%20.776-1.921.887-3.923.902V24.5h6.5c2.892%200%204.268%202.146%204.883%203.923c.312.904.465%201.793.54%202.447A12%2012%200%200%201%2037%2031.904v.066l.001.02v.008S37%2032%2036%2032h1a1%201%200%200%201-2%20.001v-.009a5%205%200%200%200-.008-.222a10%2010%200%200%200-.056-.671a9.7%209.7%200%200%200-.444-2.022c-.51-1.474-1.384-2.577-2.992-2.577H25v1.209c.834.047%201.65.156%202.365.33c.5.121.98.282%201.392.495c.401.206.82.502%201.091.936a1%201%200%200%201-1.696%201.06s-.015-.023-.066-.065a1.4%201.4%200%200%200-.244-.153a4.4%204.4%200%200%200-.95-.33a11.3%2011.3%200%200%200-1.892-.27v1.997c.834.047%201.65.156%202.365.33c.5.121.98.282%201.392.495c.401.206.82.502%201.091.936a1%201%200%200%201-1.696%201.06s-.015-.023-.066-.065a1.4%201.4%200%200%200-.244-.153a4.4%204.4%200%200%200-.95-.33a11.3%2011.3%200%200%200-1.892-.27V36h4c1.108%200%201.939.527%202.513%201.24c.549.68.876%201.538%201.08%202.32c.407%201.562.407%203.163.407%203.436V43a1%201%200%201%201-2%200c0-.241-.002-1.63-.343-2.935c-.17-.656-.406-1.204-.701-1.57c-.27-.335-.564-.495-.956-.495H19c-.392%200-.686.16-.956.495c-.295.366-.53.914-.701%201.57C17.003%2041.37%2017%2042.759%2017%2043a1%201%200%201%201-2%200v-.004c0-.273%200-1.874.407-3.436c.204-.782.531-1.64%201.08-2.32C17.061%2036.527%2017.892%2036%2019%2036h4v-2.287c-.692.044-1.344.136-1.892.27a4.4%204.4%200%200%200-.95.33q-.168.087-.244.152c-.05.042-.066.065-.066.065a1%201%200%201%201-1.696-1.06c.271-.434.69-.73%201.09-.936a6.4%206.4%200%200%201%201.393-.495c.716-.174%201.53-.283%202.365-.33v-1.996c-.692.044-1.344.136-1.892.27a4.4%204.4%200%200%200-.95.33q-.168.087-.244.152c-.05.042-.066.065-.066.065a1%201%200%201%201-1.696-1.06c.271-.434.69-.73%201.09-.936a6.4%206.4%200%200%201%201.393-.495c.716-.174%201.53-.283%202.365-.33V26.5h-6.5c-1.608%200-2.482%201.104-2.992%202.577a9.7%209.7%200%200%200-.444%202.022a10%2010%200%200%200-.063.851v.043L13%2032a1%201%200%200%201-2%200v-.03l.001-.066q.002-.084.009-.233c.01-.196.029-.472.067-.801c.075-.654.228-1.544.54-2.447c.615-1.776%201.99-3.923%204.883-3.923H23v-1.503c-2.002-.015-3.923-.126-3.923-.901c0-.905-.154-2.261-.616-2.261m.223-2.01l.01.02c1.08.107%201.63.93%201.801%201.237c.225.4.339.828.403%201.128c.048.228.085.466.112.703c.788.084%201.843.087%202.989.087c1.184%200%202.27-.003%203.066-.096a10%2010%200%200%201%20.516-1.62a5%205%200%200%201%20.13-.285a2.1%202.1%200%200%201%20.611-.754c.074-.056.333-.252.733-.351l.006-.003a.7.7%200%200%200%20.16-.095a.4.4%200%200%200%20.103-.12c.018-.035.06-.128.06-.328c0-1.484.657-2.43.968-2.878q.078-.11.12-.18c.174-.292.527-.931.527-3.047c0-1.701-.756-2.933-1.976-3.806C27.744%206.522%2025.926%206%2024%206s-3.745.522-5.024%201.437C17.756%208.31%2017%209.542%2017%2011.243c0%202.116.353%202.755.526%203.047q.043.07.121.18c.31.447.968%201.394.968%202.878c0%20.28.047.423.07.477M23%2014a2%202%200%201%201-4%200a2%202%200%200%201%204%200m4%202a2%202%200%201%200%200-4a2%202%200%200%200%200%204%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsSkeletonNegative%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(%23healthiconsSkeletonNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM18.462%2019.835c-.462%200-1.847-.453-1.847-2.487c0-.805-.252-1.186-.558-1.646C15.59%2015%2015%2014.112%2015%2011.243c0-9.657%2018-9.657%2018%200c0%202.87-.59%203.757-1.057%204.46c-.306.46-.558.84-.558%201.645c0%202.035-1.808%202.487-1.847%202.487s-.615%201.356-.615%202.26c0%20.776-1.921.887-3.923.902V24.5h6.5c2.892%200%204.268%202.146%204.883%203.923c.312.904.465%201.793.54%202.447A12%2012%200%200%201%2037%2031.904v.066l.001.02v.008S37%2032%2036%2032h1a1%201%200%200%201-2%20.001v-.009a5%205%200%200%200-.008-.222a10%2010%200%200%200-.056-.671a9.7%209.7%200%200%200-.444-2.022c-.51-1.474-1.384-2.577-2.992-2.577H25v1.209c.834.047%201.65.156%202.365.33c.5.121.98.282%201.392.495c.401.206.82.502%201.091.936a1%201%200%200%201-1.696%201.06s-.015-.023-.066-.065a1.4%201.4%200%200%200-.244-.153a4.4%204.4%200%200%200-.95-.33a11.3%2011.3%200%200%200-1.892-.27v1.997c.834.047%201.65.156%202.365.33c.5.121.98.282%201.392.495c.401.206.82.502%201.091.936a1%201%200%200%201-1.696%201.06s-.015-.023-.066-.065a1.4%201.4%200%200%200-.244-.153a4.4%204.4%200%200%200-.95-.33a11.3%2011.3%200%200%200-1.892-.27V36h4c1.108%200%201.939.527%202.513%201.24c.549.68.876%201.538%201.08%202.32c.407%201.562.407%203.163.407%203.436V43a1%201%200%201%201-2%200c0-.241-.002-1.63-.343-2.935c-.17-.656-.406-1.204-.701-1.57c-.27-.335-.564-.495-.956-.495H19c-.392%200-.686.16-.956.495c-.295.366-.53.914-.701%201.57C17.003%2041.37%2017%2042.759%2017%2043a1%201%200%201%201-2%200v-.004c0-.273%200-1.874.407-3.436c.204-.782.531-1.64%201.08-2.32C17.061%2036.527%2017.892%2036%2019%2036h4v-2.287c-.692.044-1.344.136-1.892.27a4.4%204.4%200%200%200-.95.33q-.168.087-.244.152c-.05.042-.066.065-.066.065a1%201%200%201%201-1.696-1.06c.271-.434.69-.73%201.09-.936a6.4%206.4%200%200%201%201.393-.495c.716-.174%201.53-.283%202.365-.33v-1.996c-.692.044-1.344.136-1.892.27a4.4%204.4%200%200%200-.95.33q-.168.087-.244.152c-.05.042-.066.065-.066.065a1%201%200%201%201-1.696-1.06c.271-.434.69-.73%201.09-.936a6.4%206.4%200%200%201%201.393-.495c.716-.174%201.53-.283%202.365-.33V26.5h-6.5c-1.608%200-2.482%201.104-2.992%202.577a9.7%209.7%200%200%200-.444%202.022a10%2010%200%200%200-.063.851v.043L13%2032a1%201%200%200%201-2%200v-.03l.001-.066q.002-.084.009-.233c.01-.196.029-.472.067-.801c.075-.654.228-1.544.54-2.447c.615-1.776%201.99-3.923%204.883-3.923H23v-1.503c-2.002-.015-3.923-.126-3.923-.901c0-.905-.154-2.261-.616-2.261m.223-2.01l.01.02c1.08.107%201.63.93%201.801%201.237c.225.4.339.828.403%201.128c.048.228.085.466.112.703c.788.084%201.843.087%202.989.087c1.184%200%202.27-.003%203.066-.096a10%2010%200%200%201%20.516-1.62a5%205%200%200%201%20.13-.285a2.1%202.1%200%200%201%20.611-.754c.074-.056.333-.252.733-.351l.006-.003a.7.7%200%200%200%20.16-.095a.4.4%200%200%200%20.103-.12c.018-.035.06-.128.06-.328c0-1.484.657-2.43.968-2.878q.078-.11.12-.18c.174-.292.527-.931.527-3.047c0-1.701-.756-2.933-1.976-3.806C27.744%206.522%2025.926%206%2024%206s-3.745.522-5.024%201.437C17.756%208.31%2017%209.542%2017%2011.243c0%202.116.353%202.755.526%203.047q.043.07.121.18c.31.447.968%201.394.968%202.878c0%20.28.047.423.07.477M23%2014a2%202%200%201%201-4%200a2%202%200%200%201%204%200m4%202a2%202%200%201%200%200-4a2%202%200%200%200%200%204%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsSkeletonNegative%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/skeleton-negative.svg?color=%231a73e8&size=48