Record Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Record 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/307350.svg" alt="Record icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307350.svg" alt="Record icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307350.svg" alt="Record icon" :width="24" :height="24" />
CSS background
.icon-record {
background-image: url('https://proicons.com/icon/307350.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 12C10.2091 12 12 10.2091 12 8C12 5.79086 10.2091 4 8 4C5.79086 4 4 5.79086 4 8C4 10.2091 5.79086 12 8 12ZM8 1C4.13401 1 1 4.13401 1 8C1 11.866 4.13401 15 8 15C11.866 15 15 11.866 15 8C15 4.13401 11.866 1 8 1ZM2 8C2 4.68629 4.68629 2 8 2C11.3137 2 14 4.68629 14 8C14 11.3137 11.3137 14 8 14C4.68629 14 2 11.3137 2 8Z"/></svg>
Record in other icon packs
Copied!