currency lira icon
currency-lira-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.
- Name
- currency-lira-line
- Set
- MingCute Icon
- Style
- Line
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
Related icons in MingCute Icon
currency-baht-2-fillcurrency-baht-fillcurrency-bitcoin-2-fillcurrency-bitcoin-fillcurrency-cny-2-fillcurrency-cny-fillcurrency-dollar-2-fillcurrency-dollar-fillcurrency-euro-2-fillcurrency-euro-fillcurrency-lira-2-fillcurrency-nigeria-2-fillcurrency-nigeria-fillcurrency-pound-2-fillcurrency-pound-fillcurrency-rubel-2-fillcurrency-rubel-fillcurrency-rupee-2-fillcurrency-rupee-fillcurrency-shekel-2-fillcurrency-shekel-fillcurrency-won-2-fillcurrency-won-fill
Use the currency lira icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 7a1 1 0 1 0-2 0zm-1 10h-1a1 1 0 0 0 1 1zm5.394-2.553a1 1 0 1 0-1.788-.894L15.5 14zm-8.341-4.341a1 1 0 1 0 .894 1.788L8.5 11zm5.894-.712a1 1 0 1 0-.894-1.788l.447.894zm-5.894 3.712a1 1 0 1 0 .894 1.788L8.5 14zm5.894-.712a1 1 0 1 0-.894-1.788l.447.894zM21 12h-1a8 8 0 0 1-8 8v2c5.523 0 10-4.477 10-10zm-9 9v-1a8 8 0 0 1-8-8H2c0 5.523 4.477 10 10 10zm-9-9h1a8 8 0 0 1 8-8V2C6.477 2 2 6.477 2 12zm9-9v1a8 8 0 0 1 8 8h2c0-5.523-4.477-10-10-10zm-1 4h-1v10h2V7zm0 10v1c.737 0 1.786-.333 2.746-.882c.984-.562 2.032-1.439 2.648-2.67L15.5 14l-.894-.447c-.384.768-1.086 1.39-1.852 1.829c-.79.45-1.49.618-1.754.618zm-2.5-6l.447.894l5-2.5L13.5 8.5l-.447-.894l-5 2.5zm0 3l.447.894l5-2.5l-.447-.894l-.447-.894l-5 2.5z"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteCurrencyLiraLine(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="M12 7a1 1 0 1 0-2 0zm-1 10h-1a1 1 0 0 0 1 1zm5.394-2.553a1 1 0 1 0-1.788-.894L15.5 14zm-8.341-4.341a1 1 0 1 0 .894 1.788L8.5 11zm5.894-.712a1 1 0 1 0-.894-1.788l.447.894zm-5.894 3.712a1 1 0 1 0 .894 1.788L8.5 14zm5.894-.712a1 1 0 1 0-.894-1.788l.447.894zM21 12h-1a8 8 0 0 1-8 8v2c5.523 0 10-4.477 10-10zm-9 9v-1a8 8 0 0 1-8-8H2c0 5.523 4.477 10 10 10zm-9-9h1a8 8 0 0 1 8-8V2C6.477 2 2 6.477 2 12zm9-9v1a8 8 0 0 1 8 8h2c0-5.523-4.477-10-10-10zm-1 4h-1v10h2V7zm0 10v1c.737 0 1.786-.333 2.746-.882c.984-.562 2.032-1.439 2.648-2.67L15.5 14l-.894-.447c-.384.768-1.086 1.39-1.852 1.829c-.79.45-1.49.618-1.754.618zm-2.5-6l.447.894l5-2.5L13.5 8.5l-.447-.894l-5 2.5zm0 3l.447.894l5-2.5l-.447-.894l-.447-.894l-5 2.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 7a1 1 0 1 0-2 0zm-1 10h-1a1 1 0 0 0 1 1zm5.394-2.553a1 1 0 1 0-1.788-.894L15.5 14zm-8.341-4.341a1 1 0 1 0 .894 1.788L8.5 11zm5.894-.712a1 1 0 1 0-.894-1.788l.447.894zm-5.894 3.712a1 1 0 1 0 .894 1.788L8.5 14zm5.894-.712a1 1 0 1 0-.894-1.788l.447.894zM21 12h-1a8 8 0 0 1-8 8v2c5.523 0 10-4.477 10-10zm-9 9v-1a8 8 0 0 1-8-8H2c0 5.523 4.477 10 10 10zm-9-9h1a8 8 0 0 1 8-8V2C6.477 2 2 6.477 2 12zm9-9v1a8 8 0 0 1 8 8h2c0-5.523-4.477-10-10-10zm-1 4h-1v10h2V7zm0 10v1c.737 0 1.786-.333 2.746-.882c.984-.562 2.032-1.439 2.648-2.67L15.5 14l-.894-.447c-.384.768-1.086 1.39-1.852 1.829c-.79.45-1.49.618-1.754.618zm-2.5-6l.447.894l5-2.5L13.5 8.5l-.447-.894l-5 2.5zm0 3l.447.894l5-2.5l-.447-.894l-.447-.894l-5 2.5z"/></svg> </template>
CSS
.icon-currency-lira-line {
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%22M12%207a1%201%200%201%200-2%200zm-1%2010h-1a1%201%200%200%200%201%201zm5.394-2.553a1%201%200%201%200-1.788-.894L15.5%2014zm-8.341-4.341a1%201%200%201%200%20.894%201.788L8.5%2011zm5.894-.712a1%201%200%201%200-.894-1.788l.447.894zm-5.894%203.712a1%201%200%201%200%20.894%201.788L8.5%2014zm5.894-.712a1%201%200%201%200-.894-1.788l.447.894zM21%2012h-1a8%208%200%200%201-8%208v2c5.523%200%2010-4.477%2010-10zm-9%209v-1a8%208%200%200%201-8-8H2c0%205.523%204.477%2010%2010%2010zm-9-9h1a8%208%200%200%201%208-8V2C6.477%202%202%206.477%202%2012zm9-9v1a8%208%200%200%201%208%208h2c0-5.523-4.477-10-10-10zm-1%204h-1v10h2V7zm0%2010v1c.737%200%201.786-.333%202.746-.882c.984-.562%202.032-1.439%202.648-2.67L15.5%2014l-.894-.447c-.384.768-1.086%201.39-1.852%201.829c-.79.45-1.49.618-1.754.618zm-2.5-6l.447.894l5-2.5L13.5%208.5l-.447-.894l-5%202.5zm0%203l.447.894l5-2.5l-.447-.894l-.447-.894l-5%202.5z%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%22M12%207a1%201%200%201%200-2%200zm-1%2010h-1a1%201%200%200%200%201%201zm5.394-2.553a1%201%200%201%200-1.788-.894L15.5%2014zm-8.341-4.341a1%201%200%201%200%20.894%201.788L8.5%2011zm5.894-.712a1%201%200%201%200-.894-1.788l.447.894zm-5.894%203.712a1%201%200%201%200%20.894%201.788L8.5%2014zm5.894-.712a1%201%200%201%200-.894-1.788l.447.894zM21%2012h-1a8%208%200%200%201-8%208v2c5.523%200%2010-4.477%2010-10zm-9%209v-1a8%208%200%200%201-8-8H2c0%205.523%204.477%2010%2010%2010zm-9-9h1a8%208%200%200%201%208-8V2C6.477%202%202%206.477%202%2012zm9-9v1a8%208%200%200%201%208%208h2c0-5.523-4.477-10-10-10zm-1%204h-1v10h2V7zm0%2010v1c.737%200%201.786-.333%202.746-.882c.984-.562%202.032-1.439%202.648-2.67L15.5%2014l-.894-.447c-.384.768-1.086%201.39-1.852%201.829c-.79.45-1.49.618-1.754.618zm-2.5-6l.447.894l5-2.5L13.5%208.5l-.447-.894l-5%202.5zm0%203l.447.894l5-2.5l-.447-.894l-.447-.894l-5%202.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/currency-lira-line.svg?color=%231a73e8&size=48