Automatoys Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Automatoys 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/322225.svg" alt="Automatoys icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322225.svg" alt="Automatoys icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322225.svg" alt="Automatoys icon" :width="24" :height="24" />
CSS background
.icon-automatoys {
background-image: url('https://proicons.com/icon/322225.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>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><circle id="c" class="g" cx="24" cy="24" r="21.5"/><circle id="d" class="g" cx="29.9164" cy="18.9411" r="3.2242"/><ellipse id="e" class="g" cx="11.3063" cy="30.9572" rx="2.4781" ry="3.3034" transform="translate(-15.9776 12.4702) rotate(-35.816)"/><path id="f" class="g" d="M30.6882,29.0986l-10.6092,7.1078c7.6355,2.0456,11.2076-.2837,10.6092-7.1078Z"/></g></svg>
Copied!