weight icon
weight-outline from Health Icons by Resolve to Save Lives · Outline · Devices · MIT Free for personal and commercial use.
- Name
- weight-outline
- Set
- Health Icons
- Style
- Outline
- Category
- Devices
- Viewbox
- 48×48
- License
- MIT
- Aliases
- weight2x-outline
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"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M35.851 16.25c.742.819.515 2.076-.39 2.71l-4.872 3.418c-.904.634-2.14.378-3.033-.27a6.04 6.04 0 0 0-3.455-1.156a6.05 6.05 0 0 0-3.492 1.04c-.915.619-2.158.834-3.04.17l-4.757-3.578c-.882-.664-1.068-1.929-.299-2.722a16 16 0 0 1 23.338.389m-1.655 1.156a14 14 0 0 0-20.067-.334l4.638 3.488a.4.4 0 0 0 .13.006c.157-.014.377-.086.59-.23a8.05 8.05 0 0 1 4.8-1.38q.057-.12.149-.226l2.746-3.158a1 1 0 0 1 1.51 1.312l-2.155 2.478a8 8 0 0 1 2.195 1.127c.208.151.425.23.582.25c.076.01.116.003.13-.001zm-4.743 3.329l-.008.003q.006-.005.008-.003m-10.694-.178l.008.003z"/><path d="M36.216 42a4 4 0 0 0 3.994-3.778l1.556-28A4 4 0 0 0 37.772 6H10.228a4 4 0 0 0-3.993 4.222l1.555 28A4 4 0 0 0 11.784 42zm-24.432-2h24.432a2 2 0 0 0 1.997-1.89l1.556-28A2 2 0 0 0 37.772 8H10.228a2 2 0 0 0-1.997 2.11l1.556 28A2 2 0 0 0 11.784 40"/></g></svg>
React
import type { SVGProps } from "react";
export function HealthiconsWeightOutline(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" fillRule="evenodd" clipRule="evenodd"><path d="M35.851 16.25c.742.819.515 2.076-.39 2.71l-4.872 3.418c-.904.634-2.14.378-3.033-.27a6.04 6.04 0 0 0-3.455-1.156a6.05 6.05 0 0 0-3.492 1.04c-.915.619-2.158.834-3.04.17l-4.757-3.578c-.882-.664-1.068-1.929-.299-2.722a16 16 0 0 1 23.338.389m-1.655 1.156a14 14 0 0 0-20.067-.334l4.638 3.488a.4.4 0 0 0 .13.006c.157-.014.377-.086.59-.23a8.05 8.05 0 0 1 4.8-1.38q.057-.12.149-.226l2.746-3.158a1 1 0 0 1 1.51 1.312l-2.155 2.478a8 8 0 0 1 2.195 1.127c.208.151.425.23.582.25c.076.01.116.003.13-.001zm-4.743 3.329l-.008.003q.006-.005.008-.003m-10.694-.178l.008.003z"/><path d="M36.216 42a4 4 0 0 0 3.994-3.778l1.556-28A4 4 0 0 0 37.772 6H10.228a4 4 0 0 0-3.993 4.222l1.555 28A4 4 0 0 0 11.784 42zm-24.432-2h24.432a2 2 0 0 0 1.997-1.89l1.556-28A2 2 0 0 0 37.772 8H10.228a2 2 0 0 0-1.997 2.11l1.556 28A2 2 0 0 0 11.784 40"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M35.851 16.25c.742.819.515 2.076-.39 2.71l-4.872 3.418c-.904.634-2.14.378-3.033-.27a6.04 6.04 0 0 0-3.455-1.156a6.05 6.05 0 0 0-3.492 1.04c-.915.619-2.158.834-3.04.17l-4.757-3.578c-.882-.664-1.068-1.929-.299-2.722a16 16 0 0 1 23.338.389m-1.655 1.156a14 14 0 0 0-20.067-.334l4.638 3.488a.4.4 0 0 0 .13.006c.157-.014.377-.086.59-.23a8.05 8.05 0 0 1 4.8-1.38q.057-.12.149-.226l2.746-3.158a1 1 0 0 1 1.51 1.312l-2.155 2.478a8 8 0 0 1 2.195 1.127c.208.151.425.23.582.25c.076.01.116.003.13-.001zm-4.743 3.329l-.008.003q.006-.005.008-.003m-10.694-.178l.008.003z"/><path d="M36.216 42a4 4 0 0 0 3.994-3.778l1.556-28A4 4 0 0 0 37.772 6H10.228a4 4 0 0 0-3.993 4.222l1.555 28A4 4 0 0 0 11.784 42zm-24.432-2h24.432a2 2 0 0 0 1.997-1.89l1.556-28A2 2 0 0 0 37.772 8H10.228a2 2 0 0 0-1.997 2.11l1.556 28A2 2 0 0 0 11.784 40"/></g></svg> </template>
CSS
.icon-weight-outline {
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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M35.851%2016.25c.742.819.515%202.076-.39%202.71l-4.872%203.418c-.904.634-2.14.378-3.033-.27a6.04%206.04%200%200%200-3.455-1.156a6.05%206.05%200%200%200-3.492%201.04c-.915.619-2.158.834-3.04.17l-4.757-3.578c-.882-.664-1.068-1.929-.299-2.722a16%2016%200%200%201%2023.338.389m-1.655%201.156a14%2014%200%200%200-20.067-.334l4.638%203.488a.4.4%200%200%200%20.13.006c.157-.014.377-.086.59-.23a8.05%208.05%200%200%201%204.8-1.38q.057-.12.149-.226l2.746-3.158a1%201%200%200%201%201.51%201.312l-2.155%202.478a8%208%200%200%201%202.195%201.127c.208.151.425.23.582.25c.076.01.116.003.13-.001zm-4.743%203.329l-.008.003q.006-.005.008-.003m-10.694-.178l.008.003z%22%2F%3E%3Cpath%20d%3D%22M36.216%2042a4%204%200%200%200%203.994-3.778l1.556-28A4%204%200%200%200%2037.772%206H10.228a4%204%200%200%200-3.993%204.222l1.555%2028A4%204%200%200%200%2011.784%2042zm-24.432-2h24.432a2%202%200%200%200%201.997-1.89l1.556-28A2%202%200%200%200%2037.772%208H10.228a2%202%200%200%200-1.997%202.11l1.556%2028A2%202%200%200%200%2011.784%2040%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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M35.851%2016.25c.742.819.515%202.076-.39%202.71l-4.872%203.418c-.904.634-2.14.378-3.033-.27a6.04%206.04%200%200%200-3.455-1.156a6.05%206.05%200%200%200-3.492%201.04c-.915.619-2.158.834-3.04.17l-4.757-3.578c-.882-.664-1.068-1.929-.299-2.722a16%2016%200%200%201%2023.338.389m-1.655%201.156a14%2014%200%200%200-20.067-.334l4.638%203.488a.4.4%200%200%200%20.13.006c.157-.014.377-.086.59-.23a8.05%208.05%200%200%201%204.8-1.38q.057-.12.149-.226l2.746-3.158a1%201%200%200%201%201.51%201.312l-2.155%202.478a8%208%200%200%201%202.195%201.127c.208.151.425.23.582.25c.076.01.116.003.13-.001zm-4.743%203.329l-.008.003q.006-.005.008-.003m-10.694-.178l.008.003z%22%2F%3E%3Cpath%20d%3D%22M36.216%2042a4%204%200%200%200%203.994-3.778l1.556-28A4%204%200%200%200%2037.772%206H10.228a4%204%200%200%200-3.993%204.222l1.555%2028A4%204%200%200%200%2011.784%2042zm-24.432-2h24.432a2%202%200%200%200%201.997-1.89l1.556-28A2%202%200%200%200%2037.772%208H10.228a2%202%200%200%200-1.997%202.11l1.556%2028A2%202%200%200%200%2011.784%2040%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/weight-outline.svg?color=%231a73e8&size=48