logo model context protocol icon

logo-model-context-protocol from Carbon by IBM · Outline · Enterprise · Apache-2.0 Free for personal and commercial use.

Name
logo-model-context-protocol
Set
Carbon
Style
Outline
Category
Enterprise
Viewbox
32×32
License
Apache 2.0

More enterprise icons from Carbon

Use the logo model context protocol icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17.292 25.834a.325.325 0 0 0 0 .459l2.045 2.045a.973.973 0 1 1-1.377 1.377l-2.045-2.045a2.274 2.274 0 0 1 0-3.213l9.96-9.96c.552-.552.856-1.286.856-2.066s-.304-1.513-.855-2.065l-.058-.057a2.924 2.924 0 0 0-4.13 0l-8.203 8.203l-.114.114a.97.97 0 0 1-1.377 0a.973.973 0 0 1 0-1.376l.115-.115l8.202-8.203c.552-.551.856-1.285.856-2.065s-.304-1.513-.856-2.065c-.551-.552-1.285-.855-2.065-.855s-1.513.303-2.065.855L5.168 15.816a.974.974 0 0 1-1.377-1.377L14.805 3.426C15.725 2.506 16.947 2 18.247 2s2.522.506 3.442 1.426a4.84 4.84 0 0 1 1.376 4.132a4.86 4.86 0 0 1 4.13 1.374l.057.058c.92.92 1.426 2.141 1.426 3.442s-.506 2.522-1.426 3.441zm7.15-12.771a.973.973 0 1 0-1.377-1.377L14.92 19.83a2.924 2.924 0 0 1-4.13 0a2.9 2.9 0 0 1-.856-2.065a2.9 2.9 0 0 1 .856-2.065l8.145-8.145a.973.973 0 1 0-1.377-1.377l-8.145 8.146c-.92.919-1.426 2.141-1.426 3.441s.506 2.523 1.426 3.442c.949.949 2.195 1.423 3.441 1.423s2.493-.474 3.442-1.423z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonLogoModelContextProtocol(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17.292 25.834a.325.325 0 0 0 0 .459l2.045 2.045a.973.973 0 1 1-1.377 1.377l-2.045-2.045a2.274 2.274 0 0 1 0-3.213l9.96-9.96c.552-.552.856-1.286.856-2.066s-.304-1.513-.855-2.065l-.058-.057a2.924 2.924 0 0 0-4.13 0l-8.203 8.203l-.114.114a.97.97 0 0 1-1.377 0a.973.973 0 0 1 0-1.376l.115-.115l8.202-8.203c.552-.551.856-1.285.856-2.065s-.304-1.513-.856-2.065c-.551-.552-1.285-.855-2.065-.855s-1.513.303-2.065.855L5.168 15.816a.974.974 0 0 1-1.377-1.377L14.805 3.426C15.725 2.506 16.947 2 18.247 2s2.522.506 3.442 1.426a4.84 4.84 0 0 1 1.376 4.132a4.86 4.86 0 0 1 4.13 1.374l.057.058c.92.92 1.426 2.141 1.426 3.442s-.506 2.522-1.426 3.441zm7.15-12.771a.973.973 0 1 0-1.377-1.377L14.92 19.83a2.924 2.924 0 0 1-4.13 0a2.9 2.9 0 0 1-.856-2.065a2.9 2.9 0 0 1 .856-2.065l8.145-8.145a.973.973 0 1 0-1.377-1.377l-8.145 8.146c-.92.919-1.426 2.141-1.426 3.441s.506 2.523 1.426 3.442c.949.949 2.195 1.423 3.441 1.423s2.493-.474 3.442-1.423z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M17.292 25.834a.325.325 0 0 0 0 .459l2.045 2.045a.973.973 0 1 1-1.377 1.377l-2.045-2.045a2.274 2.274 0 0 1 0-3.213l9.96-9.96c.552-.552.856-1.286.856-2.066s-.304-1.513-.855-2.065l-.058-.057a2.924 2.924 0 0 0-4.13 0l-8.203 8.203l-.114.114a.97.97 0 0 1-1.377 0a.973.973 0 0 1 0-1.376l.115-.115l8.202-8.203c.552-.551.856-1.285.856-2.065s-.304-1.513-.856-2.065c-.551-.552-1.285-.855-2.065-.855s-1.513.303-2.065.855L5.168 15.816a.974.974 0 0 1-1.377-1.377L14.805 3.426C15.725 2.506 16.947 2 18.247 2s2.522.506 3.442 1.426a4.84 4.84 0 0 1 1.376 4.132a4.86 4.86 0 0 1 4.13 1.374l.057.058c.92.92 1.426 2.141 1.426 3.442s-.506 2.522-1.426 3.441zm7.15-12.771a.973.973 0 1 0-1.377-1.377L14.92 19.83a2.924 2.924 0 0 1-4.13 0a2.9 2.9 0 0 1-.856-2.065a2.9 2.9 0 0 1 .856-2.065l8.145-8.145a.973.973 0 1 0-1.377-1.377l-8.145 8.146c-.92.919-1.426 2.141-1.426 3.441s.506 2.523 1.426 3.442c.949.949 2.195 1.423 3.441 1.423s2.493-.474 3.442-1.423z"/></svg>
</template>

CSS

.icon-logo-model-context-protocol {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.292%2025.834a.325.325%200%200%200%200%20.459l2.045%202.045a.973.973%200%201%201-1.377%201.377l-2.045-2.045a2.274%202.274%200%200%201%200-3.213l9.96-9.96c.552-.552.856-1.286.856-2.066s-.304-1.513-.855-2.065l-.058-.057a2.924%202.924%200%200%200-4.13%200l-8.203%208.203l-.114.114a.97.97%200%200%201-1.377%200a.973.973%200%200%201%200-1.376l.115-.115l8.202-8.203c.552-.551.856-1.285.856-2.065s-.304-1.513-.856-2.065c-.551-.552-1.285-.855-2.065-.855s-1.513.303-2.065.855L5.168%2015.816a.974.974%200%200%201-1.377-1.377L14.805%203.426C15.725%202.506%2016.947%202%2018.247%202s2.522.506%203.442%201.426a4.84%204.84%200%200%201%201.376%204.132a4.86%204.86%200%200%201%204.13%201.374l.057.058c.92.92%201.426%202.141%201.426%203.442s-.506%202.522-1.426%203.441zm7.15-12.771a.973.973%200%201%200-1.377-1.377L14.92%2019.83a2.924%202.924%200%200%201-4.13%200a2.9%202.9%200%200%201-.856-2.065a2.9%202.9%200%200%201%20.856-2.065l8.145-8.145a.973.973%200%201%200-1.377-1.377l-8.145%208.146c-.92.919-1.426%202.141-1.426%203.441s.506%202.523%201.426%203.442c.949.949%202.195%201.423%203.441%201.423s2.493-.474%203.442-1.423z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.292%2025.834a.325.325%200%200%200%200%20.459l2.045%202.045a.973.973%200%201%201-1.377%201.377l-2.045-2.045a2.274%202.274%200%200%201%200-3.213l9.96-9.96c.552-.552.856-1.286.856-2.066s-.304-1.513-.855-2.065l-.058-.057a2.924%202.924%200%200%200-4.13%200l-8.203%208.203l-.114.114a.97.97%200%200%201-1.377%200a.973.973%200%200%201%200-1.376l.115-.115l8.202-8.203c.552-.551.856-1.285.856-2.065s-.304-1.513-.856-2.065c-.551-.552-1.285-.855-2.065-.855s-1.513.303-2.065.855L5.168%2015.816a.974.974%200%200%201-1.377-1.377L14.805%203.426C15.725%202.506%2016.947%202%2018.247%202s2.522.506%203.442%201.426a4.84%204.84%200%200%201%201.376%204.132a4.86%204.86%200%200%201%204.13%201.374l.057.058c.92.92%201.426%202.141%201.426%203.442s-.506%202.522-1.426%203.441zm7.15-12.771a.973.973%200%201%200-1.377-1.377L14.92%2019.83a2.924%202.924%200%200%201-4.13%200a2.9%202.9%200%200%201-.856-2.065a2.9%202.9%200%200%201%20.856-2.065l8.145-8.145a.973.973%200%201%200-1.377-1.377l-8.145%208.146c-.92.919-1.426%202.141-1.426%203.441s.506%202.523%201.426%203.442c.949.949%202.195%201.423%203.441%201.423s2.493-.474%203.442-1.423z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/logo-model-context-protocol.svg?color=%231a73e8&size=48