Libreoffice Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Libreoffice 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/315000.svg" alt="Libreoffice icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/315000.svg" alt="Libreoffice icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/315000.svg" alt="Libreoffice icon" :width="24" :height="24" />
CSS background
.icon-libreoffice {
background-image: url('https://proicons.com/icon/315000.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>LibreOffice</title><path d="M16.365 0a.597.597 0 00-.555.352.582.582 0 00.128.635l4.985 4.996a.605.605 0 00.635.133.59.59 0 00.363-.53V.577A.605.605 0 0021.335 0zM2.661 0a.59.59 0 00-.582.59v22.82a.59.59 0 00.582.59h18.67a.59.59 0 00.59-.59V8.716a.59.59 0 00-.17-.42L13.674.182a.59.59 0 00-.42-.181zm.59 1.184h9.754l7.733 7.77v13.863H3.251z"/></svg>
Copied!