Keyboard Tab Above Icon
Free SVG icon from the VS Code Codicons collection. Download or copy for use in any project.
The Keyboard Tab Above 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/307239.svg" alt="Keyboard Tab Above icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/307239.svg" alt="Keyboard Tab Above icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/307239.svg" alt="Keyboard Tab Above icon" :width="24" :height="24" />
CSS background
.icon-keyboard-tab-above {
background-image: url('https://proicons.com/icon/307239.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="M1.501 3C1.777 3 2.001 3.224 2.001 3.5V6.5C2.001 7.327 2.674 8 3.501 8H11.294L8.648 5.354C8.453 5.159 8.453 4.842 8.648 4.647C8.843 4.452 9.16 4.452 9.355 4.647L12.855 8.147C13.05 8.342 13.05 8.659 12.855 8.854L9.355 12.354C9.257 12.452 9.129 12.5 9.001 12.5C8.873 12.5 8.745 12.451 8.647 12.354C8.452 12.159 8.452 11.842 8.647 11.647L11.293 9.001H3.5C2.121 9.001 1 7.88 1 6.501V3.501C1 3.225 1.224 3.001 1.5 3.001L1.501 3Z"/><path d="M14 4.00093V13.0009L14.008 13.0909C14.0303 13.2139 14.0977 13.324 14.1972 13.3997C14.2966 13.4754 14.4207 13.5111 14.5452 13.4998C14.6696 13.4885 14.7853 13.431 14.8695 13.3387C14.9537 13.2464 15.0002 13.1259 15 13.0009V4.00093L14.992 3.91093C14.9697 3.78798 14.9023 3.67782 14.8028 3.60215C14.7034 3.52647 14.5793 3.49076 14.4548 3.50205C14.3304 3.51334 14.2147 3.57081 14.1305 3.66314C14.0463 3.75548 13.9998 3.87598 14 4.00093Z"/></svg>
Copied!