overweight negative icon

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

Name
overweight-negative
Set
Health Icons
Style
Filled
Viewbox
48×48
License
MIT

Use the overweight negative icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsOverweightNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM28.5 8.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m9.42 11.06a2 2 0 0 0-1.36-2.48c-4.792-1.397-8.652-2.097-12.57-2.08c-3.91.018-7.76.75-12.525 2.073a2 2 0 1 0 1.07 3.854a83 83 0 0 1 3.11-.804l-.036.115c-1.432 4.464-2.89 9.005.301 12.79l2.14 9.415A2 2 0 0 0 22 42v-6.035c.642.035 1.306.035 2 .035c.876 0 1.704 0 2.5-.07V42a2 2 0 0 0 3.95.443l2.367-10.414c2.211-3.572.882-7.714-.426-11.79l-.048-.15c.978.237 2.006.513 3.097.831a2 2 0 0 0 2.48-1.36" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsOverweightNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsOverweightNegative(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"><g clipPath="url(#healthiconsOverweightNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM28.5 8.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m9.42 11.06a2 2 0 0 0-1.36-2.48c-4.792-1.397-8.652-2.097-12.57-2.08c-3.91.018-7.76.75-12.525 2.073a2 2 0 1 0 1.07 3.854a83 83 0 0 1 3.11-.804l-.036.115c-1.432 4.464-2.89 9.005.301 12.79l2.14 9.415A2 2 0 0 0 22 42v-6.035c.642.035 1.306.035 2 .035c.876 0 1.704 0 2.5-.07V42a2 2 0 0 0 3.95.443l2.367-10.414c2.211-3.572.882-7.714-.426-11.79l-.048-.15c.978.237 2.006.513 3.097.831a2 2 0 0 0 2.48-1.36" clipRule="evenodd"/></g><defs><clipPath id="healthiconsOverweightNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none"><g clip-path="url(#healthiconsOverweightNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM28.5 8.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m9.42 11.06a2 2 0 0 0-1.36-2.48c-4.792-1.397-8.652-2.097-12.57-2.08c-3.91.018-7.76.75-12.525 2.073a2 2 0 1 0 1.07 3.854a83 83 0 0 1 3.11-.804l-.036.115c-1.432 4.464-2.89 9.005.301 12.79l2.14 9.415A2 2 0 0 0 22 42v-6.035c.642.035 1.306.035 2 .035c.876 0 1.704 0 2.5-.07V42a2 2 0 0 0 3.95.443l2.367-10.414c2.211-3.572.882-7.714-.426-11.79l-.048-.15c.978.237 2.006.513 3.097.831a2 2 0 0 0 2.48-1.36" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsOverweightNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-overweight-negative {
  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%3Cg%20clip-path%3D%22url(%23healthiconsOverweightNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM28.5%208.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m9.42%2011.06a2%202%200%200%200-1.36-2.48c-4.792-1.397-8.652-2.097-12.57-2.08c-3.91.018-7.76.75-12.525%202.073a2%202%200%201%200%201.07%203.854a83%2083%200%200%201%203.11-.804l-.036.115c-1.432%204.464-2.89%209.005.301%2012.79l2.14%209.415A2%202%200%200%200%2022%2042v-6.035c.642.035%201.306.035%202%20.035c.876%200%201.704%200%202.5-.07V42a2%202%200%200%200%203.95.443l2.367-10.414c2.211-3.572.882-7.714-.426-11.79l-.048-.15c.978.237%202.006.513%203.097.831a2%202%200%200%200%202.48-1.36%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsOverweightNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%3Cg%20clip-path%3D%22url(%23healthiconsOverweightNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM28.5%208.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m9.42%2011.06a2%202%200%200%200-1.36-2.48c-4.792-1.397-8.652-2.097-12.57-2.08c-3.91.018-7.76.75-12.525%202.073a2%202%200%201%200%201.07%203.854a83%2083%200%200%201%203.11-.804l-.036.115c-1.432%204.464-2.89%209.005.301%2012.79l2.14%209.415A2%202%200%200%200%2022%2042v-6.035c.642.035%201.306.035%202%20.035c.876%200%201.704%200%202.5-.07V42a2%202%200%200%200%203.95.443l2.367-10.414c2.211-3.572.882-7.714-.426-11.79l-.048-.15c.978.237%202.006.513%203.097.831a2%202%200%200%200%202.48-1.36%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsOverweightNegative%22%3E%3Cpath%20d%3D%22M0%200h48v48H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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