Remote Mouse Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Remote Mouse 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/346634.svg" alt="Remote Mouse icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346634.svg" alt="Remote Mouse icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346634.svg" alt="Remote Mouse icon" :width="24" :height="24" />
CSS background
.icon-remote-mouse {
background-image: url('https://proicons.com/icon/346634.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="a" x="10.2222" y="9.5776" width="21.5219" height="34.8784" rx="10.7609" transform="translate(25.2496 -6.9243) rotate(45)"/><circle class="a" cx="25.6098" cy="22.3902" r="1.9197"/><path class="a" d="M38.7241,14.5766a9.6614,9.6614,0,0,0-5.2576-5.283"/><path class="a" d="M42.5,12.9718A13.7773,13.7773,0,0,0,35.0282,5.5"/></svg>
Copied!