Skip to content

Instantly share code, notes, and snippets.

@stephenscaff
Created February 9, 2021 21:51
Show Gist options
  • Save stephenscaff/ad15c55928cdf26a3396b531f36e1c03 to your computer and use it in GitHub Desktop.
Save stephenscaff/ad15c55928cdf26a3396b531f36e1c03 to your computer and use it in GitHub Desktop.
search.svg
Display the source blob
Display the rendered blob
Raw
<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