Patreon Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Patreon icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/315524.svg" alt="Patreon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315524.svg" alt="Patreon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315524.svg" alt="Patreon icon" :width="24" :height="24" />
CSS background
.icon-patreon {
background-image: url('https://proicons.com/icon/315524.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Patreon</title><path d="M22.957 7.21c-.004-3.064-2.391-5.576-5.191-6.482-3.478-1.125-8.064-.962-11.384.604C2.357 3.231 1.093 7.391 1.046 11.54c-.039 3.411.302 12.396 5.369 12.46 3.765.047 4.326-4.804 6.068-7.141 1.24-1.662 2.836-2.132 4.801-2.618 3.376-.836 5.678-3.501 5.673-7.031Z"/></svg>
Copied!