Code Review Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Code Review icon is commonly used in developer tools, documentation sites and code editors. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/307057.svg" alt="Code Review icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307057.svg" alt="Code Review icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307057.svg" alt="Code Review icon" :width="24" :height="24" />
CSS background
.icon-code-review {
background-image: url('https://proicons.com/icon/307057.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="M12.5 2.00002H3.5C2.119 2.00002 1 3.11902 1 4.50002V9.50002C1 10.881 2.119 12 3.5 12H4V13.942C4 14.784 4.992 15.234 5.625 14.679L8.688 11.999H12.5C13.881 11.999 15 10.88 15 9.49902V4.49902C15 3.11802 13.881 1.99902 12.5 1.99902V2.00002ZM14 9.50002C14 10.328 13.328 11 12.5 11H8.312L5 13.898V11H3.5C2.672 11 2 10.328 2 9.50002V4.50002C2 3.67202 2.672 3.00002 3.5 3.00002H12.5C13.328 3.00002 14 3.67202 14 4.50002V9.50002ZM6.854 4.85402L4.708 7.00002L6.854 9.14602C7.049 9.34102 7.049 9.65802 6.854 9.85302C6.756 9.95102 6.628 9.99902 6.5 9.99902C6.372 9.99902 6.244 9.95002 6.146 9.85302L3.646 7.35302C3.451 7.15802 3.451 6.84102 3.646 6.64602L6.146 4.14602C6.341 3.95102 6.658 3.95102 6.853 4.14602C7.048 4.34102 7.048 4.65802 6.853 4.85302L6.854 4.85402ZM12.354 6.64602C12.549 6.84102 12.549 7.15802 12.354 7.35302L9.854 9.85302C9.756 9.95102 9.628 9.99902 9.5 9.99902C9.372 9.99902 9.244 9.95002 9.146 9.85302C8.951 9.65802 8.951 9.34102 9.146 9.14602L11.292 7.00002L9.146 4.85402C8.951 4.65902 8.951 4.34202 9.146 4.14702C9.341 3.95202 9.658 3.95202 9.853 4.14702L12.353 6.64702L12.354 6.64602Z"/></svg>
Copied!