Rss Icon
Free SVG icon from the Arcticons 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/346816.svg" alt="Rss icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346816.svg" alt="Rss icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346816.svg" alt="Rss icon" :width="24" :height="24" />
CSS background
.icon-rss {
background-image: url('https://proicons.com/icon/346816.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M5.5,13.5729A28.9269,28.9269,0,0,1,34.4271,42.5v0H42.5a37,37,0,0,0-37-37Z"/><path class="a" d="M29.7179,42.5h-7.4A16.818,16.818,0,0,0,5.5,25.6819v-7.4A24.2183,24.2183,0,0,1,29.7181,42.5Z"/><circle class="a" cx="10.2459" cy="37.7549" r="4.7453"/></svg>
Copied!