Yoroi Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Yoroi 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/335475.svg" alt="Yoroi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335475.svg" alt="Yoroi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335475.svg" alt="Yoroi icon" :width="24" :height="24" />
CSS background
.icon-yoroi {
background-image: url('https://proicons.com/icon/335475.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><polygon class="b" points="23.8849 20.9041 42.5 7.7187 36.848 7.7187 23.996 16.4746 11.152 7.6076 5.5 7.6076 23.8849 20.9041"/><polygon class="b" points="27.5444 23.7777 38.6182 16.03 38.6182 20.2373 30.7594 25.7782 27.5444 23.7777"/><polygon class="b" points="35.1889 28.7629 38.5071 26.3259 38.5071 30.3188 37.8482 30.7634 35.1889 28.7629"/><polygon class="b" points="31.3071 35.6295 34.2998 33.5259 9.2706 16.03 9.2706 20.015 31.3071 35.6295"/><polygon class="b" points="26.9887 38.511 9.3738 26.3259 9.3738 30.3188 23.7738 40.3924 26.9887 38.511"/></svg>
Copied!