Kanade Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kanade 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/342375.svg" alt="Kanade icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342375.svg" alt="Kanade icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342375.svg" alt="Kanade icon" :width="24" :height="24" />
CSS background
.icon-kanade {
background-image: url('https://proicons.com/icon/342375.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>.p{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="p" d="M9.9164,30.3036v10.2085"/><path id="c" class="p" d="M11.5994,42.5h24.8244"/><path id="d" class="p" d="M38.0836,30.3036v10.2085"/><path id="e" class="p" d="M24.0116,24.8631v13.1198"/><path id="f" class="p" d="M24.0116,37.9796l6.8216-8.0239"/><path id="g" class="p" d="M17.138,29.9557l6.8764,8.0272"/><path id="h" class="p" d="M9.9164,15.5988v6.0708l28.1672-.0288v-5.8981"/><path id="i" class="p" d="M36.0121,15.5988V5.5h-2.4141"/><path id="j" class="p" d="M30.5455,5.5h-12.7457"/><path id="k" class="p" d="M14.8363,5.5h-2.5239V15.311"/><path id="l" class="p" d="M19.1808,5.5l-6.8684,6.8188"/><path id="m" class="p" d="M29.1069,5.5l6.9051,6.3009"/><rect id="n" class="p" x="17.3313" y="13.485" width="2.5532" height="2.5532"/><rect id="o" class="p" x="28.1387" y="13.485" width="2.5532" height="2.5532"/></svg>
Copied!