Auto Ru Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Auto Ru 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/336770.svg" alt="Auto Ru icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336770.svg" alt="Auto Ru icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336770.svg" alt="Auto Ru icon" :width="24" :height="24" />
CSS background
.icon-auto-ru {
background-image: url('https://proicons.com/icon/336770.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="M30.912,30.329h-14.696M9.356,30.329h-1.404c-1.9065,0-3.452-1.5455-3.452-3.452,0-.005,0-.01,0-.015v-5.537l4.77-5.418c.548-.623,1.012-1.247,2.152-1.247h13.311c.8,0,1.66.17,2.32.624l7.216,4.964,6.97,1.66c1.703.405,2.261,1.201,2.261,2.272v2.682c0,1.92-1.54,3.467-3.453,3.467h-2.277M37.825,29.842c0,1.9319-1.5598,3.498-3.484,3.498h0c-1.9242,0-3.484-1.5661-3.484-3.498s1.5598-3.498,3.484-3.498,3.484,1.5661,3.484,3.498h0ZM16.269,29.842c0,1.9319-1.5598,3.498-3.484,3.498h0c-1.9242,0-3.484-1.5661-3.484-3.498s1.5598-3.498,3.484-3.498,3.484,1.5661,3.484,3.498Z"/></svg>
Copied!