weights negative icon
weights-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- weights-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Use the weights 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(#healthiconsWeightsNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM9.004 6.06a1 1 0 0 1 1.08.913l.287 3.369q.96-.17 1.883-.319a2 2 0 0 1 3.144-.453c5.971-.755 11.116-.756 17.193.01a2 2 0 0 1 3.161.453q.92.149 1.877.316l.286-3.376a1 1 0 0 1 1.081-.912l1.993.17a1 1 0 0 1 .912 1.08l-.329 3.869a1 1 0 0 1-.146 1.725l-.35 4.122a1 1 0 0 1-1.082.912l-1.992-.17a1 1 0 0 1-.912-1.08l.368-4.34q-.753-.133-1.484-.253c-.066 1.621-.266 4.393-.774 7.032c-.325 1.689-.802 3.474-1.534 4.886c-.631 1.22-1.777 2.751-3.666 2.962v4.327l.326-.117l.223-.08c1.005-.36 2.026-.726 2.806-.923c.378-.096.951-.221 1.513-.171a2.4 2.4 0 0 1 1.314.516A2.22 2.22 0 0 1 37 32.263c0 .823-.281 2.94-.52 4.631a275 275 0 0 1-.46 3.129l-.032.209l-.009.055l-.002.014v.005L34 40l1.976.307a2 2 0 0 1-3.97-.154l-.398-5.177c-1.105.395-2.391.85-3.66 1.207c-1.274.358-2.671.66-3.948.66s-2.674-.302-3.947-.66c-1.28-.36-2.578-.82-3.688-1.217l-.37 5.176a2 2 0 0 1-3.971.165L14 40l-1.976.306l-.001-.005l-.002-.014l-.009-.055l-.032-.21a247 247 0 0 1-.46-3.128c-.239-1.691-.52-3.808-.52-4.63c0-.59.23-1.258.818-1.736a2.4 2.4 0 0 1 1.314-.516c.562-.05 1.135.075 1.514.17c.78.198 1.8.564 2.805.924l.223.08l.326.117V26.97c-.864-.114-1.564-.549-2.081-1.04c-.585-.557-1.026-1.261-1.367-1.95c-.684-1.379-1.177-3.133-1.536-4.813c-.563-2.636-.867-5.436-.972-7.084q-.74.123-1.503.259l.369 4.346a1 1 0 0 1-.912 1.08l-1.993.17a1 1 0 0 1-1.08-.912l-.35-4.122a.998.998 0 0 1-.147-1.725L6.099 7.31a1 1 0 0 1 .912-1.08zm7.012 5.448c.067 1.293.34 4.144.912 6.824c.335 1.57.745 2.94 1.208 3.874c.212.428.391.673.507.794h10.864c.072-.041.29-.213.608-.826c.466-.9.857-2.24 1.157-3.802c.511-2.656.681-5.518.72-6.85c-5.63-.687-10.445-.687-15.976-.014M24 21a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsWeightsNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsWeightsNegative(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(#healthiconsWeightsNegative)"><path fill="currentColor" fillRule="evenodd" d="M48 0H0v48h48zM9.004 6.06a1 1 0 0 1 1.08.913l.287 3.369q.96-.17 1.883-.319a2 2 0 0 1 3.144-.453c5.971-.755 11.116-.756 17.193.01a2 2 0 0 1 3.161.453q.92.149 1.877.316l.286-3.376a1 1 0 0 1 1.081-.912l1.993.17a1 1 0 0 1 .912 1.08l-.329 3.869a1 1 0 0 1-.146 1.725l-.35 4.122a1 1 0 0 1-1.082.912l-1.992-.17a1 1 0 0 1-.912-1.08l.368-4.34q-.753-.133-1.484-.253c-.066 1.621-.266 4.393-.774 7.032c-.325 1.689-.802 3.474-1.534 4.886c-.631 1.22-1.777 2.751-3.666 2.962v4.327l.326-.117l.223-.08c1.005-.36 2.026-.726 2.806-.923c.378-.096.951-.221 1.513-.171a2.4 2.4 0 0 1 1.314.516A2.22 2.22 0 0 1 37 32.263c0 .823-.281 2.94-.52 4.631a275 275 0 0 1-.46 3.129l-.032.209l-.009.055l-.002.014v.005L34 40l1.976.307a2 2 0 0 1-3.97-.154l-.398-5.177c-1.105.395-2.391.85-3.66 1.207c-1.274.358-2.671.66-3.948.66s-2.674-.302-3.947-.66c-1.28-.36-2.578-.82-3.688-1.217l-.37 5.176a2 2 0 0 1-3.971.165L14 40l-1.976.306l-.001-.005l-.002-.014l-.009-.055l-.032-.21a247 247 0 0 1-.46-3.128c-.239-1.691-.52-3.808-.52-4.63c0-.59.23-1.258.818-1.736a2.4 2.4 0 0 1 1.314-.516c.562-.05 1.135.075 1.514.17c.78.198 1.8.564 2.805.924l.223.08l.326.117V26.97c-.864-.114-1.564-.549-2.081-1.04c-.585-.557-1.026-1.261-1.367-1.95c-.684-1.379-1.177-3.133-1.536-4.813c-.563-2.636-.867-5.436-.972-7.084q-.74.123-1.503.259l.369 4.346a1 1 0 0 1-.912 1.08l-1.993.17a1 1 0 0 1-1.08-.912l-.35-4.122a.998.998 0 0 1-.147-1.725L6.099 7.31a1 1 0 0 1 .912-1.08zm7.012 5.448c.067 1.293.34 4.144.912 6.824c.335 1.57.745 2.94 1.208 3.874c.212.428.391.673.507.794h10.864c.072-.041.29-.213.608-.826c.466-.9.857-2.24 1.157-3.802c.511-2.656.681-5.518.72-6.85c-5.63-.687-10.445-.687-15.976-.014M24 21a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9" clipRule="evenodd"/></g><defs><clipPath id="healthiconsWeightsNegative"><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(#healthiconsWeightsNegative)"><path fill="currentColor" fill-rule="evenodd" d="M48 0H0v48h48zM9.004 6.06a1 1 0 0 1 1.08.913l.287 3.369q.96-.17 1.883-.319a2 2 0 0 1 3.144-.453c5.971-.755 11.116-.756 17.193.01a2 2 0 0 1 3.161.453q.92.149 1.877.316l.286-3.376a1 1 0 0 1 1.081-.912l1.993.17a1 1 0 0 1 .912 1.08l-.329 3.869a1 1 0 0 1-.146 1.725l-.35 4.122a1 1 0 0 1-1.082.912l-1.992-.17a1 1 0 0 1-.912-1.08l.368-4.34q-.753-.133-1.484-.253c-.066 1.621-.266 4.393-.774 7.032c-.325 1.689-.802 3.474-1.534 4.886c-.631 1.22-1.777 2.751-3.666 2.962v4.327l.326-.117l.223-.08c1.005-.36 2.026-.726 2.806-.923c.378-.096.951-.221 1.513-.171a2.4 2.4 0 0 1 1.314.516A2.22 2.22 0 0 1 37 32.263c0 .823-.281 2.94-.52 4.631a275 275 0 0 1-.46 3.129l-.032.209l-.009.055l-.002.014v.005L34 40l1.976.307a2 2 0 0 1-3.97-.154l-.398-5.177c-1.105.395-2.391.85-3.66 1.207c-1.274.358-2.671.66-3.948.66s-2.674-.302-3.947-.66c-1.28-.36-2.578-.82-3.688-1.217l-.37 5.176a2 2 0 0 1-3.971.165L14 40l-1.976.306l-.001-.005l-.002-.014l-.009-.055l-.032-.21a247 247 0 0 1-.46-3.128c-.239-1.691-.52-3.808-.52-4.63c0-.59.23-1.258.818-1.736a2.4 2.4 0 0 1 1.314-.516c.562-.05 1.135.075 1.514.17c.78.198 1.8.564 2.805.924l.223.08l.326.117V26.97c-.864-.114-1.564-.549-2.081-1.04c-.585-.557-1.026-1.261-1.367-1.95c-.684-1.379-1.177-3.133-1.536-4.813c-.563-2.636-.867-5.436-.972-7.084q-.74.123-1.503.259l.369 4.346a1 1 0 0 1-.912 1.08l-1.993.17a1 1 0 0 1-1.08-.912l-.35-4.122a.998.998 0 0 1-.147-1.725L6.099 7.31a1 1 0 0 1 .912-1.08zm7.012 5.448c.067 1.293.34 4.144.912 6.824c.335 1.57.745 2.94 1.208 3.874c.212.428.391.673.507.794h10.864c.072-.041.29-.213.608-.826c.466-.9.857-2.24 1.157-3.802c.511-2.656.681-5.518.72-6.85c-5.63-.687-10.445-.687-15.976-.014M24 21a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsWeightsNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-weights-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(%23healthiconsWeightsNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM9.004%206.06a1%201%200%200%201%201.08.913l.287%203.369q.96-.17%201.883-.319a2%202%200%200%201%203.144-.453c5.971-.755%2011.116-.756%2017.193.01a2%202%200%200%201%203.161.453q.92.149%201.877.316l.286-3.376a1%201%200%200%201%201.081-.912l1.993.17a1%201%200%200%201%20.912%201.08l-.329%203.869a1%201%200%200%201-.146%201.725l-.35%204.122a1%201%200%200%201-1.082.912l-1.992-.17a1%201%200%200%201-.912-1.08l.368-4.34q-.753-.133-1.484-.253c-.066%201.621-.266%204.393-.774%207.032c-.325%201.689-.802%203.474-1.534%204.886c-.631%201.22-1.777%202.751-3.666%202.962v4.327l.326-.117l.223-.08c1.005-.36%202.026-.726%202.806-.923c.378-.096.951-.221%201.513-.171a2.4%202.4%200%200%201%201.314.516A2.22%202.22%200%200%201%2037%2032.263c0%20.823-.281%202.94-.52%204.631a275%20275%200%200%201-.46%203.129l-.032.209l-.009.055l-.002.014v.005L34%2040l1.976.307a2%202%200%200%201-3.97-.154l-.398-5.177c-1.105.395-2.391.85-3.66%201.207c-1.274.358-2.671.66-3.948.66s-2.674-.302-3.947-.66c-1.28-.36-2.578-.82-3.688-1.217l-.37%205.176a2%202%200%200%201-3.971.165L14%2040l-1.976.306l-.001-.005l-.002-.014l-.009-.055l-.032-.21a247%20247%200%200%201-.46-3.128c-.239-1.691-.52-3.808-.52-4.63c0-.59.23-1.258.818-1.736a2.4%202.4%200%200%201%201.314-.516c.562-.05%201.135.075%201.514.17c.78.198%201.8.564%202.805.924l.223.08l.326.117V26.97c-.864-.114-1.564-.549-2.081-1.04c-.585-.557-1.026-1.261-1.367-1.95c-.684-1.379-1.177-3.133-1.536-4.813c-.563-2.636-.867-5.436-.972-7.084q-.74.123-1.503.259l.369%204.346a1%201%200%200%201-.912%201.08l-1.993.17a1%201%200%200%201-1.08-.912l-.35-4.122a.998.998%200%200%201-.147-1.725L6.099%207.31a1%201%200%200%201%20.912-1.08zm7.012%205.448c.067%201.293.34%204.144.912%206.824c.335%201.57.745%202.94%201.208%203.874c.212.428.391.673.507.794h10.864c.072-.041.29-.213.608-.826c.466-.9.857-2.24%201.157-3.802c.511-2.656.681-5.518.72-6.85c-5.63-.687-10.445-.687-15.976-.014M24%2021a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsWeightsNegative%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(%23healthiconsWeightsNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M48%200H0v48h48zM9.004%206.06a1%201%200%200%201%201.08.913l.287%203.369q.96-.17%201.883-.319a2%202%200%200%201%203.144-.453c5.971-.755%2011.116-.756%2017.193.01a2%202%200%200%201%203.161.453q.92.149%201.877.316l.286-3.376a1%201%200%200%201%201.081-.912l1.993.17a1%201%200%200%201%20.912%201.08l-.329%203.869a1%201%200%200%201-.146%201.725l-.35%204.122a1%201%200%200%201-1.082.912l-1.992-.17a1%201%200%200%201-.912-1.08l.368-4.34q-.753-.133-1.484-.253c-.066%201.621-.266%204.393-.774%207.032c-.325%201.689-.802%203.474-1.534%204.886c-.631%201.22-1.777%202.751-3.666%202.962v4.327l.326-.117l.223-.08c1.005-.36%202.026-.726%202.806-.923c.378-.096.951-.221%201.513-.171a2.4%202.4%200%200%201%201.314.516A2.22%202.22%200%200%201%2037%2032.263c0%20.823-.281%202.94-.52%204.631a275%20275%200%200%201-.46%203.129l-.032.209l-.009.055l-.002.014v.005L34%2040l1.976.307a2%202%200%200%201-3.97-.154l-.398-5.177c-1.105.395-2.391.85-3.66%201.207c-1.274.358-2.671.66-3.948.66s-2.674-.302-3.947-.66c-1.28-.36-2.578-.82-3.688-1.217l-.37%205.176a2%202%200%200%201-3.971.165L14%2040l-1.976.306l-.001-.005l-.002-.014l-.009-.055l-.032-.21a247%20247%200%200%201-.46-3.128c-.239-1.691-.52-3.808-.52-4.63c0-.59.23-1.258.818-1.736a2.4%202.4%200%200%201%201.314-.516c.562-.05%201.135.075%201.514.17c.78.198%201.8.564%202.805.924l.223.08l.326.117V26.97c-.864-.114-1.564-.549-2.081-1.04c-.585-.557-1.026-1.261-1.367-1.95c-.684-1.379-1.177-3.133-1.536-4.813c-.563-2.636-.867-5.436-.972-7.084q-.74.123-1.503.259l.369%204.346a1%201%200%200%201-.912%201.08l-1.993.17a1%201%200%200%201-1.08-.912l-.35-4.122a.998.998%200%200%201-.147-1.725L6.099%207.31a1%201%200%200%201%20.912-1.08zm7.012%205.448c.067%201.293.34%204.144.912%206.824c.335%201.57.745%202.94%201.208%203.874c.212.428.391.673.507.794h10.864c.072-.041.29-.213.608-.826c.466-.9.857-2.24%201.157-3.802c.511-2.656.681-5.518.72-6.85c-5.63-.687-10.445-.687-15.976-.014M24%2021a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsWeightsNegative%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/weights-negative.svg?color=%231a73e8&size=48