Suica Reader Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Suica Reader 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/333442.svg" alt="Suica Reader icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333442.svg" alt="Suica Reader icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333442.svg" alt="Suica Reader icon" :width="24" :height="24" />
CSS background
.icon-suica-reader {
background-image: url('https://proicons.com/icon/333442.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M23.9206,32.1623l-17.0536-5.9672c-.729-.2551-1.0317-1.1216-.6201-1.7751L17.5813,6.4227c.4906-.779,1.4545-1.1157,2.3235-.8117l16.5987,5.808c.8147.2851,1.1529,1.2534.693,1.9837l-11.4022,18.1049c-.3956.6282-1.1729.8997-1.8736.6545Z"/><path class="b" d="M33.9142,23.4307l7.3959,2.8757c.5645.2195.8131.8809.5328,1.4178l-7.4264,14.2295c-.2398.4594-.7867.6649-1.2696.4771l-19.3205-7.5121c-.5645-.2195-.8131-.8809-.5328-1.4178l.7651-1.4661"/><path class="b" d="M37.1995,11.976l1.5414,3.0116c.0799.3726.0109.7617-.1921,1.0842l-11.3284,17.9878c-.7793,1.2374-2.3102,1.7722-3.6905,1.2892l-16.543-5.7885c-.4805-.1681-.8387-.5743-.9454-1.072l.0201-3.5108"/><polygon class="b" points="24.2342 28.9535 9.7518 23.886 18.0482 10.7128 32.5305 15.7803 24.2342 28.9535"/><line class="b" x1="22.4967" y1="9.6261" x2="27.2766" y2="11.2314"/></svg>
Copied!