Circle Crop Image Online Free — Round Profile Picture Maker
Crop any photo into a perfect circle or an iOS-style rounded square, with a genuinely transparent background. Presets for Instagram, Discord, LinkedIn, Slack, WhatsApp and seven more. No upload, no sign-up, no watermark.
Crop an image into a circle
Everything runs on this device. Your photo is never uploaded, so it cannot be stored, leaked or scanned.
Drop a photo here
or — you can also paste with Ctrl + V
JPG · PNG · WebP · GIF · BMP · AVIF — one image at a time, up to 20 MB.
Drag to reposition · scroll or pinch to zoom · arrow keys to nudge
% of the side. 0% is a hard square, 50% is a circle, ~22% matches an iOS app icon.
Avatars are square. 32–2048 px.
Drawn inside the output size, so the file stays exactly the pixel size above.
A colour fills the corners outside the shape — and shows through anywhere your source image is already transparent.
JPG has no alpha channel, so the corners must be filled with a colour. Switch to PNG or WebP to keep them transparent.
PNG and WebP keep transparency. JPG does not.
Profile picture sizes for every platform
Every platform below downscales what you upload and applies its own mask at display time. So these are safe upload sizes — comfortably above what each one shows, without wasting bytes.
| Platform | Safe upload size | Displays as | Worth knowing |
|---|---|---|---|
| 320 × 320 | Circle | Shown around 110 px in feed, 150 px on your profile | |
| 320 × 320 | Circle | Minimum 180 × 180; page avatars crop tighter than personal ones | |
| 512 × 512 | Circle | Re-compressed hard — start from a sharp source | |
| Discord | 512 × 512 | Circle | Renders at 128 px in chat; animated avatars need Nitro |
| 400 × 400 | Circle | Accepts up to 7680 px wide, 8 MB; headshots outperform logos | |
| X / Twitter | 400 × 400 | Circle | 2 MB ceiling; the header image is a separate 1500 × 500 |
| TikTok | 400 × 400 | Circle | Displayed at roughly 100–200 px, so detail is wasted above this |
| Slack | 512 × 512 | Rounded square | The one major chat app that does not use a circle |
| Zoom | 512 × 512 | Circle | Fills the tile when your camera is off — pick a clear face |
| Twitch | 256 × 256 | Circle | Bold shapes survive the small chat-side render |
| GitHub | 460 × 460 | Circle | User avatars are circles; organisation avatars are rounded squares |
Platforms move these numbers without notice. If a form rejects your file, it is almost always the file size rather than the pixel size — run the result through compress to target size.
How to crop an image into a circle
-
1
Add your photo
Drag it in, browse for it, or paste with Ctrl + V. Up to 20 MB.
-
2
Position and size it
Drag your face into the circle, zoom to taste, then pick a platform preset or type a size.
-
3
Download
Keep PNG for a transparent background, add a border if you want one, and save.
Getting a profile picture right
Circle or rounded square: which shape to use
The shape is not really your choice — the platform applies its own mask when it renders your avatar, and you cannot override it. What you are choosing is whether your file matches that mask.
It matters because a circle cuts about 21% of a square away, all of it in the corners. Crop to a circle yourself and you can see exactly what survives. Upload a full square and hope, and the platform's circle will clip whatever happened to be in those corners: the top of a hat, a shoulder, half a logo.
The rule of thumb: faces take a circle, wordmarks take a rounded square. A face is roughly round already, so the corners were never carrying information. A logo with text in it is usually wider than it is tall, and a circle amputates the ends of the word. That is why Slack, iOS and the Play Store all use rounded squares for icons while every social network uses circles for people.
Why a transparent PNG is worth the extra bytes
A circle cropped into a JPG is not really a circle. JPG has no alpha channel, so the four corners have to hold something — normally white. On a white page nobody notices. Drop that avatar onto a dark theme, a coloured card, a slide deck or a video overlay and four white triangles appear around the head.
PNG and WebP both have an alpha channel, so the corners store "nothing" and the circle composites cleanly over any background. That is why PNG is the default here. WebP does the same job in roughly a third of the bytes and every current browser reads it — but some upload forms and older desktop apps still reject the extension, so PNG stays the safe pick when you are handing the file to someone else's system.
The one case for JPG is a size ceiling. If a form insists on JPG or caps you at a few dozen kilobytes, pick JPG here and set the background colour to whatever the destination page actually uses, so the corners disappear into it.
Framing a face that still reads at 32 pixels
Your avatar is almost never seen at the size you exported. In a comment thread it is 32 to 40 pixels across. At that size the only things that survive are the outline of the head, the contrast between face and background, and roughly where the eyes are. Everything else is mush.
So crop closer than feels natural. Fill about 60–70% of the circle's height with the head, put the eyes a little above the centre line, and leave a sliver of clearance above the hair so the crop does not look accidental. A busy background is the single most common mistake: it competes for the few pixels available and turns the whole thumbnail into noise. If your background is cluttered, a solid or blurred one behind a circular crop reads better at every size.
One practical test: export the avatar, then look at it in your file browser at the smallest thumbnail setting. If you cannot tell it is you, neither can anyone else.
The iOS squircle, explained
Apple's app icons are not rounded rectangles. A rounded rectangle joins its straight edges to a quarter-circle corner, and the curvature jumps abruptly at that join — your eye reads it as a slight kink. Apple uses a superellipse instead, where the curvature ramps up gradually from the edge, so the outline has no visible transition at all. Designers call the result a squircle.
Canvas can only draw circular-arc corners, so the rounded-square mode here is the rounded-rectangle approximation, not a true superellipse. At avatar sizes the difference is a pixel or two at each corner and nobody will spot it. Set the corner radius to about 22% of the side and you land on the same proportion Apple uses for app icons; the tool defaults to 24%, which matches how Slack and most chat apps mask their avatars.
The slider runs to 50%, which is a circle — a rounded square whose corner radius reaches half the side has no straight edge left. That continuity is why both shapes share one code path here rather than being two separate tools.
Borders, and why they get clipped
A ring around an avatar is a good way to hold it apart from a busy background, and it is the one bit of styling that survives the platform's own mask — as long as the ring is inside your image rather than around it.
This is worth being precise about. If a tool adds a 6 px border outside a 320 px circle, the file becomes 332 px, and the platform then rescales it and re-applies its own circular mask — which cuts through the middle of your ring and leaves it uneven. This tool draws the border inside the size you asked for, so 320 px stays 320 px and the ring sits exactly on the edge the mask expects. The border slider is capped at 12% of the side for the same reason: past that it stops being a ring and starts being a frame.
Why cropping in the browser is more private
Most "circle crop online" sites upload your photo, crop it on a server and send it back. For a picture of your own face that is a meaningful difference: a copy exists on someone else's disk, covered by whatever their retention policy says this month, and often by a terms-of-service clause granting them a licence to it.
Resizo has no backend that receives images. The crop runs in your tab through the browser's own canvas API. Two ways to check: open your browser's Network panel and watch that nothing is sent while you crop, or disconnect from the internet after the page has loaded and crop anyway — it still works.
A useful side effect: re-encoding drops EXIF metadata, so the GPS coordinates and timestamp your phone wrote into the original do not travel with the avatar you post publicly. If you need that metadata, keep the original file.
Frequently asked questions
How do I crop a photo into a circle online for free?
Open the tool at the top of this page and add your photo by dragging it in, browsing for it, or pasting with Ctrl + V. Drag inside the circle to position your face, zoom with the slider, then press Download. The crop happens in your browser, so nothing is uploaded.
What is the best tool to make a round profile picture?
The one that gives you a genuinely transparent PNG, at the pixel size your platform wants, without a watermark or a sign-up. Check those three things before anything else. Resizo adds a fourth: the crop runs on your own device, so your face never lands on someone else's server.
How do I crop an image into a circle with a transparent background?
Crop to a circle and save as PNG or WebP with the background set to Transparent. Those two formats have an alpha channel, so the corners outside the circle store nothing at all. JPG has no alpha channel, so its corners are always filled with a colour.
What size should my profile picture be for Instagram, Discord and LinkedIn?
Instagram 320 × 320 px, Discord 512 × 512 px, LinkedIn 400 × 400 px. All three display far smaller than that and downscale your upload, so those numbers are a comfortable ceiling rather than an exact requirement. Each one has a preset button in the tool above.
Can I add a border to my circular profile picture?
Yes. Set the border width in pixels and pick a colour. The ring is drawn inside the output size rather than added around it, so a 320 px avatar with a 6 px border is still exactly 320 × 320 px and still fits the platform's slot.
What is the difference between a circle crop and a rounded square?
A circle removes all four corners; a rounded square keeps most of each one and only softens the tip. Circles suit faces because they crop to the head. Rounded squares suit logos and wordmarks, which lose their edges in a circle. Slack, iOS and Android app icons use rounded squares.
How do I crop an image into a circle on my phone?
Open this page in your phone's browser and tap the drop zone to pick a photo from your camera roll. Drag with one finger to reposition and pinch with two to zoom, then tap Download. The file lands in your Downloads or Photos, ready to upload.
Why do social media platforms use circular profile pictures?
A circle has no corners to collide with neighbouring layout, so avatars sit closer together in a comment thread and read as people rather than as content. It also crops to the head, which is the part that identifies someone at 32 pixels wide.
Can I batch crop images into circles?
Not on this page. Positioning a face inside a circle is a decision per image, so this tool takes one at a time. For cropping many images to the same square region at once, use batch crop, then bring individual results here.
Ready to create your profile picture?
Free, instant, 100% private. No upload to any server.
Crop an image →