Blogger Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Blogger 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/305035.svg" alt="Blogger icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305035.svg" alt="Blogger icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305035.svg" alt="Blogger icon" :width="24" :height="24" />
CSS background
.icon-blogger {
background-image: url('https://proicons.com/icon/305035.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="M658 938c153 0 277-125 278-277l1-223-2-12-7-15-13-10c-16-13-98 1-119-19-16-14-18-40-23-75-9-67-14-71-25-94-38-81-143-142-214-151H340C187 62 63 187 63 339v322c0 152 124 277 277 277h318zM343 288h154c30 0 53 24 53 53s-24 53-53 53H343c-29 0-53-24-53-53s24-53 53-53zm-53 369c0-29 24-52 53-52h313c29 0 53 23 53 52s-24 53-53 53H343c-29 0-53-24-53-53z"/></svg>
Copied!