Patreon Icon
Free SVG icon from the Arcticons 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/331025.svg" alt="Patreon icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331025.svg" alt="Patreon icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331025.svg" alt="Patreon icon" :width="24" :height="24" />
CSS background
.icon-patreon {
background-image: url('https://proicons.com/icon/331025.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m41.8613,16.2164c-.0069-4.9797-3.8975-9.061-8.4624-10.5337-5.6687-1.8287-13.145-1.5636-18.5578.9823-6.5605,3.086-8.6215,9.846-8.6982,16.588-.0631,5.543.4919,20.1424,8.7529,20.2464,6.1382.0777,7.0521-7.8065,9.8923-11.6036,2.0206-2.7015,4.6224-3.4645,7.8251-4.2547,5.5046-1.3581,9.2561-5.6886,9.2482-11.4248Z"/></svg>
Copied!