Romote Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Romote 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/332218.svg" alt="Romote icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332218.svg" alt="Romote icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332218.svg" alt="Romote icon" :width="24" :height="24" />
CSS background
.icon-romote {
background-image: url('https://proicons.com/icon/332218.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M40.5,17.21H32.51a1.72,1.72,0,0,1-1.72-1.72h0V7.5a2,2,0,0,0-2-2H19.21a2,2,0,0,0-2,2v7.99a1.72,1.72,0,0,1-1.72,1.72H7.5a2,2,0,0,0-2,2v9.58a2,2,0,0,0,2,2h7.99a1.72,1.72,0,0,1,1.72,1.72V40.5a2,2,0,0,0,2,2h9.58a2,2,0,0,0,2-2V32.51a1.72,1.72,0,0,1,1.72-1.72H40.5a2,2,0,0,0,2-2V19.21A2,2,0,0,0,40.5,17.21Z"/><circle class="a" cx="24" cy="24" r="6.7898"/><polyline class="a" points="37.004 21.639 39.365 24 37.004 26.361"/><polyline class="a" points="10.296 26.361 7.935 24 10.296 21.639"/><polyline class="a" points="26.361 37.354 24 39.715 21.639 37.354"/><polyline class="a" points="21.639 10.646 24 8.285 26.361 10.646"/></svg>
Copied!