Nicefeed Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Nicefeed 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/344760.svg" alt="Nicefeed icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344760.svg" alt="Nicefeed icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344760.svg" alt="Nicefeed icon" :width="24" :height="24" />
CSS background
.icon-nicefeed {
background-image: url('https://proicons.com/icon/344760.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><circle class="a" cx="11.371" cy="21.9897" r="5.871" transform="translate(-0.028 0.0145) rotate(-0.0729)"/><circle class="a" cx="22.2773" cy="11.3708" r="5.8709"/><path class="a" d="M37.3865,11.3708A26.0155,26.0155,0,0,1,11.371,37.3859"/><path class="a" d="M42.5,11.3708A31.1287,31.1287,0,0,1,11.371,42.4993"/><path class="b" d="M37.3865,11.3708H42.5"/><path class="b" d="M11.371,37.3871V42.5"/></svg>
Copied!