Tablet Icon
Free SVG icon from the Govicons collection. Download or copy for use in any project.
The 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/304853.svg" alt="Tablet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304853.svg" alt="Tablet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304853.svg" alt="Tablet icon" :width="24" :height="24" />
CSS background
.icon-tablet {
background-image: url('https://proicons.com/icon/304853.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 56"><title>tablet</title><path d="M55.83-.09H16.17c-3.13,0-5.67,2.24-5.67,5V51.09c0,2.76,2.54,5,5.67,5H55.83c3.13,0,5.67-2.24,5.67-5V4.9C61.5,2.15,59-.09,55.83-.09ZM36,53.35a2.16,2.16,0,1,1,2.43-2.15A2.3,2.3,0,0,1,36,53.35Zm20.54-7.54a1.17,1.17,0,0,1-1.23,1.09H16.69a1.17,1.17,0,0,1-1.23-1.09V5.26a1.17,1.17,0,0,1,1.23-1.09H55.31a1.17,1.17,0,0,1,1.23,1.09V45.81Z"/></svg>
Tablet in other icon packs
Copied!