Buzzfeed Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Buzzfeed 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/313778.svg" alt="Buzzfeed icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313778.svg" alt="Buzzfeed icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313778.svg" alt="Buzzfeed icon" :width="24" :height="24" />
CSS background
.icon-buzzfeed {
background-image: url('https://proicons.com/icon/313778.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>BuzzFeed</title><path d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12zm-4.148-.273l-.977-6.94-6.5 2.624 2.575 1.487-2.435 4.215L8.3 10.68l-4.153 7.19 2.327 1.346 2.812-4.868L13.5 16.78l3.777-6.54 2.575 1.487z"/></svg>
Copied!