weight negative icon

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

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

Use the weight 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(#healthiconsWeightNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM36.216 42a4 4 0 0 0 3.994-3.778l1.556-28A4 4 0 0 0 37.772 6H10.228a4 4 0 0 0-3.993 4.222l1.555 28A4 4 0 0 0 11.784 42zm-1.619-26.529c.673.697.467 1.767-.353 2.308l-4.417 2.91c-.82.54-1.94.322-2.75-.231a5.6 5.6 0 0 0-1.016-.548l2.63-3.025a1 1 0 0 0-1.509-1.312l-3.393 3.901a5.8 5.8 0 0 0-2.344.523a6 6 0 0 0-.667.362c-.83.528-1.957.71-2.757.145l-4.312-3.046c-.8-.566-.968-1.642-.271-2.318a14.5 14.5 0 0 1 4.045-2.756a15.3 15.3 0 0 1 6.61-1.382c2.29.036 4.537.58 6.56 1.587a14.4 14.4 0 0 1 3.944 2.882" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsWeightNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsWeightNegative(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(#healthiconsWeightNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM36.216 42a4 4 0 0 0 3.994-3.778l1.556-28A4 4 0 0 0 37.772 6H10.228a4 4 0 0 0-3.993 4.222l1.555 28A4 4 0 0 0 11.784 42zm-1.619-26.529c.673.697.467 1.767-.353 2.308l-4.417 2.91c-.82.54-1.94.322-2.75-.231a5.6 5.6 0 0 0-1.016-.548l2.63-3.025a1 1 0 0 0-1.509-1.312l-3.393 3.901a5.8 5.8 0 0 0-2.344.523a6 6 0 0 0-.667.362c-.83.528-1.957.71-2.757.145l-4.312-3.046c-.8-.566-.968-1.642-.271-2.318a14.5 14.5 0 0 1 4.045-2.756a15.3 15.3 0 0 1 6.61-1.382c2.29.036 4.537.58 6.56 1.587a14.4 14.4 0 0 1 3.944 2.882" clipRule="evenodd"/></g><defs><clipPath id="healthiconsWeightNegative"><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(#healthiconsWeightNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM36.216 42a4 4 0 0 0 3.994-3.778l1.556-28A4 4 0 0 0 37.772 6H10.228a4 4 0 0 0-3.993 4.222l1.555 28A4 4 0 0 0 11.784 42zm-1.619-26.529c.673.697.467 1.767-.353 2.308l-4.417 2.91c-.82.54-1.94.322-2.75-.231a5.6 5.6 0 0 0-1.016-.548l2.63-3.025a1 1 0 0 0-1.509-1.312l-3.393 3.901a5.8 5.8 0 0 0-2.344.523a6 6 0 0 0-.667.362c-.83.528-1.957.71-2.757.145l-4.312-3.046c-.8-.566-.968-1.642-.271-2.318a14.5 14.5 0 0 1 4.045-2.756a15.3 15.3 0 0 1 6.61-1.382c2.29.036 4.537.58 6.56 1.587a14.4 14.4 0 0 1 3.944 2.882" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsWeightNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-weight-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(%23healthiconsWeightNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM36.216%2042a4%204%200%200%200%203.994-3.778l1.556-28A4%204%200%200%200%2037.772%206H10.228a4%204%200%200%200-3.993%204.222l1.555%2028A4%204%200%200%200%2011.784%2042zm-1.619-26.529c.673.697.467%201.767-.353%202.308l-4.417%202.91c-.82.54-1.94.322-2.75-.231a5.6%205.6%200%200%200-1.016-.548l2.63-3.025a1%201%200%200%200-1.509-1.312l-3.393%203.901a5.8%205.8%200%200%200-2.344.523a6%206%200%200%200-.667.362c-.83.528-1.957.71-2.757.145l-4.312-3.046c-.8-.566-.968-1.642-.271-2.318a14.5%2014.5%200%200%201%204.045-2.756a15.3%2015.3%200%200%201%206.61-1.382c2.29.036%204.537.58%206.56%201.587a14.4%2014.4%200%200%201%203.944%202.882%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsWeightNegative%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(%23healthiconsWeightNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM36.216%2042a4%204%200%200%200%203.994-3.778l1.556-28A4%204%200%200%200%2037.772%206H10.228a4%204%200%200%200-3.993%204.222l1.555%2028A4%204%200%200%200%2011.784%2042zm-1.619-26.529c.673.697.467%201.767-.353%202.308l-4.417%202.91c-.82.54-1.94.322-2.75-.231a5.6%205.6%200%200%200-1.016-.548l2.63-3.025a1%201%200%200%200-1.509-1.312l-3.393%203.901a5.8%205.8%200%200%200-2.344.523a6%206%200%200%200-.667.362c-.83.528-1.957.71-2.757.145l-4.312-3.046c-.8-.566-.968-1.642-.271-2.318a14.5%2014.5%200%200%201%204.045-2.756a15.3%2015.3%200%200%201%206.61-1.382c2.29.036%204.537.58%206.56%201.587a14.4%2014.4%200%200%201%203.944%202.882%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsWeightNegative%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/weight-negative.svg?color=%231a73e8&size=48