cane from Health Icons by Resolve to Save Lives · Filled · Devices · MIT Free for personal and commercial use.

Name
cane
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 cane icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M25.86 38.836a1 1 0 0 1 .987-.836h.306a1 1 0 0 1 .986.836l.667 4A1 1 0 0 1 27.82 44h-1.64a1 1 0 0 1-.986-1.164z"/><path fill-rule="evenodd" d="M24 43a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2h-4a1 1 0 0 1-1-1m3-28a1.5 1.5 0 0 1-1.5-1.5v-3c0-1.31-.397-2.146-.852-2.639A2.23 2.23 0 0 0 23 7.125a2.23 2.23 0 0 0-1.648.736c-.455.493-.852 1.329-.852 2.639a1.5 1.5 0 0 1-3 0c0-1.94.603-3.541 1.648-4.674A5.23 5.23 0 0 1 23 4.125c1.41 0 2.813.575 3.852 1.701C27.897 6.96 28.5 8.56 28.5 10.5v3A1.5 1.5 0 0 1 27 15m0 1.366A1.53 1.53 0 0 1 26 16v21a1.53 1.53 0 0 1 1-.366c.384 0 .735.138 1 .366V16a1.53 1.53 0 0 1-1 .366" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsCane(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 d="M25.86 38.836a1 1 0 0 1 .987-.836h.306a1 1 0 0 1 .986.836l.667 4A1 1 0 0 1 27.82 44h-1.64a1 1 0 0 1-.986-1.164z"/><path fillRule="evenodd" d="M24 43a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2h-4a1 1 0 0 1-1-1m3-28a1.5 1.5 0 0 1-1.5-1.5v-3c0-1.31-.397-2.146-.852-2.639A2.23 2.23 0 0 0 23 7.125a2.23 2.23 0 0 0-1.648.736c-.455.493-.852 1.329-.852 2.639a1.5 1.5 0 0 1-3 0c0-1.94.603-3.541 1.648-4.674A5.23 5.23 0 0 1 23 4.125c1.41 0 2.813.575 3.852 1.701C27.897 6.96 28.5 8.56 28.5 10.5v3A1.5 1.5 0 0 1 27 15m0 1.366A1.53 1.53 0 0 1 26 16v21a1.53 1.53 0 0 1 1-.366c.384 0 .735.138 1 .366V16a1.53 1.53 0 0 1-1 .366" clipRule="evenodd"/></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 d="M25.86 38.836a1 1 0 0 1 .987-.836h.306a1 1 0 0 1 .986.836l.667 4A1 1 0 0 1 27.82 44h-1.64a1 1 0 0 1-.986-1.164z"/><path fill-rule="evenodd" d="M24 43a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2h-4a1 1 0 0 1-1-1m3-28a1.5 1.5 0 0 1-1.5-1.5v-3c0-1.31-.397-2.146-.852-2.639A2.23 2.23 0 0 0 23 7.125a2.23 2.23 0 0 0-1.648.736c-.455.493-.852 1.329-.852 2.639a1.5 1.5 0 0 1-3 0c0-1.94.603-3.541 1.648-4.674A5.23 5.23 0 0 1 23 4.125c1.41 0 2.813.575 3.852 1.701C27.897 6.96 28.5 8.56 28.5 10.5v3A1.5 1.5 0 0 1 27 15m0 1.366A1.53 1.53 0 0 1 26 16v21a1.53 1.53 0 0 1 1-.366c.384 0 .735.138 1 .366V16a1.53 1.53 0 0 1-1 .366" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-cane {
  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%20d%3D%22M25.86%2038.836a1%201%200%200%201%20.987-.836h.306a1%201%200%200%201%20.986.836l.667%204A1%201%200%200%201%2027.82%2044h-1.64a1%201%200%200%201-.986-1.164z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M24%2043a1%201%200%200%201%201-1h4a1%201%200%201%201%200%202h-4a1%201%200%200%201-1-1m3-28a1.5%201.5%200%200%201-1.5-1.5v-3c0-1.31-.397-2.146-.852-2.639A2.23%202.23%200%200%200%2023%207.125a2.23%202.23%200%200%200-1.648.736c-.455.493-.852%201.329-.852%202.639a1.5%201.5%200%200%201-3%200c0-1.94.603-3.541%201.648-4.674A5.23%205.23%200%200%201%2023%204.125c1.41%200%202.813.575%203.852%201.701C27.897%206.96%2028.5%208.56%2028.5%2010.5v3A1.5%201.5%200%200%201%2027%2015m0%201.366A1.53%201.53%200%200%201%2026%2016v21a1.53%201.53%200%200%201%201-.366c.384%200%20.735.138%201%20.366V16a1.53%201.53%200%200%201-1%20.366%22%20clip-rule%3D%22evenodd%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%20d%3D%22M25.86%2038.836a1%201%200%200%201%20.987-.836h.306a1%201%200%200%201%20.986.836l.667%204A1%201%200%200%201%2027.82%2044h-1.64a1%201%200%200%201-.986-1.164z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M24%2043a1%201%200%200%201%201-1h4a1%201%200%201%201%200%202h-4a1%201%200%200%201-1-1m3-28a1.5%201.5%200%200%201-1.5-1.5v-3c0-1.31-.397-2.146-.852-2.639A2.23%202.23%200%200%200%2023%207.125a2.23%202.23%200%200%200-1.648.736c-.455.493-.852%201.329-.852%202.639a1.5%201.5%200%200%201-3%200c0-1.94.603-3.541%201.648-4.674A5.23%205.23%200%200%201%2023%204.125c1.41%200%202.813.575%203.852%201.701C27.897%206.96%2028.5%208.56%2028.5%2010.5v3A1.5%201.5%200%200%201%2027%2015m0%201.366A1.53%201.53%200%200%201%2026%2016v21a1.53%201.53%200%200%201%201-.366c.384%200%20.735.138%201%20.366V16a1.53%201.53%200%200%201-1%20.366%22%20clip-rule%3D%22evenodd%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/cane.svg?color=%231a73e8&size=48