cell from Unicons by Iconscout · Line · Education · Apache-2.0 Free for personal and commercial use.

Name
cell
Set
Unicons
Style
Line
Category
Education
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More education icons from Unicons

Use the cell icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.49 4.73L17 2.17a1 1 0 0 0-1 0l-4 2.28l-4-2.28a1 1 0 0 0-1 0L2.51 4.73A1 1 0 0 0 2 5.6v5.12a1 1 0 0 0 .51.87l4 2.27v4.54a1 1 0 0 0 .51.87l4.5 2.56a1 1 0 0 0 1 0L17 19.27a1 1 0 0 0 .51-.87v-4.54l4-2.27a1 1 0 0 0 .51-.87V5.6a1 1 0 0 0-.53-.87M4 10.14v-4l3.5-2l3.5 2v4l-3.5 2Zm11.5 7.68l-3.5 2l-3.5-2v-4l3.5-2l3.5 2Zm4.5-7.68l-3.5 2l-3.5-2v-4l3.5-2l3.5 2Z"/></svg>

React

import type { SVGProps } from "react";

export function UilCell(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="M21.49 4.73L17 2.17a1 1 0 0 0-1 0l-4 2.28l-4-2.28a1 1 0 0 0-1 0L2.51 4.73A1 1 0 0 0 2 5.6v5.12a1 1 0 0 0 .51.87l4 2.27v4.54a1 1 0 0 0 .51.87l4.5 2.56a1 1 0 0 0 1 0L17 19.27a1 1 0 0 0 .51-.87v-4.54l4-2.27a1 1 0 0 0 .51-.87V5.6a1 1 0 0 0-.53-.87M4 10.14v-4l3.5-2l3.5 2v4l-3.5 2Zm11.5 7.68l-3.5 2l-3.5-2v-4l3.5-2l3.5 2Zm4.5-7.68l-3.5 2l-3.5-2v-4l3.5-2l3.5 2Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.49 4.73L17 2.17a1 1 0 0 0-1 0l-4 2.28l-4-2.28a1 1 0 0 0-1 0L2.51 4.73A1 1 0 0 0 2 5.6v5.12a1 1 0 0 0 .51.87l4 2.27v4.54a1 1 0 0 0 .51.87l4.5 2.56a1 1 0 0 0 1 0L17 19.27a1 1 0 0 0 .51-.87v-4.54l4-2.27a1 1 0 0 0 .51-.87V5.6a1 1 0 0 0-.53-.87M4 10.14v-4l3.5-2l3.5 2v4l-3.5 2Zm11.5 7.68l-3.5 2l-3.5-2v-4l3.5-2l3.5 2Zm4.5-7.68l-3.5 2l-3.5-2v-4l3.5-2l3.5 2Z"/></svg>
</template>

CSS

.icon-cell {
  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%22M21.49%204.73L17%202.17a1%201%200%200%200-1%200l-4%202.28l-4-2.28a1%201%200%200%200-1%200L2.51%204.73A1%201%200%200%200%202%205.6v5.12a1%201%200%200%200%20.51.87l4%202.27v4.54a1%201%200%200%200%20.51.87l4.5%202.56a1%201%200%200%200%201%200L17%2019.27a1%201%200%200%200%20.51-.87v-4.54l4-2.27a1%201%200%200%200%20.51-.87V5.6a1%201%200%200%200-.53-.87M4%2010.14v-4l3.5-2l3.5%202v4l-3.5%202Zm11.5%207.68l-3.5%202l-3.5-2v-4l3.5-2l3.5%202Zm4.5-7.68l-3.5%202l-3.5-2v-4l3.5-2l3.5%202Z%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%22M21.49%204.73L17%202.17a1%201%200%200%200-1%200l-4%202.28l-4-2.28a1%201%200%200%200-1%200L2.51%204.73A1%201%200%200%200%202%205.6v5.12a1%201%200%200%200%20.51.87l4%202.27v4.54a1%201%200%200%200%20.51.87l4.5%202.56a1%201%200%200%200%201%200L17%2019.27a1%201%200%200%200%20.51-.87v-4.54l4-2.27a1%201%200%200%200%20.51-.87V5.6a1%201%200%200%200-.53-.87M4%2010.14v-4l3.5-2l3.5%202v4l-3.5%202Zm11.5%207.68l-3.5%202l-3.5-2v-4l3.5-2l3.5%202Zm4.5-7.68l-3.5%202l-3.5-2v-4l3.5-2l3.5%202Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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