Surface Tablet Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Surface Tablet 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/306614.svg" alt="Surface Tablet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306614.svg" alt="Surface Tablet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306614.svg" alt="Surface Tablet icon" :width="24" :height="24" />
CSS background
.icon-surface-tablet {
background-image: url('https://proicons.com/icon/306614.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M978 180H23c-13 0-23 10-23 23v594c0 13 10 23 23 23h955c12 0 22-10 22-23V203c0-13-10-23-22-23zM496 800l-9-3v-8h9v11zm0-14h-9v-8l9-3v11zm17 19l-14-4v-12h14v16zm0-19h-14v-12l14-4v16zm427-29H62V251h878v506z"/></svg>
Copied!