Profile pictures

X profile picture

Make a round logo picture from your initial and colours.

File types
PNGJPEGWebP
Size
400 × 400 px
Use case
Profile pictures
Licence
Free to copy and use in your own templates
Source
Made by thirds.ai with the open-licence Fraunces font, original graphic marks, and fictional sample names.
A square forest-green profile picture with a large cream serif letter F in front of a butter-yellow sun, above two layers of green hills.
x-profile-picture/template.html

About this design

What you can make with it.

Small brands use this picture as a logo on X. A big initial sits over a sun and hills, and it all stays inside the round crop. Change the letter and colours to match your header.

Your details

What you can change.

These are the words and numbers you swap for your own. The design stays the same.

  1. InitialA short text.
  2. Background colourA colour.
  3. Accent colourA colour.
Sample data
{
  "initial": "F",
  "background_colour": "#173D2C",
  "accent_colour": "#F6D776"
}

For developers

Make this file from your code or your AI tools.

Save your copy once, then send the new details with each request. Each finished file costs 1 credit.

API request
curl https://thirds.ai/v1/image \
  -H "Authorization: Bearer $THIRDS_API_KEY" \
  -H "Content-Type: application/json" \
  -H "Idempotency-Key: x-profile-picture-1" \
  -d '{"template_id":"tpl_your_copy","version":1,"data":{"initial":"F","background_colour":"#173D2C","accent_colour":"#F6D776"},"image":{"format":"png","width":400,"height":400}}'
MCP call
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "render",
    "arguments": {
      "output": "png",
      "idempotency_key": "x-profile-picture-1",
      "request": {
        "template_id": "tpl_your_copy",
        "version": 1,
        "data": {
          "initial": "F",
          "background_colour": "#173D2C",
          "accent_colour": "#F6D776"
        },
        "image": {
          "width": 400,
          "height": 400
        }
      }
    }
  }
}

Make this design yours.

Open it in the editor, change anything you like, and keep it with your own templates. Your first 50 credits each month are free.