Write Japanese Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Write Japanese 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/335288.svg" alt="Write Japanese icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335288.svg" alt="Write Japanese icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335288.svg" alt="Write Japanese icon" :width="24" :height="24" />
CSS background
.icon-write-japanese {
background-image: url('https://proicons.com/icon/335288.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="M14.263,19.299l-8.763,14.311M31.349,7.866l-17.086,11.433M42.5,22.627h-14.283c-3.207.035-7.734,3.123-7.708,7.866v12.007"/><path class="g" d="M31.349,7.866l-1.623,14.762M26.42,11.164l4.276,2.653M14.263,19.299l8.687,5.682"/><rect class="f" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="g" d="M26.217,27.722h10.766M30.245,25.87v6.505c0,1.408.217,3.111,1.294,4.02M34.029,30.791c-1.319,4.57-3.126,7.724-5.566,7.724-1.576,0-2.661-1.249-2.661-2.753,0-2.679,3.061-5.131,6.982-5.141,2.604-.007,4.736,1.926,4.736,4.386,0,2.286-1.853,3.61-4.663,4.142"/></svg>
Copied!