yoga 01 icon
yoga-01 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- yoga-01
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the yoga 01 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M9.092 16c-.31.682-1.022.986-1.653 1.316l-3.646 1.907C2.328 19.99 3.059 22 4.63 22c3.492 0 6.254-1.694 9.41-3c.795-.329 1.18-.259 1.96.091"/><path stroke-linecap="round" stroke-linejoin="round" d="M9 19.091c.78-.35 1.165-.42 1.96-.091c3.156 1.306 5.918 3 9.41 3c1.57 0 2.302-2.01.837-2.777l-3.646-1.907c-.631-.33-1.344-.634-1.653-1.316"/><path d="M10 4a2 2 0 1 0 4 0a2 2 0 0 0-4 0Z"/><path stroke-linejoin="round" d="M12 8a6 6 0 0 0-6 6a6 6 0 0 0 6-6Zm0 0a6 6 0 0 1 6 6a6 6 0 0 1-6-6Z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsYoga01(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="M9.092 16c-.31.682-1.022.986-1.653 1.316l-3.646 1.907C2.328 19.99 3.059 22 4.63 22c3.492 0 6.254-1.694 9.41-3c.795-.329 1.18-.259 1.96.091"/><path strokeLinecap="round" strokeLinejoin="round" d="M9 19.091c.78-.35 1.165-.42 1.96-.091c3.156 1.306 5.918 3 9.41 3c1.57 0 2.302-2.01.837-2.777l-3.646-1.907c-.631-.33-1.344-.634-1.653-1.316"/><path d="M10 4a2 2 0 1 0 4 0a2 2 0 0 0-4 0Z"/><path strokeLinejoin="round" d="M12 8a6 6 0 0 0-6 6a6 6 0 0 0 6-6Zm0 0a6 6 0 0 1 6 6a6 6 0 0 1-6-6Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M9.092 16c-.31.682-1.022.986-1.653 1.316l-3.646 1.907C2.328 19.99 3.059 22 4.63 22c3.492 0 6.254-1.694 9.41-3c.795-.329 1.18-.259 1.96.091"/><path stroke-linecap="round" stroke-linejoin="round" d="M9 19.091c.78-.35 1.165-.42 1.96-.091c3.156 1.306 5.918 3 9.41 3c1.57 0 2.302-2.01.837-2.777l-3.646-1.907c-.631-.33-1.344-.634-1.653-1.316"/><path d="M10 4a2 2 0 1 0 4 0a2 2 0 0 0-4 0Z"/><path stroke-linejoin="round" d="M12 8a6 6 0 0 0-6 6a6 6 0 0 0 6-6Zm0 0a6 6 0 0 1 6 6a6 6 0 0 1-6-6Z"/></g></svg> </template>
CSS
.icon-yoga-01 {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9.092%2016c-.31.682-1.022.986-1.653%201.316l-3.646%201.907C2.328%2019.99%203.059%2022%204.63%2022c3.492%200%206.254-1.694%209.41-3c.795-.329%201.18-.259%201.96.091%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9%2019.091c.78-.35%201.165-.42%201.96-.091c3.156%201.306%205.918%203%209.41%203c1.57%200%202.302-2.01.837-2.777l-3.646-1.907c-.631-.33-1.344-.634-1.653-1.316%22%2F%3E%3Cpath%20d%3D%22M10%204a2%202%200%201%200%204%200a2%202%200%200%200-4%200Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12%208a6%206%200%200%200-6%206a6%206%200%200%200%206-6Zm0%200a6%206%200%200%201%206%206a6%206%200%200%201-6-6Z%22%2F%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9.092%2016c-.31.682-1.022.986-1.653%201.316l-3.646%201.907C2.328%2019.99%203.059%2022%204.63%2022c3.492%200%206.254-1.694%209.41-3c.795-.329%201.18-.259%201.96.091%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9%2019.091c.78-.35%201.165-.42%201.96-.091c3.156%201.306%205.918%203%209.41%203c1.57%200%202.302-2.01.837-2.777l-3.646-1.907c-.631-.33-1.344-.634-1.653-1.316%22%2F%3E%3Cpath%20d%3D%22M10%204a2%202%200%201%200%204%200a2%202%200%200%200-4%200Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12%208a6%206%200%200%200-6%206a6%206%200%200%200%206-6Zm0%200a6%206%200%200%201%206%206a6%206%200%200%201-6-6Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/yoga-01.svg?color=%231a73e8&size=48