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

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

The same icon in other sets

More medical icons from Font Awesome 6 Solid

Use the tablets icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M614.3 247c-5.2 7.9-16.2 8.5-22.9 1.8L391.2 48.6c-6.7-6.7-6.2-17.8 1.8-22.9C418.1 9.4 447.9 0 480 0c88.4 0 160 71.6 160 160c0 32.1-9.4 61.9-25.7 87M567 294.3c-25 16.3-54.9 25.7-87 25.7c-88.4 0-160-71.6-160-160c0-32.1 9.4-61.9 25.7-87c5.2-7.9 16.2-8.5 22.9-1.8l200.2 200.2c6.7 6.7 6.2 17.8-1.8 22.9M301.5 368c9.5 0 16.9 8.2 15 17.5C301.1 457.8 236.9 512 160 512S18.9 457.8 3.5 385.5c-2-9.3 5.5-17.5 15-17.5h283.1zm0-32h-283c-9.5 0-16.9-8.2-15-17.5C18.9 246.2 83.1 192 160 192s141.1 54.2 156.5 126.5c2 9.3-5.5 17.5-15 17.5"/></svg>

React

import type { SVGProps } from "react";

export function Fa6SolidTablets(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M614.3 247c-5.2 7.9-16.2 8.5-22.9 1.8L391.2 48.6c-6.7-6.7-6.2-17.8 1.8-22.9C418.1 9.4 447.9 0 480 0c88.4 0 160 71.6 160 160c0 32.1-9.4 61.9-25.7 87M567 294.3c-25 16.3-54.9 25.7-87 25.7c-88.4 0-160-71.6-160-160c0-32.1 9.4-61.9 25.7-87c5.2-7.9 16.2-8.5 22.9-1.8l200.2 200.2c6.7 6.7 6.2 17.8-1.8 22.9M301.5 368c9.5 0 16.9 8.2 15 17.5C301.1 457.8 236.9 512 160 512S18.9 457.8 3.5 385.5c-2-9.3 5.5-17.5 15-17.5h283.1zm0-32h-283c-9.5 0-16.9-8.2-15-17.5C18.9 246.2 83.1 192 160 192s141.1 54.2 156.5 126.5c2 9.3-5.5 17.5-15 17.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 512"><path fill="currentColor" d="M614.3 247c-5.2 7.9-16.2 8.5-22.9 1.8L391.2 48.6c-6.7-6.7-6.2-17.8 1.8-22.9C418.1 9.4 447.9 0 480 0c88.4 0 160 71.6 160 160c0 32.1-9.4 61.9-25.7 87M567 294.3c-25 16.3-54.9 25.7-87 25.7c-88.4 0-160-71.6-160-160c0-32.1 9.4-61.9 25.7-87c5.2-7.9 16.2-8.5 22.9-1.8l200.2 200.2c6.7 6.7 6.2 17.8-1.8 22.9M301.5 368c9.5 0 16.9 8.2 15 17.5C301.1 457.8 236.9 512 160 512S18.9 457.8 3.5 385.5c-2-9.3 5.5-17.5 15-17.5h283.1zm0-32h-283c-9.5 0-16.9-8.2-15-17.5C18.9 246.2 83.1 192 160 192s141.1 54.2 156.5 126.5c2 9.3-5.5 17.5-15 17.5"/></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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M614.3%20247c-5.2%207.9-16.2%208.5-22.9%201.8L391.2%2048.6c-6.7-6.7-6.2-17.8%201.8-22.9C418.1%209.4%20447.9%200%20480%200c88.4%200%20160%2071.6%20160%20160c0%2032.1-9.4%2061.9-25.7%2087M567%20294.3c-25%2016.3-54.9%2025.7-87%2025.7c-88.4%200-160-71.6-160-160c0-32.1%209.4-61.9%2025.7-87c5.2-7.9%2016.2-8.5%2022.9-1.8l200.2%20200.2c6.7%206.7%206.2%2017.8-1.8%2022.9M301.5%20368c9.5%200%2016.9%208.2%2015%2017.5C301.1%20457.8%20236.9%20512%20160%20512S18.9%20457.8%203.5%20385.5c-2-9.3%205.5-17.5%2015-17.5h283.1zm0-32h-283c-9.5%200-16.9-8.2-15-17.5C18.9%20246.2%2083.1%20192%20160%20192s141.1%2054.2%20156.5%20126.5c2%209.3-5.5%2017.5-15%2017.5%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%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M614.3%20247c-5.2%207.9-16.2%208.5-22.9%201.8L391.2%2048.6c-6.7-6.7-6.2-17.8%201.8-22.9C418.1%209.4%20447.9%200%20480%200c88.4%200%20160%2071.6%20160%20160c0%2032.1-9.4%2061.9-25.7%2087M567%20294.3c-25%2016.3-54.9%2025.7-87%2025.7c-88.4%200-160-71.6-160-160c0-32.1%209.4-61.9%2025.7-87c5.2-7.9%2016.2-8.5%2022.9-1.8l200.2%20200.2c6.7%206.7%206.2%2017.8-1.8%2022.9M301.5%20368c9.5%200%2016.9%208.2%2015%2017.5C301.1%20457.8%20236.9%20512%20160%20512S18.9%20457.8%203.5%20385.5c-2-9.3%205.5-17.5%2015-17.5h283.1zm0-32h-283c-9.5%200-16.9-8.2-15-17.5C18.9%20246.2%2083.1%20192%20160%20192s141.1%2054.2%20156.5%20126.5c2%209.3-5.5%2017.5-15%2017.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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