Yen Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Yen 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/306970.svg" alt="Yen icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306970.svg" alt="Yen icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306970.svg" alt="Yen icon" :width="24" :height="24" />
CSS background
.icon-yen {
background-image: url('https://proicons.com/icon/306970.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="M410 740H205c-2-5-3-13-4-22-1-8-1-18-1-29 0-9 0-19 1-28 1-10 2-18 4-24h205v-85H205c-2-6-3-13-4-22s-1-19-1-29 0-20 1-29 2-17 4-24h147L144 70c35-5 69-8 104-8 31 0 63 3 94 8l164 339L667 70c31-5 62-8 94-8 30 0 62 3 96 8L648 448h169c2 12 4 28 4 49 0 10-1 20-1 30s-1 18-3 24H590v86h227c2 11 4 27 4 48 0 11-1 21-1 31 0 9-1 18-3 24H590v191c-16 3-32 4-46 5-15 1-29 1-44 1-14 0-29 0-44-1s-30-2-46-5V740z"/></svg>
Copied!