lira sign icon
lira-sign from Font Awesome 6 Solid by Dave Gandy · Regular · Currency · CC-BY-4.0 Attribution required.
- Name
- lira-sign
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Currency
- Viewbox
- 320×512
- License
- CC BY 4.0
The same icon in other sets
More currency icons from Font Awesome 6 Solid
Use the lira sign icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 320 512"><path fill="currentColor" d="M112 160.4c0-35.5 28.8-64.4 64.4-64.4c6.9 0 13.8 1.1 20.4 3.3l81.2 27.1c16.8 5.6 34.9-3.5 40.5-20.2s-3.5-34.9-20.2-40.5L217 38.6c-13.1-4.4-26.8-6.6-40.6-6.6C105.5 32 48 89.5 48 160.4V192H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h16v32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h14c-2.2 10.5-6.1 20.6-11.7 29.9L4.6 431.5c-5.9 9.9-6.1 22.2-.4 32.2S20.5 480 32 480h256c17.7 0 32-14.3 32-32s-14.3-32-32-32H88.5l.7-1.1c11.6-19.3 18.9-40.7 21.6-62.9H224c17.7 0 32-14.3 32-32s-14.3-32-32-32H112v-32h112c17.7 0 32-14.3 32-32s-14.3-32-32-32H112z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidLiraSign(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 320 512"><path fill="currentColor" d="M112 160.4c0-35.5 28.8-64.4 64.4-64.4c6.9 0 13.8 1.1 20.4 3.3l81.2 27.1c16.8 5.6 34.9-3.5 40.5-20.2s-3.5-34.9-20.2-40.5L217 38.6c-13.1-4.4-26.8-6.6-40.6-6.6C105.5 32 48 89.5 48 160.4V192H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h16v32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h14c-2.2 10.5-6.1 20.6-11.7 29.9L4.6 431.5c-5.9 9.9-6.1 22.2-.4 32.2S20.5 480 32 480h256c17.7 0 32-14.3 32-32s-14.3-32-32-32H88.5l.7-1.1c11.6-19.3 18.9-40.7 21.6-62.9H224c17.7 0 32-14.3 32-32s-14.3-32-32-32H112v-32h112c17.7 0 32-14.3 32-32s-14.3-32-32-32H112z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 320 512"><path fill="currentColor" d="M112 160.4c0-35.5 28.8-64.4 64.4-64.4c6.9 0 13.8 1.1 20.4 3.3l81.2 27.1c16.8 5.6 34.9-3.5 40.5-20.2s-3.5-34.9-20.2-40.5L217 38.6c-13.1-4.4-26.8-6.6-40.6-6.6C105.5 32 48 89.5 48 160.4V192H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h16v32H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h14c-2.2 10.5-6.1 20.6-11.7 29.9L4.6 431.5c-5.9 9.9-6.1 22.2-.4 32.2S20.5 480 32 480h256c17.7 0 32-14.3 32-32s-14.3-32-32-32H88.5l.7-1.1c11.6-19.3 18.9-40.7 21.6-62.9H224c17.7 0 32-14.3 32-32s-14.3-32-32-32H112v-32h112c17.7 0 32-14.3 32-32s-14.3-32-32-32H112z"/></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%20320%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M112%20160.4c0-35.5%2028.8-64.4%2064.4-64.4c6.9%200%2013.8%201.1%2020.4%203.3l81.2%2027.1c16.8%205.6%2034.9-3.5%2040.5-20.2s-3.5-34.9-20.2-40.5L217%2038.6c-13.1-4.4-26.8-6.6-40.6-6.6C105.5%2032%2048%2089.5%2048%20160.4V192H32c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h16v32H32c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h14c-2.2%2010.5-6.1%2020.6-11.7%2029.9L4.6%20431.5c-5.9%209.9-6.1%2022.2-.4%2032.2S20.5%20480%2032%20480h256c17.7%200%2032-14.3%2032-32s-14.3-32-32-32H88.5l.7-1.1c11.6-19.3%2018.9-40.7%2021.6-62.9H224c17.7%200%2032-14.3%2032-32s-14.3-32-32-32H112v-32h112c17.7%200%2032-14.3%2032-32s-14.3-32-32-32H112z%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%20320%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M112%20160.4c0-35.5%2028.8-64.4%2064.4-64.4c6.9%200%2013.8%201.1%2020.4%203.3l81.2%2027.1c16.8%205.6%2034.9-3.5%2040.5-20.2s-3.5-34.9-20.2-40.5L217%2038.6c-13.1-4.4-26.8-6.6-40.6-6.6C105.5%2032%2048%2089.5%2048%20160.4V192H32c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h16v32H32c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h14c-2.2%2010.5-6.1%2020.6-11.7%2029.9L4.6%20431.5c-5.9%209.9-6.1%2022.2-.4%2032.2S20.5%20480%2032%20480h256c17.7%200%2032-14.3%2032-32s-14.3-32-32-32H88.5l.7-1.1c11.6-19.3%2018.9-40.7%2021.6-62.9H224c17.7%200%2032-14.3%2032-32s-14.3-32-32-32H112v-32h112c17.7%200%2032-14.3%2032-32s-14.3-32-32-32H112z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/lira-sign.svg?color=%231a73e8&size=48