The Kana Quiz Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The The Kana Quiz 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/348442.svg" alt="The Kana Quiz icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348442.svg" alt="The Kana Quiz icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348442.svg" alt="The Kana Quiz icon" :width="24" :height="24" />
CSS background
.icon-the-kana-quiz {
background-image: url('https://proicons.com/icon/348442.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="f" d="M6.022,7.8398h13.79M11.181,5.4628v8.349c0,1.806.278,3.993,1.657,5.16M16.028,11.7798c-1.689,5.866-4.004,9.913-7.13,9.913-2.019,0-3.408-1.603-3.408-3.534,0-3.439,3.921-6.585,8.943-6.598,3.336-.009,6.066,2.472,6.066,5.629,0,2.934-2.374,4.633-5.973,5.316M32.41,5.8698c-1.725,5.653-3.967,10.962-6.692,15.948M39.008,7.7768c1.606,1.918,2.673,3.898,3.502,5.754M26.437,9.9978h7.036c1.938,0,3.096,1.184,3.096,3.158,0,2.267-.575,4.503-1.165,6.311-.669,2.048-1.26,2.695-2.213,2.695-.919,0-1.491-.521-2.001-.844M21.469,24.9498l1.478,2.56M18.592,24.9818l1.478,2.56M5.803,29.5458h14.447M10.869,26.5438c2.139,3.153,4.942,6.694,7.505,9.225-5.142-2.682-12.102-2.118-12.102,2.408,0,5.156,7.59,4.987,12.508,3.315M25.405,32.0478h16.354M37.975,27.0758v6.411c0,2.117-.594,3.617-1.407,4.347M29.157,27.1078v11.445c0,2.046,1.357,3.596,3.221,3.596h6.504"/></svg>
Copied!