Auto Text Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Auto Text 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/322212.svg" alt="Auto Text icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322212.svg" alt="Auto Text icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322212.svg" alt="Auto Text icon" :width="24" :height="24" />
CSS background
.icon-auto-text {
background-image: url('https://proicons.com/icon/322212.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="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="c" x1="7.1385" y1="15.7619" x2="14.5282" y2="15.7619"/><line class="c" x1="10.0123" y1="24.2656" x2="22.5747" y2="24.2656"/><line class="c" x1="7.1385" y1="32.7693" x2="21.9178" y2="32.7693"/><path class="c" d="m21.9178,32.7639l8.7527-8.7639-8.7527-8.7639s0-9.4076,0-9.4076c0-1.1816,1.429-1.773,2.264-.9369l19.0839,19.1084-19.0839,19.1084c-.835.8361-2.264.2447-2.264-.9369,0,0,0-9.4076,0-9.4076Z"/></svg>
Copied!