underweight icon

underweight-outline-24px from Health Icons by Resolve to Save Lives · Outline 24px · Conditions · MIT Free for personal and commercial use.

Name
underweight-outline-24px
Set
Health Icons
Style
Outline 24px
Category
Conditions
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M12 6q-.825 0-1.412-.588A1.93 1.93 0 0 1 10 4q0-.824.588-1.412A1.93 1.93 0 0 1 12 2q.824 0 1.413.587Q14 3.176 14 4t-.587 1.412A1.93 1.93 0 0 1 12 6M8.175 8.075q.525-.525 1.175-.8T10.75 7h2.5q.75 0 1.4.275t1.175.8l3.53 3.53L17.95 13L15 10.05L14 9l-.415.83a3 3 0 0 0 .809 3.685L15 14v8h-2v-7h-2v7H9v-8l.606-.485a3 3 0 0 0 .81-3.684L10 9l-1 1.05l-3 3l-1.375-1.424z"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsUnderweightOutline24px(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 6q-.825 0-1.412-.588A1.93 1.93 0 0 1 10 4q0-.824.588-1.412A1.93 1.93 0 0 1 12 2q.824 0 1.413.587Q14 3.176 14 4t-.587 1.412A1.93 1.93 0 0 1 12 6M8.175 8.075q.525-.525 1.175-.8T10.75 7h2.5q.75 0 1.4.275t1.175.8l3.53 3.53L17.95 13L15 10.05L14 9l-.415.83a3 3 0 0 0 .809 3.685L15 14v8h-2v-7h-2v7H9v-8l.606-.485a3 3 0 0 0 .81-3.684L10 9l-1 1.05l-3 3l-1.375-1.424z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 6q-.825 0-1.412-.588A1.93 1.93 0 0 1 10 4q0-.824.588-1.412A1.93 1.93 0 0 1 12 2q.824 0 1.413.587Q14 3.176 14 4t-.587 1.412A1.93 1.93 0 0 1 12 6M8.175 8.075q.525-.525 1.175-.8T10.75 7h2.5q.75 0 1.4.275t1.175.8l3.53 3.53L17.95 13L15 10.05L14 9l-.415.83a3 3 0 0 0 .809 3.685L15 14v8h-2v-7h-2v7H9v-8l.606-.485a3 3 0 0 0 .81-3.684L10 9l-1 1.05l-3 3l-1.375-1.424z"/></svg>
</template>

CSS

.icon-underweight-outline-24px {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%206q-.825%200-1.412-.588A1.93%201.93%200%200%201%2010%204q0-.824.588-1.412A1.93%201.93%200%200%201%2012%202q.824%200%201.413.587Q14%203.176%2014%204t-.587%201.412A1.93%201.93%200%200%201%2012%206M8.175%208.075q.525-.525%201.175-.8T10.75%207h2.5q.75%200%201.4.275t1.175.8l3.53%203.53L17.95%2013L15%2010.05L14%209l-.415.83a3%203%200%200%200%20.809%203.685L15%2014v8h-2v-7h-2v7H9v-8l.606-.485a3%203%200%200%200%20.81-3.684L10%209l-1%201.05l-3%203l-1.375-1.424z%22%2F%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%206q-.825%200-1.412-.588A1.93%201.93%200%200%201%2010%204q0-.824.588-1.412A1.93%201.93%200%200%201%2012%202q.824%200%201.413.587Q14%203.176%2014%204t-.587%201.412A1.93%201.93%200%200%201%2012%206M8.175%208.075q.525-.525%201.175-.8T10.75%207h2.5q.75%200%201.4.275t1.175.8l3.53%203.53L17.95%2013L15%2010.05L14%209l-.415.83a3%203%200%200%200%20.809%203.685L15%2014v8h-2v-7h-2v7H9v-8l.606-.485a3%203%200%200%200%20.81-3.684L10%209l-1%201.05l-3%203l-1.375-1.424z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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