Resend Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Resend 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/315847.svg" alt="Resend icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315847.svg" alt="Resend icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315847.svg" alt="Resend icon" :width="24" :height="24" />
CSS background
.icon-resend {
background-image: url('https://proicons.com/icon/315847.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Resend</title><path d="M14.679 0c4.648 0 7.413 2.765 7.413 6.434s-2.765 6.434-7.413 6.434H12.33L24 24h-8.245l-8.88-8.44c-.636-.588-.93-1.273-.93-1.86 0-.831.587-1.565 1.713-1.883l4.574-1.224c1.737-.465 2.936-1.81 2.936-3.572 0-2.153-1.761-3.4-3.939-3.4H0V0z"/></svg>
Copied!