Paypay Robot Stock Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Paypay Robot Stock 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/345606.svg" alt="Paypay Robot Stock icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345606.svg" alt="Paypay Robot Stock icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345606.svg" alt="Paypay Robot Stock icon" :width="24" :height="24" />
CSS background
.icon-paypay-robot-stock {
background-image: url('https://proicons.com/icon/345606.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="14.25" y="9" width="19.5" height="13.5" rx="2" ry="2"/><rect class="d" x="14.25" y="24.5" width="19.5" height="13.5" rx="2" ry="2"/><circle class="d" cx="7.5" cy="35.5" r="3"/><circle class="d" cx="18.75" cy="15.75" r="1.25"/><circle class="d" cx="29.25" cy="15.75" r="1.25"/><path class="d" d="m7.5 32.5a5 5 0 015-5"/><circle class="d" cx="40.5" cy="19.5" r="3"/><path class="d" d="m40.5 22.5a5 5 0 01-5 5"/></svg>
Copied!