# C1.Maui.Core.C1PathIcon

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Maui_Core_C1PathIcon" data-uid="C1.Maui.Core.C1PathIcon" class="text-break">C1PathIcon Class
</h1>
  <div class="markdown level0 summary"><p>Represent an icon created from a path string.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="C1.Maui.Core.C1View.html">C1View</a></div>
    <div class="level2"><a class="xref" href="C1.Maui.Core.C1Icon.html">C1Icon</a></div>
    <div class="level3"><a class="xref" href="C1.Maui.Core.C1VectorIcon.html">C1VectorIcon</a></div>
    <div class="level4"><span class="xref">C1PathIcon</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Maui.Core.html">C1.Maui.Core</a></h6>
  <h6><strong>Assembly</strong>: C1.Maui.Core.dll</h6>
  <h5 id="C1_Maui_Core_C1PathIcon_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1PathIcon : C1VectorIcon, IDisposable, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1PathIcon
    Inherits C1VectorIcon
    Implements IDisposable, ICloneable</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Maui_Core_C1PathIcon__ctor" data-uid="C1.Maui.Core.C1PathIcon.#ctor">
          <a class="xref" href="C1.Maui.Core.C1PathIcon.-ctor.html#C1_Maui_Core_C1PathIcon__ctor">C1PathIcon()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Maui.Core.C1PathIcon.html">C1PathIcon</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Maui_Core_C1PathIcon_DataProperty" data-uid="C1.Maui.Core.C1PathIcon.DataProperty">
          <a class="xref" href="C1.Maui.Core.C1PathIcon.DataProperty.html">DataProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Maui.Core.C1PathIcon.Data.html#C1_Maui_Core_C1PathIcon_Data">Data</a> dependency property.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Maui_Core_C1PathIcon_Data" data-uid="C1.Maui.Core.C1PathIcon.Data">
          <a class="xref" href="C1.Maui.Core.C1PathIcon.Data.html#C1_Maui_Core_C1PathIcon_Data">Data</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the svg string describing the shape.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Maui_Core_C1PathIcon_Clone" data-uid="C1.Maui.Core.C1PathIcon.Clone">
          <a class="xref" href="C1.Maui.Core.C1PathIcon.Clone.html#C1_Maui_Core_C1PathIcon_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a copy of the icon.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1PathIcon_CloneOverride" data-uid="C1.Maui.Core.C1PathIcon.CloneOverride">
          <a class="xref" href="C1.Maui.Core.C1PathIcon.CloneOverride.html#C1_Maui_Core_C1PathIcon_CloneOverride">CloneOverride()</a>
        </td>
        <td class="markdown level1 summary"><p>When overridden, it creates a copy of the icon.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Maui_Core_C1PathIcon_Dispose_System_Boolean_" data-uid="C1.Maui.Core.C1PathIcon.Dispose(System.Boolean)">
          <a class="xref" href="C1.Maui.Core.C1PathIcon.Dispose.html#C1_Maui_Core_C1PathIcon_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
