Yen False Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Yen False 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/306966.svg" alt="Yen False icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306966.svg" alt="Yen False icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306966.svg" alt="Yen False icon" :width="24" :height="24" />
CSS background
.icon-yen-false {
background-image: url('https://proicons.com/icon/306966.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-37 122l-21 21-32-32-32 32-21-21 32-32-32-31 21-21 32 31 32-31 21 21-32 31 32 32zM623 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!