Foxs Mmm Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Foxs Mmm 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/340766.svg" alt="Foxs Mmm icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340766.svg" alt="Foxs Mmm icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340766.svg" alt="Foxs Mmm icon" :width="24" :height="24" />
CSS background
.icon-foxs-mmm {
background-image: url('https://proicons.com/icon/340766.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M35.1651,22.4936v-6.788A2.7093,2.7093,0,0,0,32.45,12.99H25.6971V9.2516h0A4.7516,4.7516,0,0,0,20.9455,4.5h0a4.7516,4.7516,0,0,0-4.7516,4.7516V12.99H9.3707a2.7093,2.7093,0,0,0-2.7152,2.7152v6.788H8.3863a4.7516,4.7516,0,0,1,0,9.5032H6.6555v6.788A2.7093,2.7093,0,0,0,9.3707,41.5h6.8232V39.0214h0A4.7516,4.7516,0,0,1,20.9455,34.27h0a4.7516,4.7516,0,0,1,4.7516,4.7516h0V41.5H32.45a2.7093,2.7093,0,0,0,2.7152-2.7152v-6.788h3.4278a4.7516,4.7516,0,0,0,0-9.5032Z"/></svg>
Copied!