Brightkite Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Brightkite 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/305270.svg" alt="Brightkite icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305270.svg" alt="Brightkite icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305270.svg" alt="Brightkite icon" :width="24" :height="24" />
CSS background
.icon-brightkite {
background-image: url('https://proicons.com/icon/305270.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="M615 445c0 9 6 50-12 81s-74 13-74 13V380s10-20 52-15c43 5 34 70 34 80zM908 62v551c0 20-13 41-38 52-56 26-779 273-779 273l161-824s13-52 82-52h574zM697 338c-35-98-160-54-162-21l-6-2V153l-107 16v410s63 59 165 43c103-17 118-103 118-103s28-84-8-181z"/></svg>
Copied!