Rakuten Edy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rakuten Edy 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/346468.svg" alt="Rakuten Edy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346468.svg" alt="Rakuten Edy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346468.svg" alt="Rakuten Edy icon" :width="24" :height="24" />
CSS background
.icon-rakuten-edy {
background-image: url('https://proicons.com/icon/346468.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.f{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M12.31,30.5521V4.0001h8.8729c5.119,0,9.2142,3.9827,9.2142,8.9611s-4.0952,8.9611-9.2142,8.9611h-8.8729"/><path class="f" d="M21.516,21.9151l8.5396,8.3051"/><path class="f" d="M29.915,37.9091l-20.466,3.0914-5.2721-4.6871,25.716.0002"/><path class="f" d="M43.8231,37.0011c0,3.8653-3.1335,6.9988-6.9988,6.9988s-6.9988-3.1335-6.9988-6.9988,3.1335-6.9988,6.9988-6.9988,6.9988,3.1335,6.9988,6.9988Z"/><line class="f" x1="34.824" y1="37.0011" x2="37.434" y2="37.0011"/><path class="f" d="M38.824,41.0011h-4v-8h4"/></svg>
Copied!