lbry from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
lbry
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the lbry logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m23.35 14.19l.168-1.066l-1.031-.177l.067-.414l1.446.245l-.237 1.48zm.151-5.496v1.192l-11.734 7.211l-8.842-4.336l.017-.668l8.792 4.328L22.91 9.557v-.49l-10.55-5.09l-11.768 7.28v3.254l11.142 5.512l11.632-7.135l.33.507L11.767 20.7L0 14.883v-3.956L12.325 3.3z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsLbry(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m23.35 14.19l.168-1.066l-1.031-.177l.067-.414l1.446.245l-.237 1.48zm.151-5.496v1.192l-11.734 7.211l-8.842-4.336l.017-.668l8.792 4.328L22.91 9.557v-.49l-10.55-5.09l-11.768 7.28v3.254l11.142 5.512l11.632-7.135l.33.507L11.767 20.7L0 14.883v-3.956L12.325 3.3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m23.35 14.19l.168-1.066l-1.031-.177l.067-.414l1.446.245l-.237 1.48zm.151-5.496v1.192l-11.734 7.211l-8.842-4.336l.017-.668l8.792 4.328L22.91 9.557v-.49l-10.55-5.09l-11.768 7.28v3.254l11.142 5.512l11.632-7.135l.33.507L11.767 20.7L0 14.883v-3.956L12.325 3.3z"/></svg>
</template>

CSS

.icon-lbry {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m23.35%2014.19l.168-1.066l-1.031-.177l.067-.414l1.446.245l-.237%201.48zm.151-5.496v1.192l-11.734%207.211l-8.842-4.336l.017-.668l8.792%204.328L22.91%209.557v-.49l-10.55-5.09l-11.768%207.28v3.254l11.142%205.512l11.632-7.135l.33.507L11.767%2020.7L0%2014.883v-3.956L12.325%203.3z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m23.35%2014.19l.168-1.066l-1.031-.177l.067-.414l1.446.245l-.237%201.48zm.151-5.496v1.192l-11.734%207.211l-8.842-4.336l.017-.668l8.792%204.328L22.91%209.557v-.49l-10.55-5.09l-11.768%207.28v3.254l11.142%205.512l11.632-7.135l.33.507L11.767%2020.7L0%2014.883v-3.956L12.325%203.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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