tablet icon
tablet-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- tablet-fill
- Set
- Mage Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
The same icon in other sets
tabletBootstrap IconstabletCarbontabletFont Awesome 6 SolidtabletFeather Iconstablet-12-filledFluent UI System IconstabletJam IconstabletLine AwesometabletMaterial Line IconstabletLucidetabletMaterial SymbolstabletMaterial Design IconstabletOpenMojitabletPixelarticonstablet-fillRemix Icontablet-boldSolartablet-outlineTeenyiconstabletUnicons
Use the tablet icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.205 4.793a6.74 6.74 0 0 0-9.54 0l-1.75 1.76a.34.34 0 0 0-.12.12l-3 3a6.742 6.742 0 0 0 9.53 9.54l4.85-4.85a6.74 6.74 0 0 0 .03-9.57m-7.91 1.65a3.56 3.56 0 0 1 3.9-.78c.432.18.823.445 1.15.78a1 1 0 0 1 0 1.41a1 1 0 0 1-1.41 0a1.57 1.57 0 0 0-1.71-.34a1.4 1.4 0 0 0-.51.34a1.001 1.001 0 0 1-1.42-1.41m4.24 9.43a13.7 13.7 0 0 1-4.3-3.17a13.5 13.5 0 0 1-3.12-4.24l1.14-1.14a12.2 12.2 0 0 0 3 4.32a12.3 12.3 0 0 0 4.38 3.09z"/></svg>
React
import type { SVGProps } from "react";
export function MageTabletFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.205 4.793a6.74 6.74 0 0 0-9.54 0l-1.75 1.76a.34.34 0 0 0-.12.12l-3 3a6.742 6.742 0 0 0 9.53 9.54l4.85-4.85a6.74 6.74 0 0 0 .03-9.57m-7.91 1.65a3.56 3.56 0 0 1 3.9-.78c.432.18.823.445 1.15.78a1 1 0 0 1 0 1.41a1 1 0 0 1-1.41 0a1.57 1.57 0 0 0-1.71-.34a1.4 1.4 0 0 0-.51.34a1.001 1.001 0 0 1-1.42-1.41m4.24 9.43a13.7 13.7 0 0 1-4.3-3.17a13.5 13.5 0 0 1-3.12-4.24l1.14-1.14a12.2 12.2 0 0 0 3 4.32a12.3 12.3 0 0 0 4.38 3.09z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.205 4.793a6.74 6.74 0 0 0-9.54 0l-1.75 1.76a.34.34 0 0 0-.12.12l-3 3a6.742 6.742 0 0 0 9.53 9.54l4.85-4.85a6.74 6.74 0 0 0 .03-9.57m-7.91 1.65a3.56 3.56 0 0 1 3.9-.78c.432.18.823.445 1.15.78a1 1 0 0 1 0 1.41a1 1 0 0 1-1.41 0a1.57 1.57 0 0 0-1.71-.34a1.4 1.4 0 0 0-.51.34a1.001 1.001 0 0 1-1.42-1.41m4.24 9.43a13.7 13.7 0 0 1-4.3-3.17a13.5 13.5 0 0 1-3.12-4.24l1.14-1.14a12.2 12.2 0 0 0 3 4.32a12.3 12.3 0 0 0 4.38 3.09z"/></svg> </template>
CSS
.icon-tablet-fill {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.205%204.793a6.74%206.74%200%200%200-9.54%200l-1.75%201.76a.34.34%200%200%200-.12.12l-3%203a6.742%206.742%200%200%200%209.53%209.54l4.85-4.85a6.74%206.74%200%200%200%20.03-9.57m-7.91%201.65a3.56%203.56%200%200%201%203.9-.78c.432.18.823.445%201.15.78a1%201%200%200%201%200%201.41a1%201%200%200%201-1.41%200a1.57%201.57%200%200%200-1.71-.34a1.4%201.4%200%200%200-.51.34a1.001%201.001%200%200%201-1.42-1.41m4.24%209.43a13.7%2013.7%200%200%201-4.3-3.17a13.5%2013.5%200%200%201-3.12-4.24l1.14-1.14a12.2%2012.2%200%200%200%203%204.32a12.3%2012.3%200%200%200%204.38%203.09z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.205%204.793a6.74%206.74%200%200%200-9.54%200l-1.75%201.76a.34.34%200%200%200-.12.12l-3%203a6.742%206.742%200%200%200%209.53%209.54l4.85-4.85a6.74%206.74%200%200%200%20.03-9.57m-7.91%201.65a3.56%203.56%200%200%201%203.9-.78c.432.18.823.445%201.15.78a1%201%200%200%201%200%201.41a1%201%200%200%201-1.41%200a1.57%201.57%200%200%200-1.71-.34a1.4%201.4%200%200%200-.51.34a1.001%201.001%200%200%201-1.42-1.41m4.24%209.43a13.7%2013.7%200%200%201-4.3-3.17a13.5%2013.5%200%200%201-3.12-4.24l1.14-1.14a12.2%2012.2%200%200%200%203%204.32a12.3%2012.3%200%200%200%204.38%203.09z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/tablet-fill.svg?color=%231a73e8&size=48