Mozc Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mozc 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/329608.svg" alt="Mozc icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/329608.svg" alt="Mozc icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/329608.svg" alt="Mozc icon" :width="24" :height="24" />
CSS background
.icon-mozc {
background-image: url('https://proicons.com/icon/329608.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>.f,.g{fill:none;stroke:#000;stroke-linejoin:round;}.g{stroke-linecap:round;}</style></defs><path class="g" d="M30.3988,38.0294c-8.5209,3.5328-18.2924-.5108-21.8252-9.0318-3.5328-8.5209.5108-18.2924,9.0318-21.8252,8.5209-3.5328,18.2924.5108,21.8252,9.0318,2.4712,5.9603,1.2882,12.8109-3.0388,17.5972"/><circle class="f" cx="34.9918" cy="37.8524" r="4.253"/><path class="g" d="M15.4768,15.0174h16.44M21.6268,12.1984v9.9c0,2.143.332,4.735,1.977,6.119M27.4068,19.6884c-2.014,6.955-4.774,11.755-8.501,11.755-2.406,0-4.064-1.901-4.064-4.19,0-4.077,4.674-7.809,10.662-7.823,3.977-.011,7.232,2.931,7.232,6.675,0,3.479-2.83,5.494-7.12,6.303"/></svg>
Copied!