libra from Twitter Emoji by Twitter · Default · Symbols · CC-BY-4.0 Attribution required.

Name
libra
Set
Twitter Emoji
Style
Default
Category
Symbols
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More symbols icons from Twitter Emoji

Use the libra emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#9266cc" d="M36 32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><path fill="#fff" d="M29 30H7a1.5 1.5 0 1 1 0-3h22a1.5 1.5 0 0 1 0 3m0-5h-8a1.5 1.5 0 0 1-.965-2.648c1.242-1.045 4.464-4.346 4.464-7.04c0-4.186-3.305-6.687-6.5-6.687s-6.5 2.478-6.5 6.625c0 2.699 3.23 6.046 4.474 7.109A1.5 1.5 0 0 1 15 25H7a1.5 1.5 0 1 1 0-3h4.465c-1.452-1.774-2.966-4.23-2.966-6.75c0-6.025 4.83-9.625 9.5-9.625c4.568 0 9.5 3.704 9.5 9.687c0 2.507-1.496 4.932-2.94 6.688H29a1.5 1.5 0 0 1 0 3"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiLibra(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#9266cc" d="M36 32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><path fill="#fff" d="M29 30H7a1.5 1.5 0 1 1 0-3h22a1.5 1.5 0 0 1 0 3m0-5h-8a1.5 1.5 0 0 1-.965-2.648c1.242-1.045 4.464-4.346 4.464-7.04c0-4.186-3.305-6.687-6.5-6.687s-6.5 2.478-6.5 6.625c0 2.699 3.23 6.046 4.474 7.109A1.5 1.5 0 0 1 15 25H7a1.5 1.5 0 1 1 0-3h4.465c-1.452-1.774-2.966-4.23-2.966-6.75c0-6.025 4.83-9.625 9.5-9.625c4.568 0 9.5 3.704 9.5 9.687c0 2.507-1.496 4.932-2.94 6.688H29a1.5 1.5 0 0 1 0 3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#9266cc" d="M36 32a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h28a4 4 0 0 1 4 4z"/><path fill="#fff" d="M29 30H7a1.5 1.5 0 1 1 0-3h22a1.5 1.5 0 0 1 0 3m0-5h-8a1.5 1.5 0 0 1-.965-2.648c1.242-1.045 4.464-4.346 4.464-7.04c0-4.186-3.305-6.687-6.5-6.687s-6.5 2.478-6.5 6.625c0 2.699 3.23 6.046 4.474 7.109A1.5 1.5 0 0 1 15 25H7a1.5 1.5 0 1 1 0-3h4.465c-1.452-1.774-2.966-4.23-2.966-6.75c0-6.025 4.83-9.625 9.5-9.625c4.568 0 9.5 3.704 9.5 9.687c0 2.507-1.496 4.932-2.94 6.688H29a1.5 1.5 0 0 1 0 3"/></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%2036%2036%22%3E%3Cpath%20fill%3D%22%239266cc%22%20d%3D%22M36%2032a4%204%200%200%201-4%204H4a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4h28a4%204%200%200%201%204%204z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M29%2030H7a1.5%201.5%200%201%201%200-3h22a1.5%201.5%200%200%201%200%203m0-5h-8a1.5%201.5%200%200%201-.965-2.648c1.242-1.045%204.464-4.346%204.464-7.04c0-4.186-3.305-6.687-6.5-6.687s-6.5%202.478-6.5%206.625c0%202.699%203.23%206.046%204.474%207.109A1.5%201.5%200%200%201%2015%2025H7a1.5%201.5%200%201%201%200-3h4.465c-1.452-1.774-2.966-4.23-2.966-6.75c0-6.025%204.83-9.625%209.5-9.625c4.568%200%209.5%203.704%209.5%209.687c0%202.507-1.496%204.932-2.94%206.688H29a1.5%201.5%200%200%201%200%203%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%2036%2036%22%3E%3Cpath%20fill%3D%22%239266cc%22%20d%3D%22M36%2032a4%204%200%200%201-4%204H4a4%204%200%200%201-4-4V4a4%204%200%200%201%204-4h28a4%204%200%200%201%204%204z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M29%2030H7a1.5%201.5%200%201%201%200-3h22a1.5%201.5%200%200%201%200%203m0-5h-8a1.5%201.5%200%200%201-.965-2.648c1.242-1.045%204.464-4.346%204.464-7.04c0-4.186-3.305-6.687-6.5-6.687s-6.5%202.478-6.5%206.625c0%202.699%203.23%206.046%204.474%207.109A1.5%201.5%200%200%201%2015%2025H7a1.5%201.5%200%201%201%200-3h4.465c-1.452-1.774-2.966-4.23-2.966-6.75c0-6.025%204.83-9.625%209.5-9.625c4.568%200%209.5%203.704%209.5%209.687c0%202.507-1.496%204.932-2.94%206.688H29a1.5%201.5%200%200%201%200%203%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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