Autotagger Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Autotagger 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/336793.svg" alt="Autotagger icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336793.svg" alt="Autotagger icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336793.svg" alt="Autotagger icon" :width="24" :height="24" />
CSS background
.icon-autotagger {
background-image: url('https://proicons.com/icon/336793.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="a" x1="20.9" y1="18.72" x2="20.9" y2="31.87"/><line class="a" x1="25.83" y1="18.72" x2="25.83" y2="31.87"/><line class="a" x1="19.47" y1="18.72" x2="19.47" y2="14.62"/><line class="a" x1="27.9" y1="18.72" x2="27.9" y2="14.62"/><line class="a" x1="23.68" y1="18.72" x2="23.68" y2="14.62"/><line class="a" x1="16.39" y1="14.62" x2="30.98" y2="14.62"/><rect class="a" x="12.78" y="18.72" width="21.8" height="10.57" rx="5.28"/><line class="a" x1="18.07" y1="18.72" x2="4.5" y2="18.72"/><line class="a" x1="4.5" y1="20.86" x2="4.5" y2="16.57"/><polyline class="a" points="34.11 26.17 43.5 34.17 43.5 13.83 34.11 21.84"/></svg>
Copied!