scale balanced icon
scale-balanced-solid from Flowbite Icons by Themesberg · Solid · E-commerce · MIT Free for personal and commercial use.
- Name
- scale-balanced-solid
- Set
- Flowbite Icons
- Style
- Solid
- Category
- E-commerce
- Viewbox
- 24×24
- License
- MIT
1 other variant in Flowbite Icons
The same icon in other sets
More e-commerce icons from Flowbite Icons
cart-outlinecart-plus-alt-outlinecart-plus-outlinecash-outlinecash-register-outlinecredit-card-outlinecredit-card-plus-alt-outlinecredit-card-plus-outlinedollar-outlineeuro-outlinefilter-dollar-outlinereceipt-outlinesale-percent-outlineshopping-bag-outlinestore-outlinetag-outlineuser-headset-outlinewallet-outline
Use the scale balanced icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 4a1 1 0 1 0 0 2a1 1 0 0 0 0-2m-2.952.462c-.483.19-.868.432-1.19.71c-.363.315-.638.677-.831.93l-.106.14c-.21.268-.36.418-.574.527C6.125 6.883 5.74 7 5 7a1 1 0 0 0 0 2q.545 0 1-.067v.41l-1.864 4.2a1.774 1.774 0 0 0 .821 2.255c.255.133.538.202.825.202h2.436a1.786 1.786 0 0 0 1.768-1.558a1.8 1.8 0 0 0-.122-.899L8 9.343V8.028c.2-.188.36-.38.495-.553q.093-.118.168-.217c.185-.24.311-.406.503-.571a2 2 0 0 1 .24-.177A3 3 0 0 0 11 7.829V20H5.5a1 1 0 1 0 0 2h13a1 1 0 1 0 0-2H13V7.83a3 3 0 0 0 1.63-1.387c.206.091.373.19.514.29c.31.219.532.465.811.78l.025.027l.02.023v1.78l-1.864 4.2a1.774 1.774 0 0 0 .821 2.255c.255.133.538.202.825.202h2.436a1.785 1.785 0 0 0 1.768-1.558a1.8 1.8 0 0 0-.122-.899L18 9.343v-.452q.451.108 1 .109a1 1 0 1 0 0-2c-.48 0-.731-.098-.899-.2c-.2-.12-.363-.293-.651-.617l-.024-.026c-.267-.3-.622-.7-1.127-1.057a5.2 5.2 0 0 0-1.355-.678a3.001 3.001 0 0 0-5.896.04" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function FlowbiteScaleBalancedSolid(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" fillRule="evenodd" d="M12 4a1 1 0 1 0 0 2a1 1 0 0 0 0-2m-2.952.462c-.483.19-.868.432-1.19.71c-.363.315-.638.677-.831.93l-.106.14c-.21.268-.36.418-.574.527C6.125 6.883 5.74 7 5 7a1 1 0 0 0 0 2q.545 0 1-.067v.41l-1.864 4.2a1.774 1.774 0 0 0 .821 2.255c.255.133.538.202.825.202h2.436a1.786 1.786 0 0 0 1.768-1.558a1.8 1.8 0 0 0-.122-.899L8 9.343V8.028c.2-.188.36-.38.495-.553q.093-.118.168-.217c.185-.24.311-.406.503-.571a2 2 0 0 1 .24-.177A3 3 0 0 0 11 7.829V20H5.5a1 1 0 1 0 0 2h13a1 1 0 1 0 0-2H13V7.83a3 3 0 0 0 1.63-1.387c.206.091.373.19.514.29c.31.219.532.465.811.78l.025.027l.02.023v1.78l-1.864 4.2a1.774 1.774 0 0 0 .821 2.255c.255.133.538.202.825.202h2.436a1.785 1.785 0 0 0 1.768-1.558a1.8 1.8 0 0 0-.122-.899L18 9.343v-.452q.451.108 1 .109a1 1 0 1 0 0-2c-.48 0-.731-.098-.899-.2c-.2-.12-.363-.293-.651-.617l-.024-.026c-.267-.3-.622-.7-1.127-1.057a5.2 5.2 0 0 0-1.355-.678a3.001 3.001 0 0 0-5.896.04" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 4a1 1 0 1 0 0 2a1 1 0 0 0 0-2m-2.952.462c-.483.19-.868.432-1.19.71c-.363.315-.638.677-.831.93l-.106.14c-.21.268-.36.418-.574.527C6.125 6.883 5.74 7 5 7a1 1 0 0 0 0 2q.545 0 1-.067v.41l-1.864 4.2a1.774 1.774 0 0 0 .821 2.255c.255.133.538.202.825.202h2.436a1.786 1.786 0 0 0 1.768-1.558a1.8 1.8 0 0 0-.122-.899L8 9.343V8.028c.2-.188.36-.38.495-.553q.093-.118.168-.217c.185-.24.311-.406.503-.571a2 2 0 0 1 .24-.177A3 3 0 0 0 11 7.829V20H5.5a1 1 0 1 0 0 2h13a1 1 0 1 0 0-2H13V7.83a3 3 0 0 0 1.63-1.387c.206.091.373.19.514.29c.31.219.532.465.811.78l.025.027l.02.023v1.78l-1.864 4.2a1.774 1.774 0 0 0 .821 2.255c.255.133.538.202.825.202h2.436a1.785 1.785 0 0 0 1.768-1.558a1.8 1.8 0 0 0-.122-.899L18 9.343v-.452q.451.108 1 .109a1 1 0 1 0 0-2c-.48 0-.731-.098-.899-.2c-.2-.12-.363-.293-.651-.617l-.024-.026c-.267-.3-.622-.7-1.127-1.057a5.2 5.2 0 0 0-1.355-.678a3.001 3.001 0 0 0-5.896.04" clip-rule="evenodd"/></svg> </template>
CSS
.icon-scale-balanced-solid {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%204a1%201%200%201%200%200%202a1%201%200%200%200%200-2m-2.952.462c-.483.19-.868.432-1.19.71c-.363.315-.638.677-.831.93l-.106.14c-.21.268-.36.418-.574.527C6.125%206.883%205.74%207%205%207a1%201%200%200%200%200%202q.545%200%201-.067v.41l-1.864%204.2a1.774%201.774%200%200%200%20.821%202.255c.255.133.538.202.825.202h2.436a1.786%201.786%200%200%200%201.768-1.558a1.8%201.8%200%200%200-.122-.899L8%209.343V8.028c.2-.188.36-.38.495-.553q.093-.118.168-.217c.185-.24.311-.406.503-.571a2%202%200%200%201%20.24-.177A3%203%200%200%200%2011%207.829V20H5.5a1%201%200%201%200%200%202h13a1%201%200%201%200%200-2H13V7.83a3%203%200%200%200%201.63-1.387c.206.091.373.19.514.29c.31.219.532.465.811.78l.025.027l.02.023v1.78l-1.864%204.2a1.774%201.774%200%200%200%20.821%202.255c.255.133.538.202.825.202h2.436a1.785%201.785%200%200%200%201.768-1.558a1.8%201.8%200%200%200-.122-.899L18%209.343v-.452q.451.108%201%20.109a1%201%200%201%200%200-2c-.48%200-.731-.098-.899-.2c-.2-.12-.363-.293-.651-.617l-.024-.026c-.267-.3-.622-.7-1.127-1.057a5.2%205.2%200%200%200-1.355-.678a3.001%203.001%200%200%200-5.896.04%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%204a1%201%200%201%200%200%202a1%201%200%200%200%200-2m-2.952.462c-.483.19-.868.432-1.19.71c-.363.315-.638.677-.831.93l-.106.14c-.21.268-.36.418-.574.527C6.125%206.883%205.74%207%205%207a1%201%200%200%200%200%202q.545%200%201-.067v.41l-1.864%204.2a1.774%201.774%200%200%200%20.821%202.255c.255.133.538.202.825.202h2.436a1.786%201.786%200%200%200%201.768-1.558a1.8%201.8%200%200%200-.122-.899L8%209.343V8.028c.2-.188.36-.38.495-.553q.093-.118.168-.217c.185-.24.311-.406.503-.571a2%202%200%200%201%20.24-.177A3%203%200%200%200%2011%207.829V20H5.5a1%201%200%201%200%200%202h13a1%201%200%201%200%200-2H13V7.83a3%203%200%200%200%201.63-1.387c.206.091.373.19.514.29c.31.219.532.465.811.78l.025.027l.02.023v1.78l-1.864%204.2a1.774%201.774%200%200%200%20.821%202.255c.255.133.538.202.825.202h2.436a1.785%201.785%200%200%200%201.768-1.558a1.8%201.8%200%200%200-.122-.899L18%209.343v-.452q.451.108%201%20.109a1%201%200%201%200%200-2c-.48%200-.731-.098-.899-.2c-.2-.12-.363-.293-.651-.617l-.024-.026c-.267-.3-.622-.7-1.127-1.057a5.2%205.2%200%200%200-1.355-.678a3.001%203.001%200%200%200-5.896.04%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/flowbite/scale-balanced-solid.svg?color=%231a73e8&size=48