ID of 'friend' symbol for playerlist?

I’m currently recreating my own playerlist for a game. To do so, I ideally need the ‘friend’ icon, as shown below:
image

Is there any way I can obtain this image, or it’s ID?

2 Likes

The icon is stored locally on your device. If you set the content (Image, Texture etc.) property of your object (Decal, Texture, ImageLabel, etc.) to rbxasset://textures/ui/icon_friends_16.png, this is the icon that’s used.

Here’s the icon icon_friends_16

You can find the icon yourself by going to %localappdata%\Roblox\Versions\{find-version-folder-with-client-or-studio}\content\textures\ui and locate icon_friends_16.png.

Here’s a larger version of the icon you’re looking for
ic-friends%403x

9 Likes

Thank you, that’s perfect!

Keep in mind that the built in friends icon is gray with a transparent background, and therefore won’t adhere to color manipulation in-game well. I ran into this problem a while ago, and uploaded a white version, in case you want to tweak color in-game.

1 Like

I’v got good 'ol paint.net to do that for me, but thanks anyway

1 Like

Funny you mentioned that, since that’s what I edited the icon in lol