crutches icon
crutches from Health Icons by Resolve to Save Lives · Filled · Devices · MIT Free for personal and commercial use.
- Name
- crutches
- Set
- Health Icons
- Style
- Filled
- Category
- Devices
- Viewbox
- 48×48
- License
- MIT
1 other variant in Health Icons
The same icon in other sets
More devices icons from Health Icons
Use the crutches icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M30.031 10A2 2 0 0 0 32 8V4H16v4a2 2 0 0 0 1.958 2l.014.315c.02.404.056 1.027.117 1.914c.123 1.773.35 4.602.768 8.839c.15 1.519 1.04 2.877 1.747 3.953l.079.12c.384.587.716 1.1.959 1.599c.24.494.355.902.355 1.262c0 .258 0 1.008.002 1.692L22 30.999a1 1 0 0 0 1 1v7.003a.998.998 0 1 0 1.997 0v-.007H25v-6.98h.01a1 1 0 0 0 1-1v-3.041c0-.356.115-.757.357-1.244c.245-.491.58-.996.969-1.576l.064-.096c.715-1.066 1.627-2.427 1.748-3.976a5204 5204 0 0 1 .853-10.71zm-2.024.21l.018-.21H19.96l.01.216c.02.39.054 1 .114 1.875c.038.534.084 1.167.143 1.91h7.476zm-3.873 16.794a5.8 5.8 0 0 1 .443-1.166c.308-.618.713-1.222 1.08-1.772l.017-.024c.797-1.192 1.404-2.14 1.48-3.117l.39-4.925h-7.15c.117 1.36.266 2.973.453 4.872c.098.991.716 1.964 1.509 3.174c.37.566.777 1.187 1.084 1.82c.173.354.326.735.428 1.138z" clip-rule="evenodd"/><path d="M22.302 41.966c.134-.632 1.038-.973 1.684-.973c.658 0 1.568.34 1.707.983l.15.686c.093.432-.108.877-.52 1.037c-.388.151-.886.3-1.337.3c-.422 0-.914-.15-1.303-.3c-.414-.162-.62-.608-.527-1.043z"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsCrutches(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fillRule="evenodd" d="M30.031 10A2 2 0 0 0 32 8V4H16v4a2 2 0 0 0 1.958 2l.014.315c.02.404.056 1.027.117 1.914c.123 1.773.35 4.602.768 8.839c.15 1.519 1.04 2.877 1.747 3.953l.079.12c.384.587.716 1.1.959 1.599c.24.494.355.902.355 1.262c0 .258 0 1.008.002 1.692L22 30.999a1 1 0 0 0 1 1v7.003a.998.998 0 1 0 1.997 0v-.007H25v-6.98h.01a1 1 0 0 0 1-1v-3.041c0-.356.115-.757.357-1.244c.245-.491.58-.996.969-1.576l.064-.096c.715-1.066 1.627-2.427 1.748-3.976a5204 5204 0 0 1 .853-10.71zm-2.024.21l.018-.21H19.96l.01.216c.02.39.054 1 .114 1.875c.038.534.084 1.167.143 1.91h7.476zm-3.873 16.794a5.8 5.8 0 0 1 .443-1.166c.308-.618.713-1.222 1.08-1.772l.017-.024c.797-1.192 1.404-2.14 1.48-3.117l.39-4.925h-7.15c.117 1.36.266 2.973.453 4.872c.098.991.716 1.964 1.509 3.174c.37.566.777 1.187 1.084 1.82c.173.354.326.735.428 1.138z" clipRule="evenodd"/><path d="M22.302 41.966c.134-.632 1.038-.973 1.684-.973c.658 0 1.568.34 1.707.983l.15.686c.093.432-.108.877-.52 1.037c-.388.151-.886.3-1.337.3c-.422 0-.914-.15-1.303-.3c-.414-.162-.62-.608-.527-1.043z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path fill-rule="evenodd" d="M30.031 10A2 2 0 0 0 32 8V4H16v4a2 2 0 0 0 1.958 2l.014.315c.02.404.056 1.027.117 1.914c.123 1.773.35 4.602.768 8.839c.15 1.519 1.04 2.877 1.747 3.953l.079.12c.384.587.716 1.1.959 1.599c.24.494.355.902.355 1.262c0 .258 0 1.008.002 1.692L22 30.999a1 1 0 0 0 1 1v7.003a.998.998 0 1 0 1.997 0v-.007H25v-6.98h.01a1 1 0 0 0 1-1v-3.041c0-.356.115-.757.357-1.244c.245-.491.58-.996.969-1.576l.064-.096c.715-1.066 1.627-2.427 1.748-3.976a5204 5204 0 0 1 .853-10.71zm-2.024.21l.018-.21H19.96l.01.216c.02.39.054 1 .114 1.875c.038.534.084 1.167.143 1.91h7.476zm-3.873 16.794a5.8 5.8 0 0 1 .443-1.166c.308-.618.713-1.222 1.08-1.772l.017-.024c.797-1.192 1.404-2.14 1.48-3.117l.39-4.925h-7.15c.117 1.36.266 2.973.453 4.872c.098.991.716 1.964 1.509 3.174c.37.566.777 1.187 1.084 1.82c.173.354.326.735.428 1.138z" clip-rule="evenodd"/><path d="M22.302 41.966c.134-.632 1.038-.973 1.684-.973c.658 0 1.568.34 1.707.983l.15.686c.093.432-.108.877-.52 1.037c-.388.151-.886.3-1.337.3c-.422 0-.914-.15-1.303-.3c-.414-.162-.62-.608-.527-1.043z"/></g></svg> </template>
CSS
.icon-crutches {
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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M30.031%2010A2%202%200%200%200%2032%208V4H16v4a2%202%200%200%200%201.958%202l.014.315c.02.404.056%201.027.117%201.914c.123%201.773.35%204.602.768%208.839c.15%201.519%201.04%202.877%201.747%203.953l.079.12c.384.587.716%201.1.959%201.599c.24.494.355.902.355%201.262c0%20.258%200%201.008.002%201.692L22%2030.999a1%201%200%200%200%201%201v7.003a.998.998%200%201%200%201.997%200v-.007H25v-6.98h.01a1%201%200%200%200%201-1v-3.041c0-.356.115-.757.357-1.244c.245-.491.58-.996.969-1.576l.064-.096c.715-1.066%201.627-2.427%201.748-3.976a5204%205204%200%200%201%20.853-10.71zm-2.024.21l.018-.21H19.96l.01.216c.02.39.054%201%20.114%201.875c.038.534.084%201.167.143%201.91h7.476zm-3.873%2016.794a5.8%205.8%200%200%201%20.443-1.166c.308-.618.713-1.222%201.08-1.772l.017-.024c.797-1.192%201.404-2.14%201.48-3.117l.39-4.925h-7.15c.117%201.36.266%202.973.453%204.872c.098.991.716%201.964%201.509%203.174c.37.566.777%201.187%201.084%201.82c.173.354.326.735.428%201.138z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M22.302%2041.966c.134-.632%201.038-.973%201.684-.973c.658%200%201.568.34%201.707.983l.15.686c.093.432-.108.877-.52%201.037c-.388.151-.886.3-1.337.3c-.422%200-.914-.15-1.303-.3c-.414-.162-.62-.608-.527-1.043z%22%2F%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%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M30.031%2010A2%202%200%200%200%2032%208V4H16v4a2%202%200%200%200%201.958%202l.014.315c.02.404.056%201.027.117%201.914c.123%201.773.35%204.602.768%208.839c.15%201.519%201.04%202.877%201.747%203.953l.079.12c.384.587.716%201.1.959%201.599c.24.494.355.902.355%201.262c0%20.258%200%201.008.002%201.692L22%2030.999a1%201%200%200%200%201%201v7.003a.998.998%200%201%200%201.997%200v-.007H25v-6.98h.01a1%201%200%200%200%201-1v-3.041c0-.356.115-.757.357-1.244c.245-.491.58-.996.969-1.576l.064-.096c.715-1.066%201.627-2.427%201.748-3.976a5204%205204%200%200%201%20.853-10.71zm-2.024.21l.018-.21H19.96l.01.216c.02.39.054%201%20.114%201.875c.038.534.084%201.167.143%201.91h7.476zm-3.873%2016.794a5.8%205.8%200%200%201%20.443-1.166c.308-.618.713-1.222%201.08-1.772l.017-.024c.797-1.192%201.404-2.14%201.48-3.117l.39-4.925h-7.15c.117%201.36.266%202.973.453%204.872c.098.991.716%201.964%201.509%203.174c.37.566.777%201.187%201.084%201.82c.173.354.326.735.428%201.138z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M22.302%2041.966c.134-.632%201.038-.973%201.684-.973c.658%200%201.568.34%201.707.983l.15.686c.093.432-.108.877-.52%201.037c-.388.151-.886.3-1.337.3c-.422%200-.914-.15-1.303-.3c-.414-.162-.62-.608-.527-1.043z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/crutches.svg?color=%231a73e8&size=48