Yen True Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Yen 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/306969.svg" alt="Yen True icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306969.svg" alt="Yen True icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306969.svg" alt="Yen True icon" :width="24" :height="24" />
CSS background
.icon-yen-true {
background-image: url('https://proicons.com/icon/306969.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="M845 684c-22-22-52-36-86-38h-5c-35 0-67 15-90 38s-37 55-37 90c0 18 4 35 10 51 7 15 16 28 27 40 23 23 55 37 91 37 70 0 127-57 127-128 0-35-14-67-37-90zm-24 60l-78 79c-2 2-6 2-8 0l-47-48c-2-2-2-6 0-8l11-11c2-2 6-2 8 0l32 33 63-63c2-2 5-2 8 0l11 11c2 2 2 5 0 7zM622 448L831 70c-34-5-66-8-96-8-32 0-64 3-94 8L480 409 316 70c-31-5-63-8-94-8-35 0-69 3-104 8l208 378H178c-1 7-2 15-3 24s-1 19-1 28c0 11 0 21 1 30 0 9 2 16 3 21h206v86H178c-1 6-2 14-3 23-1 10-1 19-1 29 0 11 0 20 1 29 0 9 2 17 3 22h206v191c16 3 31 5 46 5 15 1 29 1 43 1 15 0 30 0 44-1 15 0 30-2 47-5V740h25c5-44 30-81 66-103h-91v-85h227c1-7 2-15 3-25 0-9 1-19 1-30 0-21-2-37-4-49H622z"/></svg>
Copied!