leg negative icon
leg-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- leg-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Use the leg 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(#healthiconsLegNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM21.33 4.79l-3.196 14.882a6 6 0 0 0-.134 1.26v2.606a6 6 0 0 0 .301 1.876L22.5 38.167L16 40.795h-3v1.154a2 2 0 0 0 2 2h3.31q.19 0 .376-.036l3.982-.761a3.88 3.88 0 0 1 2.532.376a2.91 2.91 0 0 0 4.032-1.441l.055-.132a3.04 3.04 0 0 0-.444-3.104L27 36.59l.397-9.181a8 8 0 0 0-1.116-4.434L25 20.82s7.266-8.115 8.814-15.702c.12-.59-.347-1.118-.949-1.118H22.308a1 1 0 0 0-.978.79" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsLegNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsLegNegative(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(#healthiconsLegNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM21.33 4.79l-3.196 14.882a6 6 0 0 0-.134 1.26v2.606a6 6 0 0 0 .301 1.876L22.5 38.167L16 40.795h-3v1.154a2 2 0 0 0 2 2h3.31q.19 0 .376-.036l3.982-.761a3.88 3.88 0 0 1 2.532.376a2.91 2.91 0 0 0 4.032-1.441l.055-.132a3.04 3.04 0 0 0-.444-3.104L27 36.59l.397-9.181a8 8 0 0 0-1.116-4.434L25 20.82s7.266-8.115 8.814-15.702c.12-.59-.347-1.118-.949-1.118H22.308a1 1 0 0 0-.978.79" clipRule="evenodd"/></g><defs><clipPath id="healthiconsLegNegative"><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(#healthiconsLegNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM21.33 4.79l-3.196 14.882a6 6 0 0 0-.134 1.26v2.606a6 6 0 0 0 .301 1.876L22.5 38.167L16 40.795h-3v1.154a2 2 0 0 0 2 2h3.31q.19 0 .376-.036l3.982-.761a3.88 3.88 0 0 1 2.532.376a2.91 2.91 0 0 0 4.032-1.441l.055-.132a3.04 3.04 0 0 0-.444-3.104L27 36.59l.397-9.181a8 8 0 0 0-1.116-4.434L25 20.82s7.266-8.115 8.814-15.702c.12-.59-.347-1.118-.949-1.118H22.308a1 1 0 0 0-.978.79" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsLegNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-leg-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(%23healthiconsLegNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM21.33%204.79l-3.196%2014.882a6%206%200%200%200-.134%201.26v2.606a6%206%200%200%200%20.301%201.876L22.5%2038.167L16%2040.795h-3v1.154a2%202%200%200%200%202%202h3.31q.19%200%20.376-.036l3.982-.761a3.88%203.88%200%200%201%202.532.376a2.91%202.91%200%200%200%204.032-1.441l.055-.132a3.04%203.04%200%200%200-.444-3.104L27%2036.59l.397-9.181a8%208%200%200%200-1.116-4.434L25%2020.82s7.266-8.115%208.814-15.702c.12-.59-.347-1.118-.949-1.118H22.308a1%201%200%200%200-.978.79%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsLegNegative%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(%23healthiconsLegNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM21.33%204.79l-3.196%2014.882a6%206%200%200%200-.134%201.26v2.606a6%206%200%200%200%20.301%201.876L22.5%2038.167L16%2040.795h-3v1.154a2%202%200%200%200%202%202h3.31q.19%200%20.376-.036l3.982-.761a3.88%203.88%200%200%201%202.532.376a2.91%202.91%200%200%200%204.032-1.441l.055-.132a3.04%203.04%200%200%200-.444-3.104L27%2036.59l.397-9.181a8%208%200%200%200-1.116-4.434L25%2020.82s7.266-8.115%208.814-15.702c.12-.59-.347-1.118-.949-1.118H22.308a1%201%200%200%200-.978.79%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsLegNegative%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/leg-negative.svg?color=%231a73e8&size=48