symbol interface icon

symbol-interface from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.

Name
symbol-interface
Set
Codicons
Style
Regular
Viewbox
16×16
License
CC BY 4.0

Related icons in Codicons

Use the symbol interface icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.5 4.5c-1.758 0-3.204 1.308-3.449 3H4.929C4.705 6.64 3.929 6 3 6c-1.103 0-2 .897-2 2s.897 2 2 2c.929 0 1.705-.64 1.929-1.5h3.122c.245 1.692 1.691 3 3.449 3c1.93 0 3.5-1.57 3.5-3.5s-1.57-3.5-3.5-3.5M3 9a1.001 1.001 0 0 1 0-2a1.001 1.001 0 0 1 0 2m8.5 1.5A2.503 2.503 0 0 1 9 8c0-1.378 1.121-2.5 2.5-2.5S14 6.622 14 8s-1.121 2.5-2.5 2.5"/></svg>

React

import type { SVGProps } from "react";

export function CodiconSymbolInterface(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="M11.5 4.5c-1.758 0-3.204 1.308-3.449 3H4.929C4.705 6.64 3.929 6 3 6c-1.103 0-2 .897-2 2s.897 2 2 2c.929 0 1.705-.64 1.929-1.5h3.122c.245 1.692 1.691 3 3.449 3c1.93 0 3.5-1.57 3.5-3.5s-1.57-3.5-3.5-3.5M3 9a1.001 1.001 0 0 1 0-2a1.001 1.001 0 0 1 0 2m8.5 1.5A2.503 2.503 0 0 1 9 8c0-1.378 1.121-2.5 2.5-2.5S14 6.622 14 8s-1.121 2.5-2.5 2.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M11.5 4.5c-1.758 0-3.204 1.308-3.449 3H4.929C4.705 6.64 3.929 6 3 6c-1.103 0-2 .897-2 2s.897 2 2 2c.929 0 1.705-.64 1.929-1.5h3.122c.245 1.692 1.691 3 3.449 3c1.93 0 3.5-1.57 3.5-3.5s-1.57-3.5-3.5-3.5M3 9a1.001 1.001 0 0 1 0-2a1.001 1.001 0 0 1 0 2m8.5 1.5A2.503 2.503 0 0 1 9 8c0-1.378 1.121-2.5 2.5-2.5S14 6.622 14 8s-1.121 2.5-2.5 2.5"/></svg>
</template>

CSS

.icon-symbol-interface {
  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%22M11.5%204.5c-1.758%200-3.204%201.308-3.449%203H4.929C4.705%206.64%203.929%206%203%206c-1.103%200-2%20.897-2%202s.897%202%202%202c.929%200%201.705-.64%201.929-1.5h3.122c.245%201.692%201.691%203%203.449%203c1.93%200%203.5-1.57%203.5-3.5s-1.57-3.5-3.5-3.5M3%209a1.001%201.001%200%200%201%200-2a1.001%201.001%200%200%201%200%202m8.5%201.5A2.503%202.503%200%200%201%209%208c0-1.378%201.121-2.5%202.5-2.5S14%206.622%2014%208s-1.121%202.5-2.5%202.5%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%22M11.5%204.5c-1.758%200-3.204%201.308-3.449%203H4.929C4.705%206.64%203.929%206%203%206c-1.103%200-2%20.897-2%202s.897%202%202%202c.929%200%201.705-.64%201.929-1.5h3.122c.245%201.692%201.691%203%203.449%203c1.93%200%203.5-1.57%203.5-3.5s-1.57-3.5-3.5-3.5M3%209a1.001%201.001%200%200%201%200-2a1.001%201.001%200%200%201%200%202m8.5%201.5A2.503%202.503%200%200%201%209%208c0-1.378%201.121-2.5%202.5-2.5S14%206.622%2014%208s-1.121%202.5-2.5%202.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/symbol-interface.svg?color=%231a73e8&size=48