balance scale emoji

balance-scale from OpenMoji by OpenMoji · Default · Objects · CC-BY-SA-4.0 Attribution required.

Name
balance-scale
Set
OpenMoji
Style
Default
Category
Objects
Viewbox
72×72
License
CC BY-SA 4.0

The same emoji in other sets

More objects icons from OpenMoji

Use the balance scale emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#9b9b9a" d="M48.063 62.92c0-3.314-5.597-6-12.5-6s-12.5 2.686-12.5 6z"/><path fill="#d0cfce" d="M24.9 46.966c0 2.193-2.198 3.972-4.91 3.972s-4.91-1.779-4.91-3.972zm33-.041c0 2.194-2.198 3.972-4.91 3.972s-4.91-1.778-4.91-3.972z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M16 25.17c2.666 0 8.954-5.334 20-5.334s14.667 4 20 5.334m-20-1.264v28"/><circle cx="36" cy="13.895" r="3"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M48 61.906c0-3.313-5.596-6-12.5-6s-12.5 2.687-12.5 6m3-16a6 6 0 0 1-12 0zm-6-18l-5 18h10zm0 0v18m39 0a6 6 0 0 1-12 0zm-6-18l-5 18h10zm0 0v18"/></svg>

React

import type { SVGProps } from "react";

export function OpenmojiBalanceScale(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#9b9b9a" d="M48.063 62.92c0-3.314-5.597-6-12.5-6s-12.5 2.686-12.5 6z"/><path fill="#d0cfce" d="M24.9 46.966c0 2.193-2.198 3.972-4.91 3.972s-4.91-1.779-4.91-3.972zm33-.041c0 2.194-2.198 3.972-4.91 3.972s-4.91-1.778-4.91-3.972z"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M16 25.17c2.666 0 8.954-5.334 20-5.334s14.667 4 20 5.334m-20-1.264v28"/><circle cx="36" cy="13.895" r="3"/><path fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round" strokeMiterlimit="10" strokeWidth="2" d="M48 61.906c0-3.313-5.596-6-12.5-6s-12.5 2.687-12.5 6m3-16a6 6 0 0 1-12 0zm-6-18l-5 18h10zm0 0v18m39 0a6 6 0 0 1-12 0zm-6-18l-5 18h10zm0 0v18"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><path fill="#9b9b9a" d="M48.063 62.92c0-3.314-5.597-6-12.5-6s-12.5 2.686-12.5 6z"/><path fill="#d0cfce" d="M24.9 46.966c0 2.193-2.198 3.972-4.91 3.972s-4.91-1.779-4.91-3.972zm33-.041c0 2.194-2.198 3.972-4.91 3.972s-4.91-1.778-4.91-3.972z"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M16 25.17c2.666 0 8.954-5.334 20-5.334s14.667 4 20 5.334m-20-1.264v28"/><circle cx="36" cy="13.895" r="3"/><path fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" stroke-width="2" d="M48 61.906c0-3.313-5.596-6-12.5-6s-12.5 2.687-12.5 6m3-16a6 6 0 0 1-12 0zm-6-18l-5 18h10zm0 0v18m39 0a6 6 0 0 1-12 0zm-6-18l-5 18h10zm0 0v18"/></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%2072%2072%22%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M48.063%2062.92c0-3.314-5.597-6-12.5-6s-12.5%202.686-12.5%206z%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M24.9%2046.966c0%202.193-2.198%203.972-4.91%203.972s-4.91-1.779-4.91-3.972zm33-.041c0%202.194-2.198%203.972-4.91%203.972s-4.91-1.778-4.91-3.972z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M16%2025.17c2.666%200%208.954-5.334%2020-5.334s14.667%204%2020%205.334m-20-1.264v28%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2213.895%22%20r%3D%223%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M48%2061.906c0-3.313-5.596-6-12.5-6s-12.5%202.687-12.5%206m3-16a6%206%200%200%201-12%200zm-6-18l-5%2018h10zm0%200v18m39%200a6%206%200%200%201-12%200zm-6-18l-5%2018h10zm0%200v18%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%2072%2072%22%3E%3Cpath%20fill%3D%22%239b9b9a%22%20d%3D%22M48.063%2062.92c0-3.314-5.597-6-12.5-6s-12.5%202.686-12.5%206z%22%2F%3E%3Cpath%20fill%3D%22%23d0cfce%22%20d%3D%22M24.9%2046.966c0%202.193-2.198%203.972-4.91%203.972s-4.91-1.779-4.91-3.972zm33-.041c0%202.194-2.198%203.972-4.91%203.972s-4.91-1.778-4.91-3.972z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M16%2025.17c2.666%200%208.954-5.334%2020-5.334s14.667%204%2020%205.334m-20-1.264v28%22%2F%3E%3Ccircle%20cx%3D%2236%22%20cy%3D%2213.895%22%20r%3D%223%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M48%2061.906c0-3.313-5.596-6-12.5-6s-12.5%202.687-12.5%206m3-16a6%206%200%200%201-12%200zm-6-18l-5%2018h10zm0%200v18m39%200a6%206%200%200%201-12%200zm-6-18l-5%2018h10zm0%200v18%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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