Firefox Momo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Firefox Momo 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/340449.svg" alt="Firefox Momo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340449.svg" alt="Firefox Momo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340449.svg" alt="Firefox Momo icon" :width="24" :height="24" />
CSS background
.icon-firefox-momo {
background-image: url('https://proicons.com/icon/340449.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:#fff;}.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="M12.2711,24.9636c7.973.3283,20.1201,3.5644,20.1201,13.5072,0,2.8843-2.7413,6.3653-10.5525,6.0032-7.504-.3478-14.6797-8.6025-14.6797-16.4619-2.4388-.3283-3.4706-3.2988-3.4706-3.2988,5.6045-3.7008,2.4153-9.8175,7.5978-12.4595-1.1569-.6331-2.0636-2.0636-2.0636-2.0636,4.0334-3.7285,6.0501-2.1808,11.4201-2.087.1172-2.7202,2.8136-7.8323,6.6948-1.0083.8561-4.432,3.8577-5.3466,5.851.5862,3.3768.3986,7.7619,2.1808,7.7619,5.4404s-4.7838,4.6431-9.5676,4.6431c.0938,2.556-.4455,5.4404-5.37.7504.2345,3.7754-.4221,5.7218-6.308.4221-2.1808,2.7671-2.9303,6.4902-2.9303,6.4902"/><path class="d" d="M32.5319,12.324c-.8442,1.4852-2.5326,2.9234-5.2684,1.3445"/><path class="d" d="M31.1803,41.6417c7.2981-.2716,13.1312-6.2738,13.1312-13.6383,0-4.7765-2.4538-8.9799-6.1695-11.4184"/><path class="d" d="M44.2446,26.6446c-5.5454-1.0166-5.1858,1.0157-6.4834,3.3138s-4.4242.938-6.235,4.2423"/><path class="d" d="M26.7611,28.94c-2.5539.4556-1.8661,4.4264-1.8661,4.4264-3.4706-1.2819-5.6436.2814-4.5024,4.1741-4.1272-.6879-6.4782.7035-5.8733,4.1272"/><path class="d" d="M29.9302,21.0125c.0612,3.9276-1.288,6.5835-4.2403,7.2957"/><line class="d" x1="37.3577" y1="8.8204" x2="37.5441" y2="16.828"/><circle class="c" cx="22.1435" cy="13.3398" r=".75"/><circle class="c" cx="29.3732" cy="10.5044" r=".75"/></svg>
Copied!