Tablet Icon
Free SVG icon from the Arcticons 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/333604.svg" alt="Tablet icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333604.svg" alt="Tablet icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333604.svg" alt="Tablet icon" :width="24" :height="24" />
CSS background
.icon-tablet {
background-image: url('https://proicons.com/icon/333604.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.c{fill:#000;stroke-width:0px;}</style></defs><path class="c" d="m24.75,40.9704c.0003.4142-.3352.7503-.7494.7506h-.0006c-.414,0-.7497-.3354-.75-.7494-.0003-.4142.3352-.7503.7494-.7506h.0006c.4142,0,.75.3358.75.75h0v-.0006Z"/><rect class="b" x="12.5" y="8.9035" width="23" height="30"/><path class="b" d="m13.124,4.501h21.752c1.8474-.0039,3.3481,1.4906,3.352,3.338,0,.005,0,.01,0,.015v32.294c.0044,1.8474-1.4896,3.3486-3.337,3.353-.005,0-.01,0-.015,0H13.124c-1.8474.0039-3.3481-1.4906-3.352-3.338,0-.005,0-.01,0-.015V7.853c-.0044-1.8474,1.4896-3.3486,3.337-3.353.005,0,.01,0,.015,0v.001Z"/></svg>
Tablet in other icon packs
Copied!