Activate Breakpoints Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Activate Breakpoints 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/306979.svg" alt="Activate Breakpoints icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306979.svg" alt="Activate Breakpoints icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306979.svg" alt="Activate Breakpoints icon" :width="24" :height="24" />
CSS background
.icon-activate-breakpoints {
background-image: url('https://proicons.com/icon/306979.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 10.5C10 12.985 7.985 15 5.5 15C3.015 15 1 12.985 1 10.5C1 8.015 3.015 6 5.5 6C7.985 6 10 8.015 10 10.5ZM10.5 1C8.19 1 6.306 2.756 6.053 5H7.067C7.313 3.31 8.743 2 10.5 2C12.43 2 14 3.57 14 5.5C14 7.257 12.69 8.687 11 8.933V9.947C13.244 9.694 15 7.81 15 5.5C15 3.019 12.981 1 10.5 1Z"/></svg>
Copied!