Record Small Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Record Small 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/307349.svg" alt="Record Small icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307349.svg" alt="Record Small icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307349.svg" alt="Record Small icon" :width="24" :height="24" />
CSS background
.icon-record-small {
background-image: url('https://proicons.com/icon/307349.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="M8 8.99988C8.55228 8.99988 9 8.55216 9 7.99988C9 7.44759 8.55228 6.99988 8 6.99988C7.44772 6.99988 7 7.44759 7 7.99988C7 8.55216 7.44772 8.99988 8 8.99988Z"/><path d="M12 7.99988C12 10.209 10.2091 11.9999 8 11.9999C5.79086 11.9999 4 10.209 4 7.99988C4 5.79074 5.79086 3.99988 8 3.99988C10.2091 3.99988 12 5.79074 12 7.99988ZM11 7.99988C11 6.34302 9.65685 4.99988 8 4.99988C6.34315 4.99988 5 6.34302 5 7.99988C5 9.65673 6.34315 10.9999 8 10.9999C9.65685 10.9999 11 9.65673 11 7.99988Z"/></svg>
Copied!