goodreads logo
goodreads from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- goodreads
- Set
- CoreUI Brands
- Style
- Brand
- Viewbox
- 32×32
- License
- CC0 1.0
The same logo in other sets
Use the goodreads logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26.031 21.302V.651h-2.745v3.875h-.083a7.2 7.2 0 0 0-1.125-1.74c-.479-.552-1.021-1.036-1.641-1.458s-1.281-.75-2.026-.984A8 8 0 0 0 16.052 0c-1.615 0-3.068.302-4.328.896a9.1 9.1 0 0 0-3.182 2.438c-.854 1.031-1.51 2.234-1.958 3.615s-.677 2.839-.677 4.375q-.001 2.4.568 4.51c.38 1.411.984 2.635 1.823 3.682a8.6 8.6 0 0 0 3.167 2.448c1.281.578 2.828.88 4.63.88c1.661 0 3.104-.422 4.349-1.26c1.245-.844 2.182-1.964 2.823-3.37h.083v3.047c0 2.724-.563 4.807-1.688 6.271c-1.12 1.443-2.964 2.188-5.526 2.188c-.76 0-1.505-.083-2.224-.245a7 7 0 0 1-1.984-.76c-.583-.359-1.104-.797-1.521-1.38c-.422-.583-.703-1.281-.844-2.125H6.75q.141 1.772.984 3.068a7.4 7.4 0 0 0 2.135 2.125a9.7 9.7 0 0 0 2.896 1.198c1.083.26 2.188.401 3.328.401c1.844 0 3.385-.26 4.646-.74c1.266-.5 2.286-1.203 3.068-2.141c.802-.948 1.365-2.068 1.724-3.411s.563-2.844.563-4.49zm-9.979-.739c-1.271 0-2.375-.255-3.302-.766a6.9 6.9 0 0 1-2.313-2c-.62-.828-1.063-1.776-1.359-2.854a12.2 12.2 0 0 1-.443-3.313c0-1.161.141-2.302.401-3.417c.281-1.12.719-2.115 1.323-2.984c.599-.87 1.38-1.578 2.302-2.115s2.047-.807 3.349-.807s2.401.281 3.328.828a7 7 0 0 1 2.24 2.177a9.6 9.6 0 0 1 1.266 3.01c.26 1.099.38 2.208.38 3.307c0 1.135-.161 2.24-.464 3.313c-.297 1.078-.76 2.026-1.38 2.854s-1.365 1.495-2.266 2c-.901.51-1.943.766-3.146.766z"/></svg>
React
import type { SVGProps } from "react";
export function CibGoodreads(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26.031 21.302V.651h-2.745v3.875h-.083a7.2 7.2 0 0 0-1.125-1.74c-.479-.552-1.021-1.036-1.641-1.458s-1.281-.75-2.026-.984A8 8 0 0 0 16.052 0c-1.615 0-3.068.302-4.328.896a9.1 9.1 0 0 0-3.182 2.438c-.854 1.031-1.51 2.234-1.958 3.615s-.677 2.839-.677 4.375q-.001 2.4.568 4.51c.38 1.411.984 2.635 1.823 3.682a8.6 8.6 0 0 0 3.167 2.448c1.281.578 2.828.88 4.63.88c1.661 0 3.104-.422 4.349-1.26c1.245-.844 2.182-1.964 2.823-3.37h.083v3.047c0 2.724-.563 4.807-1.688 6.271c-1.12 1.443-2.964 2.188-5.526 2.188c-.76 0-1.505-.083-2.224-.245a7 7 0 0 1-1.984-.76c-.583-.359-1.104-.797-1.521-1.38c-.422-.583-.703-1.281-.844-2.125H6.75q.141 1.772.984 3.068a7.4 7.4 0 0 0 2.135 2.125a9.7 9.7 0 0 0 2.896 1.198c1.083.26 2.188.401 3.328.401c1.844 0 3.385-.26 4.646-.74c1.266-.5 2.286-1.203 3.068-2.141c.802-.948 1.365-2.068 1.724-3.411s.563-2.844.563-4.49zm-9.979-.739c-1.271 0-2.375-.255-3.302-.766a6.9 6.9 0 0 1-2.313-2c-.62-.828-1.063-1.776-1.359-2.854a12.2 12.2 0 0 1-.443-3.313c0-1.161.141-2.302.401-3.417c.281-1.12.719-2.115 1.323-2.984c.599-.87 1.38-1.578 2.302-2.115s2.047-.807 3.349-.807s2.401.281 3.328.828a7 7 0 0 1 2.24 2.177a9.6 9.6 0 0 1 1.266 3.01c.26 1.099.38 2.208.38 3.307c0 1.135-.161 2.24-.464 3.313c-.297 1.078-.76 2.026-1.38 2.854s-1.365 1.495-2.266 2c-.901.51-1.943.766-3.146.766z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M26.031 21.302V.651h-2.745v3.875h-.083a7.2 7.2 0 0 0-1.125-1.74c-.479-.552-1.021-1.036-1.641-1.458s-1.281-.75-2.026-.984A8 8 0 0 0 16.052 0c-1.615 0-3.068.302-4.328.896a9.1 9.1 0 0 0-3.182 2.438c-.854 1.031-1.51 2.234-1.958 3.615s-.677 2.839-.677 4.375q-.001 2.4.568 4.51c.38 1.411.984 2.635 1.823 3.682a8.6 8.6 0 0 0 3.167 2.448c1.281.578 2.828.88 4.63.88c1.661 0 3.104-.422 4.349-1.26c1.245-.844 2.182-1.964 2.823-3.37h.083v3.047c0 2.724-.563 4.807-1.688 6.271c-1.12 1.443-2.964 2.188-5.526 2.188c-.76 0-1.505-.083-2.224-.245a7 7 0 0 1-1.984-.76c-.583-.359-1.104-.797-1.521-1.38c-.422-.583-.703-1.281-.844-2.125H6.75q.141 1.772.984 3.068a7.4 7.4 0 0 0 2.135 2.125a9.7 9.7 0 0 0 2.896 1.198c1.083.26 2.188.401 3.328.401c1.844 0 3.385-.26 4.646-.74c1.266-.5 2.286-1.203 3.068-2.141c.802-.948 1.365-2.068 1.724-3.411s.563-2.844.563-4.49zm-9.979-.739c-1.271 0-2.375-.255-3.302-.766a6.9 6.9 0 0 1-2.313-2c-.62-.828-1.063-1.776-1.359-2.854a12.2 12.2 0 0 1-.443-3.313c0-1.161.141-2.302.401-3.417c.281-1.12.719-2.115 1.323-2.984c.599-.87 1.38-1.578 2.302-2.115s2.047-.807 3.349-.807s2.401.281 3.328.828a7 7 0 0 1 2.24 2.177a9.6 9.6 0 0 1 1.266 3.01c.26 1.099.38 2.208.38 3.307c0 1.135-.161 2.24-.464 3.313c-.297 1.078-.76 2.026-1.38 2.854s-1.365 1.495-2.266 2c-.901.51-1.943.766-3.146.766z"/></svg> </template>
CSS
.icon-goodreads {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26.031%2021.302V.651h-2.745v3.875h-.083a7.2%207.2%200%200%200-1.125-1.74c-.479-.552-1.021-1.036-1.641-1.458s-1.281-.75-2.026-.984A8%208%200%200%200%2016.052%200c-1.615%200-3.068.302-4.328.896a9.1%209.1%200%200%200-3.182%202.438c-.854%201.031-1.51%202.234-1.958%203.615s-.677%202.839-.677%204.375q-.001%202.4.568%204.51c.38%201.411.984%202.635%201.823%203.682a8.6%208.6%200%200%200%203.167%202.448c1.281.578%202.828.88%204.63.88c1.661%200%203.104-.422%204.349-1.26c1.245-.844%202.182-1.964%202.823-3.37h.083v3.047c0%202.724-.563%204.807-1.688%206.271c-1.12%201.443-2.964%202.188-5.526%202.188c-.76%200-1.505-.083-2.224-.245a7%207%200%200%201-1.984-.76c-.583-.359-1.104-.797-1.521-1.38c-.422-.583-.703-1.281-.844-2.125H6.75q.141%201.772.984%203.068a7.4%207.4%200%200%200%202.135%202.125a9.7%209.7%200%200%200%202.896%201.198c1.083.26%202.188.401%203.328.401c1.844%200%203.385-.26%204.646-.74c1.266-.5%202.286-1.203%203.068-2.141c.802-.948%201.365-2.068%201.724-3.411s.563-2.844.563-4.49zm-9.979-.739c-1.271%200-2.375-.255-3.302-.766a6.9%206.9%200%200%201-2.313-2c-.62-.828-1.063-1.776-1.359-2.854a12.2%2012.2%200%200%201-.443-3.313c0-1.161.141-2.302.401-3.417c.281-1.12.719-2.115%201.323-2.984c.599-.87%201.38-1.578%202.302-2.115s2.047-.807%203.349-.807s2.401.281%203.328.828a7%207%200%200%201%202.24%202.177a9.6%209.6%200%200%201%201.266%203.01c.26%201.099.38%202.208.38%203.307c0%201.135-.161%202.24-.464%203.313c-.297%201.078-.76%202.026-1.38%202.854s-1.365%201.495-2.266%202c-.901.51-1.943.766-3.146.766z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M26.031%2021.302V.651h-2.745v3.875h-.083a7.2%207.2%200%200%200-1.125-1.74c-.479-.552-1.021-1.036-1.641-1.458s-1.281-.75-2.026-.984A8%208%200%200%200%2016.052%200c-1.615%200-3.068.302-4.328.896a9.1%209.1%200%200%200-3.182%202.438c-.854%201.031-1.51%202.234-1.958%203.615s-.677%202.839-.677%204.375q-.001%202.4.568%204.51c.38%201.411.984%202.635%201.823%203.682a8.6%208.6%200%200%200%203.167%202.448c1.281.578%202.828.88%204.63.88c1.661%200%203.104-.422%204.349-1.26c1.245-.844%202.182-1.964%202.823-3.37h.083v3.047c0%202.724-.563%204.807-1.688%206.271c-1.12%201.443-2.964%202.188-5.526%202.188c-.76%200-1.505-.083-2.224-.245a7%207%200%200%201-1.984-.76c-.583-.359-1.104-.797-1.521-1.38c-.422-.583-.703-1.281-.844-2.125H6.75q.141%201.772.984%203.068a7.4%207.4%200%200%200%202.135%202.125a9.7%209.7%200%200%200%202.896%201.198c1.083.26%202.188.401%203.328.401c1.844%200%203.385-.26%204.646-.74c1.266-.5%202.286-1.203%203.068-2.141c.802-.948%201.365-2.068%201.724-3.411s.563-2.844.563-4.49zm-9.979-.739c-1.271%200-2.375-.255-3.302-.766a6.9%206.9%200%200%201-2.313-2c-.62-.828-1.063-1.776-1.359-2.854a12.2%2012.2%200%200%201-.443-3.313c0-1.161.141-2.302.401-3.417c.281-1.12.719-2.115%201.323-2.984c.599-.87%201.38-1.578%202.302-2.115s2.047-.807%203.349-.807s2.401.281%203.328.828a7%207%200%200%201%202.24%202.177a9.6%209.6%200%200%201%201.266%203.01c.26%201.099.38%202.208.38%203.307c0%201.135-.161%202.24-.464%203.313c-.297%201.078-.76%202.026-1.38%202.854s-1.365%201.495-2.266%202c-.901.51-1.943.766-3.146.766z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/cib/goodreads.svg?color=%231a73e8&size=48