Feedflow Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Feedflow 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/340330.svg" alt="Feedflow icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340330.svg" alt="Feedflow icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340330.svg" alt="Feedflow icon" :width="24" :height="24" />
CSS background
.icon-feedflow {
background-image: url('https://proicons.com/icon/340330.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="b" x1="16.2293" y1="24.1133" x2="26.2881" y2="24.1133"/><polyline class="b" points="13.5007 39.5884 18.958 8.6383 34.433 8.6383"/><polygon class="b" points="16.1266 42.5 9.8486 42.5 16.3727 5.5 38.1514 5.5 37.0444 11.778 21.5437 11.778 19.9222 20.9743 30.0062 20.9743 28.8993 27.2523 18.8152 27.2523 16.1266 42.5"/></svg>
Copied!