weight icon
weight-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- weight-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All weight icons →weightFont Awesome SolidweightHealth IconsweightHuge IconsweightIconParkweightIconPark OutlineweightIconPark SolidweightIconPark TwoToneweightIconoirweightLine AwesomeweightLucideweightMaterial SymbolsweightMaterial Symbols LightweightMaterial Design Iconsweight-fillRemix IconweightTabler IconsweightUnicons
More newicons icons from Reicon
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" d="M16 2H8C5 2 3 4 3 7v10c0 3 2 5 5 5h8c3 0 5-2 5-5V7c0-3-2-5-5-5m1.57 6.48l-2.18 3.5c-.06.09-.16.16-.26.17h-.05c-.09 0-.18-.03-.25-.09a4.244 4.244 0 0 0-5.64 0a.37.37 0 0 1-.56-.08l-2.18-3.5c-.12-.15-.09-.35.05-.48a8.274 8.274 0 0 1 11 0c.14.13.17.33.07.48"/></svg>
React
import type { SVGProps } from "react";
export function ReiconWeightFilled(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="M16 2H8C5 2 3 4 3 7v10c0 3 2 5 5 5h8c3 0 5-2 5-5V7c0-3-2-5-5-5m1.57 6.48l-2.18 3.5c-.06.09-.16.16-.26.17h-.05c-.09 0-.18-.03-.25-.09a4.244 4.244 0 0 0-5.64 0a.37.37 0 0 1-.56-.08l-2.18-3.5c-.12-.15-.09-.35.05-.48a8.274 8.274 0 0 1 11 0c.14.13.17.33.07.48"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 2H8C5 2 3 4 3 7v10c0 3 2 5 5 5h8c3 0 5-2 5-5V7c0-3-2-5-5-5m1.57 6.48l-2.18 3.5c-.06.09-.16.16-.26.17h-.05c-.09 0-.18-.03-.25-.09a4.244 4.244 0 0 0-5.64 0a.37.37 0 0 1-.56-.08l-2.18-3.5c-.12-.15-.09-.35.05-.48a8.274 8.274 0 0 1 11 0c.14.13.17.33.07.48"/></svg> </template>
CSS
.icon-weight-filled {
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%22M16%202H8C5%202%203%204%203%207v10c0%203%202%205%205%205h8c3%200%205-2%205-5V7c0-3-2-5-5-5m1.57%206.48l-2.18%203.5c-.06.09-.16.16-.26.17h-.05c-.09%200-.18-.03-.25-.09a4.244%204.244%200%200%200-5.64%200a.37.37%200%200%201-.56-.08l-2.18-3.5c-.12-.15-.09-.35.05-.48a8.274%208.274%200%200%201%2011%200c.14.13.17.33.07.48%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%22M16%202H8C5%202%203%204%203%207v10c0%203%202%205%205%205h8c3%200%205-2%205-5V7c0-3-2-5-5-5m1.57%206.48l-2.18%203.5c-.06.09-.16.16-.26.17h-.05c-.09%200-.18-.03-.25-.09a4.244%204.244%200%200%200-5.64%200a.37.37%200%200%201-.56-.08l-2.18-3.5c-.12-.15-.09-.35.05-.48a8.274%208.274%200%200%201%2011%200c.14.13.17.33.07.48%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/weight-filled.svg?color=%231a73e8&size=48