Rss Icon
Free SVG icon from the VS Code Codicons 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/307378.svg" alt="Rss icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307378.svg" alt="Rss icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307378.svg" alt="Rss icon" :width="24" :height="24" />
CSS background
.icon-rss {
background-image: url('https://proicons.com/icon/307378.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="M1 4.5C1 3.119 2.119 2 3.5 2H11.5C12.881 2 14 3.119 14 4.5V12.5C14 13.881 12.881 15 11.5 15H3.5C2.119 15 1 13.881 1 12.5V4.5ZM3.5 3C2.672 3 2 3.672 2 4.5V12.5C2 13.328 2.672 14 3.5 14H11.5C12.328 14 13 13.328 13 12.5V4.5C13 3.672 12.328 3 11.5 3H3.5ZM4.5 12.25C4.914 12.25 5.25 11.914 5.25 11.5C5.25 11.086 4.914 10.75 4.5 10.75C4.086 10.75 3.75 11.086 3.75 11.5C3.75 11.914 4.086 12.25 4.5 12.25ZM8 11.5C8 9.57 6.43 8 4.5 8C4.224 8 4 8.224 4 8.5C4 8.776 4.224 9 4.5 9C5.879 9 7 10.121 7 11.5C7 11.776 7.224 12 7.5 12C7.776 12 8 11.776 8 11.5ZM11 11.5C11 7.916 8.084 5 4.5 5C4.224 5 4 5.224 4 5.5C4 5.776 4.224 6 4.5 6C7.532 6 10 8.468 10 11.5C10 11.776 10.224 12 10.5 12C10.776 12 11 11.776 11 11.5Z"/></svg>
Copied!