Skip to main content

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

ButtonDownload
SVG   PNG
SVG   PNG

Monochrome Logo Version

ButtonDownload
SVG   PNG
SVG   PNG

Favorite/Essential Apps

ExamplesDownload
SVG   PNG

Government Apps

ExamplesDownload
SVG   PNG

Usage Examples

img

How to Place the Logo on your website

  1. Download the logo from the RuStore.
  2. Upload it to your server.
  3. Find your application in RuStore and copy its link, then add ?rsm=1&mt_link_id=l394r2 to it.
  4. 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%" }}
/>

See also