tablets from Font Awesome Solid by Dave Gandy · Solid · Medical · CC-BY-4.0 Attribution required.

Name
tablets
Set
Font Awesome Solid
Style
Solid
Category
Medical
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More medical icons from Font Awesome Solid

Use the tablets icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M559.3 140.6c-4.6-8.7-16.3-9.7-23.3-2.7L361.9 312c-7 7-6 18.7 2.7 23.3c20.1 10.7 43 16.7 67.4 16.7c79.5 0 144-64.5 144-144c0-24.3-6-47.3-16.7-67.4M304.7 275.4c4.6 8.7 16.3 9.7 23.3 2.7L502.1 104c7-7 6-18.7-2.7-23.3C479.3 70 456.4 64 432 64c-79.5 0-144 64.5-144 144c0 24.3 6 47.3 16.7 67.4M208 288c-64.8 0-119.6 42.8-137.7 101.6c-2.9 9.5 4.7 18.4 14.6 18.4h246.2c9.9 0 17.5-8.9 14.6-18.4q-1.35-4.5-3-8.7c-37.4-18.1-68-48-87-84.8c-14.9-5.2-30.9-8.1-47.6-8.1zm137.7 186.4c2.9-9.5-4.7-18.4-14.6-18.4H84.9c-9.9 0-17.5 8.9-14.6 18.4C88.4 533.2 143.2 576 208 576s119.6-42.8 137.7-101.6"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidTablets(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M559.3 140.6c-4.6-8.7-16.3-9.7-23.3-2.7L361.9 312c-7 7-6 18.7 2.7 23.3c20.1 10.7 43 16.7 67.4 16.7c79.5 0 144-64.5 144-144c0-24.3-6-47.3-16.7-67.4M304.7 275.4c4.6 8.7 16.3 9.7 23.3 2.7L502.1 104c7-7 6-18.7-2.7-23.3C479.3 70 456.4 64 432 64c-79.5 0-144 64.5-144 144c0 24.3 6 47.3 16.7 67.4M208 288c-64.8 0-119.6 42.8-137.7 101.6c-2.9 9.5 4.7 18.4 14.6 18.4h246.2c9.9 0 17.5-8.9 14.6-18.4q-1.35-4.5-3-8.7c-37.4-18.1-68-48-87-84.8c-14.9-5.2-30.9-8.1-47.6-8.1zm137.7 186.4c2.9-9.5-4.7-18.4-14.6-18.4H84.9c-9.9 0-17.5 8.9-14.6 18.4C88.4 533.2 143.2 576 208 576s119.6-42.8 137.7-101.6"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M559.3 140.6c-4.6-8.7-16.3-9.7-23.3-2.7L361.9 312c-7 7-6 18.7 2.7 23.3c20.1 10.7 43 16.7 67.4 16.7c79.5 0 144-64.5 144-144c0-24.3-6-47.3-16.7-67.4M304.7 275.4c4.6 8.7 16.3 9.7 23.3 2.7L502.1 104c7-7 6-18.7-2.7-23.3C479.3 70 456.4 64 432 64c-79.5 0-144 64.5-144 144c0 24.3 6 47.3 16.7 67.4M208 288c-64.8 0-119.6 42.8-137.7 101.6c-2.9 9.5 4.7 18.4 14.6 18.4h246.2c9.9 0 17.5-8.9 14.6-18.4q-1.35-4.5-3-8.7c-37.4-18.1-68-48-87-84.8c-14.9-5.2-30.9-8.1-47.6-8.1zm137.7 186.4c2.9-9.5-4.7-18.4-14.6-18.4H84.9c-9.9 0-17.5 8.9-14.6 18.4C88.4 533.2 143.2 576 208 576s119.6-42.8 137.7-101.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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M559.3%20140.6c-4.6-8.7-16.3-9.7-23.3-2.7L361.9%20312c-7%207-6%2018.7%202.7%2023.3c20.1%2010.7%2043%2016.7%2067.4%2016.7c79.5%200%20144-64.5%20144-144c0-24.3-6-47.3-16.7-67.4M304.7%20275.4c4.6%208.7%2016.3%209.7%2023.3%202.7L502.1%20104c7-7%206-18.7-2.7-23.3C479.3%2070%20456.4%2064%20432%2064c-79.5%200-144%2064.5-144%20144c0%2024.3%206%2047.3%2016.7%2067.4M208%20288c-64.8%200-119.6%2042.8-137.7%20101.6c-2.9%209.5%204.7%2018.4%2014.6%2018.4h246.2c9.9%200%2017.5-8.9%2014.6-18.4q-1.35-4.5-3-8.7c-37.4-18.1-68-48-87-84.8c-14.9-5.2-30.9-8.1-47.6-8.1zm137.7%20186.4c2.9-9.5-4.7-18.4-14.6-18.4H84.9c-9.9%200-17.5%208.9-14.6%2018.4C88.4%20533.2%20143.2%20576%20208%20576s119.6-42.8%20137.7-101.6%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M559.3%20140.6c-4.6-8.7-16.3-9.7-23.3-2.7L361.9%20312c-7%207-6%2018.7%202.7%2023.3c20.1%2010.7%2043%2016.7%2067.4%2016.7c79.5%200%20144-64.5%20144-144c0-24.3-6-47.3-16.7-67.4M304.7%20275.4c4.6%208.7%2016.3%209.7%2023.3%202.7L502.1%20104c7-7%206-18.7-2.7-23.3C479.3%2070%20456.4%2064%20432%2064c-79.5%200-144%2064.5-144%20144c0%2024.3%206%2047.3%2016.7%2067.4M208%20288c-64.8%200-119.6%2042.8-137.7%20101.6c-2.9%209.5%204.7%2018.4%2014.6%2018.4h246.2c9.9%200%2017.5-8.9%2014.6-18.4q-1.35-4.5-3-8.7c-37.4-18.1-68-48-87-84.8c-14.9-5.2-30.9-8.1-47.6-8.1zm137.7%20186.4c2.9-9.5-4.7-18.4-14.6-18.4H84.9c-9.9%200-17.5%208.9-14.6%2018.4C88.4%20533.2%20143.2%20576%20208%20576s119.6-42.8%20137.7-101.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/tablets.svg?color=%231a73e8&size=48