cane negative icon
cane-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- cane-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Use the cane 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(#healthiconsCaneNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm25.86 38.836a1 1 0 0 1 .987-.836h.306a1 1 0 0 1 .986.836L28.667 42H29a1 1 0 1 1 0 2h-4a1 1 0 1 1 0-2h.333zM27 15a1.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 15m-1 1a1.53 1.53 0 0 0 1 .366A1.53 1.53 0 0 0 28 16v21a1.53 1.53 0 0 0-1-.367A1.53 1.53 0 0 0 26 37z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsCaneNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsCaneNegative(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(#healthiconsCaneNegative)"><path fill="currentColor" fillRule="evenodd" d="M0 0h48v48H0zm25.86 38.836a1 1 0 0 1 .987-.836h.306a1 1 0 0 1 .986.836L28.667 42H29a1 1 0 1 1 0 2h-4a1 1 0 1 1 0-2h.333zM27 15a1.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 15m-1 1a1.53 1.53 0 0 0 1 .366A1.53 1.53 0 0 0 28 16v21a1.53 1.53 0 0 0-1-.367A1.53 1.53 0 0 0 26 37z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsCaneNegative"><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(#healthiconsCaneNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm25.86 38.836a1 1 0 0 1 .987-.836h.306a1 1 0 0 1 .986.836L28.667 42H29a1 1 0 1 1 0 2h-4a1 1 0 1 1 0-2h.333zM27 15a1.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 15m-1 1a1.53 1.53 0 0 0 1 .366A1.53 1.53 0 0 0 28 16v21a1.53 1.53 0 0 0-1-.367A1.53 1.53 0 0 0 26 37z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsCaneNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-cane-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(%23healthiconsCaneNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm25.86%2038.836a1%201%200%200%201%20.987-.836h.306a1%201%200%200%201%20.986.836L28.667%2042H29a1%201%200%201%201%200%202h-4a1%201%200%201%201%200-2h.333zM27%2015a1.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%2015m-1%201a1.53%201.53%200%200%200%201%20.366A1.53%201.53%200%200%200%2028%2016v21a1.53%201.53%200%200%200-1-.367A1.53%201.53%200%200%200%2026%2037z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsCaneNegative%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(%23healthiconsCaneNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm25.86%2038.836a1%201%200%200%201%20.987-.836h.306a1%201%200%200%201%20.986.836L28.667%2042H29a1%201%200%201%201%200%202h-4a1%201%200%201%201%200-2h.333zM27%2015a1.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%2015m-1%201a1.53%201.53%200%200%200%201%20.366A1.53%201.53%200%200%200%2028%2016v21a1.53%201.53%200%200%200-1-.367A1.53%201.53%200%200%200%2026%2037z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsCaneNegative%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/cane-negative.svg?color=%231a73e8&size=48