Adding the Download from RuStore Button: Instructions and Examples
Use the Download from RuStore button to let users know about your application.
Two-Color Logo Version
Button | Download |
---|---|
SVG PNG | |
SVG PNG |
Monochrome Logo Version
Button | Download |
---|---|
SVG PNG | |
SVG PNG |
Favorite/Essential Apps
Examples | Download |
---|---|
SVG PNG |
Government Apps
Examples | Download |
---|---|
SVG PNG |
Usage Examples

How to Place the Logo on your website
- Download the logo from the RuStore.
- Upload it to your server.
- Find your application in RuStore and copy its link, then add ?rsm=1&mt_link_id=l394r2 to it.
- Code snippet to embed on your website:
<img
src={require("./img/example-full.png?as=webp").default}
alt="img"
className="img__desktop"
style={{ width: "80%" }}
/>