Yen Plus Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Yen 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/306968.svg" alt="Yen Plus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306968.svg" alt="Yen Plus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306968.svg" alt="Yen Plus icon" :width="24" :height="24" />
CSS background
.icon-yen-plus {
background-image: url('https://proicons.com/icon/306968.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-86-38h-4c-36 0-67 15-91 38-23 23-37 55-37 90 0 18 4 35 10 51 7 15 16 28 27 40 24 23 55 37 91 37 70 0 128-57 128-128 0-35-15-67-38-90zm-30 109h-42v42h-37v-42h-42v-38h42v-41h37v41h42v38zM623 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 46 5 14 1 29 1 43 1 15 0 29 0 44-1 14 0 30-2 46-5V740h26c5-44 30-81 66-103h-92v-85h227c2-7 3-15 3-25 1-9 1-19 1-30 0-21-1-37-4-49H623z"/></svg>
Copied!