Icon Contribution: Compare
See original GitHub issueIcon Contribution
-
Icon name: Compare
-
Use case: Can be used to compare two or more items with each other. Examples: Compare two files. Compare two images. Compare two products.
-
Previews of the icon:
-
24px:
-
24px@2x:
-
24px@3x:
-
SVG of the icon:
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M21 16H12" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M16 20L11 16L16 12" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M3 8L12 8" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M8 4L13 8L8 12" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Compare Icons – Download for Free in PNG and SVG - Icons8
Free Compare icons in various UI design styles for web, mobile. Download static and animated Compare vector icons for free in PNG, SVG,...
Read more >Test finalized icon contribution API · Issue #143637 - GitHub
... add https://github.com/microsoft/vscode/blob/main/extensions/theme-seti/icons/seti.woff to the extension's root add to contributes in p.
Read more >Product Icon Reference | Visual Studio Code Extension API
identifier default codicon ID description
accounts‑view‑bar‑icon account Accounts icon in the view bar.
breakpoints‑view‑icon debug‑alt View icon of the breakpoints view.
callstack‑view‑icon debug‑alt View icon of...
Read more >Tools | Voya.com
Calculator icon to be used on the tools page for retirement tools. Traditional vs. Roth IRA Calculator. Compare the financial differences of a...
Read more >Icon & symbol – Fonts Knowledge
An icon is a literal, visual representation of the thing it represents, whereas a symbol can be a more abstract representation of something....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@locness3 Okay, thank you! I couldn’t find this #171 before.
Here’s another version of compare if anyone needs it:
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-compare"><polyline points="13 10 8 5 13 0"></polyline><path d="M22 16v-7a4 4 0 0 0-4-4H8"></path><polyline points="11 14 16 19 11 24"></polyline><path d="M2 8v7a4 4 0 0 0 4 4h8"></path></svg>