mdbook logo
mdbook from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- mdbook
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the mdbook logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.77 5.343c.023.337 0 .613-.073.817l-4.314 14.227c-.072.252-.24.445-.504.6a1.7 1.7 0 0 1-.805.23H3.772c-1.154 0-1.839-.337-2.079-1.01c-.096-.264-.096-.469.012-.625c.108-.144.288-.216.553-.216h12.52c.89 0 1.514-.168 1.85-.493s.686-1.07 1.034-2.21l3.954-13.05c.216-.71.12-1.334-.265-1.875c-.384-.54-.937-.817-1.646-.817H8.735c-.12 0-.373.048-.734.132l.012-.048A2.5 2.5 0 0 0 7.33.933a1 1 0 0 0-.517.168a1.8 1.8 0 0 0-.385.337c-.096.12-.18.264-.276.456a6 6 0 0 0-.228.517a8 8 0 0 1-.217.505c-.084.18-.156.324-.24.444c-.06.073-.144.18-.24.3c-.096.121-.193.241-.265.337a.8.8 0 0 0-.132.265c-.024.084-.012.216.024.384s.048.289.048.373c-.036.36-.168.829-.396 1.394c-.229.564-.433.973-.613 1.213a5 5 0 0 1-.312.325c-.169.168-.277.312-.313.444c-.036.048-.036.18-.012.409c.036.216.048.372.036.456q-.054.487-.36 1.298a9.5 9.5 0 0 1-.601 1.322c-.024.06-.108.168-.24.336c-.133.168-.217.3-.24.409c-.025.072-.013.216.011.408c.024.193.024.337-.012.433c-.072.36-.216.805-.432 1.322c-.217.516-.433.949-.65 1.321c-.06.097-.131.205-.24.337c-.096.132-.18.24-.24.336a.9.9 0 0 0-.12.3a.53.53 0 0 0 .048.277c.036.132.048.228.048.313c-.012.132-.024.312-.06.528c-.024.216-.048.349-.048.385c-.216.576-.204 1.19.024 1.826c.264.745.745 1.382 1.43 1.899c.685.516 1.406.769 2.139.769H17.05c.625 0 1.214-.205 1.767-.625s.925-.937 1.105-1.55l3.966-13.05c.216-.696.12-1.31-.265-1.862c-.204-.3-.48-.505-.853-.649M7.16 15.677l1.707-5.143h1.297c.457 0 3.46-.204 3.052 2.103s-2.259 3.028-4.422 3.052s-1.634-.012-1.634-.012m2.283-.721c.565-.012 2.271-.349 2.656-2.055c.384-1.706-1.382-1.61-1.382-1.61h-1.07l-1.225 3.665c.012.012.469.012 1.021 0m-.396-5.78l1.646-5.107h1.178l.096 4.086l2.835-4.086h1.19l-1.634 5.107h-.853l1.502-4.253l-2.944 4.253h-.817l-.096-4.205l-1.298 4.205z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsMdbook(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="M22.77 5.343c.023.337 0 .613-.073.817l-4.314 14.227c-.072.252-.24.445-.504.6a1.7 1.7 0 0 1-.805.23H3.772c-1.154 0-1.839-.337-2.079-1.01c-.096-.264-.096-.469.012-.625c.108-.144.288-.216.553-.216h12.52c.89 0 1.514-.168 1.85-.493s.686-1.07 1.034-2.21l3.954-13.05c.216-.71.12-1.334-.265-1.875c-.384-.54-.937-.817-1.646-.817H8.735c-.12 0-.373.048-.734.132l.012-.048A2.5 2.5 0 0 0 7.33.933a1 1 0 0 0-.517.168a1.8 1.8 0 0 0-.385.337c-.096.12-.18.264-.276.456a6 6 0 0 0-.228.517a8 8 0 0 1-.217.505c-.084.18-.156.324-.24.444c-.06.073-.144.18-.24.3c-.096.121-.193.241-.265.337a.8.8 0 0 0-.132.265c-.024.084-.012.216.024.384s.048.289.048.373c-.036.36-.168.829-.396 1.394c-.229.564-.433.973-.613 1.213a5 5 0 0 1-.312.325c-.169.168-.277.312-.313.444c-.036.048-.036.18-.012.409c.036.216.048.372.036.456q-.054.487-.36 1.298a9.5 9.5 0 0 1-.601 1.322c-.024.06-.108.168-.24.336c-.133.168-.217.3-.24.409c-.025.072-.013.216.011.408c.024.193.024.337-.012.433c-.072.36-.216.805-.432 1.322c-.217.516-.433.949-.65 1.321c-.06.097-.131.205-.24.337c-.096.132-.18.24-.24.336a.9.9 0 0 0-.12.3a.53.53 0 0 0 .048.277c.036.132.048.228.048.313c-.012.132-.024.312-.06.528c-.024.216-.048.349-.048.385c-.216.576-.204 1.19.024 1.826c.264.745.745 1.382 1.43 1.899c.685.516 1.406.769 2.139.769H17.05c.625 0 1.214-.205 1.767-.625s.925-.937 1.105-1.55l3.966-13.05c.216-.696.12-1.31-.265-1.862c-.204-.3-.48-.505-.853-.649M7.16 15.677l1.707-5.143h1.297c.457 0 3.46-.204 3.052 2.103s-2.259 3.028-4.422 3.052s-1.634-.012-1.634-.012m2.283-.721c.565-.012 2.271-.349 2.656-2.055c.384-1.706-1.382-1.61-1.382-1.61h-1.07l-1.225 3.665c.012.012.469.012 1.021 0m-.396-5.78l1.646-5.107h1.178l.096 4.086l2.835-4.086h1.19l-1.634 5.107h-.853l1.502-4.253l-2.944 4.253h-.817l-.096-4.205l-1.298 4.205z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22.77 5.343c.023.337 0 .613-.073.817l-4.314 14.227c-.072.252-.24.445-.504.6a1.7 1.7 0 0 1-.805.23H3.772c-1.154 0-1.839-.337-2.079-1.01c-.096-.264-.096-.469.012-.625c.108-.144.288-.216.553-.216h12.52c.89 0 1.514-.168 1.85-.493s.686-1.07 1.034-2.21l3.954-13.05c.216-.71.12-1.334-.265-1.875c-.384-.54-.937-.817-1.646-.817H8.735c-.12 0-.373.048-.734.132l.012-.048A2.5 2.5 0 0 0 7.33.933a1 1 0 0 0-.517.168a1.8 1.8 0 0 0-.385.337c-.096.12-.18.264-.276.456a6 6 0 0 0-.228.517a8 8 0 0 1-.217.505c-.084.18-.156.324-.24.444c-.06.073-.144.18-.24.3c-.096.121-.193.241-.265.337a.8.8 0 0 0-.132.265c-.024.084-.012.216.024.384s.048.289.048.373c-.036.36-.168.829-.396 1.394c-.229.564-.433.973-.613 1.213a5 5 0 0 1-.312.325c-.169.168-.277.312-.313.444c-.036.048-.036.18-.012.409c.036.216.048.372.036.456q-.054.487-.36 1.298a9.5 9.5 0 0 1-.601 1.322c-.024.06-.108.168-.24.336c-.133.168-.217.3-.24.409c-.025.072-.013.216.011.408c.024.193.024.337-.012.433c-.072.36-.216.805-.432 1.322c-.217.516-.433.949-.65 1.321c-.06.097-.131.205-.24.337c-.096.132-.18.24-.24.336a.9.9 0 0 0-.12.3a.53.53 0 0 0 .048.277c.036.132.048.228.048.313c-.012.132-.024.312-.06.528c-.024.216-.048.349-.048.385c-.216.576-.204 1.19.024 1.826c.264.745.745 1.382 1.43 1.899c.685.516 1.406.769 2.139.769H17.05c.625 0 1.214-.205 1.767-.625s.925-.937 1.105-1.55l3.966-13.05c.216-.696.12-1.31-.265-1.862c-.204-.3-.48-.505-.853-.649M7.16 15.677l1.707-5.143h1.297c.457 0 3.46-.204 3.052 2.103s-2.259 3.028-4.422 3.052s-1.634-.012-1.634-.012m2.283-.721c.565-.012 2.271-.349 2.656-2.055c.384-1.706-1.382-1.61-1.382-1.61h-1.07l-1.225 3.665c.012.012.469.012 1.021 0m-.396-5.78l1.646-5.107h1.178l.096 4.086l2.835-4.086h1.19l-1.634 5.107h-.853l1.502-4.253l-2.944 4.253h-.817l-.096-4.205l-1.298 4.205z"/></svg> </template>
CSS
.icon-mdbook {
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%22M22.77%205.343c.023.337%200%20.613-.073.817l-4.314%2014.227c-.072.252-.24.445-.504.6a1.7%201.7%200%200%201-.805.23H3.772c-1.154%200-1.839-.337-2.079-1.01c-.096-.264-.096-.469.012-.625c.108-.144.288-.216.553-.216h12.52c.89%200%201.514-.168%201.85-.493s.686-1.07%201.034-2.21l3.954-13.05c.216-.71.12-1.334-.265-1.875c-.384-.54-.937-.817-1.646-.817H8.735c-.12%200-.373.048-.734.132l.012-.048A2.5%202.5%200%200%200%207.33.933a1%201%200%200%200-.517.168a1.8%201.8%200%200%200-.385.337c-.096.12-.18.264-.276.456a6%206%200%200%200-.228.517a8%208%200%200%201-.217.505c-.084.18-.156.324-.24.444c-.06.073-.144.18-.24.3c-.096.121-.193.241-.265.337a.8.8%200%200%200-.132.265c-.024.084-.012.216.024.384s.048.289.048.373c-.036.36-.168.829-.396%201.394c-.229.564-.433.973-.613%201.213a5%205%200%200%201-.312.325c-.169.168-.277.312-.313.444c-.036.048-.036.18-.012.409c.036.216.048.372.036.456q-.054.487-.36%201.298a9.5%209.5%200%200%201-.601%201.322c-.024.06-.108.168-.24.336c-.133.168-.217.3-.24.409c-.025.072-.013.216.011.408c.024.193.024.337-.012.433c-.072.36-.216.805-.432%201.322c-.217.516-.433.949-.65%201.321c-.06.097-.131.205-.24.337c-.096.132-.18.24-.24.336a.9.9%200%200%200-.12.3a.53.53%200%200%200%20.048.277c.036.132.048.228.048.313c-.012.132-.024.312-.06.528c-.024.216-.048.349-.048.385c-.216.576-.204%201.19.024%201.826c.264.745.745%201.382%201.43%201.899c.685.516%201.406.769%202.139.769H17.05c.625%200%201.214-.205%201.767-.625s.925-.937%201.105-1.55l3.966-13.05c.216-.696.12-1.31-.265-1.862c-.204-.3-.48-.505-.853-.649M7.16%2015.677l1.707-5.143h1.297c.457%200%203.46-.204%203.052%202.103s-2.259%203.028-4.422%203.052s-1.634-.012-1.634-.012m2.283-.721c.565-.012%202.271-.349%202.656-2.055c.384-1.706-1.382-1.61-1.382-1.61h-1.07l-1.225%203.665c.012.012.469.012%201.021%200m-.396-5.78l1.646-5.107h1.178l.096%204.086l2.835-4.086h1.19l-1.634%205.107h-.853l1.502-4.253l-2.944%204.253h-.817l-.096-4.205l-1.298%204.205z%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%22M22.77%205.343c.023.337%200%20.613-.073.817l-4.314%2014.227c-.072.252-.24.445-.504.6a1.7%201.7%200%200%201-.805.23H3.772c-1.154%200-1.839-.337-2.079-1.01c-.096-.264-.096-.469.012-.625c.108-.144.288-.216.553-.216h12.52c.89%200%201.514-.168%201.85-.493s.686-1.07%201.034-2.21l3.954-13.05c.216-.71.12-1.334-.265-1.875c-.384-.54-.937-.817-1.646-.817H8.735c-.12%200-.373.048-.734.132l.012-.048A2.5%202.5%200%200%200%207.33.933a1%201%200%200%200-.517.168a1.8%201.8%200%200%200-.385.337c-.096.12-.18.264-.276.456a6%206%200%200%200-.228.517a8%208%200%200%201-.217.505c-.084.18-.156.324-.24.444c-.06.073-.144.18-.24.3c-.096.121-.193.241-.265.337a.8.8%200%200%200-.132.265c-.024.084-.012.216.024.384s.048.289.048.373c-.036.36-.168.829-.396%201.394c-.229.564-.433.973-.613%201.213a5%205%200%200%201-.312.325c-.169.168-.277.312-.313.444c-.036.048-.036.18-.012.409c.036.216.048.372.036.456q-.054.487-.36%201.298a9.5%209.5%200%200%201-.601%201.322c-.024.06-.108.168-.24.336c-.133.168-.217.3-.24.409c-.025.072-.013.216.011.408c.024.193.024.337-.012.433c-.072.36-.216.805-.432%201.322c-.217.516-.433.949-.65%201.321c-.06.097-.131.205-.24.337c-.096.132-.18.24-.24.336a.9.9%200%200%200-.12.3a.53.53%200%200%200%20.048.277c.036.132.048.228.048.313c-.012.132-.024.312-.06.528c-.024.216-.048.349-.048.385c-.216.576-.204%201.19.024%201.826c.264.745.745%201.382%201.43%201.899c.685.516%201.406.769%202.139.769H17.05c.625%200%201.214-.205%201.767-.625s.925-.937%201.105-1.55l3.966-13.05c.216-.696.12-1.31-.265-1.862c-.204-.3-.48-.505-.853-.649M7.16%2015.677l1.707-5.143h1.297c.457%200%203.46-.204%203.052%202.103s-2.259%203.028-4.422%203.052s-1.634-.012-1.634-.012m2.283-.721c.565-.012%202.271-.349%202.656-2.055c.384-1.706-1.382-1.61-1.382-1.61h-1.07l-1.225%203.665c.012.012.469.012%201.021%200m-.396-5.78l1.646-5.107h1.178l.096%204.086l2.835-4.086h1.19l-1.634%205.107h-.853l1.502-4.253l-2.944%204.253h-.817l-.096-4.205l-1.298%204.205z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/mdbook.svg?color=%231a73e8&size=48