Reply All Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Reply All 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/306342.svg" alt="Reply All icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306342.svg" alt="Reply All icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306342.svg" alt="Reply All icon" :width="24" :height="24" />
CSS background
.icon-reply-all {
background-image: url('https://proicons.com/icon/306342.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M314 320v-81c0-8-4-10-10-4L67 472c-6 6-6 15 0 20l237 237c6 6 10 4 10-4v-81c0-8-4-19-10-25L177 492c-6-5-6-15 0-20l127-127c6-6 10-17 10-25zm221 37V239c0-8-5-10-10-4L288 472c-6 5-6 15 0 20l237 237c5 6 10 4 10-4V603c0-8 7-14 15-14 170 3 293 58 381 176 5 6 8 5 6-3-39-175-147-348-388-388-8-2-14-9-14-17z"/></svg>
Copied!