doubanread logo
doubanread from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- doubanread
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the doubanread logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.056 3c-4.128 0-5.432 3.97-7.994 5.966l-.152.115c-.828.607-1.787 1.005-3.012 1.005C2.009 10.083.38 7.855 0 6.435c0 1.098.177 2.248.499 3.397C2.049 15.403 6.96 21 11.41 21c5.206 0 8.985-5.428 10.127-9.556c.369-1.332 1.204-2.478 2.368-3.178l.095-.06l-.14-.054l-.001.004c-1.144-.453-2.082-1.308-2.72-2.384c-.983-1.65-2.984-2.77-5.083-2.77m2.705 3.75c.379.008.702.358.736.822c.037.496-.269.933-.683.976c-.412.041-.775-.325-.811-.82s.267-.93.68-.976zm-4.609 2.252a2.46 2.46 0 0 1 1.048.714c1.487 1.825.403 4.62-1.368 5.858c-2.196 1.616-5.202.876-7.382-.379a9.5 9.5 0 0 1-2.775-2.433a10 10 0 0 1-.672-1.021c-.011-.018.015-.035.027-.019c1.391 1.977 3.554 3.302 5.904 3.715c.947.144 1.903.24 2.794-.036c1.532-.524 2.903-1.736 3.334-3.329c.321-1.088.026-2.33-.938-3.019c-.028-.017 0-.064.028-.052"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsDoubanread(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.056 3c-4.128 0-5.432 3.97-7.994 5.966l-.152.115c-.828.607-1.787 1.005-3.012 1.005C2.009 10.083.38 7.855 0 6.435c0 1.098.177 2.248.499 3.397C2.049 15.403 6.96 21 11.41 21c5.206 0 8.985-5.428 10.127-9.556c.369-1.332 1.204-2.478 2.368-3.178l.095-.06l-.14-.054l-.001.004c-1.144-.453-2.082-1.308-2.72-2.384c-.983-1.65-2.984-2.77-5.083-2.77m2.705 3.75c.379.008.702.358.736.822c.037.496-.269.933-.683.976c-.412.041-.775-.325-.811-.82s.267-.93.68-.976zm-4.609 2.252a2.46 2.46 0 0 1 1.048.714c1.487 1.825.403 4.62-1.368 5.858c-2.196 1.616-5.202.876-7.382-.379a9.5 9.5 0 0 1-2.775-2.433a10 10 0 0 1-.672-1.021c-.011-.018.015-.035.027-.019c1.391 1.977 3.554 3.302 5.904 3.715c.947.144 1.903.24 2.794-.036c1.532-.524 2.903-1.736 3.334-3.329c.321-1.088.026-2.33-.938-3.019c-.028-.017 0-.064.028-.052"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.056 3c-4.128 0-5.432 3.97-7.994 5.966l-.152.115c-.828.607-1.787 1.005-3.012 1.005C2.009 10.083.38 7.855 0 6.435c0 1.098.177 2.248.499 3.397C2.049 15.403 6.96 21 11.41 21c5.206 0 8.985-5.428 10.127-9.556c.369-1.332 1.204-2.478 2.368-3.178l.095-.06l-.14-.054l-.001.004c-1.144-.453-2.082-1.308-2.72-2.384c-.983-1.65-2.984-2.77-5.083-2.77m2.705 3.75c.379.008.702.358.736.822c.037.496-.269.933-.683.976c-.412.041-.775-.325-.811-.82s.267-.93.68-.976zm-4.609 2.252a2.46 2.46 0 0 1 1.048.714c1.487 1.825.403 4.62-1.368 5.858c-2.196 1.616-5.202.876-7.382-.379a9.5 9.5 0 0 1-2.775-2.433a10 10 0 0 1-.672-1.021c-.011-.018.015-.035.027-.019c1.391 1.977 3.554 3.302 5.904 3.715c.947.144 1.903.24 2.794-.036c1.532-.524 2.903-1.736 3.334-3.329c.321-1.088.026-2.33-.938-3.019c-.028-.017 0-.064.028-.052"/></svg> </template>
CSS
.icon-doubanread {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.056%203c-4.128%200-5.432%203.97-7.994%205.966l-.152.115c-.828.607-1.787%201.005-3.012%201.005C2.009%2010.083.38%207.855%200%206.435c0%201.098.177%202.248.499%203.397C2.049%2015.403%206.96%2021%2011.41%2021c5.206%200%208.985-5.428%2010.127-9.556c.369-1.332%201.204-2.478%202.368-3.178l.095-.06l-.14-.054l-.001.004c-1.144-.453-2.082-1.308-2.72-2.384c-.983-1.65-2.984-2.77-5.083-2.77m2.705%203.75c.379.008.702.358.736.822c.037.496-.269.933-.683.976c-.412.041-.775-.325-.811-.82s.267-.93.68-.976zm-4.609%202.252a2.46%202.46%200%200%201%201.048.714c1.487%201.825.403%204.62-1.368%205.858c-2.196%201.616-5.202.876-7.382-.379a9.5%209.5%200%200%201-2.775-2.433a10%2010%200%200%201-.672-1.021c-.011-.018.015-.035.027-.019c1.391%201.977%203.554%203.302%205.904%203.715c.947.144%201.903.24%202.794-.036c1.532-.524%202.903-1.736%203.334-3.329c.321-1.088.026-2.33-.938-3.019c-.028-.017%200-.064.028-.052%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.056%203c-4.128%200-5.432%203.97-7.994%205.966l-.152.115c-.828.607-1.787%201.005-3.012%201.005C2.009%2010.083.38%207.855%200%206.435c0%201.098.177%202.248.499%203.397C2.049%2015.403%206.96%2021%2011.41%2021c5.206%200%208.985-5.428%2010.127-9.556c.369-1.332%201.204-2.478%202.368-3.178l.095-.06l-.14-.054l-.001.004c-1.144-.453-2.082-1.308-2.72-2.384c-.983-1.65-2.984-2.77-5.083-2.77m2.705%203.75c.379.008.702.358.736.822c.037.496-.269.933-.683.976c-.412.041-.775-.325-.811-.82s.267-.93.68-.976zm-4.609%202.252a2.46%202.46%200%200%201%201.048.714c1.487%201.825.403%204.62-1.368%205.858c-2.196%201.616-5.202.876-7.382-.379a9.5%209.5%200%200%201-2.775-2.433a10%2010%200%200%201-.672-1.021c-.011-.018.015-.035.027-.019c1.391%201.977%203.554%203.302%205.904%203.715c.947.144%201.903.24%202.794-.036c1.532-.524%202.903-1.736%203.334-3.329c.321-1.088.026-2.33-.938-3.019c-.028-.017%200-.064.028-.052%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/doubanread.svg?color=%231a73e8&size=48