balance scale right icon

balance-scale-right from Font Awesome Solid by Dave Gandy · Solid · Business · CC-BY-4.0 Attribution required.

Name
balance-scale-right
Set
Font Awesome Solid
Style
Solid
Category
Business
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More business icons from Font Awesome Solid

Use the balance scale right icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M118.2 126.4c-16.7-5.6-25.8-23.8-20.2-40.5s23.7-25.8 40.5-20.3l113 37.7C265.4 79.8 291.1 64 320.4 64c44.2 0 80 35.8 80 80c0 3-.2 5.9-.5 8.8l122.6 40.9c16.8 5.6 25.8 23.7 20.2 40.5S519 260 502.2 254.4l-135.5-45.2c-4.5 3.2-9.3 5.9-14.4 8.2v326.7c0 17.7-14.3 32-32 32h-192c-17.7 0-32-14.3-32-32s14.3-32 32-32h160V217.4c-21-9.2-37.2-27-44.2-49zM200.8 352l-72.5-124.2L55.9 352zm-72.4 96c-62.9 0-115.2-34-126-78.9c-2.6-11 1-22.3 6.7-32.1l95.2-163.2c5-8.6 14.2-13.8 24.1-13.8s19.1 5.3 24.1 13.8L247.7 337c5.7 9.8 9.3 21.1 6.7 32.1c-10.8 44.8-63.1 78.9-126 78.9m382.8-92.2L438.8 480h144.9l-72.4-124.2zm126 141.3c-10.8 44.9-63.1 78.9-126 78.9s-115.2-34-126-78.9c-2.6-11 1-22.3 6.7-32.1l95.2-163.2c5-8.6 14.2-13.8 24.1-13.8s19.1 5.3 24.1 13.8L630.5 465c5.7 9.8 9.3 21.1 6.7 32.1"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidBalanceScaleRight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M118.2 126.4c-16.7-5.6-25.8-23.8-20.2-40.5s23.7-25.8 40.5-20.3l113 37.7C265.4 79.8 291.1 64 320.4 64c44.2 0 80 35.8 80 80c0 3-.2 5.9-.5 8.8l122.6 40.9c16.8 5.6 25.8 23.7 20.2 40.5S519 260 502.2 254.4l-135.5-45.2c-4.5 3.2-9.3 5.9-14.4 8.2v326.7c0 17.7-14.3 32-32 32h-192c-17.7 0-32-14.3-32-32s14.3-32 32-32h160V217.4c-21-9.2-37.2-27-44.2-49zM200.8 352l-72.5-124.2L55.9 352zm-72.4 96c-62.9 0-115.2-34-126-78.9c-2.6-11 1-22.3 6.7-32.1l95.2-163.2c5-8.6 14.2-13.8 24.1-13.8s19.1 5.3 24.1 13.8L247.7 337c5.7 9.8 9.3 21.1 6.7 32.1c-10.8 44.8-63.1 78.9-126 78.9m382.8-92.2L438.8 480h144.9l-72.4-124.2zm126 141.3c-10.8 44.9-63.1 78.9-126 78.9s-115.2-34-126-78.9c-2.6-11 1-22.3 6.7-32.1l95.2-163.2c5-8.6 14.2-13.8 24.1-13.8s19.1 5.3 24.1 13.8L630.5 465c5.7 9.8 9.3 21.1 6.7 32.1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M118.2 126.4c-16.7-5.6-25.8-23.8-20.2-40.5s23.7-25.8 40.5-20.3l113 37.7C265.4 79.8 291.1 64 320.4 64c44.2 0 80 35.8 80 80c0 3-.2 5.9-.5 8.8l122.6 40.9c16.8 5.6 25.8 23.7 20.2 40.5S519 260 502.2 254.4l-135.5-45.2c-4.5 3.2-9.3 5.9-14.4 8.2v326.7c0 17.7-14.3 32-32 32h-192c-17.7 0-32-14.3-32-32s14.3-32 32-32h160V217.4c-21-9.2-37.2-27-44.2-49zM200.8 352l-72.5-124.2L55.9 352zm-72.4 96c-62.9 0-115.2-34-126-78.9c-2.6-11 1-22.3 6.7-32.1l95.2-163.2c5-8.6 14.2-13.8 24.1-13.8s19.1 5.3 24.1 13.8L247.7 337c5.7 9.8 9.3 21.1 6.7 32.1c-10.8 44.8-63.1 78.9-126 78.9m382.8-92.2L438.8 480h144.9l-72.4-124.2zm126 141.3c-10.8 44.9-63.1 78.9-126 78.9s-115.2-34-126-78.9c-2.6-11 1-22.3 6.7-32.1l95.2-163.2c5-8.6 14.2-13.8 24.1-13.8s19.1 5.3 24.1 13.8L630.5 465c5.7 9.8 9.3 21.1 6.7 32.1"/></svg>
</template>

CSS

.icon-balance-scale-right {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M118.2%20126.4c-16.7-5.6-25.8-23.8-20.2-40.5s23.7-25.8%2040.5-20.3l113%2037.7C265.4%2079.8%20291.1%2064%20320.4%2064c44.2%200%2080%2035.8%2080%2080c0%203-.2%205.9-.5%208.8l122.6%2040.9c16.8%205.6%2025.8%2023.7%2020.2%2040.5S519%20260%20502.2%20254.4l-135.5-45.2c-4.5%203.2-9.3%205.9-14.4%208.2v326.7c0%2017.7-14.3%2032-32%2032h-192c-17.7%200-32-14.3-32-32s14.3-32%2032-32h160V217.4c-21-9.2-37.2-27-44.2-49zM200.8%20352l-72.5-124.2L55.9%20352zm-72.4%2096c-62.9%200-115.2-34-126-78.9c-2.6-11%201-22.3%206.7-32.1l95.2-163.2c5-8.6%2014.2-13.8%2024.1-13.8s19.1%205.3%2024.1%2013.8L247.7%20337c5.7%209.8%209.3%2021.1%206.7%2032.1c-10.8%2044.8-63.1%2078.9-126%2078.9m382.8-92.2L438.8%20480h144.9l-72.4-124.2zm126%20141.3c-10.8%2044.9-63.1%2078.9-126%2078.9s-115.2-34-126-78.9c-2.6-11%201-22.3%206.7-32.1l95.2-163.2c5-8.6%2014.2-13.8%2024.1-13.8s19.1%205.3%2024.1%2013.8L630.5%20465c5.7%209.8%209.3%2021.1%206.7%2032.1%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M118.2%20126.4c-16.7-5.6-25.8-23.8-20.2-40.5s23.7-25.8%2040.5-20.3l113%2037.7C265.4%2079.8%20291.1%2064%20320.4%2064c44.2%200%2080%2035.8%2080%2080c0%203-.2%205.9-.5%208.8l122.6%2040.9c16.8%205.6%2025.8%2023.7%2020.2%2040.5S519%20260%20502.2%20254.4l-135.5-45.2c-4.5%203.2-9.3%205.9-14.4%208.2v326.7c0%2017.7-14.3%2032-32%2032h-192c-17.7%200-32-14.3-32-32s14.3-32%2032-32h160V217.4c-21-9.2-37.2-27-44.2-49zM200.8%20352l-72.5-124.2L55.9%20352zm-72.4%2096c-62.9%200-115.2-34-126-78.9c-2.6-11%201-22.3%206.7-32.1l95.2-163.2c5-8.6%2014.2-13.8%2024.1-13.8s19.1%205.3%2024.1%2013.8L247.7%20337c5.7%209.8%209.3%2021.1%206.7%2032.1c-10.8%2044.8-63.1%2078.9-126%2078.9m382.8-92.2L438.8%20480h144.9l-72.4-124.2zm126%20141.3c-10.8%2044.9-63.1%2078.9-126%2078.9s-115.2-34-126-78.9c-2.6-11%201-22.3%206.7-32.1l95.2-163.2c5-8.6%2014.2-13.8%2024.1-13.8s19.1%205.3%2024.1%2013.8L630.5%20465c5.7%209.8%209.3%2021.1%206.7%2032.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/balance-scale-right.svg?color=%231a73e8&size=48