Robot Uwu Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Robot Uwu 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/310939.svg" alt="Robot Uwu icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310939.svg" alt="Robot Uwu icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310939.svg" alt="Robot Uwu icon" :width="24" :height="24" />
CSS background
.icon-robot-uwu {
background-image: url('https://proicons.com/icon/310939.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M14.706 4.3125H9.294C6.54279 4.3125 4.3125 6.54279 4.3125 9.294V14.706C4.3125 17.4572 6.54279 19.6875 9.294 19.6875H14.706C17.4572 19.6875 19.6875 17.4572 19.6875 14.706V9.294C19.6875 6.54279 17.4572 4.3125 14.706 4.3125Z" stroke="black" stroke-width="1.5"/> <path d="M19.6055 15.5875H21.225C21.4968 15.5875 21.7576 15.4795 21.9498 15.2873C22.142 15.0951 22.25 14.8343 22.25 14.5625V9.43751C22.25 9.16566 22.142 8.90495 21.9498 8.71272C21.7576 8.5205 21.4968 8.41251 21.225 8.41251H19.6055" stroke="black" stroke-width="1.5"/> <path d="M4.3945 15.5875H2.775C2.50315 15.5875 2.24244 15.4795 2.05022 15.2873C1.85799 15.0951 1.75 14.8343 1.75 14.5625V9.43751C1.75 9.16566 1.85799 8.90495 2.05022 8.71272C2.24244 8.5205 2.50315 8.41251 2.775 8.41251H4.3945" stroke="black" stroke-width="1.5"/> <path d="M2.76474 8.4125V4.3125" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M21.225 8.4125L21.2147 4.3125" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M14.05 9.70401C14.05 12 16.92 12 16.92 9.70401" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M6.875 9.70401C6.875 12 9.745 12 9.745 9.70401" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M9.41699 15.198C9.41699 16.92 12 16.4997 12 15.5875C12 16.4997 14.583 16.92 14.583 15.198" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!