modelcontextprotocol logo
modelcontextprotocol from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- modelcontextprotocol
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the modelcontextprotocol logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.85 0a4.16 4.16 0 0 0-2.95 1.217L1.456 10.66a.835.835 0 0 0 0 1.18a.835.835 0 0 0 1.18 0l9.442-9.442a2.49 2.49 0 0 1 3.541 0a2.49 2.49 0 0 1 0 3.541L8.59 12.97l-.1.1a.835.835 0 0 0 0 1.18a.835.835 0 0 0 1.18 0l.1-.098l7.03-7.034a2.49 2.49 0 0 1 3.542 0l.049.05a2.49 2.49 0 0 1 0 3.54l-8.54 8.54a1.96 1.96 0 0 0 0 2.755l1.753 1.753a.835.835 0 0 0 1.18 0a.835.835 0 0 0 0-1.18l-1.753-1.753a.266.266 0 0 1 0-.394l8.54-8.54a4.185 4.185 0 0 0 0-5.9l-.05-.05a4.16 4.16 0 0 0-2.95-1.218c-.2 0-.401.02-.6.048a4.17 4.17 0 0 0-1.17-3.552A4.16 4.16 0 0 0 13.85 0m0 3.333a.84.84 0 0 0-.59.245L6.275 10.56a4.186 4.186 0 0 0 0 5.902a4.186 4.186 0 0 0 5.902 0L19.16 9.48a.835.835 0 0 0 0-1.18a.835.835 0 0 0-1.18 0l-6.985 6.984a2.49 2.49 0 0 1-3.54 0a2.49 2.49 0 0 1 0-3.54l6.983-6.985a.835.835 0 0 0 0-1.18a.84.84 0 0 0-.59-.245"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsModelcontextprotocol(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="M13.85 0a4.16 4.16 0 0 0-2.95 1.217L1.456 10.66a.835.835 0 0 0 0 1.18a.835.835 0 0 0 1.18 0l9.442-9.442a2.49 2.49 0 0 1 3.541 0a2.49 2.49 0 0 1 0 3.541L8.59 12.97l-.1.1a.835.835 0 0 0 0 1.18a.835.835 0 0 0 1.18 0l.1-.098l7.03-7.034a2.49 2.49 0 0 1 3.542 0l.049.05a2.49 2.49 0 0 1 0 3.54l-8.54 8.54a1.96 1.96 0 0 0 0 2.755l1.753 1.753a.835.835 0 0 0 1.18 0a.835.835 0 0 0 0-1.18l-1.753-1.753a.266.266 0 0 1 0-.394l8.54-8.54a4.185 4.185 0 0 0 0-5.9l-.05-.05a4.16 4.16 0 0 0-2.95-1.218c-.2 0-.401.02-.6.048a4.17 4.17 0 0 0-1.17-3.552A4.16 4.16 0 0 0 13.85 0m0 3.333a.84.84 0 0 0-.59.245L6.275 10.56a4.186 4.186 0 0 0 0 5.902a4.186 4.186 0 0 0 5.902 0L19.16 9.48a.835.835 0 0 0 0-1.18a.835.835 0 0 0-1.18 0l-6.985 6.984a2.49 2.49 0 0 1-3.54 0a2.49 2.49 0 0 1 0-3.54l6.983-6.985a.835.835 0 0 0 0-1.18a.84.84 0 0 0-.59-.245"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.85 0a4.16 4.16 0 0 0-2.95 1.217L1.456 10.66a.835.835 0 0 0 0 1.18a.835.835 0 0 0 1.18 0l9.442-9.442a2.49 2.49 0 0 1 3.541 0a2.49 2.49 0 0 1 0 3.541L8.59 12.97l-.1.1a.835.835 0 0 0 0 1.18a.835.835 0 0 0 1.18 0l.1-.098l7.03-7.034a2.49 2.49 0 0 1 3.542 0l.049.05a2.49 2.49 0 0 1 0 3.54l-8.54 8.54a1.96 1.96 0 0 0 0 2.755l1.753 1.753a.835.835 0 0 0 1.18 0a.835.835 0 0 0 0-1.18l-1.753-1.753a.266.266 0 0 1 0-.394l8.54-8.54a4.185 4.185 0 0 0 0-5.9l-.05-.05a4.16 4.16 0 0 0-2.95-1.218c-.2 0-.401.02-.6.048a4.17 4.17 0 0 0-1.17-3.552A4.16 4.16 0 0 0 13.85 0m0 3.333a.84.84 0 0 0-.59.245L6.275 10.56a4.186 4.186 0 0 0 0 5.902a4.186 4.186 0 0 0 5.902 0L19.16 9.48a.835.835 0 0 0 0-1.18a.835.835 0 0 0-1.18 0l-6.985 6.984a2.49 2.49 0 0 1-3.54 0a2.49 2.49 0 0 1 0-3.54l6.983-6.985a.835.835 0 0 0 0-1.18a.84.84 0 0 0-.59-.245"/></svg> </template>
CSS
.icon-modelcontextprotocol {
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%22M13.85%200a4.16%204.16%200%200%200-2.95%201.217L1.456%2010.66a.835.835%200%200%200%200%201.18a.835.835%200%200%200%201.18%200l9.442-9.442a2.49%202.49%200%200%201%203.541%200a2.49%202.49%200%200%201%200%203.541L8.59%2012.97l-.1.1a.835.835%200%200%200%200%201.18a.835.835%200%200%200%201.18%200l.1-.098l7.03-7.034a2.49%202.49%200%200%201%203.542%200l.049.05a2.49%202.49%200%200%201%200%203.54l-8.54%208.54a1.96%201.96%200%200%200%200%202.755l1.753%201.753a.835.835%200%200%200%201.18%200a.835.835%200%200%200%200-1.18l-1.753-1.753a.266.266%200%200%201%200-.394l8.54-8.54a4.185%204.185%200%200%200%200-5.9l-.05-.05a4.16%204.16%200%200%200-2.95-1.218c-.2%200-.401.02-.6.048a4.17%204.17%200%200%200-1.17-3.552A4.16%204.16%200%200%200%2013.85%200m0%203.333a.84.84%200%200%200-.59.245L6.275%2010.56a4.186%204.186%200%200%200%200%205.902a4.186%204.186%200%200%200%205.902%200L19.16%209.48a.835.835%200%200%200%200-1.18a.835.835%200%200%200-1.18%200l-6.985%206.984a2.49%202.49%200%200%201-3.54%200a2.49%202.49%200%200%201%200-3.54l6.983-6.985a.835.835%200%200%200%200-1.18a.84.84%200%200%200-.59-.245%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%22M13.85%200a4.16%204.16%200%200%200-2.95%201.217L1.456%2010.66a.835.835%200%200%200%200%201.18a.835.835%200%200%200%201.18%200l9.442-9.442a2.49%202.49%200%200%201%203.541%200a2.49%202.49%200%200%201%200%203.541L8.59%2012.97l-.1.1a.835.835%200%200%200%200%201.18a.835.835%200%200%200%201.18%200l.1-.098l7.03-7.034a2.49%202.49%200%200%201%203.542%200l.049.05a2.49%202.49%200%200%201%200%203.54l-8.54%208.54a1.96%201.96%200%200%200%200%202.755l1.753%201.753a.835.835%200%200%200%201.18%200a.835.835%200%200%200%200-1.18l-1.753-1.753a.266.266%200%200%201%200-.394l8.54-8.54a4.185%204.185%200%200%200%200-5.9l-.05-.05a4.16%204.16%200%200%200-2.95-1.218c-.2%200-.401.02-.6.048a4.17%204.17%200%200%200-1.17-3.552A4.16%204.16%200%200%200%2013.85%200m0%203.333a.84.84%200%200%200-.59.245L6.275%2010.56a4.186%204.186%200%200%200%200%205.902a4.186%204.186%200%200%200%205.902%200L19.16%209.48a.835.835%200%200%200%200-1.18a.835.835%200%200%200-1.18%200l-6.985%206.984a2.49%202.49%200%200%201-3.54%200a2.49%202.49%200%200%201%200-3.54l6.983-6.985a.835.835%200%200%200%200-1.18a.84.84%200%200%200-.59-.245%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/modelcontextprotocol.svg?color=%231a73e8&size=48