Symbol Interface Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Symbol Interface icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/307436.svg" alt="Symbol Interface icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307436.svg" alt="Symbol Interface icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307436.svg" alt="Symbol Interface icon" :width="24" :height="24" />
CSS background
.icon-symbol-interface {
background-image: url('https://proicons.com/icon/307436.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M11.5 4.5C9.742 4.5 8.296 5.808 8.051 7.5H4.929C4.705 6.64 3.929 6 3 6C1.897 6 1 6.897 1 8C1 9.103 1.897 10 3 10C3.929 10 4.705 9.36 4.929 8.5H8.051C8.296 10.192 9.742 11.5 11.5 11.5C13.43 11.5 15 9.93 15 8C15 6.07 13.43 4.5 11.5 4.5ZM3 9C2.448 9 2 8.551 2 8C2 7.449 2.448 7 3 7C3.552 7 4 7.449 4 8C4 8.551 3.552 9 3 9ZM11.5 10.5C10.121 10.5 9 9.378 9 8C9 6.622 10.121 5.5 11.5 5.5C12.879 5.5 14 6.622 14 8C14 9.378 12.879 10.5 11.5 10.5Z"/></svg>
Copied!