crutches negative icon

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

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

Use the crutches negative icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><path id="healthiconsCrutchesNegative" d="M0 0h48v48H0z"/></defs><g fill="none"><g clip-path="url(#healthiconsCrutchesNegative1)"><use href="#healthiconsCrutchesNegative"/><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM32 4H16v4a2 2 0 0 0 2 2v.037l.001.028l.004.109l.02.44c.02.398.055 1.012.115 1.887c.122 1.748.346 4.536.758 8.713c.148 1.5 1.03 2.843 1.726 3.902l.078.12c.38.578.707 1.083.946 1.574c.236.486.349.886.349 1.237l.001 1.668L22 31a1 1 0 0 0 1 1v7.002a.998.998 0 0 0 1.997.002H25V32a1 1 0 0 0 1-1v-2.995c0-.346.112-.738.352-1.216c.241-.483.573-.98.957-1.55l.064-.097c.706-1.048 1.61-2.392 1.732-3.923a5078 5078 0 0 1 .843-10.547L30.02 10A2 2 0 0 0 32 8zm-4.004 6H20v.001l.004.096l.018.418c.02.383.054.985.114 1.847q.048.699.12 1.638h7.416l.283-3.49zm-3.862 17.004c.103-.394.257-.765.43-1.11c.304-.61.705-1.206 1.069-1.747l.016-.024c.79-1.175 1.386-2.105 1.462-3.061c.156-1.983.29-3.66.401-5.062h-7.09c.119 1.384.271 3.044.466 5.017c.096.973.704 1.929 1.486 3.122c.366.558.768 1.17 1.072 1.795c.163.334.308.692.409 1.07zm-1.832 14.954c.134-.632 1.039-.972 1.684-.972c.658 0 1.568.34 1.707.982l.15.694c.093.431-.107.875-.518 1.036c-.389.151-.888.302-1.339.302c-.422 0-.915-.151-1.305-.303c-.413-.161-.618-.607-.526-1.041z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsCrutchesNegative1"><use href="#healthiconsCrutchesNegative"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsCrutchesNegative(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><path id="healthiconsCrutchesNegative" d="M0 0h48v48H0z"/></defs><g fill="none"><g clipPath="url(#healthiconsCrutchesNegative1)"><use href="#healthiconsCrutchesNegative"/><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM32 4H16v4a2 2 0 0 0 2 2v.037l.001.028l.004.109l.02.44c.02.398.055 1.012.115 1.887c.122 1.748.346 4.536.758 8.713c.148 1.5 1.03 2.843 1.726 3.902l.078.12c.38.578.707 1.083.946 1.574c.236.486.349.886.349 1.237l.001 1.668L22 31a1 1 0 0 0 1 1v7.002a.998.998 0 0 0 1.997.002H25V32a1 1 0 0 0 1-1v-2.995c0-.346.112-.738.352-1.216c.241-.483.573-.98.957-1.55l.064-.097c.706-1.048 1.61-2.392 1.732-3.923a5078 5078 0 0 1 .843-10.547L30.02 10A2 2 0 0 0 32 8zm-4.004 6H20v.001l.004.096l.018.418c.02.383.054.985.114 1.847q.048.699.12 1.638h7.416l.283-3.49zm-3.862 17.004c.103-.394.257-.765.43-1.11c.304-.61.705-1.206 1.069-1.747l.016-.024c.79-1.175 1.386-2.105 1.462-3.061c.156-1.983.29-3.66.401-5.062h-7.09c.119 1.384.271 3.044.466 5.017c.096.973.704 1.929 1.486 3.122c.366.558.768 1.17 1.072 1.795c.163.334.308.692.409 1.07zm-1.832 14.954c.134-.632 1.039-.972 1.684-.972c.658 0 1.568.34 1.707.982l.15.694c.093.431-.107.875-.518 1.036c-.389.151-.888.302-1.339.302c-.422 0-.915-.151-1.305-.303c-.413-.161-.618-.607-.526-1.041z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsCrutchesNegative1"><use href="#healthiconsCrutchesNegative"/></clipPath></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><defs><path id="healthiconsCrutchesNegative" d="M0 0h48v48H0z"/></defs><g fill="none"><g clip-path="url(#healthiconsCrutchesNegative1)"><use href="#healthiconsCrutchesNegative"/><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM32 4H16v4a2 2 0 0 0 2 2v.037l.001.028l.004.109l.02.44c.02.398.055 1.012.115 1.887c.122 1.748.346 4.536.758 8.713c.148 1.5 1.03 2.843 1.726 3.902l.078.12c.38.578.707 1.083.946 1.574c.236.486.349.886.349 1.237l.001 1.668L22 31a1 1 0 0 0 1 1v7.002a.998.998 0 0 0 1.997.002H25V32a1 1 0 0 0 1-1v-2.995c0-.346.112-.738.352-1.216c.241-.483.573-.98.957-1.55l.064-.097c.706-1.048 1.61-2.392 1.732-3.923a5078 5078 0 0 1 .843-10.547L30.02 10A2 2 0 0 0 32 8zm-4.004 6H20v.001l.004.096l.018.418c.02.383.054.985.114 1.847q.048.699.12 1.638h7.416l.283-3.49zm-3.862 17.004c.103-.394.257-.765.43-1.11c.304-.61.705-1.206 1.069-1.747l.016-.024c.79-1.175 1.386-2.105 1.462-3.061c.156-1.983.29-3.66.401-5.062h-7.09c.119 1.384.271 3.044.466 5.017c.096.973.704 1.929 1.486 3.122c.366.558.768 1.17 1.072 1.795c.163.334.308.692.409 1.07zm-1.832 14.954c.134-.632 1.039-.972 1.684-.972c.658 0 1.568.34 1.707.982l.15.694c.093.431-.107.875-.518 1.036c-.389.151-.888.302-1.339.302c-.422 0-.915-.151-1.305-.303c-.413-.161-.618-.607-.526-1.041z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsCrutchesNegative1"><use href="#healthiconsCrutchesNegative"/></clipPath></defs></g></svg>
</template>

CSS

.icon-crutches-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%3Cdefs%3E%3Cpath%20id%3D%22healthiconsCrutchesNegative%22%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsCrutchesNegative1)%22%3E%3Cuse%20href%3D%22%23healthiconsCrutchesNegative%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM32%204H16v4a2%202%200%200%200%202%202v.037l.001.028l.004.109l.02.44c.02.398.055%201.012.115%201.887c.122%201.748.346%204.536.758%208.713c.148%201.5%201.03%202.843%201.726%203.902l.078.12c.38.578.707%201.083.946%201.574c.236.486.349.886.349%201.237l.001%201.668L22%2031a1%201%200%200%200%201%201v7.002a.998.998%200%200%200%201.997.002H25V32a1%201%200%200%200%201-1v-2.995c0-.346.112-.738.352-1.216c.241-.483.573-.98.957-1.55l.064-.097c.706-1.048%201.61-2.392%201.732-3.923a5078%205078%200%200%201%20.843-10.547L30.02%2010A2%202%200%200%200%2032%208zm-4.004%206H20v.001l.004.096l.018.418c.02.383.054.985.114%201.847q.048.699.12%201.638h7.416l.283-3.49zm-3.862%2017.004c.103-.394.257-.765.43-1.11c.304-.61.705-1.206%201.069-1.747l.016-.024c.79-1.175%201.386-2.105%201.462-3.061c.156-1.983.29-3.66.401-5.062h-7.09c.119%201.384.271%203.044.466%205.017c.096.973.704%201.929%201.486%203.122c.366.558.768%201.17%201.072%201.795c.163.334.308.692.409%201.07zm-1.832%2014.954c.134-.632%201.039-.972%201.684-.972c.658%200%201.568.34%201.707.982l.15.694c.093.431-.107.875-.518%201.036c-.389.151-.888.302-1.339.302c-.422%200-.915-.151-1.305-.303c-.413-.161-.618-.607-.526-1.041z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsCrutchesNegative1%22%3E%3Cuse%20href%3D%22%23healthiconsCrutchesNegative%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%3Cdefs%3E%3Cpath%20id%3D%22healthiconsCrutchesNegative%22%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23healthiconsCrutchesNegative1)%22%3E%3Cuse%20href%3D%22%23healthiconsCrutchesNegative%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM32%204H16v4a2%202%200%200%200%202%202v.037l.001.028l.004.109l.02.44c.02.398.055%201.012.115%201.887c.122%201.748.346%204.536.758%208.713c.148%201.5%201.03%202.843%201.726%203.902l.078.12c.38.578.707%201.083.946%201.574c.236.486.349.886.349%201.237l.001%201.668L22%2031a1%201%200%200%200%201%201v7.002a.998.998%200%200%200%201.997.002H25V32a1%201%200%200%200%201-1v-2.995c0-.346.112-.738.352-1.216c.241-.483.573-.98.957-1.55l.064-.097c.706-1.048%201.61-2.392%201.732-3.923a5078%205078%200%200%201%20.843-10.547L30.02%2010A2%202%200%200%200%2032%208zm-4.004%206H20v.001l.004.096l.018.418c.02.383.054.985.114%201.847q.048.699.12%201.638h7.416l.283-3.49zm-3.862%2017.004c.103-.394.257-.765.43-1.11c.304-.61.705-1.206%201.069-1.747l.016-.024c.79-1.175%201.386-2.105%201.462-3.061c.156-1.983.29-3.66.401-5.062h-7.09c.119%201.384.271%203.044.466%205.017c.096.973.704%201.929%201.486%203.122c.366.558.768%201.17%201.072%201.795c.163.334.308.692.409%201.07zm-1.832%2014.954c.134-.632%201.039-.972%201.684-.972c.658%200%201.568.34%201.707.982l.15.694c.093.431-.107.875-.518%201.036c-.389.151-.888.302-1.339.302c-.422%200-.915-.151-1.305-.303c-.413-.161-.618-.607-.526-1.041z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsCrutchesNegative1%22%3E%3Cuse%20href%3D%22%23healthiconsCrutchesNegative%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/crutches-negative.svg?color=%231a73e8&size=48