exercise yoga icon
exercise-yoga-outline from Health Icons by Resolve to Save Lives · Outline · People · MIT Free for personal and commercial use.
- Name
- exercise-yoga-outline
- Set
- Health Icons
- Style
- Outline
- Category
- People
- Viewbox
- 48×48
- License
- MIT
- Aliases
- exercise-yoga2x-outline
1 other variant in Health Icons
More people icons from Health Icons
agricultureagriculture-workeragriculture-worker-altancvasthmababy-0203-altbaby-0203mbaby-0306mbaby-female-0203m-altbaby-female-0306mbaby-female-0609mbaby-male-0203m-altbaby-male-0306mbaby-male-0609mboy-0105yboy-1015ycall-centrechild-carechild-cognitionchild-programcity-workerclean-handscommunity-healthworkerconstruction-worker
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" fill-rule="evenodd" d="M24 6a4 4 0 1 0 0 8a4 4 0 0 0 0-8m-6 4a6 6 0 1 1 12 0a6 6 0 0 1-12 0m-2.692 9.462A4 4 0 0 1 19 17h10a4 4 0 0 1 3.692 2.462l2.5 6c1.033 2.477-.618 5.193-3.192 5.508v.922a1 1 0 0 0 .47.848l5.548 3.467A4.217 4.217 0 0 1 35.783 44h-23.57a4.213 4.213 0 0 1-2.223-7.792l5.588-3.47a1 1 0 0 0 .472-.85v-.913c-2.603-.285-4.281-3.02-3.242-5.514zM18.05 31v.888a3 3 0 0 1-1.417 2.548l-5.587 3.47A2.213 2.213 0 0 0 12.213 42H30a1 1 0 0 0 1-1v-.13a1 1 0 0 0-.933-.997l-13.084-.875a1 1 0 0 1 .134-1.996l13.083.875a3 3 0 0 1 2.8 2.994V41c0 .35-.06.687-.17 1h2.953a2.217 2.217 0 0 0 1.175-4.097l-5.548-3.468A3 3 0 0 1 30 31.891V31h-2.757a4 4 0 0 1-2.829-1.172L24 29.414l-.414.414A4 4 0 0 1 20.757 31zM25 27.586l.828.828a2 2 0 0 0 1.415.586H31.5a2 2 0 0 0 1.846-2.77l-2.5-6A2 2 0 0 0 29 19H19a2 2 0 0 0-1.846 1.23l-2.5 6A2 2 0 0 0 16.5 29h4.257a2 2 0 0 0 1.415-.586l.828-.828v-2.32c-.226.13-.43.308-.6.534l-.6.8a1 1 0 0 1-.8.4h-3a1 1 0 0 1-.894-1.447l1-2a1 1 0 1 1 1.788.894l-.276.553h.882l.3-.4c1.6-2.133 4.8-2.133 6.4 0l.3.4h.882l-.276-.553a1 1 0 1 1 1.788-.894l1 2A1 1 0 0 1 30 27h-3a1 1 0 0 1-.8-.4l-.6-.8a2 2 0 0 0-.6-.534z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsExerciseYogaOutline(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" fillRule="evenodd" d="M24 6a4 4 0 1 0 0 8a4 4 0 0 0 0-8m-6 4a6 6 0 1 1 12 0a6 6 0 0 1-12 0m-2.692 9.462A4 4 0 0 1 19 17h10a4 4 0 0 1 3.692 2.462l2.5 6c1.033 2.477-.618 5.193-3.192 5.508v.922a1 1 0 0 0 .47.848l5.548 3.467A4.217 4.217 0 0 1 35.783 44h-23.57a4.213 4.213 0 0 1-2.223-7.792l5.588-3.47a1 1 0 0 0 .472-.85v-.913c-2.603-.285-4.281-3.02-3.242-5.514zM18.05 31v.888a3 3 0 0 1-1.417 2.548l-5.587 3.47A2.213 2.213 0 0 0 12.213 42H30a1 1 0 0 0 1-1v-.13a1 1 0 0 0-.933-.997l-13.084-.875a1 1 0 0 1 .134-1.996l13.083.875a3 3 0 0 1 2.8 2.994V41c0 .35-.06.687-.17 1h2.953a2.217 2.217 0 0 0 1.175-4.097l-5.548-3.468A3 3 0 0 1 30 31.891V31h-2.757a4 4 0 0 1-2.829-1.172L24 29.414l-.414.414A4 4 0 0 1 20.757 31zM25 27.586l.828.828a2 2 0 0 0 1.415.586H31.5a2 2 0 0 0 1.846-2.77l-2.5-6A2 2 0 0 0 29 19H19a2 2 0 0 0-1.846 1.23l-2.5 6A2 2 0 0 0 16.5 29h4.257a2 2 0 0 0 1.415-.586l.828-.828v-2.32c-.226.13-.43.308-.6.534l-.6.8a1 1 0 0 1-.8.4h-3a1 1 0 0 1-.894-1.447l1-2a1 1 0 1 1 1.788.894l-.276.553h.882l.3-.4c1.6-2.133 4.8-2.133 6.4 0l.3.4h.882l-.276-.553a1 1 0 1 1 1.788-.894l1 2A1 1 0 0 1 30 27h-3a1 1 0 0 1-.8-.4l-.6-.8a2 2 0 0 0-.6-.534z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M24 6a4 4 0 1 0 0 8a4 4 0 0 0 0-8m-6 4a6 6 0 1 1 12 0a6 6 0 0 1-12 0m-2.692 9.462A4 4 0 0 1 19 17h10a4 4 0 0 1 3.692 2.462l2.5 6c1.033 2.477-.618 5.193-3.192 5.508v.922a1 1 0 0 0 .47.848l5.548 3.467A4.217 4.217 0 0 1 35.783 44h-23.57a4.213 4.213 0 0 1-2.223-7.792l5.588-3.47a1 1 0 0 0 .472-.85v-.913c-2.603-.285-4.281-3.02-3.242-5.514zM18.05 31v.888a3 3 0 0 1-1.417 2.548l-5.587 3.47A2.213 2.213 0 0 0 12.213 42H30a1 1 0 0 0 1-1v-.13a1 1 0 0 0-.933-.997l-13.084-.875a1 1 0 0 1 .134-1.996l13.083.875a3 3 0 0 1 2.8 2.994V41c0 .35-.06.687-.17 1h2.953a2.217 2.217 0 0 0 1.175-4.097l-5.548-3.468A3 3 0 0 1 30 31.891V31h-2.757a4 4 0 0 1-2.829-1.172L24 29.414l-.414.414A4 4 0 0 1 20.757 31zM25 27.586l.828.828a2 2 0 0 0 1.415.586H31.5a2 2 0 0 0 1.846-2.77l-2.5-6A2 2 0 0 0 29 19H19a2 2 0 0 0-1.846 1.23l-2.5 6A2 2 0 0 0 16.5 29h4.257a2 2 0 0 0 1.415-.586l.828-.828v-2.32c-.226.13-.43.308-.6.534l-.6.8a1 1 0 0 1-.8.4h-3a1 1 0 0 1-.894-1.447l1-2a1 1 0 1 1 1.788.894l-.276.553h.882l.3-.4c1.6-2.133 4.8-2.133 6.4 0l.3.4h.882l-.276-.553a1 1 0 1 1 1.788-.894l1 2A1 1 0 0 1 30 27h-3a1 1 0 0 1-.8-.4l-.6-.8a2 2 0 0 0-.6-.534z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-exercise-yoga-outline {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M24%206a4%204%200%201%200%200%208a4%204%200%200%200%200-8m-6%204a6%206%200%201%201%2012%200a6%206%200%200%201-12%200m-2.692%209.462A4%204%200%200%201%2019%2017h10a4%204%200%200%201%203.692%202.462l2.5%206c1.033%202.477-.618%205.193-3.192%205.508v.922a1%201%200%200%200%20.47.848l5.548%203.467A4.217%204.217%200%200%201%2035.783%2044h-23.57a4.213%204.213%200%200%201-2.223-7.792l5.588-3.47a1%201%200%200%200%20.472-.85v-.913c-2.603-.285-4.281-3.02-3.242-5.514zM18.05%2031v.888a3%203%200%200%201-1.417%202.548l-5.587%203.47A2.213%202.213%200%200%200%2012.213%2042H30a1%201%200%200%200%201-1v-.13a1%201%200%200%200-.933-.997l-13.084-.875a1%201%200%200%201%20.134-1.996l13.083.875a3%203%200%200%201%202.8%202.994V41c0%20.35-.06.687-.17%201h2.953a2.217%202.217%200%200%200%201.175-4.097l-5.548-3.468A3%203%200%200%201%2030%2031.891V31h-2.757a4%204%200%200%201-2.829-1.172L24%2029.414l-.414.414A4%204%200%200%201%2020.757%2031zM25%2027.586l.828.828a2%202%200%200%200%201.415.586H31.5a2%202%200%200%200%201.846-2.77l-2.5-6A2%202%200%200%200%2029%2019H19a2%202%200%200%200-1.846%201.23l-2.5%206A2%202%200%200%200%2016.5%2029h4.257a2%202%200%200%200%201.415-.586l.828-.828v-2.32c-.226.13-.43.308-.6.534l-.6.8a1%201%200%200%201-.8.4h-3a1%201%200%200%201-.894-1.447l1-2a1%201%200%201%201%201.788.894l-.276.553h.882l.3-.4c1.6-2.133%204.8-2.133%206.4%200l.3.4h.882l-.276-.553a1%201%200%201%201%201.788-.894l1%202A1%201%200%200%201%2030%2027h-3a1%201%200%200%201-.8-.4l-.6-.8a2%202%200%200%200-.6-.534z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M24%206a4%204%200%201%200%200%208a4%204%200%200%200%200-8m-6%204a6%206%200%201%201%2012%200a6%206%200%200%201-12%200m-2.692%209.462A4%204%200%200%201%2019%2017h10a4%204%200%200%201%203.692%202.462l2.5%206c1.033%202.477-.618%205.193-3.192%205.508v.922a1%201%200%200%200%20.47.848l5.548%203.467A4.217%204.217%200%200%201%2035.783%2044h-23.57a4.213%204.213%200%200%201-2.223-7.792l5.588-3.47a1%201%200%200%200%20.472-.85v-.913c-2.603-.285-4.281-3.02-3.242-5.514zM18.05%2031v.888a3%203%200%200%201-1.417%202.548l-5.587%203.47A2.213%202.213%200%200%200%2012.213%2042H30a1%201%200%200%200%201-1v-.13a1%201%200%200%200-.933-.997l-13.084-.875a1%201%200%200%201%20.134-1.996l13.083.875a3%203%200%200%201%202.8%202.994V41c0%20.35-.06.687-.17%201h2.953a2.217%202.217%200%200%200%201.175-4.097l-5.548-3.468A3%203%200%200%201%2030%2031.891V31h-2.757a4%204%200%200%201-2.829-1.172L24%2029.414l-.414.414A4%204%200%200%201%2020.757%2031zM25%2027.586l.828.828a2%202%200%200%200%201.415.586H31.5a2%202%200%200%200%201.846-2.77l-2.5-6A2%202%200%200%200%2029%2019H19a2%202%200%200%200-1.846%201.23l-2.5%206A2%202%200%200%200%2016.5%2029h4.257a2%202%200%200%200%201.415-.586l.828-.828v-2.32c-.226.13-.43.308-.6.534l-.6.8a1%201%200%200%201-.8.4h-3a1%201%200%200%201-.894-1.447l1-2a1%201%200%201%201%201.788.894l-.276.553h.882l.3-.4c1.6-2.133%204.8-2.133%206.4%200l.3.4h.882l-.276-.553a1%201%200%201%201%201.788-.894l1%202A1%201%200%200%201%2030%2027h-3a1%201%200%200%201-.8-.4l-.6-.8a2%202%200%200%200-.6-.534z%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/exercise-yoga-outline.svg?color=%231a73e8&size=48