Auto Redial Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Auto Redial 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/322210.svg" alt="Auto Redial icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322210.svg" alt="Auto Redial icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322210.svg" alt="Auto Redial icon" :width="24" :height="24" />
CSS background
.icon-auto-redial {
background-image: url('https://proicons.com/icon/322210.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{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M19.2591,12.4817c-.4243-1.4145-.723-2.8834-.8832-4.3935-.1574-1.4843-1.4521-2.588-2.9447-2.588h-6.9238c-1.7804,0-3.152,1.5377-2.9953,3.3113,1.5787,17.8661,15.8104,32.0977,33.6764,33.6764,1.7735.1567,3.3113-1.2098,3.3113-2.9902v-6.1725c0-2.2535-1.1038-3.5437-2.588-3.701-1.5102-.1601-2.9791-.4589-4.3935-.8832-1.7302-.519-3.6033-.0305-4.8807,1.2468l-2.9628,2.9628c-5.3372-2.8886-9.7369-7.2882-12.6255-12.6255l2.9628-2.9629c1.2773-1.2773,1.7658-3.1504,1.2468-4.8806h.0001Z"/><path class="b" d="M42.5,16.3749V5.5h-10.8749"/><path class="b" d="M42.5,5.5l-14.1317,14.1317"/></svg>
Copied!