readthedocs logo
readthedocs from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- readthedocs
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the readthedocs logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.806 11.568a.573.573 0 0 0-.076 1.123s1.403.464 3.788.658c1.917.157 4.09-.135 4.09-.135c.841-.028.678-1.318-.143-1.136c0 0-2.127.262-3.854.123c-2.28-.186-3.52-.604-3.52-.604a.65.65 0 0 0-.285-.03m0-2.854a.573.573 0 0 0-.076 1.123s1.403.464 3.788.658c1.917.157 4.09-.135 4.09-.135c.841-.028.678-1.318-.143-1.136c0 0-2.127.263-3.854.123c-2.28-.186-3.52-.604-3.52-.604a.65.65 0 0 0-.285-.03m0-2.854a.573.573 0 0 0-.076 1.123s1.403.464 3.788.66c1.917.155 4.09-.137 4.09-.137c.841-.028.678-1.318-.143-1.136c0 0-2.127.263-3.854.123c-2.28-.186-3.52-.603-3.52-.603a.65.65 0 0 0-.285-.03m0-2.85a.573.573 0 0 0-.076 1.123s1.403.465 3.788.66c1.917.155 4.09-.136 4.09-.136c.841-.028.678-1.318-.143-1.136c0 0-2.127.262-3.854.122c-2.28-.185-3.52-.603-3.52-.603a.6.6 0 0 0-.285-.03M6.81 0C3.812.021 2.693.941 2.693.941v22.39s1.09-.943 4.602-.799s4.234 1.378 8.55 1.46q.366.008.702.008c3.732 0 4.699-.668 4.699-.668l.06-22.825s-1.941.548-5.72.578S10.9.122 7.43.008A34 34 0 0 0 6.81 0m2.508 1.46s1.815.6 5.173.77c2.837.138 5.678-.28 5.678-.28v20.286s-1.44.756-5.036.5c-2.787-.2-5.857-1.255-5.857-1.255Zm-1.752.528c.718.052.718 1.105 0 1.157c0 0-.942.004-1.51.064c-.964.097-1.618.447-1.618.447c-.677.346-1.207-.658-.54-1.022c0 0 .852-.45 2.043-.57c.688-.07 1.625-.076 1.625-.076m-.557 2.863c.32-.008.56 0 .56 0a.58.58 0 0 1 .001 1.152s-.94.004-1.51.064c-.964.097-1.618.447-1.618.447c-.662.294-1.155-.65-.536-1.026c0 0 .852-.45 2.043-.57c.334-.038.74-.059 1.06-.067m.557 2.85c.71.06.71 1.097 0 1.156c0 0-.942-.004-1.51.051c-.964.097-1.618.448-1.618.448c-.665.3-1.162-.65-.537-1.026c0 0 .853-.452 2.044-.57c.684-.064 1.62-.06 1.62-.06"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsReadthedocs(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="M10.806 11.568a.573.573 0 0 0-.076 1.123s1.403.464 3.788.658c1.917.157 4.09-.135 4.09-.135c.841-.028.678-1.318-.143-1.136c0 0-2.127.262-3.854.123c-2.28-.186-3.52-.604-3.52-.604a.65.65 0 0 0-.285-.03m0-2.854a.573.573 0 0 0-.076 1.123s1.403.464 3.788.658c1.917.157 4.09-.135 4.09-.135c.841-.028.678-1.318-.143-1.136c0 0-2.127.263-3.854.123c-2.28-.186-3.52-.604-3.52-.604a.65.65 0 0 0-.285-.03m0-2.854a.573.573 0 0 0-.076 1.123s1.403.464 3.788.66c1.917.155 4.09-.137 4.09-.137c.841-.028.678-1.318-.143-1.136c0 0-2.127.263-3.854.123c-2.28-.186-3.52-.603-3.52-.603a.65.65 0 0 0-.285-.03m0-2.85a.573.573 0 0 0-.076 1.123s1.403.465 3.788.66c1.917.155 4.09-.136 4.09-.136c.841-.028.678-1.318-.143-1.136c0 0-2.127.262-3.854.122c-2.28-.185-3.52-.603-3.52-.603a.6.6 0 0 0-.285-.03M6.81 0C3.812.021 2.693.941 2.693.941v22.39s1.09-.943 4.602-.799s4.234 1.378 8.55 1.46q.366.008.702.008c3.732 0 4.699-.668 4.699-.668l.06-22.825s-1.941.548-5.72.578S10.9.122 7.43.008A34 34 0 0 0 6.81 0m2.508 1.46s1.815.6 5.173.77c2.837.138 5.678-.28 5.678-.28v20.286s-1.44.756-5.036.5c-2.787-.2-5.857-1.255-5.857-1.255Zm-1.752.528c.718.052.718 1.105 0 1.157c0 0-.942.004-1.51.064c-.964.097-1.618.447-1.618.447c-.677.346-1.207-.658-.54-1.022c0 0 .852-.45 2.043-.57c.688-.07 1.625-.076 1.625-.076m-.557 2.863c.32-.008.56 0 .56 0a.58.58 0 0 1 .001 1.152s-.94.004-1.51.064c-.964.097-1.618.447-1.618.447c-.662.294-1.155-.65-.536-1.026c0 0 .852-.45 2.043-.57c.334-.038.74-.059 1.06-.067m.557 2.85c.71.06.71 1.097 0 1.156c0 0-.942-.004-1.51.051c-.964.097-1.618.448-1.618.448c-.665.3-1.162-.65-.537-1.026c0 0 .853-.452 2.044-.57c.684-.064 1.62-.06 1.62-.06"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.806 11.568a.573.573 0 0 0-.076 1.123s1.403.464 3.788.658c1.917.157 4.09-.135 4.09-.135c.841-.028.678-1.318-.143-1.136c0 0-2.127.262-3.854.123c-2.28-.186-3.52-.604-3.52-.604a.65.65 0 0 0-.285-.03m0-2.854a.573.573 0 0 0-.076 1.123s1.403.464 3.788.658c1.917.157 4.09-.135 4.09-.135c.841-.028.678-1.318-.143-1.136c0 0-2.127.263-3.854.123c-2.28-.186-3.52-.604-3.52-.604a.65.65 0 0 0-.285-.03m0-2.854a.573.573 0 0 0-.076 1.123s1.403.464 3.788.66c1.917.155 4.09-.137 4.09-.137c.841-.028.678-1.318-.143-1.136c0 0-2.127.263-3.854.123c-2.28-.186-3.52-.603-3.52-.603a.65.65 0 0 0-.285-.03m0-2.85a.573.573 0 0 0-.076 1.123s1.403.465 3.788.66c1.917.155 4.09-.136 4.09-.136c.841-.028.678-1.318-.143-1.136c0 0-2.127.262-3.854.122c-2.28-.185-3.52-.603-3.52-.603a.6.6 0 0 0-.285-.03M6.81 0C3.812.021 2.693.941 2.693.941v22.39s1.09-.943 4.602-.799s4.234 1.378 8.55 1.46q.366.008.702.008c3.732 0 4.699-.668 4.699-.668l.06-22.825s-1.941.548-5.72.578S10.9.122 7.43.008A34 34 0 0 0 6.81 0m2.508 1.46s1.815.6 5.173.77c2.837.138 5.678-.28 5.678-.28v20.286s-1.44.756-5.036.5c-2.787-.2-5.857-1.255-5.857-1.255Zm-1.752.528c.718.052.718 1.105 0 1.157c0 0-.942.004-1.51.064c-.964.097-1.618.447-1.618.447c-.677.346-1.207-.658-.54-1.022c0 0 .852-.45 2.043-.57c.688-.07 1.625-.076 1.625-.076m-.557 2.863c.32-.008.56 0 .56 0a.58.58 0 0 1 .001 1.152s-.94.004-1.51.064c-.964.097-1.618.447-1.618.447c-.662.294-1.155-.65-.536-1.026c0 0 .852-.45 2.043-.57c.334-.038.74-.059 1.06-.067m.557 2.85c.71.06.71 1.097 0 1.156c0 0-.942-.004-1.51.051c-.964.097-1.618.448-1.618.448c-.665.3-1.162-.65-.537-1.026c0 0 .853-.452 2.044-.57c.684-.064 1.62-.06 1.62-.06"/></svg> </template>
CSS
.icon-readthedocs {
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%22M10.806%2011.568a.573.573%200%200%200-.076%201.123s1.403.464%203.788.658c1.917.157%204.09-.135%204.09-.135c.841-.028.678-1.318-.143-1.136c0%200-2.127.262-3.854.123c-2.28-.186-3.52-.604-3.52-.604a.65.65%200%200%200-.285-.03m0-2.854a.573.573%200%200%200-.076%201.123s1.403.464%203.788.658c1.917.157%204.09-.135%204.09-.135c.841-.028.678-1.318-.143-1.136c0%200-2.127.263-3.854.123c-2.28-.186-3.52-.604-3.52-.604a.65.65%200%200%200-.285-.03m0-2.854a.573.573%200%200%200-.076%201.123s1.403.464%203.788.66c1.917.155%204.09-.137%204.09-.137c.841-.028.678-1.318-.143-1.136c0%200-2.127.263-3.854.123c-2.28-.186-3.52-.603-3.52-.603a.65.65%200%200%200-.285-.03m0-2.85a.573.573%200%200%200-.076%201.123s1.403.465%203.788.66c1.917.155%204.09-.136%204.09-.136c.841-.028.678-1.318-.143-1.136c0%200-2.127.262-3.854.122c-2.28-.185-3.52-.603-3.52-.603a.6.6%200%200%200-.285-.03M6.81%200C3.812.021%202.693.941%202.693.941v22.39s1.09-.943%204.602-.799s4.234%201.378%208.55%201.46q.366.008.702.008c3.732%200%204.699-.668%204.699-.668l.06-22.825s-1.941.548-5.72.578S10.9.122%207.43.008A34%2034%200%200%200%206.81%200m2.508%201.46s1.815.6%205.173.77c2.837.138%205.678-.28%205.678-.28v20.286s-1.44.756-5.036.5c-2.787-.2-5.857-1.255-5.857-1.255Zm-1.752.528c.718.052.718%201.105%200%201.157c0%200-.942.004-1.51.064c-.964.097-1.618.447-1.618.447c-.677.346-1.207-.658-.54-1.022c0%200%20.852-.45%202.043-.57c.688-.07%201.625-.076%201.625-.076m-.557%202.863c.32-.008.56%200%20.56%200a.58.58%200%200%201%20.001%201.152s-.94.004-1.51.064c-.964.097-1.618.447-1.618.447c-.662.294-1.155-.65-.536-1.026c0%200%20.852-.45%202.043-.57c.334-.038.74-.059%201.06-.067m.557%202.85c.71.06.71%201.097%200%201.156c0%200-.942-.004-1.51.051c-.964.097-1.618.448-1.618.448c-.665.3-1.162-.65-.537-1.026c0%200%20.853-.452%202.044-.57c.684-.064%201.62-.06%201.62-.06%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%22M10.806%2011.568a.573.573%200%200%200-.076%201.123s1.403.464%203.788.658c1.917.157%204.09-.135%204.09-.135c.841-.028.678-1.318-.143-1.136c0%200-2.127.262-3.854.123c-2.28-.186-3.52-.604-3.52-.604a.65.65%200%200%200-.285-.03m0-2.854a.573.573%200%200%200-.076%201.123s1.403.464%203.788.658c1.917.157%204.09-.135%204.09-.135c.841-.028.678-1.318-.143-1.136c0%200-2.127.263-3.854.123c-2.28-.186-3.52-.604-3.52-.604a.65.65%200%200%200-.285-.03m0-2.854a.573.573%200%200%200-.076%201.123s1.403.464%203.788.66c1.917.155%204.09-.137%204.09-.137c.841-.028.678-1.318-.143-1.136c0%200-2.127.263-3.854.123c-2.28-.186-3.52-.603-3.52-.603a.65.65%200%200%200-.285-.03m0-2.85a.573.573%200%200%200-.076%201.123s1.403.465%203.788.66c1.917.155%204.09-.136%204.09-.136c.841-.028.678-1.318-.143-1.136c0%200-2.127.262-3.854.122c-2.28-.185-3.52-.603-3.52-.603a.6.6%200%200%200-.285-.03M6.81%200C3.812.021%202.693.941%202.693.941v22.39s1.09-.943%204.602-.799s4.234%201.378%208.55%201.46q.366.008.702.008c3.732%200%204.699-.668%204.699-.668l.06-22.825s-1.941.548-5.72.578S10.9.122%207.43.008A34%2034%200%200%200%206.81%200m2.508%201.46s1.815.6%205.173.77c2.837.138%205.678-.28%205.678-.28v20.286s-1.44.756-5.036.5c-2.787-.2-5.857-1.255-5.857-1.255Zm-1.752.528c.718.052.718%201.105%200%201.157c0%200-.942.004-1.51.064c-.964.097-1.618.447-1.618.447c-.677.346-1.207-.658-.54-1.022c0%200%20.852-.45%202.043-.57c.688-.07%201.625-.076%201.625-.076m-.557%202.863c.32-.008.56%200%20.56%200a.58.58%200%200%201%20.001%201.152s-.94.004-1.51.064c-.964.097-1.618.447-1.618.447c-.662.294-1.155-.65-.536-1.026c0%200%20.852-.45%202.043-.57c.334-.038.74-.059%201.06-.067m.557%202.85c.71.06.71%201.097%200%201.156c0%200-.942-.004-1.51.051c-.964.097-1.618.448-1.618.448c-.665.3-1.162-.65-.537-1.026c0%200%20.853-.452%202.044-.57c.684-.064%201.62-.06%201.62-.06%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/readthedocs.svg?color=%231a73e8&size=48