Yen Minus Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Yen 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/306967.svg" alt="Yen Minus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306967.svg" alt="Yen Minus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306967.svg" alt="Yen Minus icon" :width="24" :height="24" />
CSS background
.icon-yen-minus {
background-image: url('https://proicons.com/icon/306967.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="M844 684c-22-22-52-36-85-38h-5c-35 0-67 15-90 38-24 23-38 55-38 90 0 18 4 35 11 51 6 15 15 28 27 40 23 23 55 37 90 37 71 0 128-57 128-128 0-35-15-67-38-90zm-31 107H695v-34h118v34zM623 448L831 70c-34-5-66-8-95-8-33 0-64 3-95 8L480 409 316 70c-31-5-62-8-94-8-35 0-69 3-104 8l208 378H179c-2 7-3 15-4 24s-1 19-1 28c0 11 0 21 1 30s2 16 4 21h206v86H179c-2 6-3 14-4 23-1 10-1 19-1 29 0 11 0 20 1 29s2 17 4 22h206v191c15 3 31 5 45 5 15 1 30 1 44 1 15 0 29 0 44-1 14 0 30-2 46-5V740h26c5-44 30-81 65-103h-91v-85h227c2-7 3-15 3-25 1-9 1-19 1-30 0-21-1-37-4-49H623z"/></svg>
Copied!