underweight icon
underweight from Health Icons by Resolve to Save Lives · Filled · Conditions · MIT Free for personal and commercial use.
- Name
- underweight
- Set
- Health Icons
- Style
- Filled
- Category
- Conditions
- Viewbox
- 48×48
- License
- MIT
3 other variants in Health Icons
More conditions icons from Health Icons
Use the underweight icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M28.5 8.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0"/><path fill-rule="evenodd" d="M32.268 27.476a1.5 1.5 0 0 0 1.208-1.744c-.052-.285-.12-.722-.202-1.241c-.16-1.023-.372-2.368-.606-3.516c-.183-.898-.404-1.812-.673-2.545a5.3 5.3 0 0 0-.52-1.079c-.19-.287-.586-.795-1.267-.979c-4.44-1.196-8-1.14-12.413.036c-.68.181-1.076.687-1.267.974a5.2 5.2 0 0 0-.522 1.075c-.27.73-.49 1.64-.674 2.534c-.235 1.15-.447 2.492-.607 3.512c-.081.513-.149.944-.2 1.229a1.5 1.5 0 1 0 2.95.536c.078-.424.157-.93.245-1.49c.149-.958.323-2.07.551-3.185c.175-.853.36-1.585.55-2.097q.066-.178.116-.285q.61-.156 1.196-.277L21 25l-1.5 5.5v12a1.5 1.5 0 0 0 3 0v-12h3v12a1.5 1.5 0 0 0 3 0v-12L27 25l.872-6.101q.582.119 1.188.273q.051.11.119.291c.19.517.375 1.253.55 2.112c.228 1.118.4 2.226.549 3.183c.088.567.168 1.08.246 1.51a1.5 1.5 0 0 0 1.744 1.208m-3.313-8.494l.015.02zm-9.913.039l-.014.02z" clip-rule="evenodd"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsUnderweight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M28.5 8.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0"/><path fillRule="evenodd" d="M32.268 27.476a1.5 1.5 0 0 0 1.208-1.744c-.052-.285-.12-.722-.202-1.241c-.16-1.023-.372-2.368-.606-3.516c-.183-.898-.404-1.812-.673-2.545a5.3 5.3 0 0 0-.52-1.079c-.19-.287-.586-.795-1.267-.979c-4.44-1.196-8-1.14-12.413.036c-.68.181-1.076.687-1.267.974a5.2 5.2 0 0 0-.522 1.075c-.27.73-.49 1.64-.674 2.534c-.235 1.15-.447 2.492-.607 3.512c-.081.513-.149.944-.2 1.229a1.5 1.5 0 1 0 2.95.536c.078-.424.157-.93.245-1.49c.149-.958.323-2.07.551-3.185c.175-.853.36-1.585.55-2.097q.066-.178.116-.285q.61-.156 1.196-.277L21 25l-1.5 5.5v12a1.5 1.5 0 0 0 3 0v-12h3v12a1.5 1.5 0 0 0 3 0v-12L27 25l.872-6.101q.582.119 1.188.273q.051.11.119.291c.19.517.375 1.253.55 2.112c.228 1.118.4 2.226.549 3.183c.088.567.168 1.08.246 1.51a1.5 1.5 0 0 0 1.744 1.208m-3.313-8.494l.015.02zm-9.913.039l-.014.02z" clipRule="evenodd"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M28.5 8.5a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0"/><path fill-rule="evenodd" d="M32.268 27.476a1.5 1.5 0 0 0 1.208-1.744c-.052-.285-.12-.722-.202-1.241c-.16-1.023-.372-2.368-.606-3.516c-.183-.898-.404-1.812-.673-2.545a5.3 5.3 0 0 0-.52-1.079c-.19-.287-.586-.795-1.267-.979c-4.44-1.196-8-1.14-12.413.036c-.68.181-1.076.687-1.267.974a5.2 5.2 0 0 0-.522 1.075c-.27.73-.49 1.64-.674 2.534c-.235 1.15-.447 2.492-.607 3.512c-.081.513-.149.944-.2 1.229a1.5 1.5 0 1 0 2.95.536c.078-.424.157-.93.245-1.49c.149-.958.323-2.07.551-3.185c.175-.853.36-1.585.55-2.097q.066-.178.116-.285q.61-.156 1.196-.277L21 25l-1.5 5.5v12a1.5 1.5 0 0 0 3 0v-12h3v12a1.5 1.5 0 0 0 3 0v-12L27 25l.872-6.101q.582.119 1.188.273q.051.11.119.291c.19.517.375 1.253.55 2.112c.228 1.118.4 2.226.549 3.183c.088.567.168 1.08.246 1.51a1.5 1.5 0 0 0 1.744 1.208m-3.313-8.494l.015.02zm-9.913.039l-.014.02z" clip-rule="evenodd"/></g></svg> </template>
CSS
.icon-underweight {
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%22currentColor%22%3E%3Cpath%20d%3D%22M28.5%208.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M32.268%2027.476a1.5%201.5%200%200%200%201.208-1.744c-.052-.285-.12-.722-.202-1.241c-.16-1.023-.372-2.368-.606-3.516c-.183-.898-.404-1.812-.673-2.545a5.3%205.3%200%200%200-.52-1.079c-.19-.287-.586-.795-1.267-.979c-4.44-1.196-8-1.14-12.413.036c-.68.181-1.076.687-1.267.974a5.2%205.2%200%200%200-.522%201.075c-.27.73-.49%201.64-.674%202.534c-.235%201.15-.447%202.492-.607%203.512c-.081.513-.149.944-.2%201.229a1.5%201.5%200%201%200%202.95.536c.078-.424.157-.93.245-1.49c.149-.958.323-2.07.551-3.185c.175-.853.36-1.585.55-2.097q.066-.178.116-.285q.61-.156%201.196-.277L21%2025l-1.5%205.5v12a1.5%201.5%200%200%200%203%200v-12h3v12a1.5%201.5%200%200%200%203%200v-12L27%2025l.872-6.101q.582.119%201.188.273q.051.11.119.291c.19.517.375%201.253.55%202.112c.228%201.118.4%202.226.549%203.183c.088.567.168%201.08.246%201.51a1.5%201.5%200%200%200%201.744%201.208m-3.313-8.494l.015.02zm-9.913.039l-.014.02z%22%20clip-rule%3D%22evenodd%22%2F%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%22currentColor%22%3E%3Cpath%20d%3D%22M28.5%208.5a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M32.268%2027.476a1.5%201.5%200%200%200%201.208-1.744c-.052-.285-.12-.722-.202-1.241c-.16-1.023-.372-2.368-.606-3.516c-.183-.898-.404-1.812-.673-2.545a5.3%205.3%200%200%200-.52-1.079c-.19-.287-.586-.795-1.267-.979c-4.44-1.196-8-1.14-12.413.036c-.68.181-1.076.687-1.267.974a5.2%205.2%200%200%200-.522%201.075c-.27.73-.49%201.64-.674%202.534c-.235%201.15-.447%202.492-.607%203.512c-.081.513-.149.944-.2%201.229a1.5%201.5%200%201%200%202.95.536c.078-.424.157-.93.245-1.49c.149-.958.323-2.07.551-3.185c.175-.853.36-1.585.55-2.097q.066-.178.116-.285q.61-.156%201.196-.277L21%2025l-1.5%205.5v12a1.5%201.5%200%200%200%203%200v-12h3v12a1.5%201.5%200%200%200%203%200v-12L27%2025l.872-6.101q.582.119%201.188.273q.051.11.119.291c.19.517.375%201.253.55%202.112c.228%201.118.4%202.226.549%203.183c.088.567.168%201.08.246%201.51a1.5%201.5%200%200%200%201.744%201.208m-3.313-8.494l.015.02zm-9.913.039l-.014.02z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/underweight.svg?color=%231a73e8&size=48