Firefox Lite Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Firefox Lite icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/325888.svg" alt="Firefox Lite icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325888.svg" alt="Firefox Lite icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325888.svg" alt="Firefox Lite icon" :width="24" :height="24" />
CSS background
.icon-firefox-lite {
background-image: url('https://proicons.com/icon/325888.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M33.92,43.7882A21.6018,21.6018,0,0,1,24,46.2825l.0009,0c-5.365,0-21.5-3.6669-21.5-22.3005A17.75,17.75,0,0,1,10.67,8.9677a14.3344,14.3344,0,0,0,.7167,5.4586h.0717a17.76,17.76,0,0,1,5.1241-4.0492,12.8574,12.8574,0,0,0-.2628,2.5082,11.0681,11.0681,0,0,0,.3225,2.64,4.2029,4.2029,0,0,1,.49.43A11.0931,11.0931,0,0,0,19.76,18.2245C22.2443,19.6579,24,20.482,24,20.482s-1.1944,2.3889-2.64,2.3889c-5.9006,0-7.083,3.8342-7.083,3.8342s1.1944,7.931,9.5555,7.931c3.0816,0,9.1733-1.696,9.1733-8.8269a8.8386,8.8386,0,0,0-4.6224-7.8832,7.4528,7.4528,0,0,1,5.6139,1.6364A11.4191,11.4191,0,0,0,24,13.6618h-.7047A15.8144,15.8144,0,0,1,30.7248,1.7175,23.893,23.893,0,0,0,34.4634,7.427c2.6039,2.95,5.9721,6.51,7.3577,10.1769a24.5445,24.5445,0,0,0-2.0664-6.3664S45.5,14.6058,45.5,24.9138a21.6178,21.6178,0,0,1-1.9678,8.7227"/><circle class="a" cx="38.5" cy="38.5" r="7"/><polyline class="a" points="36.5 34.5 36.5 42.5 40.5 42.5"/></svg>
Copied!