leanpub from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
leanpub
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.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 24 24"><path fill="currentColor" d="M22.19 5.284c-.806-.454-2.93-1.478-5.652-1.478c-2.445 0-3.837.751-4.538 1.234c-.701-.483-2.093-1.235-4.538-1.235c-2.723 0-4.846 1.025-5.651 1.479L0 20.194h.054a6.9 6.9 0 0 0 2.957-.673c1.032-.487 2.66-1.06 4.602-1.06c2.364 0 3.71 1.056 4.387 1.733c.678-.677 2.023-1.732 4.387-1.732c1.943 0 3.57.572 4.602 1.06a6.9 6.9 0 0 0 2.957.672H24zM20.934 17.78a12.2 12.2 0 0 0-2.875-.801a12 12 0 0 0-1.674-.122c-1.571 0-2.991.392-4.22 1.165l-.166.103l-.165-.103c-1.23-.773-2.65-1.165-4.222-1.165c-.552 0-1.115.04-1.673.122c-.949.137-1.916.407-2.875.801l-1.218.501L3.3 6.321l.108-.048c1.225-.542 2.797-.865 4.205-.865c1.745 0 3.22.556 4.387 1.652c1.168-1.096 2.642-1.652 4.386-1.652c1.409 0 2.98.323 4.206.865l.108.048l1.453 11.961zm-4.085-1.328a12 12 0 0 0-.464-.009c-1.627 0-3.103.402-4.386 1.194c-1.283-.792-2.759-1.194-4.387-1.194c-.572 0-1.155.043-1.732.126c-.983.143-1.983.421-2.973.829l-.565.232l1.34-11.025c1.159-.492 2.618-.783 3.93-.783c1.705 0 3.131.562 4.24 1.672L12 7.64l.146-.146c1.07-1.07 2.433-1.629 4.055-1.669z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsLeanpub(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.19 5.284c-.806-.454-2.93-1.478-5.652-1.478c-2.445 0-3.837.751-4.538 1.234c-.701-.483-2.093-1.235-4.538-1.235c-2.723 0-4.846 1.025-5.651 1.479L0 20.194h.054a6.9 6.9 0 0 0 2.957-.673c1.032-.487 2.66-1.06 4.602-1.06c2.364 0 3.71 1.056 4.387 1.733c.678-.677 2.023-1.732 4.387-1.732c1.943 0 3.57.572 4.602 1.06a6.9 6.9 0 0 0 2.957.672H24zM20.934 17.78a12.2 12.2 0 0 0-2.875-.801a12 12 0 0 0-1.674-.122c-1.571 0-2.991.392-4.22 1.165l-.166.103l-.165-.103c-1.23-.773-2.65-1.165-4.222-1.165c-.552 0-1.115.04-1.673.122c-.949.137-1.916.407-2.875.801l-1.218.501L3.3 6.321l.108-.048c1.225-.542 2.797-.865 4.205-.865c1.745 0 3.22.556 4.387 1.652c1.168-1.096 2.642-1.652 4.386-1.652c1.409 0 2.98.323 4.206.865l.108.048l1.453 11.961zm-4.085-1.328a12 12 0 0 0-.464-.009c-1.627 0-3.103.402-4.386 1.194c-1.283-.792-2.759-1.194-4.387-1.194c-.572 0-1.155.043-1.732.126c-.983.143-1.983.421-2.973.829l-.565.232l1.34-11.025c1.159-.492 2.618-.783 3.93-.783c1.705 0 3.131.562 4.24 1.672L12 7.64l.146-.146c1.07-1.07 2.433-1.629 4.055-1.669z"/></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.19 5.284c-.806-.454-2.93-1.478-5.652-1.478c-2.445 0-3.837.751-4.538 1.234c-.701-.483-2.093-1.235-4.538-1.235c-2.723 0-4.846 1.025-5.651 1.479L0 20.194h.054a6.9 6.9 0 0 0 2.957-.673c1.032-.487 2.66-1.06 4.602-1.06c2.364 0 3.71 1.056 4.387 1.733c.678-.677 2.023-1.732 4.387-1.732c1.943 0 3.57.572 4.602 1.06a6.9 6.9 0 0 0 2.957.672H24zM20.934 17.78a12.2 12.2 0 0 0-2.875-.801a12 12 0 0 0-1.674-.122c-1.571 0-2.991.392-4.22 1.165l-.166.103l-.165-.103c-1.23-.773-2.65-1.165-4.222-1.165c-.552 0-1.115.04-1.673.122c-.949.137-1.916.407-2.875.801l-1.218.501L3.3 6.321l.108-.048c1.225-.542 2.797-.865 4.205-.865c1.745 0 3.22.556 4.387 1.652c1.168-1.096 2.642-1.652 4.386-1.652c1.409 0 2.98.323 4.206.865l.108.048l1.453 11.961zm-4.085-1.328a12 12 0 0 0-.464-.009c-1.627 0-3.103.402-4.386 1.194c-1.283-.792-2.759-1.194-4.387-1.194c-.572 0-1.155.043-1.732.126c-.983.143-1.983.421-2.973.829l-.565.232l1.34-11.025c1.159-.492 2.618-.783 3.93-.783c1.705 0 3.131.562 4.24 1.672L12 7.64l.146-.146c1.07-1.07 2.433-1.629 4.055-1.669z"/></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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22.19%205.284c-.806-.454-2.93-1.478-5.652-1.478c-2.445%200-3.837.751-4.538%201.234c-.701-.483-2.093-1.235-4.538-1.235c-2.723%200-4.846%201.025-5.651%201.479L0%2020.194h.054a6.9%206.9%200%200%200%202.957-.673c1.032-.487%202.66-1.06%204.602-1.06c2.364%200%203.71%201.056%204.387%201.733c.678-.677%202.023-1.732%204.387-1.732c1.943%200%203.57.572%204.602%201.06a6.9%206.9%200%200%200%202.957.672H24zM20.934%2017.78a12.2%2012.2%200%200%200-2.875-.801a12%2012%200%200%200-1.674-.122c-1.571%200-2.991.392-4.22%201.165l-.166.103l-.165-.103c-1.23-.773-2.65-1.165-4.222-1.165c-.552%200-1.115.04-1.673.122c-.949.137-1.916.407-2.875.801l-1.218.501L3.3%206.321l.108-.048c1.225-.542%202.797-.865%204.205-.865c1.745%200%203.22.556%204.387%201.652c1.168-1.096%202.642-1.652%204.386-1.652c1.409%200%202.98.323%204.206.865l.108.048l1.453%2011.961zm-4.085-1.328a12%2012%200%200%200-.464-.009c-1.627%200-3.103.402-4.386%201.194c-1.283-.792-2.759-1.194-4.387-1.194c-.572%200-1.155.043-1.732.126c-.983.143-1.983.421-2.973.829l-.565.232l1.34-11.025c1.159-.492%202.618-.783%203.93-.783c1.705%200%203.131.562%204.24%201.672L12%207.64l.146-.146c1.07-1.07%202.433-1.629%204.055-1.669z%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.19%205.284c-.806-.454-2.93-1.478-5.652-1.478c-2.445%200-3.837.751-4.538%201.234c-.701-.483-2.093-1.235-4.538-1.235c-2.723%200-4.846%201.025-5.651%201.479L0%2020.194h.054a6.9%206.9%200%200%200%202.957-.673c1.032-.487%202.66-1.06%204.602-1.06c2.364%200%203.71%201.056%204.387%201.733c.678-.677%202.023-1.732%204.387-1.732c1.943%200%203.57.572%204.602%201.06a6.9%206.9%200%200%200%202.957.672H24zM20.934%2017.78a12.2%2012.2%200%200%200-2.875-.801a12%2012%200%200%200-1.674-.122c-1.571%200-2.991.392-4.22%201.165l-.166.103l-.165-.103c-1.23-.773-2.65-1.165-4.222-1.165c-.552%200-1.115.04-1.673.122c-.949.137-1.916.407-2.875.801l-1.218.501L3.3%206.321l.108-.048c1.225-.542%202.797-.865%204.205-.865c1.745%200%203.22.556%204.387%201.652c1.168-1.096%202.642-1.652%204.386-1.652c1.409%200%202.98.323%204.206.865l.108.048l1.453%2011.961zm-4.085-1.328a12%2012%200%200%200-.464-.009c-1.627%200-3.103.402-4.386%201.194c-1.283-.792-2.759-1.194-4.387-1.194c-.572%200-1.155.043-1.732.126c-.983.143-1.983.421-2.973.829l-.565.232l1.34-11.025c1.159-.492%202.618-.783%203.93-.783c1.705%200%203.131.562%204.24%201.672L12%207.64l.146-.146c1.07-1.07%202.433-1.629%204.055-1.669z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/leanpub.svg?color=%231a73e8&size=48