patreon logo icon

patreon-logo-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
patreon-logo-fill
Set
Phosphor
Style
Fill
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Use the patreon logo icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M232 93.17c0 41-29.69 52.47-53.55 61.67c-8.41 3.24-16.35 6.3-22.21 10.28c-11.39 7.72-18.59 21.78-25.55 35.38c-9.94 19.42-20.23 39.5-43.17 39.5c-12.91 0-24.61-11.64-33.85-33.66s-14.31-51-13.61-77.45c1.08-40.65 14.58-62.68 25.7-74c14.95-15.2 35.24-25.3 58.68-29.2c21.79-3.62 44.14-1.38 62.93 6.3C215.73 43.6 232 65.9 232 93.17"/></svg>

React

import type { SVGProps } from "react";

export function PhPatreonLogoFill(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="M232 93.17c0 41-29.69 52.47-53.55 61.67c-8.41 3.24-16.35 6.3-22.21 10.28c-11.39 7.72-18.59 21.78-25.55 35.38c-9.94 19.42-20.23 39.5-43.17 39.5c-12.91 0-24.61-11.64-33.85-33.66s-14.31-51-13.61-77.45c1.08-40.65 14.58-62.68 25.7-74c14.95-15.2 35.24-25.3 58.68-29.2c21.79-3.62 44.14-1.38 62.93 6.3C215.73 43.6 232 65.9 232 93.17"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M232 93.17c0 41-29.69 52.47-53.55 61.67c-8.41 3.24-16.35 6.3-22.21 10.28c-11.39 7.72-18.59 21.78-25.55 35.38c-9.94 19.42-20.23 39.5-43.17 39.5c-12.91 0-24.61-11.64-33.85-33.66s-14.31-51-13.61-77.45c1.08-40.65 14.58-62.68 25.7-74c14.95-15.2 35.24-25.3 58.68-29.2c21.79-3.62 44.14-1.38 62.93 6.3C215.73 43.6 232 65.9 232 93.17"/></svg>
</template>

CSS

.icon-patreon-logo-fill {
  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%22M232%2093.17c0%2041-29.69%2052.47-53.55%2061.67c-8.41%203.24-16.35%206.3-22.21%2010.28c-11.39%207.72-18.59%2021.78-25.55%2035.38c-9.94%2019.42-20.23%2039.5-43.17%2039.5c-12.91%200-24.61-11.64-33.85-33.66s-14.31-51-13.61-77.45c1.08-40.65%2014.58-62.68%2025.7-74c14.95-15.2%2035.24-25.3%2058.68-29.2c21.79-3.62%2044.14-1.38%2062.93%206.3C215.73%2043.6%20232%2065.9%20232%2093.17%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%22M232%2093.17c0%2041-29.69%2052.47-53.55%2061.67c-8.41%203.24-16.35%206.3-22.21%2010.28c-11.39%207.72-18.59%2021.78-25.55%2035.38c-9.94%2019.42-20.23%2039.5-43.17%2039.5c-12.91%200-24.61-11.64-33.85-33.66s-14.31-51-13.61-77.45c1.08-40.65%2014.58-62.68%2025.7-74c14.95-15.2%2035.24-25.3%2058.68-29.2c21.79-3.62%2044.14-1.38%2062.93%206.3C215.73%2043.6%20232%2065.9%20232%2093.17%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/patreon-logo-fill.svg?color=%231a73e8&size=48