Keyboard Icon
Free SVG icon from the Mage Icons collection. Download or copy for use in any project.
The Keyboard 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/310791.svg" alt="Keyboard icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/310791.svg" alt="Keyboard icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/310791.svg" alt="Keyboard icon" :width="24" :height="24" />
CSS background
.icon-keyboard {
background-image: url('https://proicons.com/icon/310791.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M19.9814 6.58276H4.01857C3.31796 6.58276 2.75 7.22954 2.75 8.02737V15.9727C2.75 16.7705 3.31796 17.4173 4.01857 17.4173H19.9814C20.682 17.4173 21.25 16.7705 21.25 15.9727V8.02737C21.25 7.22954 20.682 6.58276 19.9814 6.58276Z" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M9.35713 13.8058H14.6428" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M17.3914 13.8058H18.4486" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M6.6086 13.8058H5.55145" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M5.55145 10.1942H6.6086" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M9.49457 10.1942H10.5517" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M13.4483 10.1942H14.5054" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path d="M17.3914 10.1942H18.4486" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> </svg>
Keyboard in other icon packs
Copied!