<shape>
DeprecatedA basic data type that defines a 2D shape, like a circle, ellipse, or polygon. It's most commonly used with the 'clip-path' property to cut elements into specific shapes or with 'shape-outside' to make text flow around them.
Quick example
.circle-avatar {
clip-path: circle(50%);
/* crops the element into a perfect circle */
}<shape> Browser Support
Limited availability96% global usage
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Not ready for production without a fallback.
1+
1+
1.3+
79+