Auto Away Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Auto Away 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/322207.svg" alt="Auto Away icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322207.svg" alt="Auto Away icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322207.svg" alt="Auto Away icon" :width="24" :height="24" />
CSS background
.icon-auto-away {
background-image: url('https://proicons.com/icon/322207.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{isolation:isolate;opacity:.9948;}.b,.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M9.5,42.5h24.3499v-8.3168h8.6501V9.5002c0-2.2091-1.7909-4-4-4H9.5c-2.2091,0-4,1.7909-4,4v28.9998c0,2.2091,1.7909,4,4,4Z"/><polyline class="c" points="16.0895 27.266 12.9413 17.4012 9.6721 27.266"/><line class="c" x1="10.7611" y1="23.937" x2="14.999" y2="23.937"/><polyline class="c" points="24.6691 20.7156 22.6108 27.2512 20.6736 20.7156 18.6153 27.2512 16.678 20.7156"/><line class="c" x1="36.0275" y1="27.2694" x2="33.4848" y2="20.7338"/><path class="c" d="M38.3279,20.7338l-3.0269,8.8785c-.2422.6166-.7265.9865-1.3318.9865h-.3632"/><path class="c" d="M31.1076,24.7896c0,1.3564-1.0897,2.4662-2.4215,2.4662s-2.4215-1.1098-2.4215-2.4662v-1.6031c0-1.3564,1.0897-2.4662,2.4215-2.4662s2.4215,1.1098,2.4215,2.4662"/><path class="c" d="M32.0762,27.2558c-.4843,0-.9686-.4932-.9686-.9865v-5.5491"/><path class="c" d="M33.8499,42.5l8.6501-8.3168"/></svg>
Copied!