waistline icon
waistline from IconPark Outline by ByteDance · Outline · Health · Apache-2.0 Free for personal and commercial use.
- Name
- waistline
- Set
- IconPark Outline
- Style
- Outline
- Category
- Health
- Viewbox
- 48×48
- License
- Apache 2.0
The same icon in other sets
More health icons from IconPark Outline
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="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M13 31c3.056 1.51 13.2 3.622 22 0"/><circle cx="24" cy="25.412" r="2" fill="currentColor"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M10 5c1.856 3.278 4.971 10.258 5 17c.009 2.065-.319 4.107-1 6.014C12.18 33.1 9.453 36.042 9 43M38 5c-1.856 3.278-4.971 10.258-5 17c-.009 2.065.319 4.107 1 6.014C35.82 33.1 38.546 36.042 39 43M8 18s1 2 1 4c0 1.61-1 4-1 4m32-8s-1 2-1 4c0 1.61 1 4 1 4"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkOutlineWaistline(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="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M13 31c3.056 1.51 13.2 3.622 22 0"/><circle cx="24" cy="25.412" r="2" fill="currentColor"/><path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4" d="M10 5c1.856 3.278 4.971 10.258 5 17c.009 2.065-.319 4.107-1 6.014C12.18 33.1 9.453 36.042 9 43M38 5c-1.856 3.278-4.971 10.258-5 17c-.009 2.065.319 4.107 1 6.014C35.82 33.1 38.546 36.042 39 43M8 18s1 2 1 4c0 1.61-1 4-1 4m32-8s-1 2-1 4c0 1.61 1 4 1 4"/></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="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M13 31c3.056 1.51 13.2 3.622 22 0"/><circle cx="24" cy="25.412" r="2" fill="currentColor"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="M10 5c1.856 3.278 4.971 10.258 5 17c.009 2.065-.319 4.107-1 6.014C12.18 33.1 9.453 36.042 9 43M38 5c-1.856 3.278-4.971 10.258-5 17c-.009 2.065.319 4.107 1 6.014C35.82 33.1 38.546 36.042 39 43M8 18s1 2 1 4c0 1.61-1 4-1 4m32-8s-1 2-1 4c0 1.61 1 4 1 4"/></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%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M13%2031c3.056%201.51%2013.2%203.622%2022%200%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2225.412%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M10%205c1.856%203.278%204.971%2010.258%205%2017c.009%202.065-.319%204.107-1%206.014C12.18%2033.1%209.453%2036.042%209%2043M38%205c-1.856%203.278-4.971%2010.258-5%2017c-.009%202.065.319%204.107%201%206.014C35.82%2033.1%2038.546%2036.042%2039%2043M8%2018s1%202%201%204c0%201.61-1%204-1%204m32-8s-1%202-1%204c0%201.61%201%204%201%204%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%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M13%2031c3.056%201.51%2013.2%203.622%2022%200%22%2F%3E%3Ccircle%20cx%3D%2224%22%20cy%3D%2225.412%22%20r%3D%222%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%20d%3D%22M10%205c1.856%203.278%204.971%2010.258%205%2017c.009%202.065-.319%204.107-1%206.014C12.18%2033.1%209.453%2036.042%209%2043M38%205c-1.856%203.278-4.971%2010.258-5%2017c-.009%202.065.319%204.107%201%206.014C35.82%2033.1%2038.546%2036.042%2039%2043M8%2018s1%202%201%204c0%201.61-1%204-1%204m32-8s-1%202-1%204c0%201.61%201%204%201%204%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-outline/waistline.svg?color=%231a73e8&size=48