Wps Office Lite Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wps Office Lite 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/335284.svg" alt="Wps Office Lite icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335284.svg" alt="Wps Office Lite icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335284.svg" alt="Wps Office Lite icon" :width="24" :height="24" />
CSS background
.icon-wps-office-lite {
background-image: url('https://proicons.com/icon/335284.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><polyline class="c" points="12.7057 34.1685 12.7057 42.5 17.0428 42.5"/><line class="c" x1="19.7653" y1="34.1685" x2="19.7653" y2="42.5"/><line class="c" x1="22.4879" y1="34.1685" x2="28.2346" y2="34.1685"/><line class="c" x1="25.3613" y1="42.5" x2="25.3613" y2="34.1685"/><line class="c" x1="30.9572" y1="38.3343" x2="33.785" y2="38.3343"/><polyline class="c" points="35.2943 42.5 30.9572 42.5 30.9572 34.1685 35.2943 34.1685"/></g><path class="c" d="M31.5892,29.3569c-.5229,1.0593-1.8643,1.5213-2.996,1.0319-.0014-.0006-.0029-.0013-.0043-.0019-.4706-.2042-.85-.5561-1.0722-.9948l-3.5177-6.9282,2.5395-4.8946,3.0192,5.995,6.9885-13.7858h-5.6434l-4.3642,7.7645-.5079.8803-2.0316,4.0407-3.4895,6.9546c-.538,1.0526-1.8859,1.4977-3.0106.9941-.4649-.2082-.8397-.559-1.0621-.9941L5.8741,8.546c-.5286-1.0551-.0447-2.3115,1.0817-2.8083.2943-.129.6156-.1952.9406-.1937h10.5344c.8367-.0088,1.6076.4234,1.994,1.118l3.5741,6.3296-2.5113,4.5602-4.4018-7.7997h-5.6434l7.0073,13.7858.7148-1.3909,2.8217-5.5901,3.4989-6.1623,2.0974-3.7767c.3864-.6946,1.1573-1.1269,1.994-1.118h10.5156c1.2415,0,2.248.942,2.248,2.104,0,.0029,0,.0059,0,.0088-.0013.3048-.0752.6056-.2163.8803l-10.5344,20.8637Z"/></svg>
Copied!