turkish lira icon
turkish-lira from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.
- Name
- turkish-lira
- Set
- Prime Icons
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the turkish lira icon
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="M10 3.25a.75.75 0 0 1 .75.75v3.627l4.884-1.83a.75.75 0 1 1 .526 1.405l-5.41 2.026v.649l4.884-1.83a.75.75 0 1 1 .526 1.405l-5.41 2.026v7.733c3.618-.379 6.5-3.465 6.5-7.211a.75.75 0 0 1 1.5 0c0 4.835-3.966 8.75-8.75 8.75a.75.75 0 0 1-.75-.75v-7.96l-2.987 1.119a.75.75 0 1 1-.526-1.405l3.513-1.316V9.79l-2.987 1.119a.75.75 0 1 1-.526-1.405L9.25 8.188V4a.75.75 0 0 1 .75-.75" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function PrimeTurkishLira(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="M10 3.25a.75.75 0 0 1 .75.75v3.627l4.884-1.83a.75.75 0 1 1 .526 1.405l-5.41 2.026v.649l4.884-1.83a.75.75 0 1 1 .526 1.405l-5.41 2.026v7.733c3.618-.379 6.5-3.465 6.5-7.211a.75.75 0 0 1 1.5 0c0 4.835-3.966 8.75-8.75 8.75a.75.75 0 0 1-.75-.75v-7.96l-2.987 1.119a.75.75 0 1 1-.526-1.405l3.513-1.316V9.79l-2.987 1.119a.75.75 0 1 1-.526-1.405L9.25 8.188V4a.75.75 0 0 1 .75-.75" 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="M10 3.25a.75.75 0 0 1 .75.75v3.627l4.884-1.83a.75.75 0 1 1 .526 1.405l-5.41 2.026v.649l4.884-1.83a.75.75 0 1 1 .526 1.405l-5.41 2.026v7.733c3.618-.379 6.5-3.465 6.5-7.211a.75.75 0 0 1 1.5 0c0 4.835-3.966 8.75-8.75 8.75a.75.75 0 0 1-.75-.75v-7.96l-2.987 1.119a.75.75 0 1 1-.526-1.405l3.513-1.316V9.79l-2.987 1.119a.75.75 0 1 1-.526-1.405L9.25 8.188V4a.75.75 0 0 1 .75-.75" clip-rule="evenodd"/></svg> </template>
CSS
.icon-turkish-lira {
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%22M10%203.25a.75.75%200%200%201%20.75.75v3.627l4.884-1.83a.75.75%200%201%201%20.526%201.405l-5.41%202.026v.649l4.884-1.83a.75.75%200%201%201%20.526%201.405l-5.41%202.026v7.733c3.618-.379%206.5-3.465%206.5-7.211a.75.75%200%200%201%201.5%200c0%204.835-3.966%208.75-8.75%208.75a.75.75%200%200%201-.75-.75v-7.96l-2.987%201.119a.75.75%200%201%201-.526-1.405l3.513-1.316V9.79l-2.987%201.119a.75.75%200%201%201-.526-1.405L9.25%208.188V4a.75.75%200%200%201%20.75-.75%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%22M10%203.25a.75.75%200%200%201%20.75.75v3.627l4.884-1.83a.75.75%200%201%201%20.526%201.405l-5.41%202.026v.649l4.884-1.83a.75.75%200%201%201%20.526%201.405l-5.41%202.026v7.733c3.618-.379%206.5-3.465%206.5-7.211a.75.75%200%200%201%201.5%200c0%204.835-3.966%208.75-8.75%208.75a.75.75%200%200%201-.75-.75v-7.96l-2.987%201.119a.75.75%200%201%201-.526-1.405l3.513-1.316V9.79l-2.987%201.119a.75.75%200%201%201-.526-1.405L9.25%208.188V4a.75.75%200%200%201%20.75-.75%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/prime/turkish-lira.svg?color=%231a73e8&size=48