Source code
Revision control
Copy as Markdown
Other Tools
<mask id="mask">
<rect width="16" height="16" rx="2" fill="white"/>
<path d="M12 8L4 8" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</mask>
<rect width="16" height="16" fill="black" mask="url(#mask)"/>
</svg>