libra from Noto Emoji by Google Inc · Default · Symbols · Apache-2.0 Free for personal and commercial use.

Name
libra
Set
Noto Emoji
Style
Default
Category
Symbols
Viewbox
128×128
License
Apache 2.0

The same emoji in other sets

More symbols icons from Noto Emoji

Use the libra emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><circle cx="64" cy="64" r="60" fill="#388e3c"/><circle cx="60.1" cy="63.1" r="56.1" fill="#66bb6a"/><path fill="#fff" d="M24 29.7c4.5-7.1 14.1-13 24.1-14.8c2.5-.4 5-.6 7.1.2c1.6.6 2.9 2.1 2 3.8c-.7 1.4-2.6 2-4.1 2.5c-9.3 3-17.9 6.4-23.1 14.3c-2 3-4.9 14.4-8.6 12.3c-3.9-2.3-3.1-9.5 2.6-18.3" opacity=".3"/><path fill="#fafafa" d="M95.5 94.2h-63c-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5h63c2.5 0 4.5 2 4.5 4.5s-2 4.5-4.5 4.5m-.1-25.1h-8.2c3.5-5.2 5.1-11.5 4.6-17.8C90.7 37.7 79.6 26.8 66 25.8c-.7 0-1.3-.1-2-.1c-7.5 0-14.5 2.9-19.7 8.2c-5.3 5.3-8.2 12.3-8.2 19.7c0 5.5 1.6 10.8 4.6 15.4H32c-2.5 0-4.6 2.1-4.6 4.6s2.1 4.6 4.6 4.6h20.3c1.6 0 2.9-1.3 2.9-2.9v-3.4c0-1-.5-1.9-1.4-2.5c-.1-.1-.2-.1-.2-.2c-5.9-3.9-9.1-10.8-8.3-17.9c1-8.5 7.9-15.4 16.5-16.3c.7-.1 1.5-.1 2.2-.1c10.3 0 18.8 8.4 18.8 18.8c0 6.3-3.1 12.1-8.4 15.6c-.1.1-.2.1-.2.2c-.8.5-1.4 1.5-1.4 2.5v3.4c0 1.6 1.3 2.9 2.9 2.9h19.8c2.5 0 4.6-2.1 4.6-4.6c-.1-2.6-2.2-4.6-4.7-4.6"/></svg>

React

import type { SVGProps } from "react";

export function NotoLibra(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><circle cx="64" cy="64" r="60" fill="#388e3c"/><circle cx="60.1" cy="63.1" r="56.1" fill="#66bb6a"/><path fill="#fff" d="M24 29.7c4.5-7.1 14.1-13 24.1-14.8c2.5-.4 5-.6 7.1.2c1.6.6 2.9 2.1 2 3.8c-.7 1.4-2.6 2-4.1 2.5c-9.3 3-17.9 6.4-23.1 14.3c-2 3-4.9 14.4-8.6 12.3c-3.9-2.3-3.1-9.5 2.6-18.3" opacity=".3"/><path fill="#fafafa" d="M95.5 94.2h-63c-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5h63c2.5 0 4.5 2 4.5 4.5s-2 4.5-4.5 4.5m-.1-25.1h-8.2c3.5-5.2 5.1-11.5 4.6-17.8C90.7 37.7 79.6 26.8 66 25.8c-.7 0-1.3-.1-2-.1c-7.5 0-14.5 2.9-19.7 8.2c-5.3 5.3-8.2 12.3-8.2 19.7c0 5.5 1.6 10.8 4.6 15.4H32c-2.5 0-4.6 2.1-4.6 4.6s2.1 4.6 4.6 4.6h20.3c1.6 0 2.9-1.3 2.9-2.9v-3.4c0-1-.5-1.9-1.4-2.5c-.1-.1-.2-.1-.2-.2c-5.9-3.9-9.1-10.8-8.3-17.9c1-8.5 7.9-15.4 16.5-16.3c.7-.1 1.5-.1 2.2-.1c10.3 0 18.8 8.4 18.8 18.8c0 6.3-3.1 12.1-8.4 15.6c-.1.1-.2.1-.2.2c-.8.5-1.4 1.5-1.4 2.5v3.4c0 1.6 1.3 2.9 2.9 2.9h19.8c2.5 0 4.6-2.1 4.6-4.6c-.1-2.6-2.2-4.6-4.7-4.6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><circle cx="64" cy="64" r="60" fill="#388e3c"/><circle cx="60.1" cy="63.1" r="56.1" fill="#66bb6a"/><path fill="#fff" d="M24 29.7c4.5-7.1 14.1-13 24.1-14.8c2.5-.4 5-.6 7.1.2c1.6.6 2.9 2.1 2 3.8c-.7 1.4-2.6 2-4.1 2.5c-9.3 3-17.9 6.4-23.1 14.3c-2 3-4.9 14.4-8.6 12.3c-3.9-2.3-3.1-9.5 2.6-18.3" opacity=".3"/><path fill="#fafafa" d="M95.5 94.2h-63c-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5h63c2.5 0 4.5 2 4.5 4.5s-2 4.5-4.5 4.5m-.1-25.1h-8.2c3.5-5.2 5.1-11.5 4.6-17.8C90.7 37.7 79.6 26.8 66 25.8c-.7 0-1.3-.1-2-.1c-7.5 0-14.5 2.9-19.7 8.2c-5.3 5.3-8.2 12.3-8.2 19.7c0 5.5 1.6 10.8 4.6 15.4H32c-2.5 0-4.6 2.1-4.6 4.6s2.1 4.6 4.6 4.6h20.3c1.6 0 2.9-1.3 2.9-2.9v-3.4c0-1-.5-1.9-1.4-2.5c-.1-.1-.2-.1-.2-.2c-5.9-3.9-9.1-10.8-8.3-17.9c1-8.5 7.9-15.4 16.5-16.3c.7-.1 1.5-.1 2.2-.1c10.3 0 18.8 8.4 18.8 18.8c0 6.3-3.1 12.1-8.4 15.6c-.1.1-.2.1-.2.2c-.8.5-1.4 1.5-1.4 2.5v3.4c0 1.6 1.3 2.9 2.9 2.9h19.8c2.5 0 4.6-2.1 4.6-4.6c-.1-2.6-2.2-4.6-4.7-4.6"/></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%20128%20128%22%3E%3Ccircle%20cx%3D%2264%22%20cy%3D%2264%22%20r%3D%2260%22%20fill%3D%22%23388e3c%22%2F%3E%3Ccircle%20cx%3D%2260.1%22%20cy%3D%2263.1%22%20r%3D%2256.1%22%20fill%3D%22%2366bb6a%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%2029.7c4.5-7.1%2014.1-13%2024.1-14.8c2.5-.4%205-.6%207.1.2c1.6.6%202.9%202.1%202%203.8c-.7%201.4-2.6%202-4.1%202.5c-9.3%203-17.9%206.4-23.1%2014.3c-2%203-4.9%2014.4-8.6%2012.3c-3.9-2.3-3.1-9.5%202.6-18.3%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22%23fafafa%22%20d%3D%22M95.5%2094.2h-63c-2.5%200-4.5-2-4.5-4.5s2-4.5%204.5-4.5h63c2.5%200%204.5%202%204.5%204.5s-2%204.5-4.5%204.5m-.1-25.1h-8.2c3.5-5.2%205.1-11.5%204.6-17.8C90.7%2037.7%2079.6%2026.8%2066%2025.8c-.7%200-1.3-.1-2-.1c-7.5%200-14.5%202.9-19.7%208.2c-5.3%205.3-8.2%2012.3-8.2%2019.7c0%205.5%201.6%2010.8%204.6%2015.4H32c-2.5%200-4.6%202.1-4.6%204.6s2.1%204.6%204.6%204.6h20.3c1.6%200%202.9-1.3%202.9-2.9v-3.4c0-1-.5-1.9-1.4-2.5c-.1-.1-.2-.1-.2-.2c-5.9-3.9-9.1-10.8-8.3-17.9c1-8.5%207.9-15.4%2016.5-16.3c.7-.1%201.5-.1%202.2-.1c10.3%200%2018.8%208.4%2018.8%2018.8c0%206.3-3.1%2012.1-8.4%2015.6c-.1.1-.2.1-.2.2c-.8.5-1.4%201.5-1.4%202.5v3.4c0%201.6%201.3%202.9%202.9%202.9h19.8c2.5%200%204.6-2.1%204.6-4.6c-.1-2.6-2.2-4.6-4.7-4.6%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%20128%20128%22%3E%3Ccircle%20cx%3D%2264%22%20cy%3D%2264%22%20r%3D%2260%22%20fill%3D%22%23388e3c%22%2F%3E%3Ccircle%20cx%3D%2260.1%22%20cy%3D%2263.1%22%20r%3D%2256.1%22%20fill%3D%22%2366bb6a%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%2029.7c4.5-7.1%2014.1-13%2024.1-14.8c2.5-.4%205-.6%207.1.2c1.6.6%202.9%202.1%202%203.8c-.7%201.4-2.6%202-4.1%202.5c-9.3%203-17.9%206.4-23.1%2014.3c-2%203-4.9%2014.4-8.6%2012.3c-3.9-2.3-3.1-9.5%202.6-18.3%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22%23fafafa%22%20d%3D%22M95.5%2094.2h-63c-2.5%200-4.5-2-4.5-4.5s2-4.5%204.5-4.5h63c2.5%200%204.5%202%204.5%204.5s-2%204.5-4.5%204.5m-.1-25.1h-8.2c3.5-5.2%205.1-11.5%204.6-17.8C90.7%2037.7%2079.6%2026.8%2066%2025.8c-.7%200-1.3-.1-2-.1c-7.5%200-14.5%202.9-19.7%208.2c-5.3%205.3-8.2%2012.3-8.2%2019.7c0%205.5%201.6%2010.8%204.6%2015.4H32c-2.5%200-4.6%202.1-4.6%204.6s2.1%204.6%204.6%204.6h20.3c1.6%200%202.9-1.3%202.9-2.9v-3.4c0-1-.5-1.9-1.4-2.5c-.1-.1-.2-.1-.2-.2c-5.9-3.9-9.1-10.8-8.3-17.9c1-8.5%207.9-15.4%2016.5-16.3c.7-.1%201.5-.1%202.2-.1c10.3%200%2018.8%208.4%2018.8%2018.8c0%206.3-3.1%2012.1-8.4%2015.6c-.1.1-.2.1-.2.2c-.8.5-1.4%201.5-1.4%202.5v3.4c0%201.6%201.3%202.9%202.9%202.9h19.8c2.5%200%204.6-2.1%204.6-4.6c-.1-2.6-2.2-4.6-4.7-4.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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