lmstudio logo
lmstudio from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- lmstudio
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the lmstudio logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.025 0c3.492 0 5.237 0 6.571.68a6.24 6.24 0 0 1 2.725 2.724C24 4.738 24 6.484 24 9.975v4.05c0 3.492 0 5.237-.68 6.571a6.24 6.24 0 0 1-2.724 2.725c-1.334.679-3.08.679-6.571.679h-4.05c-3.492 0-5.237 0-6.571-.68A6.24 6.24 0 0 1 .68 20.597C0 19.262 0 17.516 0 14.025v-4.05c0-3.492 0-5.237.68-6.571A6.23 6.23 0 0 1 3.404.68C4.738 0 6.484 0 9.975 0zM7.688 16.313a1.313 1.313 0 0 0 0 2.625h11.625a1.313 1.313 0 0 0 0-2.625zm-3-3.75a1.313 1.313 0 0 0 0 2.624h11.625a1.313 1.313 0 0 0 0-2.624zm3-3.75a1.313 1.313 0 0 0 0 2.624h11.625a1.313 1.313 0 0 0 0-2.624zm-3-3.75a1.313 1.313 0 0 0 0 2.625h11.625a1.313 1.313 0 0 0 0-2.625z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsLmstudio(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="M14.025 0c3.492 0 5.237 0 6.571.68a6.24 6.24 0 0 1 2.725 2.724C24 4.738 24 6.484 24 9.975v4.05c0 3.492 0 5.237-.68 6.571a6.24 6.24 0 0 1-2.724 2.725c-1.334.679-3.08.679-6.571.679h-4.05c-3.492 0-5.237 0-6.571-.68A6.24 6.24 0 0 1 .68 20.597C0 19.262 0 17.516 0 14.025v-4.05c0-3.492 0-5.237.68-6.571A6.23 6.23 0 0 1 3.404.68C4.738 0 6.484 0 9.975 0zM7.688 16.313a1.313 1.313 0 0 0 0 2.625h11.625a1.313 1.313 0 0 0 0-2.625zm-3-3.75a1.313 1.313 0 0 0 0 2.624h11.625a1.313 1.313 0 0 0 0-2.624zm3-3.75a1.313 1.313 0 0 0 0 2.624h11.625a1.313 1.313 0 0 0 0-2.624zm-3-3.75a1.313 1.313 0 0 0 0 2.625h11.625a1.313 1.313 0 0 0 0-2.625z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.025 0c3.492 0 5.237 0 6.571.68a6.24 6.24 0 0 1 2.725 2.724C24 4.738 24 6.484 24 9.975v4.05c0 3.492 0 5.237-.68 6.571a6.24 6.24 0 0 1-2.724 2.725c-1.334.679-3.08.679-6.571.679h-4.05c-3.492 0-5.237 0-6.571-.68A6.24 6.24 0 0 1 .68 20.597C0 19.262 0 17.516 0 14.025v-4.05c0-3.492 0-5.237.68-6.571A6.23 6.23 0 0 1 3.404.68C4.738 0 6.484 0 9.975 0zM7.688 16.313a1.313 1.313 0 0 0 0 2.625h11.625a1.313 1.313 0 0 0 0-2.625zm-3-3.75a1.313 1.313 0 0 0 0 2.624h11.625a1.313 1.313 0 0 0 0-2.624zm3-3.75a1.313 1.313 0 0 0 0 2.624h11.625a1.313 1.313 0 0 0 0-2.624zm-3-3.75a1.313 1.313 0 0 0 0 2.625h11.625a1.313 1.313 0 0 0 0-2.625z"/></svg> </template>
CSS
.icon-lmstudio {
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%22M14.025%200c3.492%200%205.237%200%206.571.68a6.24%206.24%200%200%201%202.725%202.724C24%204.738%2024%206.484%2024%209.975v4.05c0%203.492%200%205.237-.68%206.571a6.24%206.24%200%200%201-2.724%202.725c-1.334.679-3.08.679-6.571.679h-4.05c-3.492%200-5.237%200-6.571-.68A6.24%206.24%200%200%201%20.68%2020.597C0%2019.262%200%2017.516%200%2014.025v-4.05c0-3.492%200-5.237.68-6.571A6.23%206.23%200%200%201%203.404.68C4.738%200%206.484%200%209.975%200zM7.688%2016.313a1.313%201.313%200%200%200%200%202.625h11.625a1.313%201.313%200%200%200%200-2.625zm-3-3.75a1.313%201.313%200%200%200%200%202.624h11.625a1.313%201.313%200%200%200%200-2.624zm3-3.75a1.313%201.313%200%200%200%200%202.624h11.625a1.313%201.313%200%200%200%200-2.624zm-3-3.75a1.313%201.313%200%200%200%200%202.625h11.625a1.313%201.313%200%200%200%200-2.625z%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%22M14.025%200c3.492%200%205.237%200%206.571.68a6.24%206.24%200%200%201%202.725%202.724C24%204.738%2024%206.484%2024%209.975v4.05c0%203.492%200%205.237-.68%206.571a6.24%206.24%200%200%201-2.724%202.725c-1.334.679-3.08.679-6.571.679h-4.05c-3.492%200-5.237%200-6.571-.68A6.24%206.24%200%200%201%20.68%2020.597C0%2019.262%200%2017.516%200%2014.025v-4.05c0-3.492%200-5.237.68-6.571A6.23%206.23%200%200%201%203.404.68C4.738%200%206.484%200%209.975%200zM7.688%2016.313a1.313%201.313%200%200%200%200%202.625h11.625a1.313%201.313%200%200%200%200-2.625zm-3-3.75a1.313%201.313%200%200%200%200%202.624h11.625a1.313%201.313%200%200%200%200-2.624zm3-3.75a1.313%201.313%200%200%200%200%202.624h11.625a1.313%201.313%200%200%200%200-2.624zm-3-3.75a1.313%201.313%200%200%200%200%202.625h11.625a1.313%201.313%200%200%200%200-2.625z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/lmstudio.svg?color=%231a73e8&size=48