waist circumference icon
waist-circumference from Health Icons by Resolve to Save Lives · Filled · Symbols · MIT Free for personal and commercial use.
- Name
- waist-circumference
- Set
- Health Icons
- Style
- Filled
- Category
- Symbols
- Viewbox
- 48×48
- License
- MIT
1 other variant in Health Icons
More symbols icons from Health Icons
Use the waist circumference icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M23.834 12a4 4 0 1 0 0-8a4 4 0 0 0 0 8m7.124 15.133a2 2 0 0 1-.148.636c2.348-.171 4.316-.427 5.683-.739q.19-.043.365-.088c1.094-.28 1.714-.601 1.714-.942s-.62-.661-1.714-.942q-.175-.045-.365-.088q-.66-.15-1.493-.282V26.7l-3-3l3-3v1.965c1.187.176 2.235.392 3.044.654c.438.143.927.336 1.346.617c.329.221 1.182.878 1.182 2.064s-.853 1.843-1.182 2.064c-.42.281-.908.475-1.346.617c-.904.293-2.107.528-3.468.715c-2.752.377-6.49.604-10.576.604c-4.085 0-7.823-.227-10.575-.604c-1.362-.187-2.565-.422-3.469-.715c-.438-.142-.926-.336-1.345-.617c-.33-.22-1.182-.878-1.182-2.064s.852-1.843 1.182-2.064c.419-.281.907-.474 1.345-.617c.905-.293 2.107-.528 3.469-.715q.448-.06.93-.117l.283 1.98c-1.234.143-2.295.313-3.13.503q-.191.043-.365.088c-1.094.28-1.714.602-1.714.942s.62.661 1.713.942q.176.045.366.088c1.3.296 3.142.543 5.34.713a2 2 0 0 1-.139-.61l-.704-10.573c-.087-1.3 1.072-2.338 2.359-2.14c1.78.273 4.085.58 5.47.58s3.69-.307 5.47-.58c1.287-.198 2.446.84 2.36 2.14zm-13.124 4.593V42a2 2 0 0 0 3.994.153l.782-10.166a63 63 0 0 1-4.776-.261m7.224.266l.782 10.161A2 2 0 0 0 29.834 42V31.756a65 65 0 0 1-4.776.236"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsWaistCircumference(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" d="M23.834 12a4 4 0 1 0 0-8a4 4 0 0 0 0 8m7.124 15.133a2 2 0 0 1-.148.636c2.348-.171 4.316-.427 5.683-.739q.19-.043.365-.088c1.094-.28 1.714-.601 1.714-.942s-.62-.661-1.714-.942q-.175-.045-.365-.088q-.66-.15-1.493-.282V26.7l-3-3l3-3v1.965c1.187.176 2.235.392 3.044.654c.438.143.927.336 1.346.617c.329.221 1.182.878 1.182 2.064s-.853 1.843-1.182 2.064c-.42.281-.908.475-1.346.617c-.904.293-2.107.528-3.468.715c-2.752.377-6.49.604-10.576.604c-4.085 0-7.823-.227-10.575-.604c-1.362-.187-2.565-.422-3.469-.715c-.438-.142-.926-.336-1.345-.617c-.33-.22-1.182-.878-1.182-2.064s.852-1.843 1.182-2.064c.419-.281.907-.474 1.345-.617c.905-.293 2.107-.528 3.469-.715q.448-.06.93-.117l.283 1.98c-1.234.143-2.295.313-3.13.503q-.191.043-.365.088c-1.094.28-1.714.602-1.714.942s.62.661 1.713.942q.176.045.366.088c1.3.296 3.142.543 5.34.713a2 2 0 0 1-.139-.61l-.704-10.573c-.087-1.3 1.072-2.338 2.359-2.14c1.78.273 4.085.58 5.47.58s3.69-.307 5.47-.58c1.287-.198 2.446.84 2.36 2.14zm-13.124 4.593V42a2 2 0 0 0 3.994.153l.782-10.166a63 63 0 0 1-4.776-.261m7.224.266l.782 10.161A2 2 0 0 0 29.834 42V31.756a65 65 0 0 1-4.776.236"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M23.834 12a4 4 0 1 0 0-8a4 4 0 0 0 0 8m7.124 15.133a2 2 0 0 1-.148.636c2.348-.171 4.316-.427 5.683-.739q.19-.043.365-.088c1.094-.28 1.714-.601 1.714-.942s-.62-.661-1.714-.942q-.175-.045-.365-.088q-.66-.15-1.493-.282V26.7l-3-3l3-3v1.965c1.187.176 2.235.392 3.044.654c.438.143.927.336 1.346.617c.329.221 1.182.878 1.182 2.064s-.853 1.843-1.182 2.064c-.42.281-.908.475-1.346.617c-.904.293-2.107.528-3.468.715c-2.752.377-6.49.604-10.576.604c-4.085 0-7.823-.227-10.575-.604c-1.362-.187-2.565-.422-3.469-.715c-.438-.142-.926-.336-1.345-.617c-.33-.22-1.182-.878-1.182-2.064s.852-1.843 1.182-2.064c.419-.281.907-.474 1.345-.617c.905-.293 2.107-.528 3.469-.715q.448-.06.93-.117l.283 1.98c-1.234.143-2.295.313-3.13.503q-.191.043-.365.088c-1.094.28-1.714.602-1.714.942s.62.661 1.713.942q.176.045.366.088c1.3.296 3.142.543 5.34.713a2 2 0 0 1-.139-.61l-.704-10.573c-.087-1.3 1.072-2.338 2.359-2.14c1.78.273 4.085.58 5.47.58s3.69-.307 5.47-.58c1.287-.198 2.446.84 2.36 2.14zm-13.124 4.593V42a2 2 0 0 0 3.994.153l.782-10.166a63 63 0 0 1-4.776-.261m7.224.266l.782 10.161A2 2 0 0 0 29.834 42V31.756a65 65 0 0 1-4.776.236"/></svg> </template>
CSS
.icon-waist-circumference {
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%20d%3D%22M23.834%2012a4%204%200%201%200%200-8a4%204%200%200%200%200%208m7.124%2015.133a2%202%200%200%201-.148.636c2.348-.171%204.316-.427%205.683-.739q.19-.043.365-.088c1.094-.28%201.714-.601%201.714-.942s-.62-.661-1.714-.942q-.175-.045-.365-.088q-.66-.15-1.493-.282V26.7l-3-3l3-3v1.965c1.187.176%202.235.392%203.044.654c.438.143.927.336%201.346.617c.329.221%201.182.878%201.182%202.064s-.853%201.843-1.182%202.064c-.42.281-.908.475-1.346.617c-.904.293-2.107.528-3.468.715c-2.752.377-6.49.604-10.576.604c-4.085%200-7.823-.227-10.575-.604c-1.362-.187-2.565-.422-3.469-.715c-.438-.142-.926-.336-1.345-.617c-.33-.22-1.182-.878-1.182-2.064s.852-1.843%201.182-2.064c.419-.281.907-.474%201.345-.617c.905-.293%202.107-.528%203.469-.715q.448-.06.93-.117l.283%201.98c-1.234.143-2.295.313-3.13.503q-.191.043-.365.088c-1.094.28-1.714.602-1.714.942s.62.661%201.713.942q.176.045.366.088c1.3.296%203.142.543%205.34.713a2%202%200%200%201-.139-.61l-.704-10.573c-.087-1.3%201.072-2.338%202.359-2.14c1.78.273%204.085.58%205.47.58s3.69-.307%205.47-.58c1.287-.198%202.446.84%202.36%202.14zm-13.124%204.593V42a2%202%200%200%200%203.994.153l.782-10.166a63%2063%200%200%201-4.776-.261m7.224.266l.782%2010.161A2%202%200%200%200%2029.834%2042V31.756a65%2065%200%200%201-4.776.236%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%20d%3D%22M23.834%2012a4%204%200%201%200%200-8a4%204%200%200%200%200%208m7.124%2015.133a2%202%200%200%201-.148.636c2.348-.171%204.316-.427%205.683-.739q.19-.043.365-.088c1.094-.28%201.714-.601%201.714-.942s-.62-.661-1.714-.942q-.175-.045-.365-.088q-.66-.15-1.493-.282V26.7l-3-3l3-3v1.965c1.187.176%202.235.392%203.044.654c.438.143.927.336%201.346.617c.329.221%201.182.878%201.182%202.064s-.853%201.843-1.182%202.064c-.42.281-.908.475-1.346.617c-.904.293-2.107.528-3.468.715c-2.752.377-6.49.604-10.576.604c-4.085%200-7.823-.227-10.575-.604c-1.362-.187-2.565-.422-3.469-.715c-.438-.142-.926-.336-1.345-.617c-.33-.22-1.182-.878-1.182-2.064s.852-1.843%201.182-2.064c.419-.281.907-.474%201.345-.617c.905-.293%202.107-.528%203.469-.715q.448-.06.93-.117l.283%201.98c-1.234.143-2.295.313-3.13.503q-.191.043-.365.088c-1.094.28-1.714.602-1.714.942s.62.661%201.713.942q.176.045.366.088c1.3.296%203.142.543%205.34.713a2%202%200%200%201-.139-.61l-.704-10.573c-.087-1.3%201.072-2.338%202.359-2.14c1.78.273%204.085.58%205.47.58s3.69-.307%205.47-.58c1.287-.198%202.446.84%202.36%202.14zm-13.124%204.593V42a2%202%200%200%200%203.994.153l.782-10.166a63%2063%200%200%201-4.776-.261m7.224.266l.782%2010.161A2%202%200%200%200%2029.834%2042V31.756a65%2065%200%200%201-4.776.236%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/waist-circumference.svg?color=%231a73e8&size=48