Neato Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Neato 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/344588.svg" alt="Neato icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344588.svg" alt="Neato icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344588.svg" alt="Neato icon" :width="24" :height="24" />
CSS background
.icon-neato {
background-image: url('https://proicons.com/icon/344588.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M38.5,5.5001H9.5c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5001c0-2.2091-1.7909-4-4-4Z"/><rect class="b" x="23.0093" y="20.3522" width="4.6972" height="6.2478" rx="2.3486" ry="2.3486"/><line class="b" x1="27.7065" y1="22.7008" x2="27.7065" y2="26.6"/><path class="b" d="M20.0931,25.9119c-.4251.4251-1.0125.6881-1.6612.6881h-.0013c-1.2975,0-2.3493-1.0518-2.3493-2.3493v-1.5493c0-1.2975,1.0518-2.3493,2.3493-2.3493h.0013c1.2975,0,2.3493,1.0518,2.3493,2.3493v.704"/><line class="b" x1="20.7812" y1="23.4761" x2="16.0813" y2="23.4761"/><rect class="b" x="34.1496" y="20.4936" width="4.6972" height="6.1064" rx="2.3486" ry="2.3486"/><path class="b" d="M9.1532,22.8422c0-1.2971,1.0515-2.3486,2.3486-2.3486h0c1.2971,0,2.3486,1.0515,2.3486,2.3486v3.7578"/><line class="b" x1="9.1532" y1="22.8422" x2="9.1532" y2="26.6"/><line class="b" x1="31.2075" y1="17.2056" x2="31.2075" y2="26.6"/><line class="b" x1="29.98" y1="20.4936" x2="31.2075" y2="20.4936"/><line class="b" x1="31.2075" y1="20.4936" x2="32.4349" y2="20.4936"/></svg>
Copied!