Rmvgo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rmvgo 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/346748.svg" alt="Rmvgo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346748.svg" alt="Rmvgo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346748.svg" alt="Rmvgo icon" :width="24" :height="24" />
CSS background
.icon-rmvgo {
background-image: url('https://proicons.com/icon/346748.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="M17.3659,27.009v-6.0182h1.9702c1.1139,0,2.0169.9049,2.0169,2.0212s-.903,2.0212-2.0169,2.0212h-1.9702"/><line class="d" x1="19.3361" y1="25.033" x2="21.3064" y2="27.0081"/><polyline class="d" points="24.1292 27.0027 24.1292 20.9911 27.1384 27.0095 30.1476 21.0002 30.1476 27.0095"/><polyline class="d" points="36.8225 20.9911 34.8289 27.0095 32.8353 20.9911"/><path class="d" d="M13.6354,19.3919h26.6248s5.1008,5.431,4.1128,8.2819c-.2965.8557-3.0888.9343-3.0888.9343H10.5633l3.0721-9.2162Z"/><path class="d" d="M11.2506,19.3919l-3.0721,9.2163,3.0721-9.2163Z"/><path class="d" d="M8.9316,19.3919l-3.0721,9.2163,3.0721-9.2163Z"/><path class="d" d="M6.5721,19.3919l-3.0721,9.2163,3.0721-9.2163Z"/></svg>
Copied!