Robot Wink Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Robot Wink 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/310940.svg" alt="Robot Wink icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310940.svg" alt="Robot Wink icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310940.svg" alt="Robot Wink icon" :width="24" :height="24" />
CSS background
.icon-robot-wink {
background-image: url('https://proicons.com/icon/310940.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.05021 15.2873C1.85799 15.0951 1.75 14.8343 1.75 14.5625V9.43751C1.75 9.16566 1.85799 8.90495 2.05021 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.0295 10.975H15.0545H16.0795" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M8.92499 9.79623V11.8462" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M9.94998 15.075C10.4952 15.6158 11.232 15.9193 12 15.9193C12.7679 15.9193 13.5048 15.6158 14.05 15.075" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Copied!