libreofficebase logo
libreofficebase from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- libreofficebase
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the libreofficebase logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 13h-1v-1h1zm0 1h-1v1h1zm0 2h-1v1h1zm-.6-16H15l7 7V0zM13 0l9 9v12c0 1.662-1.338 3-3 3H5c-1.662 0-3-1.338-3-3V3c0-1.662 1.338-3 3-3zM6 11c0 .552 1.343 1 3 1s3-.448 3-1v-1c0-.552-1.343-1-3-1s-3 .448-3 1zm0 2c0 .552 1.343 1 3 1s3-.448 3-1v-1c0 .552-1.343 1-3 1s-3-.448-3-1zm0 2c0 .552 1.343 1 3 1s3-.448 3-1v-1c0 .552-1.343 1-3 1s-3-.448-3-1zm0 2c0 .552 1.343 1 3 1s3-.448 3-1v-1c0 .552-1.343 1-3 1s-3-.448-3-1zm12-6h-5v7h5zm-3 1h-1v1h1zm0 4h-1v1h1zm0-2h-1v1h1z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsLibreofficebase(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 13h-1v-1h1zm0 1h-1v1h1zm0 2h-1v1h1zm-.6-16H15l7 7V0zM13 0l9 9v12c0 1.662-1.338 3-3 3H5c-1.662 0-3-1.338-3-3V3c0-1.662 1.338-3 3-3zM6 11c0 .552 1.343 1 3 1s3-.448 3-1v-1c0-.552-1.343-1-3-1s-3 .448-3 1zm0 2c0 .552 1.343 1 3 1s3-.448 3-1v-1c0 .552-1.343 1-3 1s-3-.448-3-1zm0 2c0 .552 1.343 1 3 1s3-.448 3-1v-1c0 .552-1.343 1-3 1s-3-.448-3-1zm0 2c0 .552 1.343 1 3 1s3-.448 3-1v-1c0 .552-1.343 1-3 1s-3-.448-3-1zm12-6h-5v7h5zm-3 1h-1v1h1zm0 4h-1v1h1zm0-2h-1v1h1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 13h-1v-1h1zm0 1h-1v1h1zm0 2h-1v1h1zm-.6-16H15l7 7V0zM13 0l9 9v12c0 1.662-1.338 3-3 3H5c-1.662 0-3-1.338-3-3V3c0-1.662 1.338-3 3-3zM6 11c0 .552 1.343 1 3 1s3-.448 3-1v-1c0-.552-1.343-1-3-1s-3 .448-3 1zm0 2c0 .552 1.343 1 3 1s3-.448 3-1v-1c0 .552-1.343 1-3 1s-3-.448-3-1zm0 2c0 .552 1.343 1 3 1s3-.448 3-1v-1c0 .552-1.343 1-3 1s-3-.448-3-1zm0 2c0 .552 1.343 1 3 1s3-.448 3-1v-1c0 .552-1.343 1-3 1s-3-.448-3-1zm12-6h-5v7h5zm-3 1h-1v1h1zm0 4h-1v1h1zm0-2h-1v1h1z"/></svg> </template>
CSS
.icon-libreofficebase {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%2013h-1v-1h1zm0%201h-1v1h1zm0%202h-1v1h1zm-.6-16H15l7%207V0zM13%200l9%209v12c0%201.662-1.338%203-3%203H5c-1.662%200-3-1.338-3-3V3c0-1.662%201.338-3%203-3zM6%2011c0%20.552%201.343%201%203%201s3-.448%203-1v-1c0-.552-1.343-1-3-1s-3%20.448-3%201zm0%202c0%20.552%201.343%201%203%201s3-.448%203-1v-1c0%20.552-1.343%201-3%201s-3-.448-3-1zm0%202c0%20.552%201.343%201%203%201s3-.448%203-1v-1c0%20.552-1.343%201-3%201s-3-.448-3-1zm0%202c0%20.552%201.343%201%203%201s3-.448%203-1v-1c0%20.552-1.343%201-3%201s-3-.448-3-1zm12-6h-5v7h5zm-3%201h-1v1h1zm0%204h-1v1h1zm0-2h-1v1h1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%2013h-1v-1h1zm0%201h-1v1h1zm0%202h-1v1h1zm-.6-16H15l7%207V0zM13%200l9%209v12c0%201.662-1.338%203-3%203H5c-1.662%200-3-1.338-3-3V3c0-1.662%201.338-3%203-3zM6%2011c0%20.552%201.343%201%203%201s3-.448%203-1v-1c0-.552-1.343-1-3-1s-3%20.448-3%201zm0%202c0%20.552%201.343%201%203%201s3-.448%203-1v-1c0%20.552-1.343%201-3%201s-3-.448-3-1zm0%202c0%20.552%201.343%201%203%201s3-.448%203-1v-1c0%20.552-1.343%201-3%201s-3-.448-3-1zm0%202c0%20.552%201.343%201%203%201s3-.448%203-1v-1c0%20.552-1.343%201-3%201s-3-.448-3-1zm12-6h-5v7h5zm-3%201h-1v1h1zm0%204h-1v1h1zm0-2h-1v1h1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/libreofficebase.svg?color=%231a73e8&size=48