Douban Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Douban 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/314144.svg" alt="Douban icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/314144.svg" alt="Douban icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/314144.svg" alt="Douban icon" :width="24" :height="24" />
CSS background
.icon-douban {
background-image: url('https://proicons.com/icon/314144.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>Douban</title><path d="M.51 3.06h22.98V.755H.51V3.06Zm20.976 2.537v9.608h-2.137l-1.669 5.76H24v2.28H0v-2.28h6.32l-1.67-5.76H2.515V5.597h18.972Zm-5.066 9.608H7.58l1.67 5.76h5.501l1.67-5.76ZM18.367 7.9H5.634v5.025h12.733V7.9Z"/></svg>
Copied!