overweight icon

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

Name
overweight-outline
Set
Health Icons
Style
Outline
Category
Conditions
Viewbox
48×48
License
MIT
Aliases
overweight2x-outline

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 6a3 3 0 1 0 0 6a3 3 0 0 0 0-6m-5 3a5 5 0 1 1 10 0a5 5 0 0 1-10 0m4.986 6c4.048-.018 8.01.708 12.853 2.12a3 3 0 1 1-1.678 5.76a73 73 0 0 0-2.118-.584c.48 1.585.893 3.236.95 4.853c.076 2.171-.485 4.308-2.287 6.216l-.718 7.907A3 3 0 0 1 25 41v-5.005q-.491.006-.982.005h-.036q-.491.001-.982-.005V41a3 3 0 0 1-5.988.272l-.719-7.907c-1.795-1.902-2.36-4.031-2.287-6.196c.054-1.615.464-3.263.943-4.847q-1.03.258-2.147.569a3 3 0 1 1-1.604-5.782C16 15.776 19.948 15.02 23.986 15m12.294 4.04c-4.74-1.381-8.498-2.057-12.285-2.04c-3.783.017-7.537.725-12.263 2.036a1 1 0 0 0 .535 1.928a78 78 0 0 1 3.95-.997l1.704-.378l-.536 1.661c-.69 2.135-1.318 4.12-1.38 5.986c-.06 1.798.41 3.454 1.953 4.97l.262.257l.784 8.627A1 1 0 0 0 21 41v-7.113l1.067.072c.6.04 1.229.041 1.933.041s1.333 0 1.933-.04L27 33.886V41a1 1 0 0 0 1.996.09l.784-8.627l.262-.257c1.548-1.52 2.016-3.181 1.952-4.987c-.065-1.873-.7-3.865-1.391-6.007l-.539-1.668l1.71.386c1.236.278 2.541.62 3.946 1.03a1 1 0 0 0 .56-1.92" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsOverweightOutline(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 6a3 3 0 1 0 0 6a3 3 0 0 0 0-6m-5 3a5 5 0 1 1 10 0a5 5 0 0 1-10 0m4.986 6c4.048-.018 8.01.708 12.853 2.12a3 3 0 1 1-1.678 5.76a73 73 0 0 0-2.118-.584c.48 1.585.893 3.236.95 4.853c.076 2.171-.485 4.308-2.287 6.216l-.718 7.907A3 3 0 0 1 25 41v-5.005q-.491.006-.982.005h-.036q-.491.001-.982-.005V41a3 3 0 0 1-5.988.272l-.719-7.907c-1.795-1.902-2.36-4.031-2.287-6.196c.054-1.615.464-3.263.943-4.847q-1.03.258-2.147.569a3 3 0 1 1-1.604-5.782C16 15.776 19.948 15.02 23.986 15m12.294 4.04c-4.74-1.381-8.498-2.057-12.285-2.04c-3.783.017-7.537.725-12.263 2.036a1 1 0 0 0 .535 1.928a78 78 0 0 1 3.95-.997l1.704-.378l-.536 1.661c-.69 2.135-1.318 4.12-1.38 5.986c-.06 1.798.41 3.454 1.953 4.97l.262.257l.784 8.627A1 1 0 0 0 21 41v-7.113l1.067.072c.6.04 1.229.041 1.933.041s1.333 0 1.933-.04L27 33.886V41a1 1 0 0 0 1.996.09l.784-8.627l.262-.257c1.548-1.52 2.016-3.181 1.952-4.987c-.065-1.873-.7-3.865-1.391-6.007l-.539-1.668l1.71.386c1.236.278 2.541.62 3.946 1.03a1 1 0 0 0 .56-1.92" 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 6a3 3 0 1 0 0 6a3 3 0 0 0 0-6m-5 3a5 5 0 1 1 10 0a5 5 0 0 1-10 0m4.986 6c4.048-.018 8.01.708 12.853 2.12a3 3 0 1 1-1.678 5.76a73 73 0 0 0-2.118-.584c.48 1.585.893 3.236.95 4.853c.076 2.171-.485 4.308-2.287 6.216l-.718 7.907A3 3 0 0 1 25 41v-5.005q-.491.006-.982.005h-.036q-.491.001-.982-.005V41a3 3 0 0 1-5.988.272l-.719-7.907c-1.795-1.902-2.36-4.031-2.287-6.196c.054-1.615.464-3.263.943-4.847q-1.03.258-2.147.569a3 3 0 1 1-1.604-5.782C16 15.776 19.948 15.02 23.986 15m12.294 4.04c-4.74-1.381-8.498-2.057-12.285-2.04c-3.783.017-7.537.725-12.263 2.036a1 1 0 0 0 .535 1.928a78 78 0 0 1 3.95-.997l1.704-.378l-.536 1.661c-.69 2.135-1.318 4.12-1.38 5.986c-.06 1.798.41 3.454 1.953 4.97l.262.257l.784 8.627A1 1 0 0 0 21 41v-7.113l1.067.072c.6.04 1.229.041 1.933.041s1.333 0 1.933-.04L27 33.886V41a1 1 0 0 0 1.996.09l.784-8.627l.262-.257c1.548-1.52 2.016-3.181 1.952-4.987c-.065-1.873-.7-3.865-1.391-6.007l-.539-1.668l1.71.386c1.236.278 2.541.62 3.946 1.03a1 1 0 0 0 .56-1.92" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-overweight-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%22M24%206a3%203%200%201%200%200%206a3%203%200%200%200%200-6m-5%203a5%205%200%201%201%2010%200a5%205%200%200%201-10%200m4.986%206c4.048-.018%208.01.708%2012.853%202.12a3%203%200%201%201-1.678%205.76a73%2073%200%200%200-2.118-.584c.48%201.585.893%203.236.95%204.853c.076%202.171-.485%204.308-2.287%206.216l-.718%207.907A3%203%200%200%201%2025%2041v-5.005q-.491.006-.982.005h-.036q-.491.001-.982-.005V41a3%203%200%200%201-5.988.272l-.719-7.907c-1.795-1.902-2.36-4.031-2.287-6.196c.054-1.615.464-3.263.943-4.847q-1.03.258-2.147.569a3%203%200%201%201-1.604-5.782C16%2015.776%2019.948%2015.02%2023.986%2015m12.294%204.04c-4.74-1.381-8.498-2.057-12.285-2.04c-3.783.017-7.537.725-12.263%202.036a1%201%200%200%200%20.535%201.928a78%2078%200%200%201%203.95-.997l1.704-.378l-.536%201.661c-.69%202.135-1.318%204.12-1.38%205.986c-.06%201.798.41%203.454%201.953%204.97l.262.257l.784%208.627A1%201%200%200%200%2021%2041v-7.113l1.067.072c.6.04%201.229.041%201.933.041s1.333%200%201.933-.04L27%2033.886V41a1%201%200%200%200%201.996.09l.784-8.627l.262-.257c1.548-1.52%202.016-3.181%201.952-4.987c-.065-1.873-.7-3.865-1.391-6.007l-.539-1.668l1.71.386c1.236.278%202.541.62%203.946%201.03a1%201%200%200%200%20.56-1.92%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%206a3%203%200%201%200%200%206a3%203%200%200%200%200-6m-5%203a5%205%200%201%201%2010%200a5%205%200%200%201-10%200m4.986%206c4.048-.018%208.01.708%2012.853%202.12a3%203%200%201%201-1.678%205.76a73%2073%200%200%200-2.118-.584c.48%201.585.893%203.236.95%204.853c.076%202.171-.485%204.308-2.287%206.216l-.718%207.907A3%203%200%200%201%2025%2041v-5.005q-.491.006-.982.005h-.036q-.491.001-.982-.005V41a3%203%200%200%201-5.988.272l-.719-7.907c-1.795-1.902-2.36-4.031-2.287-6.196c.054-1.615.464-3.263.943-4.847q-1.03.258-2.147.569a3%203%200%201%201-1.604-5.782C16%2015.776%2019.948%2015.02%2023.986%2015m12.294%204.04c-4.74-1.381-8.498-2.057-12.285-2.04c-3.783.017-7.537.725-12.263%202.036a1%201%200%200%200%20.535%201.928a78%2078%200%200%201%203.95-.997l1.704-.378l-.536%201.661c-.69%202.135-1.318%204.12-1.38%205.986c-.06%201.798.41%203.454%201.953%204.97l.262.257l.784%208.627A1%201%200%200%200%2021%2041v-7.113l1.067.072c.6.04%201.229.041%201.933.041s1.333%200%201.933-.04L27%2033.886V41a1%201%200%200%200%201.996.09l.784-8.627l.262-.257c1.548-1.52%202.016-3.181%201.952-4.987c-.065-1.873-.7-3.865-1.391-6.007l-.539-1.668l1.71.386c1.236.278%202.541.62%203.946%201.03a1%201%200%200%200%20.56-1.92%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-outline.svg?color=%231a73e8&size=48