Retweet Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Retweet 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/306350.svg" alt="Retweet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306350.svg" alt="Retweet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306350.svg" alt="Retweet icon" :width="24" :height="24" />
CSS background
.icon-retweet {
background-image: url('https://proicons.com/icon/306350.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="M277 629V424c0-8 6-13 14-13h63c7 0 9-5 4-10L220 244c-4-6-12-6-17 0L65 401c-5 5-3 10 5 10h63c7 0 13 5 13 13v254c0 49 40 88 89 88h385c7 0 9-4 4-9l-96-105c-4-6-14-10-22-10H291c-8 0-14-6-14-13zm577-52V323c0-49-40-89-89-89H380c-7 0-9 4-4 10l96 104c5 6 14 10 22 10h216c7 0 13 6 13 13v206c0 7-6 13-13 13h-64c-7 0-9 4-4 10l138 156c5 6 12 6 17 0l138-156c5-6 3-10-4-10h-64c-7 0-13-6-13-13z"/></svg>
Copied!