Robot Sad Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Robot Sad 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/310937.svg" alt="Robot Sad icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310937.svg" alt="Robot Sad icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310937.svg" alt="Robot Sad icon" :width="24" :height="24" />
CSS background
.icon-robot-sad {
background-image: url('https://proicons.com/icon/310937.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.5428 4.3125 4.3125 6.5428 4.3125 9.294V14.706C4.3125 17.4572 6.5428 19.6875 9.294 19.6875H14.706C17.4572 19.6875 19.6875 17.4572 19.6875 14.706V9.294C19.6875 6.5428 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.4796 21.9498 15.2873C22.142 15.0951 22.25 14.8344 22.25 14.5625V9.43754C22.25 9.16569 22.142 8.90498 21.9498 8.71275C21.7576 8.52053 21.4968 8.41254 21.225 8.41254H19.6055" stroke="black" stroke-width="1.5"/> <path d="M4.3945 15.5875H2.775C2.50315 15.5875 2.24244 15.4796 2.05022 15.2873C1.85799 15.0951 1.75 14.8344 1.75 14.5625V9.43754C1.75 9.16569 1.85799 8.90498 2.05022 8.71275C2.24244 8.52053 2.50315 8.41254 2.775 8.41254H4.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.2148 4.3125" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M8.91475 8.76315V11.4605" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M15.0648 8.76315V11.4605" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M9.95001 15.5875C10.2186 15.3173 10.5381 15.1028 10.8899 14.9565C11.2417 14.8101 11.619 14.7348 12 14.7348C12.3811 14.7348 12.7583 14.8101 13.1102 14.9565C13.462 15.1028 13.7814 15.3173 14.05 15.5875" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!