table cell add icon
table-cell-add-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- table-cell-add-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
table-add-16-filledtable-alt-text-20-filledtable-arrow-repeat-all-20-filledtable-arrow-up-20-filledtable-bottom-row-16-filledtable-calculator-16-filledtable-cell-center-16-filledtable-cell-center-arrow-repeat-all-20-filledtable-cell-center-edit-16-filledtable-cell-center-link-20-filledtable-cell-center-search-20-filledtable-cell-cross-16-filledtable-cell-cross-brush-16-filledtable-cell-edit-16-filledtable-cells-merge-16-filledtable-cells-split-16-filledtable-checker-20-filledtable-column-top-bottom-16-filledtable-column-top-bottom-arrow-repeat-all-20-filledtable-column-top-bottom-edit-16-filledtable-column-top-bottom-link-20-filledtable-column-top-bottom-search-20-filledtable-copy-20-filledtable-cursor-16-filled
Use the table cell add icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M14.5 10a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9m-5.477 4a5.48 5.48 0 0 0 1.234 4H9a2 2 0 0 1-2-2v-2zm5.477-2a.5.5 0 0 0-.5.5V14h-1.5a.5.5 0 0 0 0 1H14v1.5a.5.5 0 0 0 1 0V15h1.5a.5.5 0 0 0 0-1H15v-1.5a.5.5 0 0 0-.5-.5M6 13H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h2zm7-3.792A5.51 5.51 0 0 0 9.208 13H7V7h6zM16 7a2 2 0 0 1 2 2v1.257a5.48 5.48 0 0 0-4-1.234V7zm-5-5a2 2 0 0 1 2 2v2H7V4a2 2 0 0 1 2-2z"/></svg>
React
import type { SVGProps } from "react";
export function FluentTableCellAdd20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M14.5 10a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9m-5.477 4a5.48 5.48 0 0 0 1.234 4H9a2 2 0 0 1-2-2v-2zm5.477-2a.5.5 0 0 0-.5.5V14h-1.5a.5.5 0 0 0 0 1H14v1.5a.5.5 0 0 0 1 0V15h1.5a.5.5 0 0 0 0-1H15v-1.5a.5.5 0 0 0-.5-.5M6 13H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h2zm7-3.792A5.51 5.51 0 0 0 9.208 13H7V7h6zM16 7a2 2 0 0 1 2 2v1.257a5.48 5.48 0 0 0-4-1.234V7zm-5-5a2 2 0 0 1 2 2v2H7V4a2 2 0 0 1 2-2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M14.5 10a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9m-5.477 4a5.48 5.48 0 0 0 1.234 4H9a2 2 0 0 1-2-2v-2zm5.477-2a.5.5 0 0 0-.5.5V14h-1.5a.5.5 0 0 0 0 1H14v1.5a.5.5 0 0 0 1 0V15h1.5a.5.5 0 0 0 0-1H15v-1.5a.5.5 0 0 0-.5-.5M6 13H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h2zm7-3.792A5.51 5.51 0 0 0 9.208 13H7V7h6zM16 7a2 2 0 0 1 2 2v1.257a5.48 5.48 0 0 0-4-1.234V7zm-5-5a2 2 0 0 1 2 2v2H7V4a2 2 0 0 1 2-2z"/></svg> </template>
CSS
.icon-table-cell-add-20-filled {
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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.5%2010a4.5%204.5%200%201%201%200%209a4.5%204.5%200%200%201%200-9m-5.477%204a5.48%205.48%200%200%200%201.234%204H9a2%202%200%200%201-2-2v-2zm5.477-2a.5.5%200%200%200-.5.5V14h-1.5a.5.5%200%200%200%200%201H14v1.5a.5.5%200%200%200%201%200V15h1.5a.5.5%200%200%200%200-1H15v-1.5a.5.5%200%200%200-.5-.5M6%2013H4a2%202%200%200%201-2-2V9a2%202%200%200%201%202-2h2zm7-3.792A5.51%205.51%200%200%200%209.208%2013H7V7h6zM16%207a2%202%200%200%201%202%202v1.257a5.48%205.48%200%200%200-4-1.234V7zm-5-5a2%202%200%200%201%202%202v2H7V4a2%202%200%200%201%202-2z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.5%2010a4.5%204.5%200%201%201%200%209a4.5%204.5%200%200%201%200-9m-5.477%204a5.48%205.48%200%200%200%201.234%204H9a2%202%200%200%201-2-2v-2zm5.477-2a.5.5%200%200%200-.5.5V14h-1.5a.5.5%200%200%200%200%201H14v1.5a.5.5%200%200%200%201%200V15h1.5a.5.5%200%200%200%200-1H15v-1.5a.5.5%200%200%200-.5-.5M6%2013H4a2%202%200%200%201-2-2V9a2%202%200%200%201%202-2h2zm7-3.792A5.51%205.51%200%200%200%209.208%2013H7V7h6zM16%207a2%202%200%200%201%202%202v1.257a5.48%205.48%200%200%200-4-1.234V7zm-5-5a2%202%200%200%201%202%202v2H7V4a2%202%200%200%201%202-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/table-cell-add-20-filled.svg?color=%231a73e8&size=48