Symbol Operator Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Symbol Operator 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/307444.svg" alt="Symbol Operator icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307444.svg" alt="Symbol Operator icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307444.svg" alt="Symbol Operator icon" :width="24" :height="24" />
CSS background
.icon-symbol-operator {
background-image: url('https://proicons.com/icon/307444.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="M7 4.5C7 4.776 6.776 5 6.5 5H5V6.5C5 6.776 4.776 7 4.5 7C4.224 7 4 6.776 4 6.5V5H2.5C2.224 5 2 4.776 2 4.5C2 4.224 2.224 4 2.5 4H4V2.5C4 2.224 4.224 2 4.5 2C4.776 2 5 2.224 5 2.5V4H6.5C6.776 4 7 4.224 7 4.5ZM9.5 5H13.5C13.776 5 14 4.776 14 4.5C14 4.224 13.776 4 13.5 4H9.5C9.224 4 9 4.224 9 4.5C9 4.776 9.224 5 9.5 5ZM6.854 9.146C6.659 8.951 6.342 8.951 6.147 9.146L4.501 10.792L2.855 9.146C2.66 8.951 2.343 8.951 2.148 9.146C1.953 9.341 1.953 9.658 2.148 9.853L3.794 11.499L2.148 13.145C1.953 13.34 1.953 13.657 2.148 13.852C2.343 14.047 2.66 14.047 2.855 13.852L4.501 12.206L6.147 13.852C6.342 14.047 6.659 14.047 6.854 13.852C7.049 13.657 7.049 13.34 6.854 13.145L5.208 11.499L6.854 9.853C7.049 9.658 7.049 9.341 6.854 9.146ZM10.75 9.5C10.75 9.914 11.086 10.25 11.5 10.25C11.914 10.25 12.25 9.914 12.25 9.5C12.25 9.086 11.914 8.75 11.5 8.75C11.086 8.75 10.75 9.086 10.75 9.5ZM13.5 11H9.5C9.224 11 9 11.224 9 11.5C9 11.776 9.224 12 9.5 12H13.5C13.776 12 14 11.776 14 11.5C14 11.224 13.776 11 13.5 11ZM11.5 12.75C11.086 12.75 10.75 13.086 10.75 13.5C10.75 13.914 11.086 14.25 11.5 14.25C11.914 14.25 12.25 13.914 12.25 13.5C12.25 13.086 11.914 12.75 11.5 12.75Z"/></svg>
Copied!