weight-hanging from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
weight-hanging
Set
Font Awesome 6 Solid
Style
Regular
Viewbox
512×512
License
CC BY 4.0

The same icon in other sets

Related icons in Font Awesome 6 Solid

Use the weight hanging icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M224 96a32 32 0 1 1 64 0a32 32 0 1 1-64 0m122.5 32c3.5-10 5.5-20.8 5.5-32c0-53-43-96-96-96s-96 43-96 96c0 11.2 1.9 22 5.5 32H120c-22 0-41.2 15-46.6 36.4l-72 288c-3.6 14.3-.4 29.5 8.7 41.2S33.2 512 48 512h416c14.8 0 28.7-6.8 37.8-18.5s12.3-26.8 8.7-41.2l-72-288C433.2 143 414 128 392 128z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidWeightHanging(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M224 96a32 32 0 1 1 64 0a32 32 0 1 1-64 0m122.5 32c3.5-10 5.5-20.8 5.5-32c0-53-43-96-96-96s-96 43-96 96c0 11.2 1.9 22 5.5 32H120c-22 0-41.2 15-46.6 36.4l-72 288c-3.6 14.3-.4 29.5 8.7 41.2S33.2 512 48 512h416c14.8 0 28.7-6.8 37.8-18.5s12.3-26.8 8.7-41.2l-72-288C433.2 143 414 128 392 128z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M224 96a32 32 0 1 1 64 0a32 32 0 1 1-64 0m122.5 32c3.5-10 5.5-20.8 5.5-32c0-53-43-96-96-96s-96 43-96 96c0 11.2 1.9 22 5.5 32H120c-22 0-41.2 15-46.6 36.4l-72 288c-3.6 14.3-.4 29.5 8.7 41.2S33.2 512 48 512h416c14.8 0 28.7-6.8 37.8-18.5s12.3-26.8 8.7-41.2l-72-288C433.2 143 414 128 392 128z"/></svg>
</template>

CSS

.icon-weight-hanging {
  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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M224%2096a32%2032%200%201%201%2064%200a32%2032%200%201%201-64%200m122.5%2032c3.5-10%205.5-20.8%205.5-32c0-53-43-96-96-96s-96%2043-96%2096c0%2011.2%201.9%2022%205.5%2032H120c-22%200-41.2%2015-46.6%2036.4l-72%20288c-3.6%2014.3-.4%2029.5%208.7%2041.2S33.2%20512%2048%20512h416c14.8%200%2028.7-6.8%2037.8-18.5s12.3-26.8%208.7-41.2l-72-288C433.2%20143%20414%20128%20392%20128z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M224%2096a32%2032%200%201%201%2064%200a32%2032%200%201%201-64%200m122.5%2032c3.5-10%205.5-20.8%205.5-32c0-53-43-96-96-96s-96%2043-96%2096c0%2011.2%201.9%2022%205.5%2032H120c-22%200-41.2%2015-46.6%2036.4l-72%20288c-3.6%2014.3-.4%2029.5%208.7%2041.2S33.2%20512%2048%20512h416c14.8%200%2028.7-6.8%2037.8-18.5s12.3-26.8%208.7-41.2l-72-288C433.2%20143%20414%20128%20392%20128z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/weight-hanging.svg?color=%231a73e8&size=48