Reply Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The 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/307362.svg" alt="Reply icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307362.svg" alt="Reply icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307362.svg" alt="Reply icon" :width="24" :height="24" />
CSS background
.icon-reply {
background-image: url('https://proicons.com/icon/307362.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M6.35355 3.64645C6.54882 3.84171 6.54882 4.15829 6.35355 4.35355L3.70711 7H8.5C11.5376 7 14 9.46243 14 12.5C14 12.7761 13.7761 13 13.5 13C13.2239 13 13 12.7761 13 12.5C13 10.0147 10.9853 8 8.5 8H3.70711L6.35355 10.6464C6.54882 10.8417 6.54882 11.1583 6.35355 11.3536C6.15829 11.5488 5.84171 11.5488 5.64645 11.3536L2.14645 7.85355C1.95118 7.65829 1.95118 7.34171 2.14645 7.14645L5.64645 3.64645C5.84171 3.45118 6.15829 3.45118 6.35355 3.64645Z"/></svg>
Reply in other icon packs
Copied!