Turkish Lira Plus Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Turkish Lira Plus icon is commonly used in add-item buttons, floating action buttons and form toolbars. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/306723.svg" alt="Turkish Lira Plus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306723.svg" alt="Turkish Lira Plus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306723.svg" alt="Turkish Lira Plus icon" :width="24" :height="24" />
CSS background
.icon-turkish-lira-plus {
background-image: url('https://proicons.com/icon/306723.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-4c-36 0-68 15-92 38-23 23-38 56-38 91 0 19 4 36 11 52 7 15 16 28 27 40 24 23 56 37 92 37 71 0 129-57 129-129 0-35-15-68-38-91zm-30 110h-43v42h-37v-42h-43v-38h43v-42h37v42h42l1 38zm-82 148l-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-178 55 26-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!