exercise yoga icon

exercise-yoga from Health Icons by Resolve to Save Lives · Filled · People · MIT Free for personal and commercial use.

Name
exercise-yoga
Set
Health Icons
Style
Filled
Category
People
Viewbox
48×48
License
MIT

1 other variant in Health Icons

More people icons from Health Icons

Use the exercise yoga icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M29 10a5 5 0 1 1-10 0a5 5 0 0 1 10 0m2 33a1 1 0 0 1-1 1H12.856a2.856 2.856 0 0 1-1.507-5.282l5.284-3.282a3 3 0 0 0 1.417-2.548V32h2.374a4 4 0 0 0 2.828-1.172l.748-.747l.747.747A4 4 0 0 0 27.577 32H30v.892a3 3 0 0 0 1.41 2.543l5.246 3.279A2.86 2.86 0 0 1 35.14 44h-2.31c.11-.313.17-.65.17-1v-.25a3 3 0 0 0-2.602-2.973l-13.215-1.768a1 1 0 0 0-.266 1.982l13.216 1.768a1 1 0 0 1 .867.991zm-4.838-13.586L25 28.252V24.51q.224.129.414.318l1.879 1.88A1 1 0 0 0 28 27h3a1 1 0 0 0 .894-1.447l-1-2a1 1 0 1 0-1.788.894l.276.553h-.968l-1.586-1.586a4 4 0 0 0-5.656 0L19.586 25h-.968l.276-.553a1 1 0 1 0-1.788-.894l-1 2A1 1 0 0 0 17 27h3a1 1 0 0 0 .707-.293l1.879-1.879q.191-.189.414-.318v3.742l-1.162 1.162a2 2 0 0 1-1.414.586h-6.038a2 2 0 0 1-1.864-2.725l3.004-7.725A4 4 0 0 1 19.254 17h9.492a4 4 0 0 1 3.728 2.55l3.005 7.725A2 2 0 0 1 33.613 30h-6.038a2 2 0 0 1-1.414-.586"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsExerciseYoga(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M29 10a5 5 0 1 1-10 0a5 5 0 0 1 10 0m2 33a1 1 0 0 1-1 1H12.856a2.856 2.856 0 0 1-1.507-5.282l5.284-3.282a3 3 0 0 0 1.417-2.548V32h2.374a4 4 0 0 0 2.828-1.172l.748-.747l.747.747A4 4 0 0 0 27.577 32H30v.892a3 3 0 0 0 1.41 2.543l5.246 3.279A2.86 2.86 0 0 1 35.14 44h-2.31c.11-.313.17-.65.17-1v-.25a3 3 0 0 0-2.602-2.973l-13.215-1.768a1 1 0 0 0-.266 1.982l13.216 1.768a1 1 0 0 1 .867.991zm-4.838-13.586L25 28.252V24.51q.224.129.414.318l1.879 1.88A1 1 0 0 0 28 27h3a1 1 0 0 0 .894-1.447l-1-2a1 1 0 1 0-1.788.894l.276.553h-.968l-1.586-1.586a4 4 0 0 0-5.656 0L19.586 25h-.968l.276-.553a1 1 0 1 0-1.788-.894l-1 2A1 1 0 0 0 17 27h3a1 1 0 0 0 .707-.293l1.879-1.879q.191-.189.414-.318v3.742l-1.162 1.162a2 2 0 0 1-1.414.586h-6.038a2 2 0 0 1-1.864-2.725l3.004-7.725A4 4 0 0 1 19.254 17h9.492a4 4 0 0 1 3.728 2.55l3.005 7.725A2 2 0 0 1 33.613 30h-6.038a2 2 0 0 1-1.414-.586"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M29 10a5 5 0 1 1-10 0a5 5 0 0 1 10 0m2 33a1 1 0 0 1-1 1H12.856a2.856 2.856 0 0 1-1.507-5.282l5.284-3.282a3 3 0 0 0 1.417-2.548V32h2.374a4 4 0 0 0 2.828-1.172l.748-.747l.747.747A4 4 0 0 0 27.577 32H30v.892a3 3 0 0 0 1.41 2.543l5.246 3.279A2.86 2.86 0 0 1 35.14 44h-2.31c.11-.313.17-.65.17-1v-.25a3 3 0 0 0-2.602-2.973l-13.215-1.768a1 1 0 0 0-.266 1.982l13.216 1.768a1 1 0 0 1 .867.991zm-4.838-13.586L25 28.252V24.51q.224.129.414.318l1.879 1.88A1 1 0 0 0 28 27h3a1 1 0 0 0 .894-1.447l-1-2a1 1 0 1 0-1.788.894l.276.553h-.968l-1.586-1.586a4 4 0 0 0-5.656 0L19.586 25h-.968l.276-.553a1 1 0 1 0-1.788-.894l-1 2A1 1 0 0 0 17 27h3a1 1 0 0 0 .707-.293l1.879-1.879q.191-.189.414-.318v3.742l-1.162 1.162a2 2 0 0 1-1.414.586h-6.038a2 2 0 0 1-1.864-2.725l3.004-7.725A4 4 0 0 1 19.254 17h9.492a4 4 0 0 1 3.728 2.55l3.005 7.725A2 2 0 0 1 33.613 30h-6.038a2 2 0 0 1-1.414-.586"/></svg>
</template>

CSS

.icon-exercise-yoga {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29%2010a5%205%200%201%201-10%200a5%205%200%200%201%2010%200m2%2033a1%201%200%200%201-1%201H12.856a2.856%202.856%200%200%201-1.507-5.282l5.284-3.282a3%203%200%200%200%201.417-2.548V32h2.374a4%204%200%200%200%202.828-1.172l.748-.747l.747.747A4%204%200%200%200%2027.577%2032H30v.892a3%203%200%200%200%201.41%202.543l5.246%203.279A2.86%202.86%200%200%201%2035.14%2044h-2.31c.11-.313.17-.65.17-1v-.25a3%203%200%200%200-2.602-2.973l-13.215-1.768a1%201%200%200%200-.266%201.982l13.216%201.768a1%201%200%200%201%20.867.991zm-4.838-13.586L25%2028.252V24.51q.224.129.414.318l1.879%201.88A1%201%200%200%200%2028%2027h3a1%201%200%200%200%20.894-1.447l-1-2a1%201%200%201%200-1.788.894l.276.553h-.968l-1.586-1.586a4%204%200%200%200-5.656%200L19.586%2025h-.968l.276-.553a1%201%200%201%200-1.788-.894l-1%202A1%201%200%200%200%2017%2027h3a1%201%200%200%200%20.707-.293l1.879-1.879q.191-.189.414-.318v3.742l-1.162%201.162a2%202%200%200%201-1.414.586h-6.038a2%202%200%200%201-1.864-2.725l3.004-7.725A4%204%200%200%201%2019.254%2017h9.492a4%204%200%200%201%203.728%202.55l3.005%207.725A2%202%200%200%201%2033.613%2030h-6.038a2%202%200%200%201-1.414-.586%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29%2010a5%205%200%201%201-10%200a5%205%200%200%201%2010%200m2%2033a1%201%200%200%201-1%201H12.856a2.856%202.856%200%200%201-1.507-5.282l5.284-3.282a3%203%200%200%200%201.417-2.548V32h2.374a4%204%200%200%200%202.828-1.172l.748-.747l.747.747A4%204%200%200%200%2027.577%2032H30v.892a3%203%200%200%200%201.41%202.543l5.246%203.279A2.86%202.86%200%200%201%2035.14%2044h-2.31c.11-.313.17-.65.17-1v-.25a3%203%200%200%200-2.602-2.973l-13.215-1.768a1%201%200%200%200-.266%201.982l13.216%201.768a1%201%200%200%201%20.867.991zm-4.838-13.586L25%2028.252V24.51q.224.129.414.318l1.879%201.88A1%201%200%200%200%2028%2027h3a1%201%200%200%200%20.894-1.447l-1-2a1%201%200%201%200-1.788.894l.276.553h-.968l-1.586-1.586a4%204%200%200%200-5.656%200L19.586%2025h-.968l.276-.553a1%201%200%201%200-1.788-.894l-1%202A1%201%200%200%200%2017%2027h3a1%201%200%200%200%20.707-.293l1.879-1.879q.191-.189.414-.318v3.742l-1.162%201.162a2%202%200%200%201-1.414.586h-6.038a2%202%200%200%201-1.864-2.725l3.004-7.725A4%204%200%200%201%2019.254%2017h9.492a4%204%200%200%201%203.728%202.55l3.005%207.725A2%202%200%200%201%2033.613%2030h-6.038a2%202%200%200%201-1.414-.586%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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