Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Icon request: USB #686

Open
MarcelloTheArcane opened this issue Jul 19, 2019 · 9 comments · May be fixed by #703
Open

Icon request: USB #686

MarcelloTheArcane opened this issue Jul 19, 2019 · 9 comments · May be fixed by #703

Comments

@MarcelloTheArcane
Copy link
Contributor

Icon Request

  • Icon name: usb
  • Use case: Showing USB support
  • Suggested:
    image
    image
@moeenio
Copy link

moeenio commented Jul 20, 2019

Go ahead and follow #171 to submit it

@mittalyashu
Copy link
Contributor

mittalyashu commented Jul 22, 2019

@MarcelloTheArcane Feather guidelines say no fills only outlines.

@moeenio
Copy link

moeenio commented Jul 22, 2019

@MarcelloTheArcane Can you provide your Figma ?

@MarcelloTheArcane
Copy link
Contributor Author

@mittalyashu there are none

@jletey
Copy link

jletey commented Jul 22, 2019

Then your SVG code please @MarcelloTheArcane

@MarcelloTheArcane
Copy link
Contributor Author

image

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <line x1="3" y1="12" x2="21" y2="12" stroke="black" stroke-width="2" stroke-linecap="round"/>
  <line x1="10" y1="7" x2="13" y2="7" stroke="black" stroke-width="2" stroke-linecap="round"/>
  <line x1="11" y1="17" x2="14" y2="17" stroke="black" stroke-width="2" stroke-linecap="round"/>
  <path d="M20 14L22 12L20 10L20 14Z" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M10 7C7.5 7 7.5 12 5 12" stroke="black" stroke-width="2"/>
  <path d="M11 17C8.5 17 8.5 12 6 12" stroke="black" stroke-width="2"/>
  <circle cx="3" cy="12" r="1" stroke="black" stroke-width="2"/>
  <circle cx="14" cy="7" r="1" stroke="black" stroke-width="2"/>
  <rect x="14" y="16" width="2" height="2" stroke="black" stroke-width="2" stroke-linejoin="round"/>
</svg>

@jletey
Copy link

jletey commented Jul 24, 2019

@MarcelloTheArcane Looks good! Just combined into one path and formatted for you!

<svg
  width="24"
  height="24"
  viewBox="0 0 24 24"
  xmlns="http://www.w3.org/2000/svg"
  fill="none"
  stroke="currentColor"
  stroke-width="2"
  stroke-linecap="round"
  stroke-linejoin="round"
>
  <path d="M4 12h16M4 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm1 0c2.5 0 2.5-5 5-5h3m0 0a1 1 0 1 0 2 0 1 1 0 0 0-2 0zm-7 5c2.5 0 2.5 5 5 5h3m6-3l2-2-2-2v4zm-6 2h2v2h-2v-2z" />
</svg>

@MarcelloTheArcane
Copy link
Contributor Author

Thanks @johnletey!

@MarcelloTheArcane MarcelloTheArcane linked a pull request Jul 24, 2019 that will close this issue
@jletey
Copy link

jletey commented Jul 24, 2019

You are absolutely welcome @MarcelloTheArcane!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants