Kanji Study Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kanji Study 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/327823.svg" alt="Kanji Study icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327823.svg" alt="Kanji Study icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327823.svg" alt="Kanji Study icon" :width="24" :height="24" />
CSS background
.icon-kanji-study {
background-image: url('https://proicons.com/icon/327823.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{fill:none;stroke:#000;stroke-linejoin:round;}</style></defs><rect class="f" x="23.907" y="12.458" width="19.593" height="28.186" rx="1.05" ry="1.05"/><path class="f" d="M30.288,7.417c-.1643.0004-.3268.0337-.478.098l-15.78,6.704c-.6227.2645-.9131.9837-.6487,1.6064.0002.0005.0005.0011.0007.0016l10.047,23.689c.1418.3313.423.5829.768.687-.1859-.2194-.2883-.4974-.289-.785V13.683c-.0022-.6749.5431-1.2238,1.218-1.226.0023,0,.0047,0,.007,0h8.105l-1.82-4.292c-.1912-.4542-.6362-.7494-1.129-.749l-.001.001Z"/><path class="f" d="M17.847,7.356c-.325-.0006-.6367.1287-.866.359l-12.121,12.133c-.4786.4767-.4801,1.251-.0034,1.7296.0011.0011.0023.0023.0034.0034l18.182,18.198c.2546.2534.6082.3812.966.349-.2594-.128-.4647-.3443-.579-.61L13.381,15.827c-.2653-.6206.0227-1.3387.6433-1.604.0016-.0007.0032-.0013.0047-.002l7.852-3.334-3.169-3.171c-.2293-.2303-.541-.3596-.866-.359l.001-.001Z"/><path class="f" d="M27.828,28.132h11.751M30.372,24.105h6.373c.389,0,.46.332.216.603-.959,1.061-2.254,1.538-3.383,1.802-.33.077-.268.263-.123.415.321.335.677.803.677,1.642v2.931c0,.712-.53,1.13-1.167,1.13-.569,0-1.06-.12-1.708-.451M33.706,20.475v1.334M28.129,24.032v-1.701c0-.289.234-.522.522-.522h10.108c.289,0,.522.234.522.522v1.682"/></svg>
Copied!