Mobizen Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mobizen 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/344000.svg" alt="Mobizen icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344000.svg" alt="Mobizen icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344000.svg" alt="Mobizen icon" :width="24" :height="24" />
CSS background
.icon-mobizen {
background-image: url('https://proicons.com/icon/344000.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m27.4754,30.9448c-1.2176,7.2826-11.0264,5.5075-9.2057-2.8675l1.7296-8.4547c.0228-3.8689-4.1306-2.9927-4.2103,1.5703l-1.0924,6.2756c-1.5248,9.4561-11.7205,11.2483-10.0023.734l1.65-9.4219c1.6158-6.8389,16.1811-7.1689,19.538-5.1206,5.792-2.2531,19.299-1.6158,17.4442,5.132l-1.4793,8.7164c-1.1721,10.5485-11.6522,9.5357-9.7633,1.3883l1.411-9.0919c.3983-4.2444-3.5844-3.2544-4.142,1.0014l-1.8776,10.1388"/></svg>
Copied!