wheelchair negative icon

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

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

Related icons in Health Icons

Use the wheelchair 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(#healthiconsWheelchairNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm25.397 26.095a7.98 7.98 0 0 1 2.602 6.036A8 8 0 0 1 12 32a8 8 0 0 1 13.397-5.905M30 31.988l.62-.045s3.054 5.365 4.285 7.224c1.231 1.86 4.333.31 3.434-1.764c-.9-2.074-4.239-9.942-4.239-9.942s-.26-.787-1.397-.787c-.6 0-2.647-.165-4.45-.322a10.1 10.1 0 0 0-2.845-2.765l.145-1.92s1.468 2.409 2.344 2.91c.876.5 7.363 1.144 8.547 1.191s2.344-2.479.497-3.123c-1.846-.643-6.677-1.788-6.677-1.788s-3.835-7.581-6.108-7.796s-2.676 0-4.736 2.909c-.363.512-.668 1.193-.92 1.977V15.75l-3.4-2.55l-1.2 1.6l2.6 1.95v5.88A10 10 0 0 0 10 32c0 5.523 4.477 10 10 10s10-4.477 10-10zm-5.37.385l1.364-.098Q26 32.138 26 32a6 6 0 0 0-8.482-5.464c.043 1.15.162 2.076.34 2.57c1.363 3.791 6.771 3.267 6.771 3.267M30.5 9.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsWheelchairNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsWheelchairNegative(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(#healthiconsWheelchairNegative)"><path fill="currentColor" fillRule="evenodd" d="M0 0h48v48H0zm25.397 26.095a7.98 7.98 0 0 1 2.602 6.036A8 8 0 0 1 12 32a8 8 0 0 1 13.397-5.905M30 31.988l.62-.045s3.054 5.365 4.285 7.224c1.231 1.86 4.333.31 3.434-1.764c-.9-2.074-4.239-9.942-4.239-9.942s-.26-.787-1.397-.787c-.6 0-2.647-.165-4.45-.322a10.1 10.1 0 0 0-2.845-2.765l.145-1.92s1.468 2.409 2.344 2.91c.876.5 7.363 1.144 8.547 1.191s2.344-2.479.497-3.123c-1.846-.643-6.677-1.788-6.677-1.788s-3.835-7.581-6.108-7.796s-2.676 0-4.736 2.909c-.363.512-.668 1.193-.92 1.977V15.75l-3.4-2.55l-1.2 1.6l2.6 1.95v5.88A10 10 0 0 0 10 32c0 5.523 4.477 10 10 10s10-4.477 10-10zm-5.37.385l1.364-.098Q26 32.138 26 32a6 6 0 0 0-8.482-5.464c.043 1.15.162 2.076.34 2.57c1.363 3.791 6.771 3.267 6.771 3.267M30.5 9.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0" clipRule="evenodd"/></g><defs><clipPath id="healthiconsWheelchairNegative"><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(#healthiconsWheelchairNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm25.397 26.095a7.98 7.98 0 0 1 2.602 6.036A8 8 0 0 1 12 32a8 8 0 0 1 13.397-5.905M30 31.988l.62-.045s3.054 5.365 4.285 7.224c1.231 1.86 4.333.31 3.434-1.764c-.9-2.074-4.239-9.942-4.239-9.942s-.26-.787-1.397-.787c-.6 0-2.647-.165-4.45-.322a10.1 10.1 0 0 0-2.845-2.765l.145-1.92s1.468 2.409 2.344 2.91c.876.5 7.363 1.144 8.547 1.191s2.344-2.479.497-3.123c-1.846-.643-6.677-1.788-6.677-1.788s-3.835-7.581-6.108-7.796s-2.676 0-4.736 2.909c-.363.512-.668 1.193-.92 1.977V15.75l-3.4-2.55l-1.2 1.6l2.6 1.95v5.88A10 10 0 0 0 10 32c0 5.523 4.477 10 10 10s10-4.477 10-10zm-5.37.385l1.364-.098Q26 32.138 26 32a6 6 0 0 0-8.482-5.464c.043 1.15.162 2.076.34 2.57c1.363 3.791 6.771 3.267 6.771 3.267M30.5 9.5a3.5 3.5 0 1 1-7 0a3.5 3.5 0 0 1 7 0" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsWheelchairNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-wheelchair-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(%23healthiconsWheelchairNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm25.397%2026.095a7.98%207.98%200%200%201%202.602%206.036A8%208%200%200%201%2012%2032a8%208%200%200%201%2013.397-5.905M30%2031.988l.62-.045s3.054%205.365%204.285%207.224c1.231%201.86%204.333.31%203.434-1.764c-.9-2.074-4.239-9.942-4.239-9.942s-.26-.787-1.397-.787c-.6%200-2.647-.165-4.45-.322a10.1%2010.1%200%200%200-2.845-2.765l.145-1.92s1.468%202.409%202.344%202.91c.876.5%207.363%201.144%208.547%201.191s2.344-2.479.497-3.123c-1.846-.643-6.677-1.788-6.677-1.788s-3.835-7.581-6.108-7.796s-2.676%200-4.736%202.909c-.363.512-.668%201.193-.92%201.977V15.75l-3.4-2.55l-1.2%201.6l2.6%201.95v5.88A10%2010%200%200%200%2010%2032c0%205.523%204.477%2010%2010%2010s10-4.477%2010-10zm-5.37.385l1.364-.098Q26%2032.138%2026%2032a6%206%200%200%200-8.482-5.464c.043%201.15.162%202.076.34%202.57c1.363%203.791%206.771%203.267%206.771%203.267M30.5%209.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsWheelchairNegative%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(%23healthiconsWheelchairNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm25.397%2026.095a7.98%207.98%200%200%201%202.602%206.036A8%208%200%200%201%2012%2032a8%208%200%200%201%2013.397-5.905M30%2031.988l.62-.045s3.054%205.365%204.285%207.224c1.231%201.86%204.333.31%203.434-1.764c-.9-2.074-4.239-9.942-4.239-9.942s-.26-.787-1.397-.787c-.6%200-2.647-.165-4.45-.322a10.1%2010.1%200%200%200-2.845-2.765l.145-1.92s1.468%202.409%202.344%202.91c.876.5%207.363%201.144%208.547%201.191s2.344-2.479.497-3.123c-1.846-.643-6.677-1.788-6.677-1.788s-3.835-7.581-6.108-7.796s-2.676%200-4.736%202.909c-.363.512-.668%201.193-.92%201.977V15.75l-3.4-2.55l-1.2%201.6l2.6%201.95v5.88A10%2010%200%200%200%2010%2032c0%205.523%204.477%2010%2010%2010s10-4.477%2010-10zm-5.37.385l1.364-.098Q26%2032.138%2026%2032a6%206%200%200%200-8.482-5.464c.043%201.15.162%202.076.34%202.57c1.363%203.791%206.771%203.267%206.771%203.267M30.5%209.5a3.5%203.5%200%201%201-7%200a3.5%203.5%200%200%201%207%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsWheelchairNegative%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/wheelchair-negative.svg?color=%231a73e8&size=48