lira square icon

lira-square-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.

Name
lira-square-solid
Set
Myna UI Icons
Style
Solid
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

Related icons in Myna UI Icons

Use the lira square icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.75 14.65c0 1.084 0 1.944-.057 2.638c-.058.713-.18 1.317-.46 1.868a4.75 4.75 0 0 1-2.077 2.076c-.55.281-1.155.403-1.868.461c-.694.057-1.554.057-2.637.057H9.349c-1.083 0-1.943 0-2.637-.057c-.713-.058-1.317-.18-1.868-.46a4.75 4.75 0 0 1-2.076-2.077c-.281-.55-.403-1.155-.461-1.868c-.057-.694-.057-1.554-.057-2.637V9.349c0-1.083 0-1.943.057-2.637c.058-.713.18-1.317.46-1.868a4.75 4.75 0 0 1 2.077-2.076c.55-.281 1.155-.403 1.868-.461c.694-.057 1.554-.057 2.637-.057h5.302c1.083 0 1.943 0 2.637.057c.713.058 1.317.18 1.868.46a4.75 4.75 0 0 1 2.076 2.077c.281.55.403 1.155.461 1.868c.057.694.057 1.554.057 2.637zM10.167 7.5v2.733l-1.813 1.13a.75.75 0 0 0 .792 1.274L10.167 12v4.5a.75.75 0 0 0 .91.733l.088-.02a7.35 7.35 0 0 0 5.005-3.876a.75.75 0 0 0-1.34-.674a5.85 5.85 0 0 1-3.163 2.84v-4.438l2.896-1.803a.75.75 0 0 0-.793-1.274l-2.103 1.31V7.5a.75.75 0 0 0-1.5 0"/></svg>

React

import type { SVGProps } from "react";

export function MynauiLiraSquareSolid(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="M21.75 14.65c0 1.084 0 1.944-.057 2.638c-.058.713-.18 1.317-.46 1.868a4.75 4.75 0 0 1-2.077 2.076c-.55.281-1.155.403-1.868.461c-.694.057-1.554.057-2.637.057H9.349c-1.083 0-1.943 0-2.637-.057c-.713-.058-1.317-.18-1.868-.46a4.75 4.75 0 0 1-2.076-2.077c-.281-.55-.403-1.155-.461-1.868c-.057-.694-.057-1.554-.057-2.637V9.349c0-1.083 0-1.943.057-2.637c.058-.713.18-1.317.46-1.868a4.75 4.75 0 0 1 2.077-2.076c.55-.281 1.155-.403 1.868-.461c.694-.057 1.554-.057 2.637-.057h5.302c1.083 0 1.943 0 2.637.057c.713.058 1.317.18 1.868.46a4.75 4.75 0 0 1 2.076 2.077c.281.55.403 1.155.461 1.868c.057.694.057 1.554.057 2.637zM10.167 7.5v2.733l-1.813 1.13a.75.75 0 0 0 .792 1.274L10.167 12v4.5a.75.75 0 0 0 .91.733l.088-.02a7.35 7.35 0 0 0 5.005-3.876a.75.75 0 0 0-1.34-.674a5.85 5.85 0 0 1-3.163 2.84v-4.438l2.896-1.803a.75.75 0 0 0-.793-1.274l-2.103 1.31V7.5a.75.75 0 0 0-1.5 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.75 14.65c0 1.084 0 1.944-.057 2.638c-.058.713-.18 1.317-.46 1.868a4.75 4.75 0 0 1-2.077 2.076c-.55.281-1.155.403-1.868.461c-.694.057-1.554.057-2.637.057H9.349c-1.083 0-1.943 0-2.637-.057c-.713-.058-1.317-.18-1.868-.46a4.75 4.75 0 0 1-2.076-2.077c-.281-.55-.403-1.155-.461-1.868c-.057-.694-.057-1.554-.057-2.637V9.349c0-1.083 0-1.943.057-2.637c.058-.713.18-1.317.46-1.868a4.75 4.75 0 0 1 2.077-2.076c.55-.281 1.155-.403 1.868-.461c.694-.057 1.554-.057 2.637-.057h5.302c1.083 0 1.943 0 2.637.057c.713.058 1.317.18 1.868.46a4.75 4.75 0 0 1 2.076 2.077c.281.55.403 1.155.461 1.868c.057.694.057 1.554.057 2.637zM10.167 7.5v2.733l-1.813 1.13a.75.75 0 0 0 .792 1.274L10.167 12v4.5a.75.75 0 0 0 .91.733l.088-.02a7.35 7.35 0 0 0 5.005-3.876a.75.75 0 0 0-1.34-.674a5.85 5.85 0 0 1-3.163 2.84v-4.438l2.896-1.803a.75.75 0 0 0-.793-1.274l-2.103 1.31V7.5a.75.75 0 0 0-1.5 0"/></svg>
</template>

CSS

.icon-lira-square-solid {
  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%22M21.75%2014.65c0%201.084%200%201.944-.057%202.638c-.058.713-.18%201.317-.46%201.868a4.75%204.75%200%200%201-2.077%202.076c-.55.281-1.155.403-1.868.461c-.694.057-1.554.057-2.637.057H9.349c-1.083%200-1.943%200-2.637-.057c-.713-.058-1.317-.18-1.868-.46a4.75%204.75%200%200%201-2.076-2.077c-.281-.55-.403-1.155-.461-1.868c-.057-.694-.057-1.554-.057-2.637V9.349c0-1.083%200-1.943.057-2.637c.058-.713.18-1.317.46-1.868a4.75%204.75%200%200%201%202.077-2.076c.55-.281%201.155-.403%201.868-.461c.694-.057%201.554-.057%202.637-.057h5.302c1.083%200%201.943%200%202.637.057c.713.058%201.317.18%201.868.46a4.75%204.75%200%200%201%202.076%202.077c.281.55.403%201.155.461%201.868c.057.694.057%201.554.057%202.637zM10.167%207.5v2.733l-1.813%201.13a.75.75%200%200%200%20.792%201.274L10.167%2012v4.5a.75.75%200%200%200%20.91.733l.088-.02a7.35%207.35%200%200%200%205.005-3.876a.75.75%200%200%200-1.34-.674a5.85%205.85%200%200%201-3.163%202.84v-4.438l2.896-1.803a.75.75%200%200%200-.793-1.274l-2.103%201.31V7.5a.75.75%200%200%200-1.5%200%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%22M21.75%2014.65c0%201.084%200%201.944-.057%202.638c-.058.713-.18%201.317-.46%201.868a4.75%204.75%200%200%201-2.077%202.076c-.55.281-1.155.403-1.868.461c-.694.057-1.554.057-2.637.057H9.349c-1.083%200-1.943%200-2.637-.057c-.713-.058-1.317-.18-1.868-.46a4.75%204.75%200%200%201-2.076-2.077c-.281-.55-.403-1.155-.461-1.868c-.057-.694-.057-1.554-.057-2.637V9.349c0-1.083%200-1.943.057-2.637c.058-.713.18-1.317.46-1.868a4.75%204.75%200%200%201%202.077-2.076c.55-.281%201.155-.403%201.868-.461c.694-.057%201.554-.057%202.637-.057h5.302c1.083%200%201.943%200%202.637.057c.713.058%201.317.18%201.868.46a4.75%204.75%200%200%201%202.076%202.077c.281.55.403%201.155.461%201.868c.057.694.057%201.554.057%202.637zM10.167%207.5v2.733l-1.813%201.13a.75.75%200%200%200%20.792%201.274L10.167%2012v4.5a.75.75%200%200%200%20.91.733l.088-.02a7.35%207.35%200%200%200%205.005-3.876a.75.75%200%200%200-1.34-.674a5.85%205.85%200%200%201-3.163%202.84v-4.438l2.896-1.803a.75.75%200%200%200-.793-1.274l-2.103%201.31V7.5a.75.75%200%200%200-1.5%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/lira-square-solid.svg?color=%231a73e8&size=48