leanpub logo
leanpub from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- leanpub
- Set
- Font Awesome 6 Brands
- Style
- Regular
- Viewbox
- 576×512
- License
- CC BY 4.0
The same logo in other sets
Use the leanpub logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="m386.539 111.485l15.096 248.955l-10.979-.275c-36.232-.824-71.64 8.783-102.657 27.997c-31.016-19.214-66.424-27.997-102.657-27.997c-45.564 0-82.07 10.705-123.516 27.723L93.117 129.6c28.546-11.803 61.484-18.115 92.226-18.115c41.173 0 73.836 13.175 102.657 42.544c27.723-28.271 59.013-41.721 98.539-42.544M569.07 448c-25.526 0-47.485-5.215-70.542-15.645c-34.31-15.645-69.993-24.978-107.871-24.978c-38.977 0-74.934 12.901-102.657 40.623c-27.723-27.723-63.68-40.623-102.657-40.623c-37.878 0-73.561 9.333-107.871 24.978C55.239 442.236 32.731 448 8.303 448H6.93L49.475 98.859C88.726 76.626 136.486 64 181.775 64C218.83 64 256.984 71.685 288 93.095C319.016 71.685 357.17 64 394.225 64c45.289 0 93.049 12.626 132.3 34.859zm-43.368-44.741l-34.036-280.246c-30.742-13.999-67.248-21.41-101.009-21.41c-38.428 0-74.385 12.077-102.657 38.702c-28.272-26.625-64.228-38.702-102.657-38.702c-33.761 0-70.267 7.411-101.009 21.41L50.298 403.259c47.211-19.487 82.894-33.486 135.045-33.486c37.604 0 70.817 9.606 102.657 29.644c31.84-20.038 65.052-29.644 102.657-29.644c52.151 0 87.834 13.999 135.045 33.486"/></svg>
React
import type { SVGProps } from "react";
export function Fa6BrandsLeanpub(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="m386.539 111.485l15.096 248.955l-10.979-.275c-36.232-.824-71.64 8.783-102.657 27.997c-31.016-19.214-66.424-27.997-102.657-27.997c-45.564 0-82.07 10.705-123.516 27.723L93.117 129.6c28.546-11.803 61.484-18.115 92.226-18.115c41.173 0 73.836 13.175 102.657 42.544c27.723-28.271 59.013-41.721 98.539-42.544M569.07 448c-25.526 0-47.485-5.215-70.542-15.645c-34.31-15.645-69.993-24.978-107.871-24.978c-38.977 0-74.934 12.901-102.657 40.623c-27.723-27.723-63.68-40.623-102.657-40.623c-37.878 0-73.561 9.333-107.871 24.978C55.239 442.236 32.731 448 8.303 448H6.93L49.475 98.859C88.726 76.626 136.486 64 181.775 64C218.83 64 256.984 71.685 288 93.095C319.016 71.685 357.17 64 394.225 64c45.289 0 93.049 12.626 132.3 34.859zm-43.368-44.741l-34.036-280.246c-30.742-13.999-67.248-21.41-101.009-21.41c-38.428 0-74.385 12.077-102.657 38.702c-28.272-26.625-64.228-38.702-102.657-38.702c-33.761 0-70.267 7.411-101.009 21.41L50.298 403.259c47.211-19.487 82.894-33.486 135.045-33.486c37.604 0 70.817 9.606 102.657 29.644c31.84-20.038 65.052-29.644 102.657-29.644c52.151 0 87.834 13.999 135.045 33.486"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="m386.539 111.485l15.096 248.955l-10.979-.275c-36.232-.824-71.64 8.783-102.657 27.997c-31.016-19.214-66.424-27.997-102.657-27.997c-45.564 0-82.07 10.705-123.516 27.723L93.117 129.6c28.546-11.803 61.484-18.115 92.226-18.115c41.173 0 73.836 13.175 102.657 42.544c27.723-28.271 59.013-41.721 98.539-42.544M569.07 448c-25.526 0-47.485-5.215-70.542-15.645c-34.31-15.645-69.993-24.978-107.871-24.978c-38.977 0-74.934 12.901-102.657 40.623c-27.723-27.723-63.68-40.623-102.657-40.623c-37.878 0-73.561 9.333-107.871 24.978C55.239 442.236 32.731 448 8.303 448H6.93L49.475 98.859C88.726 76.626 136.486 64 181.775 64C218.83 64 256.984 71.685 288 93.095C319.016 71.685 357.17 64 394.225 64c45.289 0 93.049 12.626 132.3 34.859zm-43.368-44.741l-34.036-280.246c-30.742-13.999-67.248-21.41-101.009-21.41c-38.428 0-74.385 12.077-102.657 38.702c-28.272-26.625-64.228-38.702-102.657-38.702c-33.761 0-70.267 7.411-101.009 21.41L50.298 403.259c47.211-19.487 82.894-33.486 135.045-33.486c37.604 0 70.817 9.606 102.657 29.644c31.84-20.038 65.052-29.644 102.657-29.644c52.151 0 87.834 13.999 135.045 33.486"/></svg> </template>
CSS
.icon-leanpub {
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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m386.539%20111.485l15.096%20248.955l-10.979-.275c-36.232-.824-71.64%208.783-102.657%2027.997c-31.016-19.214-66.424-27.997-102.657-27.997c-45.564%200-82.07%2010.705-123.516%2027.723L93.117%20129.6c28.546-11.803%2061.484-18.115%2092.226-18.115c41.173%200%2073.836%2013.175%20102.657%2042.544c27.723-28.271%2059.013-41.721%2098.539-42.544M569.07%20448c-25.526%200-47.485-5.215-70.542-15.645c-34.31-15.645-69.993-24.978-107.871-24.978c-38.977%200-74.934%2012.901-102.657%2040.623c-27.723-27.723-63.68-40.623-102.657-40.623c-37.878%200-73.561%209.333-107.871%2024.978C55.239%20442.236%2032.731%20448%208.303%20448H6.93L49.475%2098.859C88.726%2076.626%20136.486%2064%20181.775%2064C218.83%2064%20256.984%2071.685%20288%2093.095C319.016%2071.685%20357.17%2064%20394.225%2064c45.289%200%2093.049%2012.626%20132.3%2034.859zm-43.368-44.741l-34.036-280.246c-30.742-13.999-67.248-21.41-101.009-21.41c-38.428%200-74.385%2012.077-102.657%2038.702c-28.272-26.625-64.228-38.702-102.657-38.702c-33.761%200-70.267%207.411-101.009%2021.41L50.298%20403.259c47.211-19.487%2082.894-33.486%20135.045-33.486c37.604%200%2070.817%209.606%20102.657%2029.644c31.84-20.038%2065.052-29.644%20102.657-29.644c52.151%200%2087.834%2013.999%20135.045%2033.486%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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m386.539%20111.485l15.096%20248.955l-10.979-.275c-36.232-.824-71.64%208.783-102.657%2027.997c-31.016-19.214-66.424-27.997-102.657-27.997c-45.564%200-82.07%2010.705-123.516%2027.723L93.117%20129.6c28.546-11.803%2061.484-18.115%2092.226-18.115c41.173%200%2073.836%2013.175%20102.657%2042.544c27.723-28.271%2059.013-41.721%2098.539-42.544M569.07%20448c-25.526%200-47.485-5.215-70.542-15.645c-34.31-15.645-69.993-24.978-107.871-24.978c-38.977%200-74.934%2012.901-102.657%2040.623c-27.723-27.723-63.68-40.623-102.657-40.623c-37.878%200-73.561%209.333-107.871%2024.978C55.239%20442.236%2032.731%20448%208.303%20448H6.93L49.475%2098.859C88.726%2076.626%20136.486%2064%20181.775%2064C218.83%2064%20256.984%2071.685%20288%2093.095C319.016%2071.685%20357.17%2064%20394.225%2064c45.289%200%2093.049%2012.626%20132.3%2034.859zm-43.368-44.741l-34.036-280.246c-30.742-13.999-67.248-21.41-101.009-21.41c-38.428%200-74.385%2012.077-102.657%2038.702c-28.272-26.625-64.228-38.702-102.657-38.702c-33.761%200-70.267%207.411-101.009%2021.41L50.298%20403.259c47.211-19.487%2082.894-33.486%20135.045-33.486c37.604%200%2070.817%209.606%20102.657%2029.644c31.84-20.038%2065.052-29.644%20102.657-29.644c52.151%200%2087.834%2013.999%20135.045%2033.486%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-brands/leanpub.svg?color=%231a73e8&size=48