goodreads logo icon
goodreads-logo from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- goodreads-logo
- Set
- Phosphor
- Style
- Regular
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Use the goodreads logo icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M184 24a8 8 0 0 0-8 8v13.74A64 64 0 0 0 64 88v24a64 64 0 0 0 112 42.26V168a48.05 48.05 0 0 1-48 48c-16.45 0-32.72-8.08-41.44-20.58a8 8 0 1 0-13.12 9.16C85.06 221.24 106.48 232 128 232a64.07 64.07 0 0 0 64-64V32a8 8 0 0 0-8-8m-56 136a48.05 48.05 0 0 1-48-48V88a48 48 0 0 1 96 0v24a48.05 48.05 0 0 1-48 48"/></svg>
React
import type { SVGProps } from "react";
export function PhGoodreadsLogo(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M184 24a8 8 0 0 0-8 8v13.74A64 64 0 0 0 64 88v24a64 64 0 0 0 112 42.26V168a48.05 48.05 0 0 1-48 48c-16.45 0-32.72-8.08-41.44-20.58a8 8 0 1 0-13.12 9.16C85.06 221.24 106.48 232 128 232a64.07 64.07 0 0 0 64-64V32a8 8 0 0 0-8-8m-56 136a48.05 48.05 0 0 1-48-48V88a48 48 0 0 1 96 0v24a48.05 48.05 0 0 1-48 48"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M184 24a8 8 0 0 0-8 8v13.74A64 64 0 0 0 64 88v24a64 64 0 0 0 112 42.26V168a48.05 48.05 0 0 1-48 48c-16.45 0-32.72-8.08-41.44-20.58a8 8 0 1 0-13.12 9.16C85.06 221.24 106.48 232 128 232a64.07 64.07 0 0 0 64-64V32a8 8 0 0 0-8-8m-56 136a48.05 48.05 0 0 1-48-48V88a48 48 0 0 1 96 0v24a48.05 48.05 0 0 1-48 48"/></svg> </template>
CSS
.icon-goodreads-logo {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M184%2024a8%208%200%200%200-8%208v13.74A64%2064%200%200%200%2064%2088v24a64%2064%200%200%200%20112%2042.26V168a48.05%2048.05%200%200%201-48%2048c-16.45%200-32.72-8.08-41.44-20.58a8%208%200%201%200-13.12%209.16C85.06%20221.24%20106.48%20232%20128%20232a64.07%2064.07%200%200%200%2064-64V32a8%208%200%200%200-8-8m-56%20136a48.05%2048.05%200%200%201-48-48V88a48%2048%200%200%201%2096%200v24a48.05%2048.05%200%200%201-48%2048%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M184%2024a8%208%200%200%200-8%208v13.74A64%2064%200%200%200%2064%2088v24a64%2064%200%200%200%20112%2042.26V168a48.05%2048.05%200%200%201-48%2048c-16.45%200-32.72-8.08-41.44-20.58a8%208%200%201%200-13.12%209.16C85.06%20221.24%20106.48%20232%20128%20232a64.07%2064.07%200%200%200%2064-64V32a8%208%200%200%200-8-8m-56%20136a48.05%2048.05%200%200%201-48-48V88a48%2048%200%200%201%2096%200v24a48.05%2048.05%200%200%201-48%2048%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/goodreads-logo.svg?color=%231a73e8&size=48