Bbm Messenger Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Bbm Messenger 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/304990.svg" alt="Bbm Messenger icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304990.svg" alt="Bbm Messenger icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304990.svg" alt="Bbm Messenger icon" :width="24" :height="24" />
CSS background
.icon-bbm-messenger {
background-image: url('https://proicons.com/icon/304990.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="M500 62C258 62 63 258 63 500s195 438 437 438 438-196 438-438S742 62 500 62zM290 559h-84l23-106h80c52 0 65 26 65 46 0 29-19 60-84 60zm28-159h-83l22-106h81c52 0 65 26 65 46 0 29-19 60-85 60zm165 325h-84l23-106h80c52 0 65 26 65 46 0 29-19 60-84 60zm31-166h-84l23-106h80c52 0 65 26 65 46 0 29-19 60-84 60zm29-159h-84l23-106h80c52 0 65 26 65 46 0 29-19 60-84 60zm164 245h-84l23-106h80c52 0 65 26 65 47 0 28-19 59-84 59zm31-150h-84l23-106h80c53 0 65 26 65 46 0 29-19 60-84 60z"/></svg>
Copied!