leg-24px from Health Icons by Resolve to Save Lives · Filled 24px · Body · MIT Free for personal and commercial use.

Name
leg-24px
Set
Health Icons
Style
Filled 24px
Category
Body
Viewbox
24×24
License
MIT

3 other variants in Health Icons

The same icon in other sets

More body icons from Health Icons

Use the leg icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M10.31 3h7.32l-.143.614c-.346 1.482-.666 2.512-1.282 3.687c-.58 1.108-1.418 2.335-2.762 4.198c.072.125.162.284.259.463c.23.423.51.982.67 1.464c.354 1.065.353 1.894.267 2.73c-.025.239-.055.47-.085.706a15 15 0 0 0-.155 1.842c.112.15.238.293.375.446q.103.115.213.242c.117.137.241.29.335.452c.093.16.185.37.178.614a1.95 1.95 0 0 1-.211.798c-.127.251-.33.52-.63.683a.85.85 0 0 1-.418.095a1.6 1.6 0 0 1-.34-.047a5 5 0 0 1-.647-.21l-.169-.064a11 11 0 0 0-.428-.157a1.4 1.4 0 0 0-.341-.084c-.35 0-.852.113-1.367.248l-.284.076l-.41.107a2.6 2.6 0 0 1-.57.097H8.052c-.633 0-1.027-.45-1.225-.756a2.8 2.8 0 0 1-.3-.636l-.005-.014l-.002-.005v-.002s.021.066 0 0a.5.5 0 0 1 .48-.644h1.386l2.79-1.343l-1.97-5.925c-.115-.372-.193-.71-.2-1.096c-.005-.377.059-.771.188-1.265z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsLeg24px(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M10.31 3h7.32l-.143.614c-.346 1.482-.666 2.512-1.282 3.687c-.58 1.108-1.418 2.335-2.762 4.198c.072.125.162.284.259.463c.23.423.51.982.67 1.464c.354 1.065.353 1.894.267 2.73c-.025.239-.055.47-.085.706a15 15 0 0 0-.155 1.842c.112.15.238.293.375.446q.103.115.213.242c.117.137.241.29.335.452c.093.16.185.37.178.614a1.95 1.95 0 0 1-.211.798c-.127.251-.33.52-.63.683a.85.85 0 0 1-.418.095a1.6 1.6 0 0 1-.34-.047a5 5 0 0 1-.647-.21l-.169-.064a11 11 0 0 0-.428-.157a1.4 1.4 0 0 0-.341-.084c-.35 0-.852.113-1.367.248l-.284.076l-.41.107a2.6 2.6 0 0 1-.57.097H8.052c-.633 0-1.027-.45-1.225-.756a2.8 2.8 0 0 1-.3-.636l-.005-.014l-.002-.005v-.002s.021.066 0 0a.5.5 0 0 1 .48-.644h1.386l2.79-1.343l-1.97-5.925c-.115-.372-.193-.71-.2-1.096c-.005-.377.059-.771.188-1.265z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M10.31 3h7.32l-.143.614c-.346 1.482-.666 2.512-1.282 3.687c-.58 1.108-1.418 2.335-2.762 4.198c.072.125.162.284.259.463c.23.423.51.982.67 1.464c.354 1.065.353 1.894.267 2.73c-.025.239-.055.47-.085.706a15 15 0 0 0-.155 1.842c.112.15.238.293.375.446q.103.115.213.242c.117.137.241.29.335.452c.093.16.185.37.178.614a1.95 1.95 0 0 1-.211.798c-.127.251-.33.52-.63.683a.85.85 0 0 1-.418.095a1.6 1.6 0 0 1-.34-.047a5 5 0 0 1-.647-.21l-.169-.064a11 11 0 0 0-.428-.157a1.4 1.4 0 0 0-.341-.084c-.35 0-.852.113-1.367.248l-.284.076l-.41.107a2.6 2.6 0 0 1-.57.097H8.052c-.633 0-1.027-.45-1.225-.756a2.8 2.8 0 0 1-.3-.636l-.005-.014l-.002-.005v-.002s.021.066 0 0a.5.5 0 0 1 .48-.644h1.386l2.79-1.343l-1.97-5.925c-.115-.372-.193-.71-.2-1.096c-.005-.377.059-.771.188-1.265z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-leg-24px {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10.31%203h7.32l-.143.614c-.346%201.482-.666%202.512-1.282%203.687c-.58%201.108-1.418%202.335-2.762%204.198c.072.125.162.284.259.463c.23.423.51.982.67%201.464c.354%201.065.353%201.894.267%202.73c-.025.239-.055.47-.085.706a15%2015%200%200%200-.155%201.842c.112.15.238.293.375.446q.103.115.213.242c.117.137.241.29.335.452c.093.16.185.37.178.614a1.95%201.95%200%200%201-.211.798c-.127.251-.33.52-.63.683a.85.85%200%200%201-.418.095a1.6%201.6%200%200%201-.34-.047a5%205%200%200%201-.647-.21l-.169-.064a11%2011%200%200%200-.428-.157a1.4%201.4%200%200%200-.341-.084c-.35%200-.852.113-1.367.248l-.284.076l-.41.107a2.6%202.6%200%200%201-.57.097H8.052c-.633%200-1.027-.45-1.225-.756a2.8%202.8%200%200%201-.3-.636l-.005-.014l-.002-.005v-.002s.021.066%200%200a.5.5%200%200%201%20.48-.644h1.386l2.79-1.343l-1.97-5.925c-.115-.372-.193-.71-.2-1.096c-.005-.377.059-.771.188-1.265z%22%20clip-rule%3D%22evenodd%22%2F%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10.31%203h7.32l-.143.614c-.346%201.482-.666%202.512-1.282%203.687c-.58%201.108-1.418%202.335-2.762%204.198c.072.125.162.284.259.463c.23.423.51.982.67%201.464c.354%201.065.353%201.894.267%202.73c-.025.239-.055.47-.085.706a15%2015%200%200%200-.155%201.842c.112.15.238.293.375.446q.103.115.213.242c.117.137.241.29.335.452c.093.16.185.37.178.614a1.95%201.95%200%200%201-.211.798c-.127.251-.33.52-.63.683a.85.85%200%200%201-.418.095a1.6%201.6%200%200%201-.34-.047a5%205%200%200%201-.647-.21l-.169-.064a11%2011%200%200%200-.428-.157a1.4%201.4%200%200%200-.341-.084c-.35%200-.852.113-1.367.248l-.284.076l-.41.107a2.6%202.6%200%200%201-.57.097H8.052c-.633%200-1.027-.45-1.225-.756a2.8%202.8%200%200%201-.3-.636l-.005-.014l-.002-.005v-.002s.021.066%200%200a.5.5%200%200%201%20.48-.644h1.386l2.79-1.343l-1.97-5.925c-.115-.372-.193-.71-.2-1.096c-.005-.377.059-.771.188-1.265z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/leg-24px.svg?color=%231a73e8&size=48