lira-sign from Font Awesome Solid by Dave Gandy · Solid · Currency · CC-BY-4.0 Attribution required.

Name
lira-sign
Set
Font Awesome Solid
Style
Solid
Category
Currency
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More currency icons from Font Awesome Solid

Use the lira sign icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M212.9 320h-28.4c-13.3 0-24-10.7-24-24s10.7-24 24-24h11.6c-14.9-83.3 48.7-166 139.5-166h8.2c33.6 0 66.2 11.3 92.5 32.2l16.1 12.7c13.9 11 16.2 31.1 5.2 45s-31.1 16.2-45 5.2l-16.1-12.7c-15-11.9-33.6-18.4-52.8-18.4h-8.2c-53.8 0-90.1 52.9-73.5 102h162.4c13.3 0 24 10.7 24 24s-10.7 24-24 24H279.3c2.3 10.6 3.6 21.3 3.9 32h141.2c13.3 0 24 10.7 24 24s-10.7 24-24 24H278c-4.8 18.6-12.6 36.5-23.6 52.9L236.3 480h212.2c17.7 0 32 14.3 32 32s-14.3 32-32 32h-272c-11.8 0-22.6-6.5-28.2-16.9s-5-23 1.6-32.9l51.2-76.8c3.7-5.6 6.9-11.4 9.4-17.4h-26c-13.3 0-24-10.7-24-24s10.7-24 24-24h34.8c-.5-10.8-2.6-21.6-6.4-32"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidLiraSign(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M212.9 320h-28.4c-13.3 0-24-10.7-24-24s10.7-24 24-24h11.6c-14.9-83.3 48.7-166 139.5-166h8.2c33.6 0 66.2 11.3 92.5 32.2l16.1 12.7c13.9 11 16.2 31.1 5.2 45s-31.1 16.2-45 5.2l-16.1-12.7c-15-11.9-33.6-18.4-52.8-18.4h-8.2c-53.8 0-90.1 52.9-73.5 102h162.4c13.3 0 24 10.7 24 24s-10.7 24-24 24H279.3c2.3 10.6 3.6 21.3 3.9 32h141.2c13.3 0 24 10.7 24 24s-10.7 24-24 24H278c-4.8 18.6-12.6 36.5-23.6 52.9L236.3 480h212.2c17.7 0 32 14.3 32 32s-14.3 32-32 32h-272c-11.8 0-22.6-6.5-28.2-16.9s-5-23 1.6-32.9l51.2-76.8c3.7-5.6 6.9-11.4 9.4-17.4h-26c-13.3 0-24-10.7-24-24s10.7-24 24-24h34.8c-.5-10.8-2.6-21.6-6.4-32"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M212.9 320h-28.4c-13.3 0-24-10.7-24-24s10.7-24 24-24h11.6c-14.9-83.3 48.7-166 139.5-166h8.2c33.6 0 66.2 11.3 92.5 32.2l16.1 12.7c13.9 11 16.2 31.1 5.2 45s-31.1 16.2-45 5.2l-16.1-12.7c-15-11.9-33.6-18.4-52.8-18.4h-8.2c-53.8 0-90.1 52.9-73.5 102h162.4c13.3 0 24 10.7 24 24s-10.7 24-24 24H279.3c2.3 10.6 3.6 21.3 3.9 32h141.2c13.3 0 24 10.7 24 24s-10.7 24-24 24H278c-4.8 18.6-12.6 36.5-23.6 52.9L236.3 480h212.2c17.7 0 32 14.3 32 32s-14.3 32-32 32h-272c-11.8 0-22.6-6.5-28.2-16.9s-5-23 1.6-32.9l51.2-76.8c3.7-5.6 6.9-11.4 9.4-17.4h-26c-13.3 0-24-10.7-24-24s10.7-24 24-24h34.8c-.5-10.8-2.6-21.6-6.4-32"/></svg>
</template>

CSS

.icon-lira-sign {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M212.9%20320h-28.4c-13.3%200-24-10.7-24-24s10.7-24%2024-24h11.6c-14.9-83.3%2048.7-166%20139.5-166h8.2c33.6%200%2066.2%2011.3%2092.5%2032.2l16.1%2012.7c13.9%2011%2016.2%2031.1%205.2%2045s-31.1%2016.2-45%205.2l-16.1-12.7c-15-11.9-33.6-18.4-52.8-18.4h-8.2c-53.8%200-90.1%2052.9-73.5%20102h162.4c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024H279.3c2.3%2010.6%203.6%2021.3%203.9%2032h141.2c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024H278c-4.8%2018.6-12.6%2036.5-23.6%2052.9L236.3%20480h212.2c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032h-272c-11.8%200-22.6-6.5-28.2-16.9s-5-23%201.6-32.9l51.2-76.8c3.7-5.6%206.9-11.4%209.4-17.4h-26c-13.3%200-24-10.7-24-24s10.7-24%2024-24h34.8c-.5-10.8-2.6-21.6-6.4-32%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M212.9%20320h-28.4c-13.3%200-24-10.7-24-24s10.7-24%2024-24h11.6c-14.9-83.3%2048.7-166%20139.5-166h8.2c33.6%200%2066.2%2011.3%2092.5%2032.2l16.1%2012.7c13.9%2011%2016.2%2031.1%205.2%2045s-31.1%2016.2-45%205.2l-16.1-12.7c-15-11.9-33.6-18.4-52.8-18.4h-8.2c-53.8%200-90.1%2052.9-73.5%20102h162.4c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024H279.3c2.3%2010.6%203.6%2021.3%203.9%2032h141.2c13.3%200%2024%2010.7%2024%2024s-10.7%2024-24%2024H278c-4.8%2018.6-12.6%2036.5-23.6%2052.9L236.3%20480h212.2c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032h-272c-11.8%200-22.6-6.5-28.2-16.9s-5-23%201.6-32.9l51.2-76.8c3.7-5.6%206.9-11.4%209.4-17.4h-26c-13.3%200-24-10.7-24-24s10.7-24%2024-24h34.8c-.5-10.8-2.6-21.6-6.4-32%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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