patreon icon
patreon from Material Line Icons by Vjacheslav Trushkin · Line · Social · MIT Free for personal and commercial use.
- Name
- patreon
- Set
- Material Line Icons
- Style
- Line
- Category
- Social
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
More social icons from Material Line Icons
atblueskybluesky-filledbluesky-twotonebuy-me-a-coffeebuy-me-a-coffee-filledbuy-me-a-coffee-twotonediscorddiscord-twotoneemailemail-alertemail-alert-filledemail-alert-twotoneemail-alt-filledemail-alt-twotoneemail-arrow-downemail-arrow-down-filledemail-arrow-down-twotoneemail-arrow-leftemail-arrow-left-filledemail-arrow-left-twotoneemail-arrow-rightemail-arrow-right-filledemail-arrow-right-twotone
Use the patreon icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g stroke="currentColor" stroke-linejoin="round"><path fill="none" stroke-width="3" d="M4 2.5v19"><animate fill="freeze" attributeName="d" dur="0.4s" values="M4 2.5v0;M4 2.5v19"/></path><path fill="currentColor" fill-opacity="0" stroke-dasharray="42" stroke-dashoffset="42" stroke-linecap="round" stroke-width="2" d="M14.88 3.5c3.38 0 6.12 2.74 6.12 6.13c0 3.38 -2.74 6.12 -6.12 6.12c-3.39 0 -6.13 -2.75 -6.13 -6.12c0 -3.39 2.74 -6.13 6.13 -6.13Z"><animate fill="freeze" attributeName="stroke-dashoffset" begin="0.5s" dur="0.4s" to="0"/><animate fill="freeze" attributeName="fill-opacity" begin="0.9s" dur="0.5s" to="1"/></path></g></svg>
React
import type { SVGProps } from "react";
export function LineMdPatreon(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g stroke="currentColor" strokeLinejoin="round"><path fill="none" strokeWidth="3" d="M4 2.5v19"><animate fill="freeze" attributeName="d" dur="0.4s" values="M4 2.5v0;M4 2.5v19"/></path><path fill="currentColor" fillOpacity="0" strokeDasharray="42" strokeDashoffset="42" strokeLinecap="round" strokeWidth="2" d="M14.88 3.5c3.38 0 6.12 2.74 6.12 6.13c0 3.38 -2.74 6.12 -6.12 6.12c-3.39 0 -6.13 -2.75 -6.13 -6.12c0 -3.39 2.74 -6.13 6.13 -6.13Z"><animate fill="freeze" attributeName="strokeDashoffset" begin="0.5s" dur="0.4s" to="0"/><animate fill="freeze" attributeName="fillOpacity" begin="0.9s" dur="0.5s" to="1"/></path></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g stroke="currentColor" stroke-linejoin="round"><path fill="none" stroke-width="3" d="M4 2.5v19"><animate fill="freeze" attributeName="d" dur="0.4s" values="M4 2.5v0;M4 2.5v19"/></path><path fill="currentColor" fill-opacity="0" stroke-dasharray="42" stroke-dashoffset="42" stroke-linecap="round" stroke-width="2" d="M14.88 3.5c3.38 0 6.12 2.74 6.12 6.13c0 3.38 -2.74 6.12 -6.12 6.12c-3.39 0 -6.13 -2.75 -6.13 -6.12c0 -3.39 2.74 -6.13 6.13 -6.13Z"><animate fill="freeze" attributeName="stroke-dashoffset" begin="0.5s" dur="0.4s" to="0"/><animate fill="freeze" attributeName="fill-opacity" begin="0.9s" dur="0.5s" to="1"/></path></g></svg> </template>
CSS
.icon-patreon {
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%3Cg%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20fill%3D%22none%22%20stroke-width%3D%223%22%20d%3D%22M4%202.5v19%22%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22d%22%20dur%3D%220.4s%22%20values%3D%22M4%202.5v0%3BM4%202.5v19%22%2F%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%220%22%20stroke-dasharray%3D%2242%22%20stroke-dashoffset%3D%2242%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M14.88%203.5c3.38%200%206.12%202.74%206.12%206.13c0%203.38%20-2.74%206.12%20-6.12%206.12c-3.39%200%20-6.13%20-2.75%20-6.13%20-6.12c0%20-3.39%202.74%20-6.13%206.13%20-6.13Z%22%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22stroke-dashoffset%22%20begin%3D%220.5s%22%20dur%3D%220.4s%22%20to%3D%220%22%2F%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22fill-opacity%22%20begin%3D%220.9s%22%20dur%3D%220.5s%22%20to%3D%221%22%2F%3E%3C%2Fpath%3E%3C%2Fg%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%3Cg%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20fill%3D%22none%22%20stroke-width%3D%223%22%20d%3D%22M4%202.5v19%22%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22d%22%20dur%3D%220.4s%22%20values%3D%22M4%202.5v0%3BM4%202.5v19%22%2F%3E%3C%2Fpath%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%220%22%20stroke-dasharray%3D%2242%22%20stroke-dashoffset%3D%2242%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M14.88%203.5c3.38%200%206.12%202.74%206.12%206.13c0%203.38%20-2.74%206.12%20-6.12%206.12c-3.39%200%20-6.13%20-2.75%20-6.13%20-6.12c0%20-3.39%202.74%20-6.13%206.13%20-6.13Z%22%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22stroke-dashoffset%22%20begin%3D%220.5s%22%20dur%3D%220.4s%22%20to%3D%220%22%2F%3E%3Canimate%20fill%3D%22freeze%22%20attributeName%3D%22fill-opacity%22%20begin%3D%220.9s%22%20dur%3D%220.5s%22%20to%3D%221%22%2F%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/line-md/patreon.svg?color=%231a73e8&size=48