Ui Rss Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui 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/306801.svg" alt="Ui Rss icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306801.svg" alt="Ui Rss icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306801.svg" alt="Ui Rss icon" :width="24" :height="24" />
CSS background
.icon-ui-rss {
background-image: url('https://proicons.com/icon/306801.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="M891 0H109C49 0 0 49 0 109v782c0 60 49 109 109 109h782c60 0 109-49 109-109V109c0-60-49-109-109-109zM222 880c-58 0-105-47-105-106 0-58 47-105 105-105 59 0 106 47 106 105 0 59-47 106-106 106zm266 0c-1-204-166-368-370-368h-1V408h1c261 0 473 211 474 472H488zm270 0c-33-338-303-606-641-637V124h2c418 0 757 338 758 756H758z"/></svg>
Copied!