DEV Community

Stanis Leonov
Stanis Leonov

Posted on

I tried HexaCrop to cut my images into hexagons without Photoshop

I needed hexagon-shaped profile pictures for a side project and didn't want to mess around with Photoshop. Turns out there's a free tool called HexaCrop that does exactly this—you drop in any image and it crops it into a hexagon shape with a transparent background. The whole thing runs in your browser, so nothing gets uploaded anywhere, which is honestly nice when you're just testing things out.

What caught me off guard was how much more it does beyond the basic crop. There's a batch mode if you need multiple hexagons at once, different export formats (PNG, WEBP, SVG, JPG), and you can toggle between pointy-top and flat-top orientations. The Pro version adds stuff like rotation, borders, corner rounding, and custom sizing. I haven't needed to pay for anything yet, but I can see designers or people building icon sets appreciating those extra controls.

If you're building a honeycomb pattern for a website or need hexagon avatars for something, this saves a ton of time. No signup, no watermarks, just drop the image and download. Felt good to use something straightforward that actually works without any friction.

Check it out: hexacrop.com

Top comments (0)