Fansly Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fansly 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/325711.svg" alt="Fansly icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325711.svg" alt="Fansly icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325711.svg" alt="Fansly icon" :width="24" :height="24" />
CSS background
.icon-fansly {
background-image: url('https://proicons.com/icon/325711.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="m14.5819,18.0427h18.8363v17.0474c0,.9873-.8016,1.7889-1.7889,1.7889H14.5819v-18.8363h0Z" transform="translate(26.4472 -8.9275) rotate(45)"/><circle class="b" cx="24" cy="27.4609" r="4.303"/><path class="b" d="m25.6954,26.6698c-.3152.2372-.7646.2133-1.0515-.0737-.2547-.2547-.3028-.6377-.1445-.941-.6382-.1798-1.3521-.0197-1.8543.4825-.7395.7395-.7395,1.9386,0,2.6781s1.9386.7395,2.6781,0c.5806-.5806.7032-1.4436.3722-2.146Z"/><path class="b" d="m24,14.1416l3.4222-3.4222c3.678-3.678,9.6412-3.678,13.3192,0s3.678,9.6412,0,13.3192l-.7536.7536"/><path class="b" d="m10.6808,27.4609l-3.4222-3.4222c-3.678-3.678-3.678-9.6412,0-13.3192s9.6412-3.678,13.3192,0l.7536.7536"/></svg>
Copied!