---
title: "Clip Path"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/lib/svg/clippath
markdown: https://docs.nodetool.ai/nodes/lib/svg/clippath.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/lib/svg/clippath.md
---

# Clip Path

**Type:** `lib.svg.ClipPath`

**Namespace:** `lib.svg`

## Description

Create clipping paths for SVG elements.
    svg, clip, mask

    Use cases:
    - Mask parts of elements
    - Create complex shapes through clipping
    - Apply visual effects using masks

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| clip_content | `svg_element` | SVG element to use as clip path | `{"type":"svg_element","name":"","attributes":{}...` |
| content | `svg_element` | SVG element to clip | `{"type":"svg_element","name":"","attributes":{}...` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `svg_element` |  |

## Related Nodes

Browse other nodes in the [lib.svg](./) namespace.
