Rouble Plus Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Rouble Plus icon is commonly used in add-item buttons, floating action buttons and form toolbars. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/306371.svg" alt="Rouble Plus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306371.svg" alt="Rouble Plus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306371.svg" alt="Rouble Plus icon" :width="24" :height="24" />
CSS background
.icon-rouble-plus {
background-image: url('https://proicons.com/icon/306371.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="M780 702c-22-23-52-36-86-38h-4c-35 0-67 14-90 38-23 22-38 54-38 89 0 18 4 36 11 51s16 28 27 40c23 23 55 37 90 37 70 0 127-57 127-128 0-35-14-67-37-89zm-30 108h-42v42h-37v-42h-41v-37h41v-42h37v42h42v37zm-13-621c-17-33-40-59-68-78s-59-32-94-39c-34-6-69-10-102-10s-65 1-96 3c-32 2-64 4-95 6v384h-94c-4 20-6 41-6 62s2 41 6 61h94v87h-94c-4 20-6 40-6 62 0 20 2 40 6 60h94v146c14 2 27 3 40 4 12 0 24 1 35 1 12 0 23-1 35-1 13-1 25-2 38-4V787h84v-5c0-43 17-82 45-110l8-8H430v-86h1c33 0 106-2 146-12 34-8 65-20 93-39s50-45 68-78c17-33 26-77 26-130s-9-96-27-130zM601 383c-7 17-17 31-30 41-12 10-27 19-43 24-16 4-36 9-98 7V189c12-1 21-2 28-2s13-1 21-1c16 0 33 3 49 7s30 12 43 23c13 10 23 24 30 41 7 18 11 39 11 65 0 24-4 45-11 61z"/></svg>
Copied!