Rssreader Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rssreader 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/346817.svg" alt="Rssreader icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346817.svg" alt="Rssreader icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346817.svg" alt="Rssreader icon" :width="24" :height="24" />
CSS background
.icon-rssreader {
background-image: url('https://proicons.com/icon/346817.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,.b{fill:none;stroke:#fff;}.a{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.5"/><path class="a" d="M5.5,5.5a37,37,0,0,1,37,37"/><path class="a" d="M5.5,18.2819A24.2183,24.2183,0,0,1,29.7181,42.5"/><path class="a" d="M22.3179,42.5A16.818,16.818,0,0,0,5.5,25.6819v-7.4"/><path class="b" d="M5.5,13.5729V5.5"/><path class="b" d="M22.3179,42.5h7.4"/><path class="b" d="M34.4269,42.5H42.5"/><circle class="a" cx="10.2459" cy="37.7549" r="4.7453"/></svg>
Copied!