underweight negative icon
underweight-negative from Health Icons by Resolve to Save Lives · Filled · MIT Free for personal and commercial use.
- Name
- underweight-negative
- Set
- Health Icons
- Style
- Filled
- Viewbox
- 48×48
- License
- MIT
Use the underweight 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(#healthiconsUnderweightNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm24 13a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m9.476 12.732a1.5 1.5 0 1 1-2.952.536c-.078-.43-.158-.943-.246-1.51a69 69 0 0 0-.55-3.183c-.174-.859-.36-1.595-.55-2.112a4 4 0 0 0-.118-.29a25 25 0 0 0-1.188-.274L27 25l1.5 5.5v12a1.5 1.5 0 0 1-3 0v-12h-3v12a1.5 1.5 0 0 1-3 0v-12L21 25l-.867-6.066q-.584.12-1.196.277a4 4 0 0 0-.117.285c-.189.512-.374 1.244-.549 2.097a68 68 0 0 0-.551 3.184c-.088.56-.167 1.067-.244 1.491a1.5 1.5 0 1 1-2.952-.536c.052-.285.12-.716.2-1.23c.161-1.02.373-2.361.608-3.51c.183-.895.404-1.805.674-2.535a5.2 5.2 0 0 1 .522-1.075c.191-.287.587-.793 1.267-.974c4.413-1.177 7.973-1.232 12.413-.036c.681.184 1.077.692 1.266.979c.22.332.388.716.521 1.079c.27.733.49 1.647.673 2.545c.234 1.148.445 2.493.606 3.515c.081.52.15.957.202 1.242m-4.521-6.75l.015.02zm-9.913.039l-.014.02z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsUnderweightNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsUnderweightNegative(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(#healthiconsUnderweightNegative)"><path fill="currentColor" fillRule="evenodd" d="M0 0h48v48H0zm24 13a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m9.476 12.732a1.5 1.5 0 1 1-2.952.536c-.078-.43-.158-.943-.246-1.51a69 69 0 0 0-.55-3.183c-.174-.859-.36-1.595-.55-2.112a4 4 0 0 0-.118-.29a25 25 0 0 0-1.188-.274L27 25l1.5 5.5v12a1.5 1.5 0 0 1-3 0v-12h-3v12a1.5 1.5 0 0 1-3 0v-12L21 25l-.867-6.066q-.584.12-1.196.277a4 4 0 0 0-.117.285c-.189.512-.374 1.244-.549 2.097a68 68 0 0 0-.551 3.184c-.088.56-.167 1.067-.244 1.491a1.5 1.5 0 1 1-2.952-.536c.052-.285.12-.716.2-1.23c.161-1.02.373-2.361.608-3.51c.183-.895.404-1.805.674-2.535a5.2 5.2 0 0 1 .522-1.075c.191-.287.587-.793 1.267-.974c4.413-1.177 7.973-1.232 12.413-.036c.681.184 1.077.692 1.266.979c.22.332.388.716.521 1.079c.27.733.49 1.647.673 2.545c.234 1.148.445 2.493.606 3.515c.081.52.15.957.202 1.242m-4.521-6.75l.015.02zm-9.913.039l-.014.02z" clipRule="evenodd"/></g><defs><clipPath id="healthiconsUnderweightNegative"><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(#healthiconsUnderweightNegative)"><path fill="currentColor" fill-rule="evenodd" d="M0 0h48v48H0zm24 13a4.5 4.5 0 1 0 0-9a4.5 4.5 0 0 0 0 9m9.476 12.732a1.5 1.5 0 1 1-2.952.536c-.078-.43-.158-.943-.246-1.51a69 69 0 0 0-.55-3.183c-.174-.859-.36-1.595-.55-2.112a4 4 0 0 0-.118-.29a25 25 0 0 0-1.188-.274L27 25l1.5 5.5v12a1.5 1.5 0 0 1-3 0v-12h-3v12a1.5 1.5 0 0 1-3 0v-12L21 25l-.867-6.066q-.584.12-1.196.277a4 4 0 0 0-.117.285c-.189.512-.374 1.244-.549 2.097a68 68 0 0 0-.551 3.184c-.088.56-.167 1.067-.244 1.491a1.5 1.5 0 1 1-2.952-.536c.052-.285.12-.716.2-1.23c.161-1.02.373-2.361.608-3.51c.183-.895.404-1.805.674-2.535a5.2 5.2 0 0 1 .522-1.075c.191-.287.587-.793 1.267-.974c4.413-1.177 7.973-1.232 12.413-.036c.681.184 1.077.692 1.266.979c.22.332.388.716.521 1.079c.27.733.49 1.647.673 2.545c.234 1.148.445 2.493.606 3.515c.081.52.15.957.202 1.242m-4.521-6.75l.015.02zm-9.913.039l-.014.02z" clip-rule="evenodd"/></g><defs><clipPath id="healthiconsUnderweightNegative"><path d="M0 0h48v48H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-underweight-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(%23healthiconsUnderweightNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm24%2013a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209m9.476%2012.732a1.5%201.5%200%201%201-2.952.536c-.078-.43-.158-.943-.246-1.51a69%2069%200%200%200-.55-3.183c-.174-.859-.36-1.595-.55-2.112a4%204%200%200%200-.118-.29a25%2025%200%200%200-1.188-.274L27%2025l1.5%205.5v12a1.5%201.5%200%200%201-3%200v-12h-3v12a1.5%201.5%200%200%201-3%200v-12L21%2025l-.867-6.066q-.584.12-1.196.277a4%204%200%200%200-.117.285c-.189.512-.374%201.244-.549%202.097a68%2068%200%200%200-.551%203.184c-.088.56-.167%201.067-.244%201.491a1.5%201.5%200%201%201-2.952-.536c.052-.285.12-.716.2-1.23c.161-1.02.373-2.361.608-3.51c.183-.895.404-1.805.674-2.535a5.2%205.2%200%200%201%20.522-1.075c.191-.287.587-.793%201.267-.974c4.413-1.177%207.973-1.232%2012.413-.036c.681.184%201.077.692%201.266.979c.22.332.388.716.521%201.079c.27.733.49%201.647.673%202.545c.234%201.148.445%202.493.606%203.515c.081.52.15.957.202%201.242m-4.521-6.75l.015.02zm-9.913.039l-.014.02z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsUnderweightNegative%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(%23healthiconsUnderweightNegative)%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M0%200h48v48H0zm24%2013a4.5%204.5%200%201%200%200-9a4.5%204.5%200%200%200%200%209m9.476%2012.732a1.5%201.5%200%201%201-2.952.536c-.078-.43-.158-.943-.246-1.51a69%2069%200%200%200-.55-3.183c-.174-.859-.36-1.595-.55-2.112a4%204%200%200%200-.118-.29a25%2025%200%200%200-1.188-.274L27%2025l1.5%205.5v12a1.5%201.5%200%200%201-3%200v-12h-3v12a1.5%201.5%200%200%201-3%200v-12L21%2025l-.867-6.066q-.584.12-1.196.277a4%204%200%200%200-.117.285c-.189.512-.374%201.244-.549%202.097a68%2068%200%200%200-.551%203.184c-.088.56-.167%201.067-.244%201.491a1.5%201.5%200%201%201-2.952-.536c.052-.285.12-.716.2-1.23c.161-1.02.373-2.361.608-3.51c.183-.895.404-1.805.674-2.535a5.2%205.2%200%200%201%20.522-1.075c.191-.287.587-.793%201.267-.974c4.413-1.177%207.973-1.232%2012.413-.036c.681.184%201.077.692%201.266.979c.22.332.388.716.521%201.079c.27.733.49%201.647.673%202.545c.234%201.148.445%202.493.606%203.515c.081.52.15.957.202%201.242m-4.521-6.75l.015.02zm-9.913.039l-.014.02z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22healthiconsUnderweightNegative%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/underweight-negative.svg?color=%231a73e8&size=48