overweight icon

overweight from Health Icons by Resolve to Save Lives · Filled · Conditions · MIT Free for personal and commercial use.

Name
overweight
Set
Health Icons
Style
Filled
Category
Conditions
Viewbox
48×48
License
MIT

3 other variants in Health Icons

More conditions icons from Health Icons

Use the overweight 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="M24 13a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m12.56 4.08a2 2 0 1 1-1.12 3.84a69 69 0 0 0-3.097-.83l.048.148c1.308 4.077 2.637 8.22.426 11.79L30.45 42.444A2 2 0 0 1 26.5 42v-6.07c-.796.07-1.624.07-2.5.07c-.694 0-1.358 0-2-.035V42a2 2 0 0 1-3.95.443l-2.14-9.414c-3.19-3.786-1.733-8.327-.301-12.79l.037-.116c-.982.232-2.014.5-3.111.804a2 2 0 0 1-1.07-3.854C16.23 15.75 20.08 15.018 23.991 15c3.917-.017 7.777.683 12.569 2.08" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsOverweight(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="M24 13a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m12.56 4.08a2 2 0 1 1-1.12 3.84a69 69 0 0 0-3.097-.83l.048.148c1.308 4.077 2.637 8.22.426 11.79L30.45 42.444A2 2 0 0 1 26.5 42v-6.07c-.796.07-1.624.07-2.5.07c-.694 0-1.358 0-2-.035V42a2 2 0 0 1-3.95.443l-2.14-9.414c-3.19-3.786-1.733-8.327-.301-12.79l.037-.116c-.982.232-2.014.5-3.111.804a2 2 0 0 1-1.07-3.854C16.23 15.75 20.08 15.018 23.991 15c3.917-.017 7.777.683 12.569 2.08" 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="M24 13a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m12.56 4.08a2 2 0 1 1-1.12 3.84a69 69 0 0 0-3.097-.83l.048.148c1.308 4.077 2.637 8.22.426 11.79L30.45 42.444A2 2 0 0 1 26.5 42v-6.07c-.796.07-1.624.07-2.5.07c-.694 0-1.358 0-2-.035V42a2 2 0 0 1-3.95.443l-2.14-9.414c-3.19-3.786-1.733-8.327-.301-12.79l.037-.116c-.982.232-2.014.5-3.111.804a2 2 0 0 1-1.07-3.854C16.23 15.75 20.08 15.018 23.991 15c3.917-.017 7.777.683 12.569 2.08" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-overweight {
  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%22M24%2013a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209m12.56%204.08a2%202%200%201%201-1.12%203.84a69%2069%200%200%200-3.097-.83l.048.148c1.308%204.077%202.637%208.22.426%2011.79L30.45%2042.444A2%202%200%200%201%2026.5%2042v-6.07c-.796.07-1.624.07-2.5.07c-.694%200-1.358%200-2-.035V42a2%202%200%200%201-3.95.443l-2.14-9.414c-3.19-3.786-1.733-8.327-.301-12.79l.037-.116c-.982.232-2.014.5-3.111.804a2%202%200%200%201-1.07-3.854C16.23%2015.75%2020.08%2015.018%2023.991%2015c3.917-.017%207.777.683%2012.569%202.08%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%22M24%2013a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209m12.56%204.08a2%202%200%201%201-1.12%203.84a69%2069%200%200%200-3.097-.83l.048.148c1.308%204.077%202.637%208.22.426%2011.79L30.45%2042.444A2%202%200%200%201%2026.5%2042v-6.07c-.796.07-1.624.07-2.5.07c-.694%200-1.358%200-2-.035V42a2%202%200%200%201-3.95.443l-2.14-9.414c-3.19-3.786-1.733-8.327-.301-12.79l.037-.116c-.982.232-2.014.5-3.111.804a2%202%200%200%201-1.07-3.854C16.23%2015.75%2020.08%2015.018%2023.991%2015c3.917-.017%207.777.683%2012.569%202.08%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/overweight.svg?color=%231a73e8&size=48