Kanji Dojo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kanji Dojo 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/327822.svg" alt="Kanji Dojo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327822.svg" alt="Kanji Dojo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327822.svg" alt="Kanji Dojo icon" :width="24" :height="24" />
CSS background
.icon-kanji-dojo {
background-image: url('https://proicons.com/icon/327822.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><circle class="f" cx="38.8205" cy="39.9945" r="3"/><path class="g" d="M6.0985,28.3405h35.803M13.8485,16.0705h19.418c1.187,0,1.403,1.013.657,1.837-2.923,3.232-6.867,4.687-10.307,5.489-1.006.235-.818.802-.374,1.265.978,1.02,2.064,2.448,2.064,5.002v8.929c0,2.169-1.614,3.443-3.556,3.443-1.734,0-3.229-.364-5.203-1.375M24.0085,5.0055v4.064M7.0195,15.8445v-5.182c-.0011-.8781.7099-1.5909,1.588-1.592.0013,0,.0027,0,.004,0h30.798c.8781-.0006,1.5904.7109,1.591,1.589v5.128"/></svg>
Copied!