Fun With Kanji Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fun With Kanji 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/340872.svg" alt="Fun With Kanji icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340872.svg" alt="Fun With Kanji icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340872.svg" alt="Fun With Kanji icon" :width="24" :height="24" />
CSS background
.icon-fun-with-kanji {
background-image: url('https://proicons.com/icon/340872.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="M16.4625,27.9835c.548,2.657,2.833,4.64,5.45,5.08M16.4625,20.1615v6.978c0,2.829-2.318,5.376-5.45,5.924M5.9315,15.7725c.8598.228,1.6509.6622,2.305,1.265M5.1955,22.1365c.947.085,1.707.238,2.286.518M8.4255,26.6225c-.539,2.546-1.304,4.262-2.796,6.269M12.2785,20.1625h8.368c.3148.0016.5687.2582.567.573,0,.0007,0,.0014,0,.002v2.128c.0028.3148-.2502.5722-.565.575-.0007,0-.0014,0-.002,0h-8.368c-.3148-.0016-.5687-.2582-.567-.573,0-.0007,0-.0014,0-.002v-2.128c-.0028-.3148.2502-.5722.565-.575.0007,0,.0014,0,.002,0ZM10.7105,28.7315h11.447M12.0135,26.0475h8.992M18.9845,15.0055v3.278M13.9975,15.0055v3.278M10.5025,16.6155h11.938M25.8605,26.1435h16.944M29.5285,20.2505h9.19c.562,0,.664.486.311.882-1.383,1.552-3.25,2.251-4.878,2.637-.476.113-.387.385-.177.607.6458.6298.9999,1.5002.977,2.402v4.289c0,1.042-.764,1.654-1.683,1.654-.821,0-1.528-.175-2.463-.66M34.3365,14.9365v1.952M26.2955,20.1415v-2.489c-.0028-.419.334-.7612.753-.765h14.575c.419.0039.7558.346.753.765v2.462"/></svg>
Copied!