table properties icon

table-properties-bold from Solar by 480 Design · Bold · Business · CC-BY-4.0 Attribution required.

Name
table-properties-bold
Set
Solar
Style
Bold
Category
Business
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More business icons from Solar

Use the table properties icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M14.25 16.0828V21.9978C13.858 21.9997 13.4419 21.9998 13 21.9998H11C7.22917 21.9998 5.34348 22.0001 4.17188 20.8289C3.23934 19.8963 3.05152 18.5109 3.0127 16.0828H14.25Z"/><path d="M20.9873 16.0828C20.9485 18.5109 20.7607 19.8963 19.8281 20.8289C18.9846 21.6721 17.7708 21.9063 15.75 21.9724V16.0828H20.9873Z"/><path d="M21 9.99976V13.9998C21 14.1992 20.9992 14.3937 20.999 14.5828H15.75V9.41675H20.999C20.9992 9.60592 21 9.8002 21 9.99976Z"/><path d="M14.25 9.41675V14.5828H3.00098C3.0008 14.3937 3 14.1992 3 13.9998V9.99976C3 9.8002 3.0008 9.60592 3.00098 9.41675H14.25Z"/><path d="M15.75 2.02612C17.7711 2.09225 18.9846 2.32818 19.8281 3.17163C20.7606 4.10411 20.9485 5.48888 20.9873 7.91675H15.75V2.02612Z"/><path d="M14.25 2.00171V7.91675H3.0127C3.05153 5.48888 3.2394 4.10411 4.17188 3.17163C5.34346 2.00017 7.22888 1.99976 11 1.99976H13C13.4419 1.99976 13.858 1.99982 14.25 2.00171Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarTablePropertiesBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M14.25 16.0828V21.9978C13.858 21.9997 13.4419 21.9998 13 21.9998H11C7.22917 21.9998 5.34348 22.0001 4.17188 20.8289C3.23934 19.8963 3.05152 18.5109 3.0127 16.0828H14.25Z"/><path d="M20.9873 16.0828C20.9485 18.5109 20.7607 19.8963 19.8281 20.8289C18.9846 21.6721 17.7708 21.9063 15.75 21.9724V16.0828H20.9873Z"/><path d="M21 9.99976V13.9998C21 14.1992 20.9992 14.3937 20.999 14.5828H15.75V9.41675H20.999C20.9992 9.60592 21 9.8002 21 9.99976Z"/><path d="M14.25 9.41675V14.5828H3.00098C3.0008 14.3937 3 14.1992 3 13.9998V9.99976C3 9.8002 3.0008 9.60592 3.00098 9.41675H14.25Z"/><path d="M15.75 2.02612C17.7711 2.09225 18.9846 2.32818 19.8281 3.17163C20.7606 4.10411 20.9485 5.48888 20.9873 7.91675H15.75V2.02612Z"/><path d="M14.25 2.00171V7.91675H3.0127C3.05153 5.48888 3.2394 4.10411 4.17188 3.17163C5.34346 2.00017 7.22888 1.99976 11 1.99976H13C13.4419 1.99976 13.858 1.99982 14.25 2.00171Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M14.25 16.0828V21.9978C13.858 21.9997 13.4419 21.9998 13 21.9998H11C7.22917 21.9998 5.34348 22.0001 4.17188 20.8289C3.23934 19.8963 3.05152 18.5109 3.0127 16.0828H14.25Z"/><path d="M20.9873 16.0828C20.9485 18.5109 20.7607 19.8963 19.8281 20.8289C18.9846 21.6721 17.7708 21.9063 15.75 21.9724V16.0828H20.9873Z"/><path d="M21 9.99976V13.9998C21 14.1992 20.9992 14.3937 20.999 14.5828H15.75V9.41675H20.999C20.9992 9.60592 21 9.8002 21 9.99976Z"/><path d="M14.25 9.41675V14.5828H3.00098C3.0008 14.3937 3 14.1992 3 13.9998V9.99976C3 9.8002 3.0008 9.60592 3.00098 9.41675H14.25Z"/><path d="M15.75 2.02612C17.7711 2.09225 18.9846 2.32818 19.8281 3.17163C20.7606 4.10411 20.9485 5.48888 20.9873 7.91675H15.75V2.02612Z"/><path d="M14.25 2.00171V7.91675H3.0127C3.05153 5.48888 3.2394 4.10411 4.17188 3.17163C5.34346 2.00017 7.22888 1.99976 11 1.99976H13C13.4419 1.99976 13.858 1.99982 14.25 2.00171Z"/></g></svg>
</template>

CSS

.icon-table-properties-bold {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M14.25%2016.0828V21.9978C13.858%2021.9997%2013.4419%2021.9998%2013%2021.9998H11C7.22917%2021.9998%205.34348%2022.0001%204.17188%2020.8289C3.23934%2019.8963%203.05152%2018.5109%203.0127%2016.0828H14.25Z%22%2F%3E%3Cpath%20d%3D%22M20.9873%2016.0828C20.9485%2018.5109%2020.7607%2019.8963%2019.8281%2020.8289C18.9846%2021.6721%2017.7708%2021.9063%2015.75%2021.9724V16.0828H20.9873Z%22%2F%3E%3Cpath%20d%3D%22M21%209.99976V13.9998C21%2014.1992%2020.9992%2014.3937%2020.999%2014.5828H15.75V9.41675H20.999C20.9992%209.60592%2021%209.8002%2021%209.99976Z%22%2F%3E%3Cpath%20d%3D%22M14.25%209.41675V14.5828H3.00098C3.0008%2014.3937%203%2014.1992%203%2013.9998V9.99976C3%209.8002%203.0008%209.60592%203.00098%209.41675H14.25Z%22%2F%3E%3Cpath%20d%3D%22M15.75%202.02612C17.7711%202.09225%2018.9846%202.32818%2019.8281%203.17163C20.7606%204.10411%2020.9485%205.48888%2020.9873%207.91675H15.75V2.02612Z%22%2F%3E%3Cpath%20d%3D%22M14.25%202.00171V7.91675H3.0127C3.05153%205.48888%203.2394%204.10411%204.17188%203.17163C5.34346%202.00017%207.22888%201.99976%2011%201.99976H13C13.4419%201.99976%2013.858%201.99982%2014.25%202.00171Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M14.25%2016.0828V21.9978C13.858%2021.9997%2013.4419%2021.9998%2013%2021.9998H11C7.22917%2021.9998%205.34348%2022.0001%204.17188%2020.8289C3.23934%2019.8963%203.05152%2018.5109%203.0127%2016.0828H14.25Z%22%2F%3E%3Cpath%20d%3D%22M20.9873%2016.0828C20.9485%2018.5109%2020.7607%2019.8963%2019.8281%2020.8289C18.9846%2021.6721%2017.7708%2021.9063%2015.75%2021.9724V16.0828H20.9873Z%22%2F%3E%3Cpath%20d%3D%22M21%209.99976V13.9998C21%2014.1992%2020.9992%2014.3937%2020.999%2014.5828H15.75V9.41675H20.999C20.9992%209.60592%2021%209.8002%2021%209.99976Z%22%2F%3E%3Cpath%20d%3D%22M14.25%209.41675V14.5828H3.00098C3.0008%2014.3937%203%2014.1992%203%2013.9998V9.99976C3%209.8002%203.0008%209.60592%203.00098%209.41675H14.25Z%22%2F%3E%3Cpath%20d%3D%22M15.75%202.02612C17.7711%202.09225%2018.9846%202.32818%2019.8281%203.17163C20.7606%204.10411%2020.9485%205.48888%2020.9873%207.91675H15.75V2.02612Z%22%2F%3E%3Cpath%20d%3D%22M14.25%202.00171V7.91675H3.0127C3.05153%205.48888%203.2394%204.10411%204.17188%203.17163C5.34346%202.00017%207.22888%201.99976%2011%201.99976H13C13.4419%201.99976%2013.858%201.99982%2014.25%202.00171Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/table-properties-bold.svg?color=%231a73e8&size=48