Turkish Lira Minus Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Turkish Lira Minus icon is commonly used in quantity selectors, collapse controls and list management. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/306722.svg" alt="Turkish Lira Minus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306722.svg" alt="Turkish Lira Minus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306722.svg" alt="Turkish Lira Minus icon" :width="24" :height="24" />
CSS background
.icon-turkish-lira-minus {
background-image: url('https://proicons.com/icon/306722.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-32 108H723v-34h119v34zm-80 150l-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!