Turkish Lira True Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Turkish Lira True icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/306724.svg" alt="Turkish Lira True icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306724.svg" alt="Turkish Lira True icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306724.svg" alt="Turkish Lira True icon" :width="24" :height="24" />
CSS background
.icon-turkish-lira-true {
background-image: url('https://proicons.com/icon/306724.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M874 497c-23-22-53-36-87-38h-5c-35 0-68 15-91 38s-38 56-38 91c0 19 4 36 11 52 6 15 16 28 27 40 23 23 56 37 91 37 72 0 129-57 129-129 0-35-14-68-37-91zm-24 61l-79 79c-2 3-6 3-8 0l-48-48c-2-2-2-6 0-8l12-11c1-2 5-2 7 0l33 33 63-64c3-2 6-2 8 0l12 12c2 2 2 5 0 7zm-88 197l-18 24c-68 85-157 137-263 153-45 7-91 4-137 5-7 1-15 0-22 0-17 0-24-6-25-24V550L89 614l26-138 180-56c2-3 2-8 2-17v-32c0-1-1-2-1-3l-179 55 27-138 152-47V67c12-2 24-3 36-4 11 0 22-1 33-1s23 1 34 1c11 1 23 2 36 4v128l261-80-22 136-236 73c-3 3-5 8-4 15 1 12 0 25 0 39l233-72-22 136-211 66v283c0 2 0 3 1 8 18-3 36-4 53-10 65-20 116-53 153-100 27 38 71 64 121 66z"/></svg>
Copied!