tablets icon
tablets from Unicons by Iconscout · Line · Medical · Apache-2.0 Free for personal and commercial use.
- Name
- tablets
- Set
- Unicons
- Style
- Line
- Category
- Medical
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More medical icons from Unicons
Use the tablets icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.54 3.46a5 5 0 1 0 0 7.08a5 5 0 0 0 0-7.08m-5.66 1.42A3 3 0 0 1 17 4a3 3 0 0 1 1.28.3l-4 4a3 3 0 0 1 .6-3.42m4.24 4.24a3 3 0 0 1-3.4.58l4-4a3 3 0 0 1-.6 3.42M8 10a5.93 5.93 0 0 0-4.21 1.73A6 6 0 0 0 8 22a6 6 0 0 0 4.14-1.66l.12-.08a1 1 0 0 1 .07-.11A6 6 0 0 0 8 10m-2.83 8.83A4 4 0 0 1 4.56 14L10 19.44a4 4 0 0 1-4.83-.61m6.27-.83L6 12.56A4 4 0 0 1 8 12a4 4 0 0 1 3.44 6"/></svg>
React
import type { SVGProps } from "react";
export function UilTablets(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="M20.54 3.46a5 5 0 1 0 0 7.08a5 5 0 0 0 0-7.08m-5.66 1.42A3 3 0 0 1 17 4a3 3 0 0 1 1.28.3l-4 4a3 3 0 0 1 .6-3.42m4.24 4.24a3 3 0 0 1-3.4.58l4-4a3 3 0 0 1-.6 3.42M8 10a5.93 5.93 0 0 0-4.21 1.73A6 6 0 0 0 8 22a6 6 0 0 0 4.14-1.66l.12-.08a1 1 0 0 1 .07-.11A6 6 0 0 0 8 10m-2.83 8.83A4 4 0 0 1 4.56 14L10 19.44a4 4 0 0 1-4.83-.61m6.27-.83L6 12.56A4 4 0 0 1 8 12a4 4 0 0 1 3.44 6"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.54 3.46a5 5 0 1 0 0 7.08a5 5 0 0 0 0-7.08m-5.66 1.42A3 3 0 0 1 17 4a3 3 0 0 1 1.28.3l-4 4a3 3 0 0 1 .6-3.42m4.24 4.24a3 3 0 0 1-3.4.58l4-4a3 3 0 0 1-.6 3.42M8 10a5.93 5.93 0 0 0-4.21 1.73A6 6 0 0 0 8 22a6 6 0 0 0 4.14-1.66l.12-.08a1 1 0 0 1 .07-.11A6 6 0 0 0 8 10m-2.83 8.83A4 4 0 0 1 4.56 14L10 19.44a4 4 0 0 1-4.83-.61m6.27-.83L6 12.56A4 4 0 0 1 8 12a4 4 0 0 1 3.44 6"/></svg> </template>
CSS
.icon-tablets {
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%22M20.54%203.46a5%205%200%201%200%200%207.08a5%205%200%200%200%200-7.08m-5.66%201.42A3%203%200%200%201%2017%204a3%203%200%200%201%201.28.3l-4%204a3%203%200%200%201%20.6-3.42m4.24%204.24a3%203%200%200%201-3.4.58l4-4a3%203%200%200%201-.6%203.42M8%2010a5.93%205.93%200%200%200-4.21%201.73A6%206%200%200%200%208%2022a6%206%200%200%200%204.14-1.66l.12-.08a1%201%200%200%201%20.07-.11A6%206%200%200%200%208%2010m-2.83%208.83A4%204%200%200%201%204.56%2014L10%2019.44a4%204%200%200%201-4.83-.61m6.27-.83L6%2012.56A4%204%200%200%201%208%2012a4%204%200%200%201%203.44%206%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%22M20.54%203.46a5%205%200%201%200%200%207.08a5%205%200%200%200%200-7.08m-5.66%201.42A3%203%200%200%201%2017%204a3%203%200%200%201%201.28.3l-4%204a3%203%200%200%201%20.6-3.42m4.24%204.24a3%203%200%200%201-3.4.58l4-4a3%203%200%200%201-.6%203.42M8%2010a5.93%205.93%200%200%200-4.21%201.73A6%206%200%200%200%208%2022a6%206%200%200%200%204.14-1.66l.12-.08a1%201%200%200%201%20.07-.11A6%206%200%200%200%208%2010m-2.83%208.83A4%204%200%200%201%204.56%2014L10%2019.44a4%204%200%200%201-4.83-.61m6.27-.83L6%2012.56A4%204%200%200%201%208%2012a4%204%200%200%201%203.44%206%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/tablets.svg?color=%231a73e8&size=48