Symbol Boolean Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Symbol Boolean 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/307427.svg" alt="Symbol Boolean icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307427.svg" alt="Symbol Boolean icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307427.svg" alt="Symbol Boolean icon" :width="24" :height="24" />
CSS background
.icon-symbol-boolean {
background-image: url('https://proicons.com/icon/307427.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="M10.646 10.646C10.548 10.744 10.5 10.872 10.5 11C10.5 11.276 10.724 11.5 11 11.5C11.128 11.5 11.256 11.451 11.354 11.354L13.853 8.855C13.979 8.729 14 8.578 14 8.501C14 8.424 13.98 8.273 13.853 8.147L11.354 5.648C11.256 5.55 11.128 5.502 11 5.502C10.724 5.502 10.5 5.726 10.5 6.002C10.5 6.13 10.549 6.258 10.646 6.356L12.292 8.002H7.999V9.002H12.292L10.646 10.648V10.646ZM13.5 3H2.5C1.119 3 0 4.119 0 5.5V11.5C0 12.881 1.119 14 2.5 14H13.5C14.881 14 16 12.881 16 11.5V5.5C16 4.119 14.881 3 13.5 3ZM15 11.5C15 12.328 14.328 13 13.5 13H8V9H3.706L5.353 10.647C5.451 10.745 5.499 10.873 5.499 11.001C5.499 11.277 5.275 11.501 4.999 11.501C4.871 11.501 4.743 11.452 4.645 11.355L2.145 8.855C2.019 8.729 1.998 8.578 1.998 8.501C1.998 8.424 2.018 8.273 2.145 8.147L4.645 5.647C4.743 5.549 4.871 5.501 4.998 5.501C5.274 5.501 5.498 5.725 5.498 6.001C5.498 6.129 5.449 6.257 5.352 6.355L3.705 8.002H7.999V4.002H13.499C14.327 4.002 14.999 4.674 14.999 5.502V11.502L15 11.5Z"/></svg>
Copied!