lords from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.

Name
lords
Set
Web3 Icons
Style
Mono
Viewbox
24×24
License
MIT

Use the lords logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M3.54 19.875L3 16.472h.4a3.74 3.74 0 0 0 1.912 2.56h2.852c.602 0 1.091-.372 1.091-.98v-1.068c-2.475-1.13-2.897-3.86-2.88-5.08c0-2.722 1.49-4.258 2.323-4.68l-1.457-.573v-.276h1.384v-2.25h.76v1.108c0 .636.506 1.142 1.141 1.142a1.14 1.14 0 0 0 1.142-1.142V4.125h.664v1.108c0 .636.506 1.153 1.142 1.153c.63 0 1.142-.517 1.142-1.153V4.125h.759v2.25h1.384v.276l-1.457.573c.832.422 2.323 1.958 2.323 4.68c.017 1.22-.4 3.95-2.88 5.074v1.069c0 .613.49.984 1.091.984h2.852a3.74 3.74 0 0 0 1.913-2.56H21l-.54 3.404h-6.773V7.5h-3.374v12.375zm5.647-4.247V8.175C8.625 8.541 7.5 9.801 7.5 11.887c0 2.093 1.125 3.364 1.687 3.741m5.626 0V8.175c.562.366 1.687 1.626 1.687 3.712c0 2.093-1.125 3.364-1.687 3.741" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function TokenLords(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" fillRule="evenodd" d="M3.54 19.875L3 16.472h.4a3.74 3.74 0 0 0 1.912 2.56h2.852c.602 0 1.091-.372 1.091-.98v-1.068c-2.475-1.13-2.897-3.86-2.88-5.08c0-2.722 1.49-4.258 2.323-4.68l-1.457-.573v-.276h1.384v-2.25h.76v1.108c0 .636.506 1.142 1.141 1.142a1.14 1.14 0 0 0 1.142-1.142V4.125h.664v1.108c0 .636.506 1.153 1.142 1.153c.63 0 1.142-.517 1.142-1.153V4.125h.759v2.25h1.384v.276l-1.457.573c.832.422 2.323 1.958 2.323 4.68c.017 1.22-.4 3.95-2.88 5.074v1.069c0 .613.49.984 1.091.984h2.852a3.74 3.74 0 0 0 1.913-2.56H21l-.54 3.404h-6.773V7.5h-3.374v12.375zm5.647-4.247V8.175C8.625 8.541 7.5 9.801 7.5 11.887c0 2.093 1.125 3.364 1.687 3.741m5.626 0V8.175c.562.366 1.687 1.626 1.687 3.712c0 2.093-1.125 3.364-1.687 3.741" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M3.54 19.875L3 16.472h.4a3.74 3.74 0 0 0 1.912 2.56h2.852c.602 0 1.091-.372 1.091-.98v-1.068c-2.475-1.13-2.897-3.86-2.88-5.08c0-2.722 1.49-4.258 2.323-4.68l-1.457-.573v-.276h1.384v-2.25h.76v1.108c0 .636.506 1.142 1.141 1.142a1.14 1.14 0 0 0 1.142-1.142V4.125h.664v1.108c0 .636.506 1.153 1.142 1.153c.63 0 1.142-.517 1.142-1.153V4.125h.759v2.25h1.384v.276l-1.457.573c.832.422 2.323 1.958 2.323 4.68c.017 1.22-.4 3.95-2.88 5.074v1.069c0 .613.49.984 1.091.984h2.852a3.74 3.74 0 0 0 1.913-2.56H21l-.54 3.404h-6.773V7.5h-3.374v12.375zm5.647-4.247V8.175C8.625 8.541 7.5 9.801 7.5 11.887c0 2.093 1.125 3.364 1.687 3.741m5.626 0V8.175c.562.366 1.687 1.626 1.687 3.712c0 2.093-1.125 3.364-1.687 3.741" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-lords {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M3.54%2019.875L3%2016.472h.4a3.74%203.74%200%200%200%201.912%202.56h2.852c.602%200%201.091-.372%201.091-.98v-1.068c-2.475-1.13-2.897-3.86-2.88-5.08c0-2.722%201.49-4.258%202.323-4.68l-1.457-.573v-.276h1.384v-2.25h.76v1.108c0%20.636.506%201.142%201.141%201.142a1.14%201.14%200%200%200%201.142-1.142V4.125h.664v1.108c0%20.636.506%201.153%201.142%201.153c.63%200%201.142-.517%201.142-1.153V4.125h.759v2.25h1.384v.276l-1.457.573c.832.422%202.323%201.958%202.323%204.68c.017%201.22-.4%203.95-2.88%205.074v1.069c0%20.613.49.984%201.091.984h2.852a3.74%203.74%200%200%200%201.913-2.56H21l-.54%203.404h-6.773V7.5h-3.374v12.375zm5.647-4.247V8.175C8.625%208.541%207.5%209.801%207.5%2011.887c0%202.093%201.125%203.364%201.687%203.741m5.626%200V8.175c.562.366%201.687%201.626%201.687%203.712c0%202.093-1.125%203.364-1.687%203.741%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M3.54%2019.875L3%2016.472h.4a3.74%203.74%200%200%200%201.912%202.56h2.852c.602%200%201.091-.372%201.091-.98v-1.068c-2.475-1.13-2.897-3.86-2.88-5.08c0-2.722%201.49-4.258%202.323-4.68l-1.457-.573v-.276h1.384v-2.25h.76v1.108c0%20.636.506%201.142%201.141%201.142a1.14%201.14%200%200%200%201.142-1.142V4.125h.664v1.108c0%20.636.506%201.153%201.142%201.153c.63%200%201.142-.517%201.142-1.153V4.125h.759v2.25h1.384v.276l-1.457.573c.832.422%202.323%201.958%202.323%204.68c.017%201.22-.4%203.95-2.88%205.074v1.069c0%20.613.49.984%201.091.984h2.852a3.74%203.74%200%200%200%201.913-2.56H21l-.54%203.404h-6.773V7.5h-3.374v12.375zm5.647-4.247V8.175C8.625%208.541%207.5%209.801%207.5%2011.887c0%202.093%201.125%203.364%201.687%203.741m5.626%200V8.175c.562.366%201.687%201.626%201.687%203.712c0%202.093-1.125%203.364-1.687%203.741%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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