Rouble Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Rouble 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/306373.svg" alt="Rouble icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306373.svg" alt="Rouble icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306373.svg" alt="Rouble icon" :width="24" :height="24" />
CSS background
.icon-rouble {
background-image: url('https://proicons.com/icon/306373.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M612 664H457v-86h1c33 0 106-2 146-12 34-8 65-20 93-39s50-45 68-78c17-33 26-76 26-130 0-53-9-96-26-130s-41-59-69-78c-27-19-59-32-94-39-34-6-69-10-102-10s-65 1-96 3c-32 2-64 4-95 7v383h-82v1h-12c-4 19-6 40-6 61s2 41 6 61h95v87h-95c-4 20-6 40-6 61s2 41 6 61h95v146c13 2 26 3 39 4 13 0 25 1 35 1 12 0 23-1 36-1 12-1 24-2 37-4V787h314c4-20 6-40 6-62 0-20-2-41-6-61H612zM457 189c12-1 22-2 28-2s14-1 21-1c16 0 33 3 49 7 17 4 31 12 43 23 13 10 23 24 30 41 8 18 11 39 11 65 0 24-3 45-11 62-7 16-17 30-30 40-12 10-26 19-42 24-16 4-37 9-99 8V189z"/></svg>
Copied!