Source code
Revision control
Copy as Markdown
Other Tools
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" width="20" height="20" fill="context-fill">
<style>
.nova { display: none; }
@media -moz-pref("browser.nova.enabled") {
.proton { display: none; }
.nova { display: revert; }
}
</style>
<g class="proton">
<path d="M3 4.502v10.996A1.5 1.5 0 0 0 5.244 16.8l9.621-5.497c.15-.086.28-.192.385-.312V17H17V3h-1.75v6.01a1.513 1.513 0 0 0-.385-.312L5.244 3.2A1.5 1.5 0 0 0 3 4.502z"/>
</g>
<g class="nova">
<path d="M3 5.253C3 3.525 4.866 2.442 6.366 3.3l8.307 4.747q.339.197.577.468v-4.64a.875.875 0 0 1 1.75 0v12.25a.875.875 0 0 1-1.75 0v-4.64c-.159.18-.35.339-.577.468L6.366 16.7C4.866 17.557 3 16.475 3 14.747z" />
</g>
</svg>