Mortal Kombat Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mortal Kombat 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/329558.svg" alt="Mortal Kombat icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329558.svg" alt="Mortal Kombat icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329558.svg" alt="Mortal Kombat icon" :width="24" :height="24" />
CSS background
.icon-mortal-kombat {
background-image: url('https://proicons.com/icon/329558.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:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m7.1,37.3l1.7-1.6V12.7s-1.9-1.7-1.9-1.7h5.5l5.4,15.6,5.2-15.6h5.4l-1.4,1.6v23l1.7,1.7h-7.7l1.8-1.7v-12.1l-5,13.9-5.1-13.9v12.2l1.7,1.7h-7.2"/><path class="c" d="m27,23.3344l7.8-11.3344-1-1h7.3s-1.9,1-1.9,1l-7.4,11.1,8.9,14.3h-4.6l-6.5-11.3-2.6,3.4667"/><circle class="c" cx="24" cy="24" r="21.5"/></svg>
Copied!