Mohafiz Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mohafiz 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/344017.svg" alt="Mohafiz icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344017.svg" alt="Mohafiz icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344017.svg" alt="Mohafiz icon" :width="24" :height="24" />
CSS background
.icon-mohafiz {
background-image: url('https://proicons.com/icon/344017.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,.b,.c{fill:none;stroke:#fff;}.a{stroke-miterlimit:10;}.b,.c{stroke-linejoin:round;}.c{stroke-linecap:round;}.d{fill:#fff;}</style></defs><circle class="a" cx="24" cy="24" r="10.9893"/><circle class="a" cx="24" cy="24" r="19.0486"/><polyline class="b" points="19.869 13.646 19.898 8.221 17.76 6.232"/><polyline class="b" points="28.131 13.646 28.102 8.221 30.24 6.232"/><circle class="a" cx="24" cy="3.7257" r="1.2257"/><polyline class="b" points="13.646 28.131 8.221 28.102 6.232 30.24"/><polyline class="b" points="13.646 19.869 8.221 19.898 6.232 17.76"/><circle class="a" cx="3.7257" cy="24" r="1.2257"/><polyline class="b" points="28.131 34.354 28.102 39.779 30.24 41.768"/><polyline class="b" points="19.869 34.354 19.898 39.779 17.76 41.768"/><circle class="a" cx="24" cy="44.2743" r="1.2257"/><polyline class="b" points="34.354 19.869 39.779 19.898 41.768 17.76"/><polyline class="b" points="34.354 28.131 39.779 28.102 41.768 30.24"/><circle class="a" cx="44.2743" cy="24" r="1.2257"/><path class="c" d="M31.117,27.3423A7.6418,7.6418,0,1,1,20.6608,16.883"/><path class="d" d="M25.3758,18.2325l.978,3.0086h3.1639l-2.5595,1.86.9781,3.0086-2.5595-1.86-2.5595,1.86.9781-3.0086-2.5595-1.86H24.4l.976-3.0086m0-1.0494a1.05,1.05,0,0,0-.998.7252l-.7419,2.2834H21.2348a1.05,1.05,0,0,0-.617,1.8984L22.56,23.5015l-.7419,2.2835a1.0494,1.0494,0,0,0,1.615,1.1732l1.9425-1.4114,1.9424,1.4114a1.0494,1.0494,0,0,0,1.615-1.1732l-.7419-2.2835L30.1337,22.09a1.05,1.05,0,0,0-.617-1.8984h-2.401l-.742-2.2834a1.05,1.05,0,0,0-.9979-.7252Z"/></svg>
Copied!