Bracket Dot Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Bracket Dot 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/307012.svg" alt="Bracket Dot icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307012.svg" alt="Bracket Dot icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307012.svg" alt="Bracket Dot icon" :width="24" :height="24" />
CSS background
.icon-bracket-dot {
background-image: url('https://proicons.com/icon/307012.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.5 2.5C10.5 2.224 10.724 2 11 2C12.105 2 13 2.895 13 4V6.005C13 6.535 13.008 6.799 13.089 7.002C13.152 7.158 13.284 7.333 13.723 7.553C13.892 7.638 13.999 7.811 13.999 8C13.999 8.189 13.892 8.363 13.723 8.447C13.284 8.667 13.151 8.841 13.089 8.998C13.072 9.041 13.058 9.088 13.046 9.139C12.729 9.053 12.397 9.005 12.055 9.001C12.079 8.872 12.112 8.747 12.16 8.627C12.257 8.384 12.403 8.18 12.598 8C12.402 7.821 12.257 7.616 12.16 7.374C11.998 6.971 11.999 6.51 11.999 6.063V4C11.999 3.448 11.551 3 10.999 3C10.723 3 10.499 2.776 10.499 2.5H10.5ZM3.83898 7.374C4.00098 6.971 3.99998 6.51 3.99998 6.063V4C3.99998 3.448 4.44798 3 4.99998 3C5.27598 3 5.49998 2.776 5.49998 2.5C5.49998 2.224 5.27598 2 4.99998 2C3.89498 2 2.99998 2.895 2.99998 4V6.005C2.99998 6.535 2.99198 6.799 2.91098 7.002C2.84798 7.158 2.71598 7.333 2.27698 7.553C2.10798 7.638 2.00098 7.811 2.00098 8C2.00098 8.189 2.10798 8.363 2.27698 8.447C2.71598 8.667 2.84898 8.841 2.91098 8.998C2.99298 9.202 2.99998 9.467 2.99998 10V12C2.99998 13.105 3.89498 14 4.99998 14C5.27598 14 5.49998 13.776 5.49998 13.5C5.49998 13.224 5.27598 13 4.99998 13C4.44798 13 3.99998 12.552 3.99998 12V9.941C3.99998 9.492 3.99998 9.03 3.83898 8.626C3.74198 8.383 3.59598 8.179 3.39998 7.999C3.59598 7.82 3.74098 7.615 3.83798 7.373L3.83898 7.374ZM12 10C10.343 10 8.99998 11.343 8.99998 13C8.99998 14.657 10.343 16 12 16C13.657 16 15 14.657 15 13C15 11.343 13.657 10 12 10Z"/></svg>
Copied!