file type libreoffice math logo
file-type-libreoffice-math from VSCode Icons by Roberto Huertas · Color · MIT Free for personal and commercial use.
- Name
- file-type-libreoffice-math
- Set
- VSCode Icons
- Style
- Color
- Viewbox
- 32×32
- License
- MIT
Related icons in VSCode Icons
file-type-accessfile-type-access2file-type-actionscriptfile-type-actionscript2file-type-adafile-type-advplfile-type-affinityfile-type-affinitydesignerfile-type-affinityphotofile-type-affinitypublisherfile-type-agdafile-type-agentsfile-type-aifile-type-ai2file-type-aikidofile-type-alfile-type-al-dalfile-type-alchemyfile-type-allcontributorsfile-type-alloyfile-type-allurefile-type-angularfile-type-ansiblefile-type-antlers-html
Use the file type libreoffice math logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGimcRbe8c" x1="4" x2="28" y1="31" y2="1" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#c10018"/><stop offset="1" stop-color="#ff5a96"/></linearGradient></defs><g fill-rule="evenodd"><path fill="url(#SVGimcRbe8c)" d="M7 0C4.784 0 3 1.784 3 4v24c0 2.216 1.784 4 4 4h18c2.216 0 4-1.784 4-4V12L17 0zm13 0l9 9V0z" transform="translate(2 2)scale(.875)"/><g stroke-linecap="square"><path fill-opacity=".199" d="M4.625 25.625v.875c0 1.939 1.561 3.5 3.5 3.5h15.75c1.939 0 3.5-1.561 3.5-3.5v-.875c0 1.939-1.561 3.5-3.5 3.5H8.125a3.49 3.49 0 0 1-3.5-3.5"/><path fill-opacity=".201" d="M19.5 2h1.225l6.65 6.65v1.225z"/></g><g fill="#fafafa" transform="translate(2 2)scale(.875)"><path d="M15.191 13L11.5 20.383L9.808 17H8.5a.5.5 0 0 0-.5.5a.5.5 0 0 0 .5.5h.691l2.309 4.617L15.808 14H23.5a.5.5 0 0 0 .5-.5a.5.5 0 0 0-.5-.5z" color="#000"/><rect width="4" height="1" x="8" y="24" ry=".5"/><rect width="4" height="1" x="14" y="24" ry=".5"/><rect width="4" height="1" x="20" y="24" ry=".5"/></g><path fill="#fda8b3" d="M17.653 16.005a.88.88 0 0 0-.521.251a.875.875 0 0 0 0 1.238l1.131 1.131l-1.131 1.132a.875.875 0 0 0 0 1.237a.875.875 0 0 0 1.237 0l1.131-1.131l1.132 1.13a.875.875 0 0 0 1.237 0a.875.875 0 0 0 0-1.236l-1.131-1.132l1.131-1.131a.875.875 0 0 0 0-1.238a.875.875 0 0 0-1.237 0L19.5 17.388l-1.131-1.132a.88.88 0 0 0-.716-.25" color="#000"/></g></svg>
React
import type { SVGProps } from "react";
export function VscodeIconsFileTypeLibreofficeMath(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGimcRbe8c" x1="4" x2="28" y1="31" y2="1" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#c10018"/><stop offset="1" stopColor="#ff5a96"/></linearGradient></defs><g fillRule="evenodd"><path fill="url(#SVGimcRbe8c)" d="M7 0C4.784 0 3 1.784 3 4v24c0 2.216 1.784 4 4 4h18c2.216 0 4-1.784 4-4V12L17 0zm13 0l9 9V0z" transform="translate(2 2)scale(.875)"/><g strokeLinecap="square"><path fillOpacity=".199" d="M4.625 25.625v.875c0 1.939 1.561 3.5 3.5 3.5h15.75c1.939 0 3.5-1.561 3.5-3.5v-.875c0 1.939-1.561 3.5-3.5 3.5H8.125a3.49 3.49 0 0 1-3.5-3.5"/><path fillOpacity=".201" d="M19.5 2h1.225l6.65 6.65v1.225z"/></g><g fill="#fafafa" transform="translate(2 2)scale(.875)"><path d="M15.191 13L11.5 20.383L9.808 17H8.5a.5.5 0 0 0-.5.5a.5.5 0 0 0 .5.5h.691l2.309 4.617L15.808 14H23.5a.5.5 0 0 0 .5-.5a.5.5 0 0 0-.5-.5z" color="#000"/><rect width="4" height="1" x="8" y="24" ry=".5"/><rect width="4" height="1" x="14" y="24" ry=".5"/><rect width="4" height="1" x="20" y="24" ry=".5"/></g><path fill="#fda8b3" d="M17.653 16.005a.88.88 0 0 0-.521.251a.875.875 0 0 0 0 1.238l1.131 1.131l-1.131 1.132a.875.875 0 0 0 0 1.237a.875.875 0 0 0 1.237 0l1.131-1.131l1.132 1.13a.875.875 0 0 0 1.237 0a.875.875 0 0 0 0-1.236l-1.131-1.132l1.131-1.131a.875.875 0 0 0 0-1.238a.875.875 0 0 0-1.237 0L19.5 17.388l-1.131-1.132a.88.88 0 0 0-.716-.25" color="#000"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGimcRbe8c" x1="4" x2="28" y1="31" y2="1" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#c10018"/><stop offset="1" stop-color="#ff5a96"/></linearGradient></defs><g fill-rule="evenodd"><path fill="url(#SVGimcRbe8c)" d="M7 0C4.784 0 3 1.784 3 4v24c0 2.216 1.784 4 4 4h18c2.216 0 4-1.784 4-4V12L17 0zm13 0l9 9V0z" transform="translate(2 2)scale(.875)"/><g stroke-linecap="square"><path fill-opacity=".199" d="M4.625 25.625v.875c0 1.939 1.561 3.5 3.5 3.5h15.75c1.939 0 3.5-1.561 3.5-3.5v-.875c0 1.939-1.561 3.5-3.5 3.5H8.125a3.49 3.49 0 0 1-3.5-3.5"/><path fill-opacity=".201" d="M19.5 2h1.225l6.65 6.65v1.225z"/></g><g fill="#fafafa" transform="translate(2 2)scale(.875)"><path d="M15.191 13L11.5 20.383L9.808 17H8.5a.5.5 0 0 0-.5.5a.5.5 0 0 0 .5.5h.691l2.309 4.617L15.808 14H23.5a.5.5 0 0 0 .5-.5a.5.5 0 0 0-.5-.5z" color="#000"/><rect width="4" height="1" x="8" y="24" ry=".5"/><rect width="4" height="1" x="14" y="24" ry=".5"/><rect width="4" height="1" x="20" y="24" ry=".5"/></g><path fill="#fda8b3" d="M17.653 16.005a.88.88 0 0 0-.521.251a.875.875 0 0 0 0 1.238l1.131 1.131l-1.131 1.132a.875.875 0 0 0 0 1.237a.875.875 0 0 0 1.237 0l1.131-1.131l1.132 1.13a.875.875 0 0 0 1.237 0a.875.875 0 0 0 0-1.236l-1.131-1.132l1.131-1.131a.875.875 0 0 0 0-1.238a.875.875 0 0 0-1.237 0L19.5 17.388l-1.131-1.132a.88.88 0 0 0-.716-.25" color="#000"/></g></svg> </template>
CSS
.icon-file-type-libreoffice-math {
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%2032%2032%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGimcRbe8c%22%20x1%3D%224%22%20x2%3D%2228%22%20y1%3D%2231%22%20y2%3D%221%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23c10018%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ff5a96%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cg%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22url(%23SVGimcRbe8c)%22%20d%3D%22M7%200C4.784%200%203%201.784%203%204v24c0%202.216%201.784%204%204%204h18c2.216%200%204-1.784%204-4V12L17%200zm13%200l9%209V0z%22%20transform%3D%22translate(2%202)scale(.875)%22%2F%3E%3Cg%20stroke-linecap%3D%22square%22%3E%3Cpath%20fill-opacity%3D%22.199%22%20d%3D%22M4.625%2025.625v.875c0%201.939%201.561%203.5%203.5%203.5h15.75c1.939%200%203.5-1.561%203.5-3.5v-.875c0%201.939-1.561%203.5-3.5%203.5H8.125a3.49%203.49%200%200%201-3.5-3.5%22%2F%3E%3Cpath%20fill-opacity%3D%22.201%22%20d%3D%22M19.5%202h1.225l6.65%206.65v1.225z%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22%23fafafa%22%20transform%3D%22translate(2%202)scale(.875)%22%3E%3Cpath%20d%3D%22M15.191%2013L11.5%2020.383L9.808%2017H8.5a.5.5%200%200%200-.5.5a.5.5%200%200%200%20.5.5h.691l2.309%204.617L15.808%2014H23.5a.5.5%200%200%200%20.5-.5a.5.5%200%200%200-.5-.5z%22%20color%3D%22%23000%22%2F%3E%3Crect%20width%3D%224%22%20height%3D%221%22%20x%3D%228%22%20y%3D%2224%22%20ry%3D%22.5%22%2F%3E%3Crect%20width%3D%224%22%20height%3D%221%22%20x%3D%2214%22%20y%3D%2224%22%20ry%3D%22.5%22%2F%3E%3Crect%20width%3D%224%22%20height%3D%221%22%20x%3D%2220%22%20y%3D%2224%22%20ry%3D%22.5%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23fda8b3%22%20d%3D%22M17.653%2016.005a.88.88%200%200%200-.521.251a.875.875%200%200%200%200%201.238l1.131%201.131l-1.131%201.132a.875.875%200%200%200%200%201.237a.875.875%200%200%200%201.237%200l1.131-1.131l1.132%201.13a.875.875%200%200%200%201.237%200a.875.875%200%200%200%200-1.236l-1.131-1.132l1.131-1.131a.875.875%200%200%200%200-1.238a.875.875%200%200%200-1.237%200L19.5%2017.388l-1.131-1.132a.88.88%200%200%200-.716-.25%22%20color%3D%22%23000%22%2F%3E%3C%2Fg%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%2032%2032%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGimcRbe8c%22%20x1%3D%224%22%20x2%3D%2228%22%20y1%3D%2231%22%20y2%3D%221%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23c10018%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ff5a96%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cg%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22url(%23SVGimcRbe8c)%22%20d%3D%22M7%200C4.784%200%203%201.784%203%204v24c0%202.216%201.784%204%204%204h18c2.216%200%204-1.784%204-4V12L17%200zm13%200l9%209V0z%22%20transform%3D%22translate(2%202)scale(.875)%22%2F%3E%3Cg%20stroke-linecap%3D%22square%22%3E%3Cpath%20fill-opacity%3D%22.199%22%20d%3D%22M4.625%2025.625v.875c0%201.939%201.561%203.5%203.5%203.5h15.75c1.939%200%203.5-1.561%203.5-3.5v-.875c0%201.939-1.561%203.5-3.5%203.5H8.125a3.49%203.49%200%200%201-3.5-3.5%22%2F%3E%3Cpath%20fill-opacity%3D%22.201%22%20d%3D%22M19.5%202h1.225l6.65%206.65v1.225z%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22%23fafafa%22%20transform%3D%22translate(2%202)scale(.875)%22%3E%3Cpath%20d%3D%22M15.191%2013L11.5%2020.383L9.808%2017H8.5a.5.5%200%200%200-.5.5a.5.5%200%200%200%20.5.5h.691l2.309%204.617L15.808%2014H23.5a.5.5%200%200%200%20.5-.5a.5.5%200%200%200-.5-.5z%22%20color%3D%22%23000%22%2F%3E%3Crect%20width%3D%224%22%20height%3D%221%22%20x%3D%228%22%20y%3D%2224%22%20ry%3D%22.5%22%2F%3E%3Crect%20width%3D%224%22%20height%3D%221%22%20x%3D%2214%22%20y%3D%2224%22%20ry%3D%22.5%22%2F%3E%3Crect%20width%3D%224%22%20height%3D%221%22%20x%3D%2220%22%20y%3D%2224%22%20ry%3D%22.5%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23fda8b3%22%20d%3D%22M17.653%2016.005a.88.88%200%200%200-.521.251a.875.875%200%200%200%200%201.238l1.131%201.131l-1.131%201.132a.875.875%200%200%200%200%201.237a.875.875%200%200%200%201.237%200l1.131-1.131l1.132%201.13a.875.875%200%200%200%201.237%200a.875.875%200%200%200%200-1.236l-1.131-1.132l1.131-1.131a.875.875%200%200%200%200-1.238a.875.875%200%200%200-1.237%200L19.5%2017.388l-1.131-1.132a.88.88%200%200%200-.716-.25%22%20color%3D%22%23000%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/vscode-icons/file-type-libreoffice-math.svg?color=%231a73e8&size=48