Robot36 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Robot36 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/346758.svg" alt="Robot36 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346758.svg" alt="Robot36 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346758.svg" alt="Robot36 icon" :width="24" :height="24" />
CSS background
.icon-robot36 {
background-image: url('https://proicons.com/icon/346758.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="d" x="4.5" y="8.5" width="39" height="31" rx="4" ry="4"/><rect class="d" x="7.5" y="11.4" width="33" height="25.2" rx="2" ry="2"/><path class="d" d="m7.5 26 2-10 .5 14 2-8 3 3 2-10 .5 14.5 2-6.5 3 2 1-3 .8 9 1.2-2"/><path class="d" d="m23.5 15.9h14v13.1h-12v-3h5.5v-4h-7.5v-6.1z"/><path class="d" d="m18 32v1.5"/><path class="d" d="m25.5 32v1.5h-15v-1.5"/><path class="d" d="m31 26h6.5"/><path class="d" d="m31 22v-6.1"/></svg>
Copied!