weight icon
weight from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- weight
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge 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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 9a3 3 0 1 0 0-6a3 3 0 0 0 0 6m3.07 0H8.93c-1.372 0-2.057 0-2.573.378c-.516.377-.733 1.037-1.166 2.357l-1.314 4c-.789 2.403-1.183 3.604-.593 4.434S5.12 21 7.616 21h8.768c2.495 0 3.743 0 4.333-.83c.59-.831.195-2.032-.594-4.435l-1.314-4c-.433-1.32-.65-1.98-1.166-2.357S16.442 9 15.071 9"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsWeight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M12 9a3 3 0 1 0 0-6a3 3 0 0 0 0 6m3.07 0H8.93c-1.372 0-2.057 0-2.573.378c-.516.377-.733 1.037-1.166 2.357l-1.314 4c-.789 2.403-1.183 3.604-.593 4.434S5.12 21 7.616 21h8.768c2.495 0 3.743 0 4.333-.83c.59-.831.195-2.032-.594-4.435l-1.314-4c-.433-1.32-.65-1.98-1.166-2.357S16.442 9 15.071 9"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 9a3 3 0 1 0 0-6a3 3 0 0 0 0 6m3.07 0H8.93c-1.372 0-2.057 0-2.573.378c-.516.377-.733 1.037-1.166 2.357l-1.314 4c-.789 2.403-1.183 3.604-.593 4.434S5.12 21 7.616 21h8.768c2.495 0 3.743 0 4.333-.83c.59-.831.195-2.032-.594-4.435l-1.314-4c-.433-1.32-.65-1.98-1.166-2.357S16.442 9 15.071 9"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M12%209a3%203%200%201%200%200-6a3%203%200%200%200%200%206m3.07%200H8.93c-1.372%200-2.057%200-2.573.378c-.516.377-.733%201.037-1.166%202.357l-1.314%204c-.789%202.403-1.183%203.604-.593%204.434S5.12%2021%207.616%2021h8.768c2.495%200%203.743%200%204.333-.83c.59-.831.195-2.032-.594-4.435l-1.314-4c-.433-1.32-.65-1.98-1.166-2.357S16.442%209%2015.071%209%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M12%209a3%203%200%201%200%200-6a3%203%200%200%200%200%206m3.07%200H8.93c-1.372%200-2.057%200-2.573.378c-.516.377-.733%201.037-1.166%202.357l-1.314%204c-.789%202.403-1.183%203.604-.593%204.434S5.12%2021%207.616%2021h8.768c2.495%200%203.743%200%204.333-.83c.59-.831.195-2.032-.594-4.435l-1.314-4c-.433-1.32-.65-1.98-1.166-2.357S16.442%209%2015.071%209%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/weight.svg?color=%231a73e8&size=48