Created
February 9, 2021 21:51
-
-
Save stephenscaff/ad15c55928cdf26a3396b531f36e1c03 to your computer and use it in GitHub Desktop.
search.svg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<svg | |
role="presentation" | |
class="i-search" | |
viewBox="0 0 32 32" | |
width="14" | |
height="14" | |
fill="none" | |
stroke="currentcolor" | |
stroke-linecap="round" | |
stroke-linejoin="round" | |
stroke-width="3" | |
> | |
<circle cx="14" cy="14" r="12" /> | |
<path d="M23 23 L30 30" /> | |
</svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment