waist circumference icon

waist-circumference-outline from Health Icons by Resolve to Save Lives · Outline · Symbols · MIT Free for personal and commercial use.

Name
waist-circumference-outline
Set
Health Icons
Style
Outline
Category
Symbols
Viewbox
48×48
License
MIT
Aliases
waist-circumference2x-outline

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" fill-rule="evenodd" d="M28.874 9a5 5 0 1 1-10 0a5 5 0 0 1 10 0m-2 0a3 3 0 1 1-6 0a3 3 0 0 1 6 0m-10 23.207a4 4 0 0 1-1.562-2.591q-1.007-.1-1.887-.22c-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-.475 1.345-.617c.854-.277 1.974-.501 3.241-.683l.15 2c-.694.102-1.312.214-1.84.334q-.19.043-.364.088c-1.094.28-1.714.602-1.714.942s.62.661 1.713.942q.176.045.366.088c.965.22 2.23.412 3.716.567l-.222-8.003a4 4 0 0 1 4.44-4.087l3.99.444q.442.048.884 0l3.86-.43a4 4 0 0 1 4.436 4.198l-.441 7.937c1.75-.163 3.228-.377 4.322-.626q.19-.043.365-.088c1.094-.28 1.714-.601 1.714-.942s-.62-.661-1.714-.942a14 14 0 0 0-.858-.193V26.7l-3-3l3-3v2.13c.778.14 1.47.303 2.044.49c.438.141.927.335 1.346.616c.329.22 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-.775.106-1.627.2-2.543.28a4 4 0 0 1-1.16 2.196V41a3 3 0 0 1-3 3h-.086a3 3 0 0 1-2.988-2.729L24.047 33H23.7l-.752 8.271a3 3 0 0 1-.096.531A3 3 0 0 1 19.96 44h-.086a3 3 0 0 1-3-3zm2 0a2 2 0 0 0-.804-1.603a2 2 0 0 1-.644-.814c1.996.135 4.228.21 6.574.21c2.09 0 4.087-.06 5.91-.168a2 2 0 0 1-.428.604a2 2 0 0 0-.608 1.436V41a1 1 0 0 1-1 1h-.087a1 1 0 0 1-.996-.91l-.752-8.271a2 2 0 0 0-1.992-1.82H23.7a2 2 0 0 0-1.992 1.82l-.752 8.271a1 1 0 0 1-.995.91h-.087a1 1 0 0 1-1-1zM24 28c-2.444 0-4.747-.083-6.77-.229L17 19.539a2 2 0 0 1 2.22-2.043l3.992.444q.662.073 1.325 0l3.86-.43a2 2 0 0 1 2.218 2.1l-.456 8.204c-1.87.12-3.958.187-6.159.187" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsWaistCircumferenceOutline(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" fillRule="evenodd" d="M28.874 9a5 5 0 1 1-10 0a5 5 0 0 1 10 0m-2 0a3 3 0 1 1-6 0a3 3 0 0 1 6 0m-10 23.207a4 4 0 0 1-1.562-2.591q-1.007-.1-1.887-.22c-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-.475 1.345-.617c.854-.277 1.974-.501 3.241-.683l.15 2c-.694.102-1.312.214-1.84.334q-.19.043-.364.088c-1.094.28-1.714.602-1.714.942s.62.661 1.713.942q.176.045.366.088c.965.22 2.23.412 3.716.567l-.222-8.003a4 4 0 0 1 4.44-4.087l3.99.444q.442.048.884 0l3.86-.43a4 4 0 0 1 4.436 4.198l-.441 7.937c1.75-.163 3.228-.377 4.322-.626q.19-.043.365-.088c1.094-.28 1.714-.601 1.714-.942s-.62-.661-1.714-.942a14 14 0 0 0-.858-.193V26.7l-3-3l3-3v2.13c.778.14 1.47.303 2.044.49c.438.141.927.335 1.346.616c.329.22 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-.775.106-1.627.2-2.543.28a4 4 0 0 1-1.16 2.196V41a3 3 0 0 1-3 3h-.086a3 3 0 0 1-2.988-2.729L24.047 33H23.7l-.752 8.271a3 3 0 0 1-.096.531A3 3 0 0 1 19.96 44h-.086a3 3 0 0 1-3-3zm2 0a2 2 0 0 0-.804-1.603a2 2 0 0 1-.644-.814c1.996.135 4.228.21 6.574.21c2.09 0 4.087-.06 5.91-.168a2 2 0 0 1-.428.604a2 2 0 0 0-.608 1.436V41a1 1 0 0 1-1 1h-.087a1 1 0 0 1-.996-.91l-.752-8.271a2 2 0 0 0-1.992-1.82H23.7a2 2 0 0 0-1.992 1.82l-.752 8.271a1 1 0 0 1-.995.91h-.087a1 1 0 0 1-1-1zM24 28c-2.444 0-4.747-.083-6.77-.229L17 19.539a2 2 0 0 1 2.22-2.043l3.992.444q.662.073 1.325 0l3.86-.43a2 2 0 0 1 2.218 2.1l-.456 8.204c-1.87.12-3.958.187-6.159.187" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M28.874 9a5 5 0 1 1-10 0a5 5 0 0 1 10 0m-2 0a3 3 0 1 1-6 0a3 3 0 0 1 6 0m-10 23.207a4 4 0 0 1-1.562-2.591q-1.007-.1-1.887-.22c-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-.475 1.345-.617c.854-.277 1.974-.501 3.241-.683l.15 2c-.694.102-1.312.214-1.84.334q-.19.043-.364.088c-1.094.28-1.714.602-1.714.942s.62.661 1.713.942q.176.045.366.088c.965.22 2.23.412 3.716.567l-.222-8.003a4 4 0 0 1 4.44-4.087l3.99.444q.442.048.884 0l3.86-.43a4 4 0 0 1 4.436 4.198l-.441 7.937c1.75-.163 3.228-.377 4.322-.626q.19-.043.365-.088c1.094-.28 1.714-.601 1.714-.942s-.62-.661-1.714-.942a14 14 0 0 0-.858-.193V26.7l-3-3l3-3v2.13c.778.14 1.47.303 2.044.49c.438.141.927.335 1.346.616c.329.22 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-.775.106-1.627.2-2.543.28a4 4 0 0 1-1.16 2.196V41a3 3 0 0 1-3 3h-.086a3 3 0 0 1-2.988-2.729L24.047 33H23.7l-.752 8.271a3 3 0 0 1-.096.531A3 3 0 0 1 19.96 44h-.086a3 3 0 0 1-3-3zm2 0a2 2 0 0 0-.804-1.603a2 2 0 0 1-.644-.814c1.996.135 4.228.21 6.574.21c2.09 0 4.087-.06 5.91-.168a2 2 0 0 1-.428.604a2 2 0 0 0-.608 1.436V41a1 1 0 0 1-1 1h-.087a1 1 0 0 1-.996-.91l-.752-8.271a2 2 0 0 0-1.992-1.82H23.7a2 2 0 0 0-1.992 1.82l-.752 8.271a1 1 0 0 1-.995.91h-.087a1 1 0 0 1-1-1zM24 28c-2.444 0-4.747-.083-6.77-.229L17 19.539a2 2 0 0 1 2.22-2.043l3.992.444q.662.073 1.325 0l3.86-.43a2 2 0 0 1 2.218 2.1l-.456 8.204c-1.87.12-3.958.187-6.159.187" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-waist-circumference-outline {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M28.874%209a5%205%200%201%201-10%200a5%205%200%200%201%2010%200m-2%200a3%203%200%201%201-6%200a3%203%200%200%201%206%200m-10%2023.207a4%204%200%200%201-1.562-2.591q-1.007-.1-1.887-.22c-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-.475%201.345-.617c.854-.277%201.974-.501%203.241-.683l.15%202c-.694.102-1.312.214-1.84.334q-.19.043-.364.088c-1.094.28-1.714.602-1.714.942s.62.661%201.713.942q.176.045.366.088c.965.22%202.23.412%203.716.567l-.222-8.003a4%204%200%200%201%204.44-4.087l3.99.444q.442.048.884%200l3.86-.43a4%204%200%200%201%204.436%204.198l-.441%207.937c1.75-.163%203.228-.377%204.322-.626q.19-.043.365-.088c1.094-.28%201.714-.601%201.714-.942s-.62-.661-1.714-.942a14%2014%200%200%200-.858-.193V26.7l-3-3l3-3v2.13c.778.14%201.47.303%202.044.49c.438.141.927.335%201.346.616c.329.22%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-.775.106-1.627.2-2.543.28a4%204%200%200%201-1.16%202.196V41a3%203%200%200%201-3%203h-.086a3%203%200%200%201-2.988-2.729L24.047%2033H23.7l-.752%208.271a3%203%200%200%201-.096.531A3%203%200%200%201%2019.96%2044h-.086a3%203%200%200%201-3-3zm2%200a2%202%200%200%200-.804-1.603a2%202%200%200%201-.644-.814c1.996.135%204.228.21%206.574.21c2.09%200%204.087-.06%205.91-.168a2%202%200%200%201-.428.604a2%202%200%200%200-.608%201.436V41a1%201%200%200%201-1%201h-.087a1%201%200%200%201-.996-.91l-.752-8.271a2%202%200%200%200-1.992-1.82H23.7a2%202%200%200%200-1.992%201.82l-.752%208.271a1%201%200%200%201-.995.91h-.087a1%201%200%200%201-1-1zM24%2028c-2.444%200-4.747-.083-6.77-.229L17%2019.539a2%202%200%200%201%202.22-2.043l3.992.444q.662.073%201.325%200l3.86-.43a2%202%200%200%201%202.218%202.1l-.456%208.204c-1.87.12-3.958.187-6.159.187%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M28.874%209a5%205%200%201%201-10%200a5%205%200%200%201%2010%200m-2%200a3%203%200%201%201-6%200a3%203%200%200%201%206%200m-10%2023.207a4%204%200%200%201-1.562-2.591q-1.007-.1-1.887-.22c-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-.475%201.345-.617c.854-.277%201.974-.501%203.241-.683l.15%202c-.694.102-1.312.214-1.84.334q-.19.043-.364.088c-1.094.28-1.714.602-1.714.942s.62.661%201.713.942q.176.045.366.088c.965.22%202.23.412%203.716.567l-.222-8.003a4%204%200%200%201%204.44-4.087l3.99.444q.442.048.884%200l3.86-.43a4%204%200%200%201%204.436%204.198l-.441%207.937c1.75-.163%203.228-.377%204.322-.626q.19-.043.365-.088c1.094-.28%201.714-.601%201.714-.942s-.62-.661-1.714-.942a14%2014%200%200%200-.858-.193V26.7l-3-3l3-3v2.13c.778.14%201.47.303%202.044.49c.438.141.927.335%201.346.616c.329.22%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-.775.106-1.627.2-2.543.28a4%204%200%200%201-1.16%202.196V41a3%203%200%200%201-3%203h-.086a3%203%200%200%201-2.988-2.729L24.047%2033H23.7l-.752%208.271a3%203%200%200%201-.096.531A3%203%200%200%201%2019.96%2044h-.086a3%203%200%200%201-3-3zm2%200a2%202%200%200%200-.804-1.603a2%202%200%200%201-.644-.814c1.996.135%204.228.21%206.574.21c2.09%200%204.087-.06%205.91-.168a2%202%200%200%201-.428.604a2%202%200%200%200-.608%201.436V41a1%201%200%200%201-1%201h-.087a1%201%200%200%201-.996-.91l-.752-8.271a2%202%200%200%200-1.992-1.82H23.7a2%202%200%200%200-1.992%201.82l-.752%208.271a1%201%200%200%201-.995.91h-.087a1%201%200%200%201-1-1zM24%2028c-2.444%200-4.747-.083-6.77-.229L17%2019.539a2%202%200%200%201%202.22-2.043l3.992.444q.662.073%201.325%200l3.86-.43a2%202%200%200%201%202.218%202.1l-.456%208.204c-1.87.12-3.958.187-6.159.187%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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