Rss Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Rss 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/306388.svg" alt="Rss icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306388.svg" alt="Rss icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306388.svg" alt="Rss icon" :width="24" :height="24" />
CSS background
.icon-rss {
background-image: url('https://proicons.com/icon/306388.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="M64 527c109 0 212 43 288 120 77 78 120 181 120 290h168c0-318-258-577-576-577v167zm1-297c388 0 703 317 703 707h168C936 455 545 62 65 62v168zm232 590c0 65-52 117-117 117-64 0-116-52-116-117s52-116 116-116c65 0 117 52 117 116z"/></svg>
Copied!