Source code

Revision control

Copy as Markdown

Other Tools

SVG Preview (Scaled)

Preview of https://raw.githubusercontent.com/mozilla-firefox/firefox/main/toolkit/themes/shared/icons/minus.svg
<!-- 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
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16" fill="context-fill" fill-opacity="context-fill-opacity">
<style>
.nova { display: none; }
@media -moz-pref("browser.nova.enabled") {
.proton { display: none; }
.nova { display: revert; }
}
</style>
<g class="proton">
<path d="M13.375 9.25a.625.625 0 0 0 0-1.25L2.625 8a.625.625 0 0 0 0 1.25l10.75 0z"/>
</g>
<g class="nova">
<path d="M13.25 7a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1 0-1.5z" />
</g>
</svg>