Kingsoft Documents Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Kingsoft Documents 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/342514.svg" alt="Kingsoft Documents icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342514.svg" alt="Kingsoft Documents icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342514.svg" alt="Kingsoft Documents icon" :width="24" :height="24" />
CSS background
.icon-kingsoft-documents {
background-image: url('https://proicons.com/icon/342514.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="e" d="M14.6915,29.3759l-9.3091,5.3761,18.618,10.748,18.618-10.748V13.248L24.0004,2.5,5.3824,13.248l18.618,10.752v21.5"/><path class="e" d="M14.6905,18.6239l-9.3091,5.3761,18.62,10.75"/><path class="e" d="M24.0005,23.9999l18.618-10.752"/><path class="e" d="M24.0005,34.7499l9.3091-5.3746v-10.751"/><path class="e" d="M33.3095,29.3749l9.3091,5.3754"/></svg>
Copied!