yoga-03 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
yoga-03
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the yoga 03 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-linejoin="round" stroke-width="1.5"><path d="M9 10c0 3.866 3 7 3 7s3-3.134 3-7s-3-7-3-7s-3 3.134-3 7Z"/><path stroke-linecap="round" d="M6.33 8C4.115 7.046 2 7 2 7s.096 4.381 2.857 7.143S12 17 12 17s4.381-.096 7.143-2.857S22 7 22 7s-2.114.046-4.33 1m-5.65 9c-.166 1.333.64 4 3.494 4c1.995 0 2.993-2 6.486 0c-.4-2-1.2-3.28-2.367-4m-7.654 0c.167 1.333-.64 4-3.492 4C6.49 21 5.493 19 2 21c.4-2 1.2-3.28 2.367-4"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsYoga03(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" strokeLinejoin="round" strokeWidth="1.5"><path d="M9 10c0 3.866 3 7 3 7s3-3.134 3-7s-3-7-3-7s-3 3.134-3 7Z"/><path strokeLinecap="round" d="M6.33 8C4.115 7.046 2 7 2 7s.096 4.381 2.857 7.143S12 17 12 17s4.381-.096 7.143-2.857S22 7 22 7s-2.114.046-4.33 1m-5.65 9c-.166 1.333.64 4 3.494 4c1.995 0 2.993-2 6.486 0c-.4-2-1.2-3.28-2.367-4m-7.654 0c.167 1.333-.64 4-3.492 4C6.49 21 5.493 19 2 21c.4-2 1.2-3.28 2.367-4"/></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-linejoin="round" stroke-width="1.5"><path d="M9 10c0 3.866 3 7 3 7s3-3.134 3-7s-3-7-3-7s-3 3.134-3 7Z"/><path stroke-linecap="round" d="M6.33 8C4.115 7.046 2 7 2 7s.096 4.381 2.857 7.143S12 17 12 17s4.381-.096 7.143-2.857S22 7 22 7s-2.114.046-4.33 1m-5.65 9c-.166 1.333.64 4 3.494 4c1.995 0 2.993-2 6.486 0c-.4-2-1.2-3.28-2.367-4m-7.654 0c.167 1.333-.64 4-3.492 4C6.49 21 5.493 19 2 21c.4-2 1.2-3.28 2.367-4"/></g></svg>
</template>

CSS

.icon-yoga-03 {
  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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9%2010c0%203.866%203%207%203%207s3-3.134%203-7s-3-7-3-7s-3%203.134-3%207Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6.33%208C4.115%207.046%202%207%202%207s.096%204.381%202.857%207.143S12%2017%2012%2017s4.381-.096%207.143-2.857S22%207%2022%207s-2.114.046-4.33%201m-5.65%209c-.166%201.333.64%204%203.494%204c1.995%200%202.993-2%206.486%200c-.4-2-1.2-3.28-2.367-4m-7.654%200c.167%201.333-.64%204-3.492%204C6.49%2021%205.493%2019%202%2021c.4-2%201.2-3.28%202.367-4%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M9%2010c0%203.866%203%207%203%207s3-3.134%203-7s-3-7-3-7s-3%203.134-3%207Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M6.33%208C4.115%207.046%202%207%202%207s.096%204.381%202.857%207.143S12%2017%2012%2017s4.381-.096%207.143-2.857S22%207%2022%207s-2.114.046-4.33%201m-5.65%209c-.166%201.333.64%204%203.494%204c1.995%200%202.993-2%206.486%200c-.4-2-1.2-3.28-2.367-4m-7.654%200c.167%201.333-.64%204-3.492%204C6.49%2021%205.493%2019%202%2021c.4-2%201.2-3.28%202.367-4%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-03.svg?color=%231a73e8&size=48