weight icon
weight from Health Icons by Resolve to Save Lives · Filled · Devices · MIT Free for personal and commercial use.
- Name
- weight
- Set
- Health Icons
- Style
- Filled
- Category
- Devices
- Viewbox
- 48×48
- 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 48 48"><path fill="currentColor" fill-rule="evenodd" d="M40.21 38.222A4 4 0 0 1 36.216 42H11.784a4 4 0 0 1-3.994-3.778l-1.555-28A4 4 0 0 1 10.228 6h27.544a4 4 0 0 1 3.994 4.222zm-5.966-20.443c.82-.54 1.026-1.611.353-2.308a14.4 14.4 0 0 0-3.945-2.882a15.25 15.25 0 0 0-6.558-1.587a15.3 15.3 0 0 0-6.611 1.382a14.5 14.5 0 0 0-4.045 2.756c-.697.676-.53 1.752.271 2.318l4.312 3.046c.8.566 1.928.383 2.757-.145a6 6 0 0 1 .667-.362a5.8 5.8 0 0 1 2.344-.523l3.393-3.901a1 1 0 0 1 1.51 1.312L26.06 19.91a5.7 5.7 0 0 1 1.016.548c.81.553 1.93.77 2.75.23z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsWeight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fillRule="evenodd" d="M40.21 38.222A4 4 0 0 1 36.216 42H11.784a4 4 0 0 1-3.994-3.778l-1.555-28A4 4 0 0 1 10.228 6h27.544a4 4 0 0 1 3.994 4.222zm-5.966-20.443c.82-.54 1.026-1.611.353-2.308a14.4 14.4 0 0 0-3.945-2.882a15.25 15.25 0 0 0-6.558-1.587a15.3 15.3 0 0 0-6.611 1.382a14.5 14.5 0 0 0-4.045 2.756c-.697.676-.53 1.752.271 2.318l4.312 3.046c.8.566 1.928.383 2.757-.145a6 6 0 0 1 .667-.362a5.8 5.8 0 0 1 2.344-.523l3.393-3.901a1 1 0 0 1 1.51 1.312L26.06 19.91a5.7 5.7 0 0 1 1.016.548c.81.553 1.93.77 2.75.23z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M40.21 38.222A4 4 0 0 1 36.216 42H11.784a4 4 0 0 1-3.994-3.778l-1.555-28A4 4 0 0 1 10.228 6h27.544a4 4 0 0 1 3.994 4.222zm-5.966-20.443c.82-.54 1.026-1.611.353-2.308a14.4 14.4 0 0 0-3.945-2.882a15.25 15.25 0 0 0-6.558-1.587a15.3 15.3 0 0 0-6.611 1.382a14.5 14.5 0 0 0-4.045 2.756c-.697.676-.53 1.752.271 2.318l4.312 3.046c.8.566 1.928.383 2.757-.145a6 6 0 0 1 .667-.362a5.8 5.8 0 0 1 2.344-.523l3.393-3.901a1 1 0 0 1 1.51 1.312L26.06 19.91a5.7 5.7 0 0 1 1.016.548c.81.553 1.93.77 2.75.23z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-weight {
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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M40.21%2038.222A4%204%200%200%201%2036.216%2042H11.784a4%204%200%200%201-3.994-3.778l-1.555-28A4%204%200%200%201%2010.228%206h27.544a4%204%200%200%201%203.994%204.222zm-5.966-20.443c.82-.54%201.026-1.611.353-2.308a14.4%2014.4%200%200%200-3.945-2.882a15.25%2015.25%200%200%200-6.558-1.587a15.3%2015.3%200%200%200-6.611%201.382a14.5%2014.5%200%200%200-4.045%202.756c-.697.676-.53%201.752.271%202.318l4.312%203.046c.8.566%201.928.383%202.757-.145a6%206%200%200%201%20.667-.362a5.8%205.8%200%200%201%202.344-.523l3.393-3.901a1%201%200%200%201%201.51%201.312L26.06%2019.91a5.7%205.7%200%200%201%201.016.548c.81.553%201.93.77%202.75.23z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M40.21%2038.222A4%204%200%200%201%2036.216%2042H11.784a4%204%200%200%201-3.994-3.778l-1.555-28A4%204%200%200%201%2010.228%206h27.544a4%204%200%200%201%203.994%204.222zm-5.966-20.443c.82-.54%201.026-1.611.353-2.308a14.4%2014.4%200%200%200-3.945-2.882a15.25%2015.25%200%200%200-6.558-1.587a15.3%2015.3%200%200%200-6.611%201.382a14.5%2014.5%200%200%200-4.045%202.756c-.697.676-.53%201.752.271%202.318l4.312%203.046c.8.566%201.928.383%202.757-.145a6%206%200%200%201%20.667-.362a5.8%205.8%200%200%201%202.344-.523l3.393-3.901a1%201%200%200%201%201.51%201.312L26.06%2019.91a5.7%205.7%200%200%201%201.016.548c.81.553%201.93.77%202.75.23z%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.svg?color=%231a73e8&size=48