libra from Emoji One (Colored) by Emoji One · Default · Symbols · CC-BY-4.0 Attribution required.

Name
libra
Set
Emoji One (Colored)
Style
Default
Category
Symbols
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More symbols icons from Emoji One (Colored)

Use the libra emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#699635"/><path fill="#fff" stroke="#fff" stroke-miterlimit="10" d="M47.6 43.5H16.5c-1.9 0-1.9 3 0 3h31.1c1.9 0 1.9-3 0-3zm-31.2-4.4h12c.8 0 1.5-.7 1.5-1.5v-.1c0-.5-.3-1.1-.7-1.3c-8.5-4-6.7-18.8 2.9-18.8c4.3 0 7 3.5 8.1 7.2c1.3 4.6-1.4 9.3-5.3 11.3c-.4.2-.7.8-.7 1.3v.2c0 .8.7 1.5 1.5 1.5h12c1.9 0 1.9-3 0-3h-8.2c1.2-1.2 2.3-2.7 2.5-3.1c1.2-2.2 1.6-5.2 1.2-7.7c-1-6.1-5-10.8-11.1-10.8c-5.6 0-9.9 4.6-11.4 9.5c-.7 2.5-.5 5.6.5 8c.6 1.3 1.2 2.7 2.2 3.7c0 0 .2.2.4.5h-7.4c-1.9.1-1.9 3.1 0 3.1z"/></svg>

React

import type { SVGProps } from "react";

export function EmojioneLibra(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#699635"/><path fill="#fff" stroke="#fff" strokeMiterlimit="10" d="M47.6 43.5H16.5c-1.9 0-1.9 3 0 3h31.1c1.9 0 1.9-3 0-3zm-31.2-4.4h12c.8 0 1.5-.7 1.5-1.5v-.1c0-.5-.3-1.1-.7-1.3c-8.5-4-6.7-18.8 2.9-18.8c4.3 0 7 3.5 8.1 7.2c1.3 4.6-1.4 9.3-5.3 11.3c-.4.2-.7.8-.7 1.3v.2c0 .8.7 1.5 1.5 1.5h12c1.9 0 1.9-3 0-3h-8.2c1.2-1.2 2.3-2.7 2.5-3.1c1.2-2.2 1.6-5.2 1.2-7.7c-1-6.1-5-10.8-11.1-10.8c-5.6 0-9.9 4.6-11.4 9.5c-.7 2.5-.5 5.6.5 8c.6 1.3 1.2 2.7 2.2 3.7c0 0 .2.2.4.5h-7.4c-1.9.1-1.9 3.1 0 3.1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><circle cx="32" cy="32" r="30" fill="#699635"/><path fill="#fff" stroke="#fff" stroke-miterlimit="10" d="M47.6 43.5H16.5c-1.9 0-1.9 3 0 3h31.1c1.9 0 1.9-3 0-3zm-31.2-4.4h12c.8 0 1.5-.7 1.5-1.5v-.1c0-.5-.3-1.1-.7-1.3c-8.5-4-6.7-18.8 2.9-18.8c4.3 0 7 3.5 8.1 7.2c1.3 4.6-1.4 9.3-5.3 11.3c-.4.2-.7.8-.7 1.3v.2c0 .8.7 1.5 1.5 1.5h12c1.9 0 1.9-3 0-3h-8.2c1.2-1.2 2.3-2.7 2.5-3.1c1.2-2.2 1.6-5.2 1.2-7.7c-1-6.1-5-10.8-11.1-10.8c-5.6 0-9.9 4.6-11.4 9.5c-.7 2.5-.5 5.6.5 8c.6 1.3 1.2 2.7 2.2 3.7c0 0 .2.2.4.5h-7.4c-1.9.1-1.9 3.1 0 3.1z"/></svg>
</template>

CSS

.icon-libra {
  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%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2230%22%20fill%3D%22%23699635%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M47.6%2043.5H16.5c-1.9%200-1.9%203%200%203h31.1c1.9%200%201.9-3%200-3zm-31.2-4.4h12c.8%200%201.5-.7%201.5-1.5v-.1c0-.5-.3-1.1-.7-1.3c-8.5-4-6.7-18.8%202.9-18.8c4.3%200%207%203.5%208.1%207.2c1.3%204.6-1.4%209.3-5.3%2011.3c-.4.2-.7.8-.7%201.3v.2c0%20.8.7%201.5%201.5%201.5h12c1.9%200%201.9-3%200-3h-8.2c1.2-1.2%202.3-2.7%202.5-3.1c1.2-2.2%201.6-5.2%201.2-7.7c-1-6.1-5-10.8-11.1-10.8c-5.6%200-9.9%204.6-11.4%209.5c-.7%202.5-.5%205.6.5%208c.6%201.3%201.2%202.7%202.2%203.7c0%200%20.2.2.4.5h-7.4c-1.9.1-1.9%203.1%200%203.1z%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%2064%2064%22%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2232%22%20r%3D%2230%22%20fill%3D%22%23699635%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M47.6%2043.5H16.5c-1.9%200-1.9%203%200%203h31.1c1.9%200%201.9-3%200-3zm-31.2-4.4h12c.8%200%201.5-.7%201.5-1.5v-.1c0-.5-.3-1.1-.7-1.3c-8.5-4-6.7-18.8%202.9-18.8c4.3%200%207%203.5%208.1%207.2c1.3%204.6-1.4%209.3-5.3%2011.3c-.4.2-.7.8-.7%201.3v.2c0%20.8.7%201.5%201.5%201.5h12c1.9%200%201.9-3%200-3h-8.2c1.2-1.2%202.3-2.7%202.5-3.1c1.2-2.2%201.6-5.2%201.2-7.7c-1-6.1-5-10.8-11.1-10.8c-5.6%200-9.9%204.6-11.4%209.5c-.7%202.5-.5%205.6.5%208c.6%201.3%201.2%202.7%202.2%203.7c0%200%20.2.2.4.5h-7.4c-1.9.1-1.9%203.1%200%203.1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Libra emoji — Emoji One (Colored) · IconsDB