Autoinput Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Autoinput 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/322220.svg" alt="Autoinput icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322220.svg" alt="Autoinput icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322220.svg" alt="Autoinput icon" :width="24" :height="24" />
CSS background
.icon-autoinput {
background-image: url('https://proicons.com/icon/322220.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>.h{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle id="b" class="h" cx="24" cy="24" r="13"/><path id="c" class="h" d="m44.3452,20.8267l-3.5507-1.02v.0788c-.4185-1.7139-1.0986-3.3532-2.0163-4.86l.0626.0626,1.7892-3.2305c.3443-.6222.2351-1.3971-.2676-1.9l-2.32-2.32c-.5029-.5027-1.2778-.6119-1.9-.2676l-3.2317,1.79.06.06c-1.5069-.9174-3.1461-1.5972-4.86-2.0154h.0819l-1.02-3.55c-.1963-.6835-.8215-1.1545-1.5326-1.1546h-3.28c-.7113,0-1.3366.471-1.5329,1.1547l-1.02,3.5508h.0788c-1.7139.4185-3.3532,1.0986-4.86,2.0163l.0627-.0628-3.2311-1.789c-.6222-.3443-1.3971-.2352-1.9.2675l-2.32,2.32c-.5027.5029-.6117,1.2779-.2674,1.9l1.79,3.2318.06-.06c-.9174,1.5069-1.5972,3.1461-2.0153,4.86v-.0819l-3.55,1.02c-.6836.1963-1.1546.8214-1.1548,1.5326v3.28c0,.7114.4711,1.3367,1.1548,1.5331l3.5507,1.02v-.0788c.4185,1.7139,1.0986,3.3532,2.0163,4.86l-.0626-.0626-1.7892,3.2307c-.3446.6223-.2354,1.3975.2675,1.9005l2.32,2.32c.5029.5028,1.2779.6118,1.9.2674l3.2318-1.79-.06-.06c1.5069.9174,3.1461,1.5972,4.86,2.0154h-.0819l1.0195,3.55c.1965.6836.8219,1.1544,1.5331,1.1543h3.28c.7113,0,1.3367-.471,1.533-1.1547l1.02-3.5508h-.0788c1.7139-.4186,3.3532-1.0987,4.86-2.0164l-.0628.0629,3.2311,1.789c.6221.3444,1.3971.2353,1.9-.2674l2.32-2.32c.5029-.503.612-1.2782.2675-1.9005l-1.79-3.2318-.06.06c.9174-1.5069,1.5972-3.1461,2.0153-4.86v.0819l3.55-1.02c.6834-.1963,1.1543-.8212,1.1547-1.5322v-3.28c.0001-.7114-.471-1.337-1.1548-1.5333Z"/><path id="d" class="h" d="m24.3505,29.3749h5.7488"/><path id="e" class="h" d="m19.7502,20.3037l3.5721,3.6963-2.6561,2.5668"/><path id="f" class="h" d="m19.5297,27.6651l-1.7692,1.7098"/><path id="g" class="h" d="m18.6451,19.1626l-.8846-.9179"/></svg>
Copied!