Rustore Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rustore 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/332292.svg" alt="Rustore icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332292.svg" alt="Rustore icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332292.svg" alt="Rustore icon" :width="24" :height="24" />
CSS background
.icon-rustore {
background-image: url('https://proicons.com/icon/332292.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:1px;}</style></defs><path id="b" class="e" d="m8.5735,14.7891l10.4885,2.5746c2.5091.6532,2.9967,2.2925,2.9583,4.2269l.0384,17.484c-.0384,2.0539-1.5578,2.9981-3.5346,2.4593l-10.4885-2.5361c-1.9084-.4575-2.4588-1.4268-2.5357-3.6121l.0768-17.3687c.1271-2.5862,1.3038-3.4815,2.9967-3.2278Z"/><path id="c" class="e" d="m15.7665,16.5547l.1068-3.6485c-.1068-1.5531,1.1806-2.5879,2.6509-2.3056l10.9879,2.6514c2.0092.3604,2.6128,1.3819,2.6509,3.3431l.1921,18.3293c.005,1.6497-.5651,2.9715-2.4973,2.4977l-7.7991-1.6392"/><path id="d" class="e" d="m25.879,12.3753l-.0168-3.1965c.0168-2.4238,1.3456-3.1458,3.0351-2.7667l10.2195,2.4209c1.9732.5535,3.4479,1.5237,3.3809,3.8042v18.0219c0,1.1518-.8375,2.9942-3.7651,2.4593l-6.4088-1.171"/></svg>
Copied!