waistline icon

waistline from IconPark by ByteDance · Color · Health · Apache-2.0 Free for personal and commercial use.

Name
waistline
Set
IconPark
Style
Color
Category
Health
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More health icons from IconPark

Use the waistline icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M13 31C16.0556 32.5092 26.2 34.6222 35 31"/><circle cx="24" cy="25.412" r="2" fill="#000"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M10 5C11.8558 8.27796 14.971 15.2575 15 22C15.0089 24.0646 14.6814 26.107 13.9995 28.0141C12.1815 33.0986 9.4545 36.0423 9 43"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M38 5C36.1442 8.27796 33.029 15.2575 33 22C32.9911 24.0646 33.3186 26.107 34.0005 28.0141C35.8185 33.0986 38.5455 36.0423 39 43"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M8 18C8 18 9 20 9 22C9 23.6102 8 26 8 26"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M40 18C40 18 39 20 39 22C39 23.6102 40 26 40 26"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkWaistline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M13 31C16.0556 32.5092 26.2 34.6222 35 31"/><circle cx="24" cy="25.412" r="2" fill="#000"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M10 5C11.8558 8.27796 14.971 15.2575 15 22C15.0089 24.0646 14.6814 26.107 13.9995 28.0141C12.1815 33.0986 9.4545 36.0423 9 43"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M38 5C36.1442 8.27796 33.029 15.2575 33 22C32.9911 24.0646 33.3186 26.107 34.0005 28.0141C35.8185 33.0986 38.5455 36.0423 39 43"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M8 18C8 18 9 20 9 22C9 23.6102 8 26 8 26"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M40 18C40 18 39 20 39 22C39 23.6102 40 26 40 26"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M13 31C16.0556 32.5092 26.2 34.6222 35 31"/><circle cx="24" cy="25.412" r="2" fill="#000"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M10 5C11.8558 8.27796 14.971 15.2575 15 22C15.0089 24.0646 14.6814 26.107 13.9995 28.0141C12.1815 33.0986 9.4545 36.0423 9 43"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M38 5C36.1442 8.27796 33.029 15.2575 33 22C32.9911 24.0646 33.3186 26.107 34.0005 28.0141C35.8185 33.0986 38.5455 36.0423 39 43"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M8 18C8 18 9 20 9 22C9 23.6102 8 26 8 26"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M40 18C40 18 39 20 39 22C39 23.6102 40 26 40 26"/></g></svg>
</template>

CSS

.icon-waistline {
  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%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M13%2031C16.0556%2032.5092%2026.2%2034.6222%2035%2031%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2225.412%22%20r%3D%222%22%20fill%3D%22%23000%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M10%205C11.8558%208.27796%2014.971%2015.2575%2015%2022C15.0089%2024.0646%2014.6814%2026.107%2013.9995%2028.0141C12.1815%2033.0986%209.4545%2036.0423%209%2043%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M38%205C36.1442%208.27796%2033.029%2015.2575%2033%2022C32.9911%2024.0646%2033.3186%2026.107%2034.0005%2028.0141C35.8185%2033.0986%2038.5455%2036.0423%2039%2043%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M8%2018C8%2018%209%2020%209%2022C9%2023.6102%208%2026%208%2026%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M40%2018C40%2018%2039%2020%2039%2022C39%2023.6102%2040%2026%2040%2026%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M13%2031C16.0556%2032.5092%2026.2%2034.6222%2035%2031%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2225.412%22%20r%3D%222%22%20fill%3D%22%23000%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M10%205C11.8558%208.27796%2014.971%2015.2575%2015%2022C15.0089%2024.0646%2014.6814%2026.107%2013.9995%2028.0141C12.1815%2033.0986%209.4545%2036.0423%209%2043%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M38%205C36.1442%208.27796%2033.029%2015.2575%2033%2022C32.9911%2024.0646%2033.3186%2026.107%2034.0005%2028.0141C35.8185%2033.0986%2038.5455%2036.0423%2039%2043%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M8%2018C8%2018%209%2020%209%2022C9%2023.6102%208%2026%208%2026%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M40%2018C40%2018%2039%2020%2039%2022C39%2023.6102%2040%2026%2040%2026%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Waistline color icon — IconPark · IconsDB