Foundit Monster Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Foundit Monster 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/326200.svg" alt="Foundit Monster icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/326200.svg" alt="Foundit Monster icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/326200.svg" alt="Foundit Monster icon" :width="24" :height="24" />
CSS background
.icon-foundit-monster {
background-image: url('https://proicons.com/icon/326200.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.d{fill:#000;stroke-width:0px;}</style></defs><path id="b" class="c" d="M9.5,5.5h29c2.216,0,4,1.784,4,4v29c0,2.216-1.784,4-4,4H9.5c-2.216,0-4-1.784-4-4V9.5c0-2.216,1.784-4,4-4Z"/><path class="c" d="M17.9326,22.9424v3.2464c0,1.0866.8809,1.9675,1.9675,1.9675h0c1.0866,0,1.9675-.8809,1.9675-1.9675v-3.2464"/><line class="c" x1="21.8677" y1="26.1889" x2="21.8677" y2="28.1564"/><circle class="d" cx="35.7008" cy="20.5322" r=".75"/><line class="c" x1="35.7008" y1="22.9424" x2="35.7008" y2="28.1564"/><path class="c" d="M38.7211,21.3192v5.8534c0,.5433.4404.9838.9838.9838h.2951"/><line class="c" x1="37.6881" y1="22.9424" x2="39.7541" y2="22.9424"/><path class="c" d="M27.633,28.1564v-3.2464c0-1.0866-.8809-1.9675-1.9675-1.9675h0c-1.0866,0-1.9675.8809-1.9675,1.9675"/><line class="c" x1="23.6979" y1="28.1564" x2="23.6979" y2="22.9424"/><path class="c" d="M33.485,24.91c0-1.0866-.8809-1.9675-1.9675-1.9675h0c-1.0866,0-1.9675.8809-1.9675,1.9675v1.2789c0,1.0866.8809,1.9675,1.9675,1.9675h0c1.0866,0,1.9675-.8809,1.9675-1.9675"/><line class="c" x1="33.485" y1="28.1564" x2="33.485" y2="20.2863"/><path class="c" d="M9.1666,28.1564v-6.4929c0-.7607.6166-1.3773,1.3773-1.3773h0c.6779,0,1.101.2007,1.3912.5762"/><line class="c" x1="8" y1="22.9424" x2="10.7546" y2="22.9424"/><path class="c" d="M12.0719,24.91c0-1.0866.8809-1.9675,1.9675-1.9675s1.9675.8809,1.9675,1.9675v1.2789c0,1.0866-.8809,1.9675-1.9675,1.9675s-1.9675-.8809-1.9675-1.9675v-1.2789Z"/></svg>
Copied!