Jisho Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Jisho 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/327689.svg" alt="Jisho icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327689.svg" alt="Jisho icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327689.svg" alt="Jisho icon" :width="24" :height="24" />
CSS background
.icon-jisho {
background-image: url('https://proicons.com/icon/327689.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m11.6883,15.8416c4.3324-.4652,9.3683-1.7162,14.1249-4.197"/><path class="b" d="m20.7341,5.5c-8.1352,20.8969-.5716,30.3117,1.6378,34.3118"/><path class="b" d="m26.3006,23.8904c-6.8793,18.127-10.0621,18.5076-13.7702,15.3664-2.3408-1.983-.5949-5.5795,2.8588-8.575,4.2157-3.6566,11.8454-4.9633,15.3049-3.942,11.5952,3.4229,2.8847,12.9038-.2033,15.7603"/></svg>
Copied!