mcp icon
mcp-16 from Octicons by GitHub · 16 · MIT Free for personal and commercial use.
- Name
- mcp-16
- Set
- Octicons
- Style
- 16
- Viewbox
- 16×16
- License
- MIT
1 other variant in Octicons
The same icon in other sets
Use the mcp icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.52 1.12a3.578 3.578 0 0 1 6.078 2.98a3.578 3.578 0 0 1 2.982 6.08l-3.292 3.293a.25.25 0 0 0 0 .354l.843.843a.749.749 0 1 1-1.06 1.06l-.844-.843a1.75 1.75 0 0 1 0-2.474L13.52 9.12a2.08 2.08 0 0 0 0-2.94a2.08 2.08 0 0 0-2.94 0L7.731 9.03A.75.75 0 0 1 6.67 7.97l2.85-2.85a2.08 2.08 0 0 0 0-2.94a2.08 2.08 0 0 0-2.94 0l-4.799 4.8A.75.75 0 0 1 .72 5.92Z"/><path fill="currentColor" d="M7.52 3.12a.749.749 0 1 1 1.06 1.06L5.731 7.03A2.079 2.079 0 0 0 8.67 9.97l2.85-2.85a.749.749 0 1 1 1.06 1.06l-2.849 2.85A3.578 3.578 0 0 1 4.67 5.97Z"/></svg>
React
import type { SVGProps } from "react";
export function OcticonMcp16(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.52 1.12a3.578 3.578 0 0 1 6.078 2.98a3.578 3.578 0 0 1 2.982 6.08l-3.292 3.293a.25.25 0 0 0 0 .354l.843.843a.749.749 0 1 1-1.06 1.06l-.844-.843a1.75 1.75 0 0 1 0-2.474L13.52 9.12a2.08 2.08 0 0 0 0-2.94a2.08 2.08 0 0 0-2.94 0L7.731 9.03A.75.75 0 0 1 6.67 7.97l2.85-2.85a2.08 2.08 0 0 0 0-2.94a2.08 2.08 0 0 0-2.94 0l-4.799 4.8A.75.75 0 0 1 .72 5.92Z"/><path fill="currentColor" d="M7.52 3.12a.749.749 0 1 1 1.06 1.06L5.731 7.03A2.079 2.079 0 0 0 8.67 9.97l2.85-2.85a.749.749 0 1 1 1.06 1.06l-2.849 2.85A3.578 3.578 0 0 1 4.67 5.97Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M5.52 1.12a3.578 3.578 0 0 1 6.078 2.98a3.578 3.578 0 0 1 2.982 6.08l-3.292 3.293a.25.25 0 0 0 0 .354l.843.843a.749.749 0 1 1-1.06 1.06l-.844-.843a1.75 1.75 0 0 1 0-2.474L13.52 9.12a2.08 2.08 0 0 0 0-2.94a2.08 2.08 0 0 0-2.94 0L7.731 9.03A.75.75 0 0 1 6.67 7.97l2.85-2.85a2.08 2.08 0 0 0 0-2.94a2.08 2.08 0 0 0-2.94 0l-4.799 4.8A.75.75 0 0 1 .72 5.92Z"/><path fill="currentColor" d="M7.52 3.12a.749.749 0 1 1 1.06 1.06L5.731 7.03A2.079 2.079 0 0 0 8.67 9.97l2.85-2.85a.749.749 0 1 1 1.06 1.06l-2.849 2.85A3.578 3.578 0 0 1 4.67 5.97Z"/></svg> </template>
CSS
.icon-mcp-16 {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.52%201.12a3.578%203.578%200%200%201%206.078%202.98a3.578%203.578%200%200%201%202.982%206.08l-3.292%203.293a.25.25%200%200%200%200%20.354l.843.843a.749.749%200%201%201-1.06%201.06l-.844-.843a1.75%201.75%200%200%201%200-2.474L13.52%209.12a2.08%202.08%200%200%200%200-2.94a2.08%202.08%200%200%200-2.94%200L7.731%209.03A.75.75%200%200%201%206.67%207.97l2.85-2.85a2.08%202.08%200%200%200%200-2.94a2.08%202.08%200%200%200-2.94%200l-4.799%204.8A.75.75%200%200%201%20.72%205.92Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.52%203.12a.749.749%200%201%201%201.06%201.06L5.731%207.03A2.079%202.079%200%200%200%208.67%209.97l2.85-2.85a.749.749%200%201%201%201.06%201.06l-2.849%202.85A3.578%203.578%200%200%201%204.67%205.97Z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.52%201.12a3.578%203.578%200%200%201%206.078%202.98a3.578%203.578%200%200%201%202.982%206.08l-3.292%203.293a.25.25%200%200%200%200%20.354l.843.843a.749.749%200%201%201-1.06%201.06l-.844-.843a1.75%201.75%200%200%201%200-2.474L13.52%209.12a2.08%202.08%200%200%200%200-2.94a2.08%202.08%200%200%200-2.94%200L7.731%209.03A.75.75%200%200%201%206.67%207.97l2.85-2.85a2.08%202.08%200%200%200%200-2.94a2.08%202.08%200%200%200-2.94%200l-4.799%204.8A.75.75%200%200%201%20.72%205.92Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.52%203.12a.749.749%200%201%201%201.06%201.06L5.731%207.03A2.079%202.079%200%200%200%208.67%209.97l2.85-2.85a.749.749%200%201%201%201.06%201.06l-2.849%202.85A3.578%203.578%200%200%201%204.67%205.97Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/octicon/mcp-16.svg?color=%231a73e8&size=48