Back to svg Classes

stroke-current

Usage

<div class="stroke-current">
  <!-- Your content here -->
</div>

Examples

Here are some examples of how to use the stroke-current class:

<!-- Basic usage -->
<div class="stroke-current">
  Content
</div>

<!-- With other classes -->
<div class="stroke-current p-4 bg-white">
  Content with padding and background
</div>