balance scale emoji
balance-scale from Fluent Emoji Flat by Microsoft Corporation · Default · Objects · MIT Free for personal and commercial use.
- Name
- balance-scale
- Set
- Fluent Emoji Flat
- Style
- Default
- Category
- Objects
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
More objects icons from Fluent Emoji Flat
Use the balance scale emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#9b9b9b" d="M19.949 11.75h4.02a.749.749 0 1 0 0-1.5h-4.02c-.38 0-.73-.18-.95-.48l-2.37-3.25a.77.77 0 0 0-.705-.296a.75.75 0 0 0-.585.306l-2.37 3.24c-.22.3-.58.48-.95.48h-4.02c-.41 0-.75.34-.75.75s.34.75.75.75h4.02c.85 0 1.66-.41 2.16-1.09l1.809-2.473l1.801 2.463c.5.69 1.31 1.1 2.16 1.1"/><path fill="#d3d3d3" d="M15.249 4h1.5v24h-1.5zm-2.21 16.73c.09.15.26.23.42.23c.09 0 .18-.02.24-.08a.5.5 0 0 0 .15-.69l-5.372-8.338A.494.494 0 0 0 8 11.5c-.16 0-.45.27-.45.27l-5.39 8.38c-.07.08-.11.19-.11.31c0 .28.22.5.5.5c.17 0 .33-.09.42-.23l4.53-7.034V20.8c0 .28.22.5.5.5s.5-.22.5-.5v-7.105zm16 0c.09.15.26.23.42.23c.09 0 .18-.02.24-.08a.5.5 0 0 0 .15-.69l-5.372-8.338A.494.494 0 0 0 24 11.5c-.16 0-.359.155-.45.27l-5.39 8.38c-.07.08-.11.19-.11.31c0 .28.22.5.5.5c.17 0 .33-.09.42-.23l4.53-7.034V20.8c0 .28.22.5.5.5s.5-.22.5-.5v-7.105z"/><path fill="#f9c23c" d="M17.59 3.59a1.59 1.59 0 1 1-3.18 0a1.59 1.59 0 0 1 3.18 0m-8 7.41a1.59 1.59 0 1 1-3.181 0a1.59 1.59 0 0 1 3.18 0m-7.57 9.64c-.09-.32.15-.64.49-.64h10.98c.34 0 .58.32.49.64c-.74 2.56-3.13 4.36-5.98 4.36s-5.24-1.8-5.98-4.36m16 0c-.09-.32.15-.64.49-.64h10.98c.34 0 .58.32.49.64c-.74 2.56-3.13 4.36-5.98 4.36s-5.24-1.8-5.98-4.36M23.4 30c.48 0 .71-.58.36-.91A11.22 11.22 0 0 0 16 26c-3.01 0-5.74 1.17-7.76 3.09c-.35.33-.12.91.36.91zm.6-17.41a1.59 1.59 0 1 0-.001-3.18a1.59 1.59 0 0 0 0 3.18"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiFlatBalanceScale(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#9b9b9b" d="M19.949 11.75h4.02a.749.749 0 1 0 0-1.5h-4.02c-.38 0-.73-.18-.95-.48l-2.37-3.25a.77.77 0 0 0-.705-.296a.75.75 0 0 0-.585.306l-2.37 3.24c-.22.3-.58.48-.95.48h-4.02c-.41 0-.75.34-.75.75s.34.75.75.75h4.02c.85 0 1.66-.41 2.16-1.09l1.809-2.473l1.801 2.463c.5.69 1.31 1.1 2.16 1.1"/><path fill="#d3d3d3" d="M15.249 4h1.5v24h-1.5zm-2.21 16.73c.09.15.26.23.42.23c.09 0 .18-.02.24-.08a.5.5 0 0 0 .15-.69l-5.372-8.338A.494.494 0 0 0 8 11.5c-.16 0-.45.27-.45.27l-5.39 8.38c-.07.08-.11.19-.11.31c0 .28.22.5.5.5c.17 0 .33-.09.42-.23l4.53-7.034V20.8c0 .28.22.5.5.5s.5-.22.5-.5v-7.105zm16 0c.09.15.26.23.42.23c.09 0 .18-.02.24-.08a.5.5 0 0 0 .15-.69l-5.372-8.338A.494.494 0 0 0 24 11.5c-.16 0-.359.155-.45.27l-5.39 8.38c-.07.08-.11.19-.11.31c0 .28.22.5.5.5c.17 0 .33-.09.42-.23l4.53-7.034V20.8c0 .28.22.5.5.5s.5-.22.5-.5v-7.105z"/><path fill="#f9c23c" d="M17.59 3.59a1.59 1.59 0 1 1-3.18 0a1.59 1.59 0 0 1 3.18 0m-8 7.41a1.59 1.59 0 1 1-3.181 0a1.59 1.59 0 0 1 3.18 0m-7.57 9.64c-.09-.32.15-.64.49-.64h10.98c.34 0 .58.32.49.64c-.74 2.56-3.13 4.36-5.98 4.36s-5.24-1.8-5.98-4.36m16 0c-.09-.32.15-.64.49-.64h10.98c.34 0 .58.32.49.64c-.74 2.56-3.13 4.36-5.98 4.36s-5.24-1.8-5.98-4.36M23.4 30c.48 0 .71-.58.36-.91A11.22 11.22 0 0 0 16 26c-3.01 0-5.74 1.17-7.76 3.09c-.35.33-.12.91.36.91zm.6-17.41a1.59 1.59 0 1 0-.001-3.18a1.59 1.59 0 0 0 0 3.18"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#9b9b9b" d="M19.949 11.75h4.02a.749.749 0 1 0 0-1.5h-4.02c-.38 0-.73-.18-.95-.48l-2.37-3.25a.77.77 0 0 0-.705-.296a.75.75 0 0 0-.585.306l-2.37 3.24c-.22.3-.58.48-.95.48h-4.02c-.41 0-.75.34-.75.75s.34.75.75.75h4.02c.85 0 1.66-.41 2.16-1.09l1.809-2.473l1.801 2.463c.5.69 1.31 1.1 2.16 1.1"/><path fill="#d3d3d3" d="M15.249 4h1.5v24h-1.5zm-2.21 16.73c.09.15.26.23.42.23c.09 0 .18-.02.24-.08a.5.5 0 0 0 .15-.69l-5.372-8.338A.494.494 0 0 0 8 11.5c-.16 0-.45.27-.45.27l-5.39 8.38c-.07.08-.11.19-.11.31c0 .28.22.5.5.5c.17 0 .33-.09.42-.23l4.53-7.034V20.8c0 .28.22.5.5.5s.5-.22.5-.5v-7.105zm16 0c.09.15.26.23.42.23c.09 0 .18-.02.24-.08a.5.5 0 0 0 .15-.69l-5.372-8.338A.494.494 0 0 0 24 11.5c-.16 0-.359.155-.45.27l-5.39 8.38c-.07.08-.11.19-.11.31c0 .28.22.5.5.5c.17 0 .33-.09.42-.23l4.53-7.034V20.8c0 .28.22.5.5.5s.5-.22.5-.5v-7.105z"/><path fill="#f9c23c" d="M17.59 3.59a1.59 1.59 0 1 1-3.18 0a1.59 1.59 0 0 1 3.18 0m-8 7.41a1.59 1.59 0 1 1-3.181 0a1.59 1.59 0 0 1 3.18 0m-7.57 9.64c-.09-.32.15-.64.49-.64h10.98c.34 0 .58.32.49.64c-.74 2.56-3.13 4.36-5.98 4.36s-5.24-1.8-5.98-4.36m16 0c-.09-.32.15-.64.49-.64h10.98c.34 0 .58.32.49.64c-.74 2.56-3.13 4.36-5.98 4.36s-5.24-1.8-5.98-4.36M23.4 30c.48 0 .71-.58.36-.91A11.22 11.22 0 0 0 16 26c-3.01 0-5.74 1.17-7.76 3.09c-.35.33-.12.91.36.91zm.6-17.41a1.59 1.59 0 1 0-.001-3.18a1.59 1.59 0 0 0 0 3.18"/></g></svg> </template>
CSS
.icon-balance-scale {
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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%239b9b9b%22%20d%3D%22M19.949%2011.75h4.02a.749.749%200%201%200%200-1.5h-4.02c-.38%200-.73-.18-.95-.48l-2.37-3.25a.77.77%200%200%200-.705-.296a.75.75%200%200%200-.585.306l-2.37%203.24c-.22.3-.58.48-.95.48h-4.02c-.41%200-.75.34-.75.75s.34.75.75.75h4.02c.85%200%201.66-.41%202.16-1.09l1.809-2.473l1.801%202.463c.5.69%201.31%201.1%202.16%201.1%22%2F%3E%3Cpath%20fill%3D%22%23d3d3d3%22%20d%3D%22M15.249%204h1.5v24h-1.5zm-2.21%2016.73c.09.15.26.23.42.23c.09%200%20.18-.02.24-.08a.5.5%200%200%200%20.15-.69l-5.372-8.338A.494.494%200%200%200%208%2011.5c-.16%200-.45.27-.45.27l-5.39%208.38c-.07.08-.11.19-.11.31c0%20.28.22.5.5.5c.17%200%20.33-.09.42-.23l4.53-7.034V20.8c0%20.28.22.5.5.5s.5-.22.5-.5v-7.105zm16%200c.09.15.26.23.42.23c.09%200%20.18-.02.24-.08a.5.5%200%200%200%20.15-.69l-5.372-8.338A.494.494%200%200%200%2024%2011.5c-.16%200-.359.155-.45.27l-5.39%208.38c-.07.08-.11.19-.11.31c0%20.28.22.5.5.5c.17%200%20.33-.09.42-.23l4.53-7.034V20.8c0%20.28.22.5.5.5s.5-.22.5-.5v-7.105z%22%2F%3E%3Cpath%20fill%3D%22%23f9c23c%22%20d%3D%22M17.59%203.59a1.59%201.59%200%201%201-3.18%200a1.59%201.59%200%200%201%203.18%200m-8%207.41a1.59%201.59%200%201%201-3.181%200a1.59%201.59%200%200%201%203.18%200m-7.57%209.64c-.09-.32.15-.64.49-.64h10.98c.34%200%20.58.32.49.64c-.74%202.56-3.13%204.36-5.98%204.36s-5.24-1.8-5.98-4.36m16%200c-.09-.32.15-.64.49-.64h10.98c.34%200%20.58.32.49.64c-.74%202.56-3.13%204.36-5.98%204.36s-5.24-1.8-5.98-4.36M23.4%2030c.48%200%20.71-.58.36-.91A11.22%2011.22%200%200%200%2016%2026c-3.01%200-5.74%201.17-7.76%203.09c-.35.33-.12.91.36.91zm.6-17.41a1.59%201.59%200%201%200-.001-3.18a1.59%201.59%200%200%200%200%203.18%22%2F%3E%3C%2Fg%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%2032%2032%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%239b9b9b%22%20d%3D%22M19.949%2011.75h4.02a.749.749%200%201%200%200-1.5h-4.02c-.38%200-.73-.18-.95-.48l-2.37-3.25a.77.77%200%200%200-.705-.296a.75.75%200%200%200-.585.306l-2.37%203.24c-.22.3-.58.48-.95.48h-4.02c-.41%200-.75.34-.75.75s.34.75.75.75h4.02c.85%200%201.66-.41%202.16-1.09l1.809-2.473l1.801%202.463c.5.69%201.31%201.1%202.16%201.1%22%2F%3E%3Cpath%20fill%3D%22%23d3d3d3%22%20d%3D%22M15.249%204h1.5v24h-1.5zm-2.21%2016.73c.09.15.26.23.42.23c.09%200%20.18-.02.24-.08a.5.5%200%200%200%20.15-.69l-5.372-8.338A.494.494%200%200%200%208%2011.5c-.16%200-.45.27-.45.27l-5.39%208.38c-.07.08-.11.19-.11.31c0%20.28.22.5.5.5c.17%200%20.33-.09.42-.23l4.53-7.034V20.8c0%20.28.22.5.5.5s.5-.22.5-.5v-7.105zm16%200c.09.15.26.23.42.23c.09%200%20.18-.02.24-.08a.5.5%200%200%200%20.15-.69l-5.372-8.338A.494.494%200%200%200%2024%2011.5c-.16%200-.359.155-.45.27l-5.39%208.38c-.07.08-.11.19-.11.31c0%20.28.22.5.5.5c.17%200%20.33-.09.42-.23l4.53-7.034V20.8c0%20.28.22.5.5.5s.5-.22.5-.5v-7.105z%22%2F%3E%3Cpath%20fill%3D%22%23f9c23c%22%20d%3D%22M17.59%203.59a1.59%201.59%200%201%201-3.18%200a1.59%201.59%200%200%201%203.18%200m-8%207.41a1.59%201.59%200%201%201-3.181%200a1.59%201.59%200%200%201%203.18%200m-7.57%209.64c-.09-.32.15-.64.49-.64h10.98c.34%200%20.58.32.49.64c-.74%202.56-3.13%204.36-5.98%204.36s-5.24-1.8-5.98-4.36m16%200c-.09-.32.15-.64.49-.64h10.98c.34%200%20.58.32.49.64c-.74%202.56-3.13%204.36-5.98%204.36s-5.24-1.8-5.98-4.36M23.4%2030c.48%200%20.71-.58.36-.91A11.22%2011.22%200%200%200%2016%2026c-3.01%200-5.74%201.17-7.76%203.09c-.35.33-.12.91.36.91zm.6-17.41a1.59%201.59%200%201%200-.001-3.18a1.59%201.59%200%200%200%200%203.18%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-flat/balance-scale.svg?color=%231a73e8&size=48