Ui Reply Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui Reply 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/306799.svg" alt="Ui Reply icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306799.svg" alt="Ui Reply icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306799.svg" alt="Ui Reply icon" :width="24" :height="24" />
CSS background
.icon-ui-reply {
background-image: url('https://proicons.com/icon/306799.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="M740 734c-129 129-338 129-467 0-128-129-128-338 0-467 111-111 282-126 409-46L574 330l420 90L904 0 804 99C609-46 331-31 153 147c-195 195-195 511 0 707 196 195 512 195 707 0 49-49 85-105 110-165l-168-41c-16 31-36 60-62 86z"/></svg>
Copied!