Feedburner Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Feedburner 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/305629.svg" alt="Feedburner icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305629.svg" alt="Feedburner icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305629.svg" alt="Feedburner icon" :width="24" :height="24" />
CSS background
.icon-feedburner {
background-image: url('https://proicons.com/icon/305629.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="M781 637c2-13 4-26 4-39 1-164-89-228-183-283 27 144-62 233-172 202 161-264-73-264-2-455-110 79-220 298-220 457 0 43 5 82 12 118-79 31-129 76-129 126 0 96 184 174 409 174s408-78 408-174c0-49-49-94-127-126zM343 428c-30 138 52 240 130 241 89 1 142-82 167-191 47 36 71 86 74 138v-1c3 58-20 118-69 159-1 0-1 0-1 1-11 8-22 16-35 23l-4 2c-5 3-10 5-16 8-2 0-3 1-5 2-13 5-28 9-43 13l-7 1-18 3-7 1c-9 0-17 1-26 1h-18l-5-1c-5 0-10-1-15-2h-3c-6-1-12-3-18-4-1 0-1 0-2-1-6-1-11-3-17-5l-1-1c-73-28-126-99-123-198h-1c2-55 21-119 63-189z"/></svg>
Copied!