Rockbot Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rockbot 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/346762.svg" alt="Rockbot icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346762.svg" alt="Rockbot icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346762.svg" alt="Rockbot icon" :width="24" :height="24" />
CSS background
.icon-rockbot {
background-image: url('https://proicons.com/icon/346762.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="b" x1="24" y1="20.0278" x2="24" y2="10.0295"/><line class="b" x1="35.5108" y1="24.008" x2="27.9802" y2="24.008"/><path class="b" d="m20.0198,24.008h-7.5465c-3.8528,0-6.9733-3.1364-6.9733-6.9892s3.1205-6.9892,6.9733-6.9892h11.5267"/><line class="b" x1="15.6593" y1="24.0011" x2="7.0852" y2="37.9651"/><circle class="b" cx="23.9956" cy="24.0011" r="3.9802"/><path class="b" d="m24,10.0295h10.5108c3.8688,0,6.9892,3.1364,6.9892,6.9892s-3.1205,6.9892-6.9892,6.9892"/><path class="b" d="m35.5108,24.008c3.8688,0,6.9892,3.1205,6.9892,6.9733s-3.1205,6.9892-6.9892,6.9892h-11.5108v-9.9824"/></svg>
Copied!