Tablet Device Check Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Tablet Device Check icon is commonly used in to-do lists, form validation and success states. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/320809.svg" alt="Tablet Device Check icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320809.svg" alt="Tablet Device Check icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320809.svg" alt="Tablet Device Check icon" :width="24" :height="24" />
CSS background
.icon-tablet-device-check {
background-image: url('https://proicons.com/icon/320809.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 24.3.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="tablet--device-check" d="M14,17.509l-3.254-3.254l0.509-0.509L14,16.491l6.745-6.745l0.51,0.509L14,17.509z M17,28.5 c0-0.552-0.448-1-1-1s-1,0.448-1,1s0.448,1,1,1S17,29.052,17,28.5z M28.36,31V1c0-0.199-0.161-0.36-0.36-0.36H4 C3.801,0.64,3.64,0.801,3.64,1v30c0,0.199,0.161,0.36,0.36,0.36h24C28.199,31.36,28.36,31.199,28.36,31z M4.36,26.36h23.28v4.279 H4.36V26.36z M4.36,1.36h23.28v24.28H4.36V1.36z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!