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

Name
weight-outline-24px
Set
Health Icons
Style
Outline 24px
Category
Devices
Viewbox
24×24
License
MIT

3 other variants in Health Icons

The same icon in other sets

More devices icons from Health Icons

Use the weight icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M18.944 3H5.056a2 2 0 0 0-1.999 2.056l.389 14a2 2 0 0 0 2 1.944h13.109a2 2 0 0 0 1.999-1.945l.389-14a2 2 0 0 0-2-2.055m0 2h-1.68l-.711 6.051a.508.508 0 0 1-.63.433A16 16 0 0 0 12 11c-1.353 0-2.667.168-3.922.484a.508.508 0 0 1-.63-.433L6.734 5H5.056l.39 14h13.109zM8.749 5l.495 4.21q.8-.123 1.62-.175l.925-2.772a.75.75 0 1 1 1.422.474l-.756 2.269q1.171.03 2.3.204L15.252 5z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsWeightOutline24px(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" fillRule="evenodd" d="M18.944 3H5.056a2 2 0 0 0-1.999 2.056l.389 14a2 2 0 0 0 2 1.944h13.109a2 2 0 0 0 1.999-1.945l.389-14a2 2 0 0 0-2-2.055m0 2h-1.68l-.711 6.051a.508.508 0 0 1-.63.433A16 16 0 0 0 12 11c-1.353 0-2.667.168-3.922.484a.508.508 0 0 1-.63-.433L6.734 5H5.056l.39 14h13.109zM8.749 5l.495 4.21q.8-.123 1.62-.175l.925-2.772a.75.75 0 1 1 1.422.474l-.756 2.269q1.171.03 2.3.204L15.252 5z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M18.944 3H5.056a2 2 0 0 0-1.999 2.056l.389 14a2 2 0 0 0 2 1.944h13.109a2 2 0 0 0 1.999-1.945l.389-14a2 2 0 0 0-2-2.055m0 2h-1.68l-.711 6.051a.508.508 0 0 1-.63.433A16 16 0 0 0 12 11c-1.353 0-2.667.168-3.922.484a.508.508 0 0 1-.63-.433L6.734 5H5.056l.39 14h13.109zM8.749 5l.495 4.21q.8-.123 1.62-.175l.925-2.772a.75.75 0 1 1 1.422.474l-.756 2.269q1.171.03 2.3.204L15.252 5z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-weight-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%20fill-rule%3D%22evenodd%22%20d%3D%22M18.944%203H5.056a2%202%200%200%200-1.999%202.056l.389%2014a2%202%200%200%200%202%201.944h13.109a2%202%200%200%200%201.999-1.945l.389-14a2%202%200%200%200-2-2.055m0%202h-1.68l-.711%206.051a.508.508%200%200%201-.63.433A16%2016%200%200%200%2012%2011c-1.353%200-2.667.168-3.922.484a.508.508%200%200%201-.63-.433L6.734%205H5.056l.39%2014h13.109zM8.749%205l.495%204.21q.8-.123%201.62-.175l.925-2.772a.75.75%200%201%201%201.422.474l-.756%202.269q1.171.03%202.3.204L15.252%205z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M18.944%203H5.056a2%202%200%200%200-1.999%202.056l.389%2014a2%202%200%200%200%202%201.944h13.109a2%202%200%200%200%201.999-1.945l.389-14a2%202%200%200%200-2-2.055m0%202h-1.68l-.711%206.051a.508.508%200%200%201-.63.433A16%2016%200%200%200%2012%2011c-1.353%200-2.667.168-3.922.484a.508.508%200%200%201-.63-.433L6.734%205H5.056l.39%2014h13.109zM8.749%205l.495%204.21q.8-.123%201.62-.175l.925-2.772a.75.75%200%201%201%201.422.474l-.756%202.269q1.171.03%202.3.204L15.252%205z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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