table-delete-row-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.

Name
table-delete-row-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
License
MIT

7 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the table delete row icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13 2.5A1.5 1.5 0 0 1 11.5 4H11V2.5a.5.5 0 0 0-1 0V4H6V2.5a.5.5 0 0 0-1 0V4h-.5A1.5 1.5 0 0 1 3 2.5a.5.5 0 0 0-1 0A2.5 2.5 0 0 0 4.5 5h7A2.5 2.5 0 0 0 14 2.5a.5.5 0 0 0-1 0m1 11a2.5 2.5 0 0 0-2.5-2.5h-7A2.5 2.5 0 0 0 2 13.5a.5.5 0 0 0 1 0A1.5 1.5 0 0 1 4.5 12H5v1.5a.5.5 0 0 0 1 0V12h4v1.5a.5.5 0 0 0 1 0V12h.5a1.5 1.5 0 0 1 1.5 1.5a.5.5 0 0 0 1 0M9.854 6.146a.5.5 0 0 1 0 .708L8.707 8l1.147 1.146a.5.5 0 0 1-.708.708L8 8.707L6.854 9.854a.5.5 0 0 1-.708-.708L7.293 8L6.146 6.854a.5.5 0 1 1 .708-.708L8 7.293l1.146-1.147a.5.5 0 0 1 .708 0M14.5 8a.5.5 0 0 1-.5.5h-3.382l-.068-.071L10.121 8l.44-.44q.03-.03.057-.06H14a.5.5 0 0 1 .5.5m-9.05.428l-.068.072H2a.5.5 0 0 1 0-1h3.382l.057.06l.44.44z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTableDeleteRow16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13 2.5A1.5 1.5 0 0 1 11.5 4H11V2.5a.5.5 0 0 0-1 0V4H6V2.5a.5.5 0 0 0-1 0V4h-.5A1.5 1.5 0 0 1 3 2.5a.5.5 0 0 0-1 0A2.5 2.5 0 0 0 4.5 5h7A2.5 2.5 0 0 0 14 2.5a.5.5 0 0 0-1 0m1 11a2.5 2.5 0 0 0-2.5-2.5h-7A2.5 2.5 0 0 0 2 13.5a.5.5 0 0 0 1 0A1.5 1.5 0 0 1 4.5 12H5v1.5a.5.5 0 0 0 1 0V12h4v1.5a.5.5 0 0 0 1 0V12h.5a1.5 1.5 0 0 1 1.5 1.5a.5.5 0 0 0 1 0M9.854 6.146a.5.5 0 0 1 0 .708L8.707 8l1.147 1.146a.5.5 0 0 1-.708.708L8 8.707L6.854 9.854a.5.5 0 0 1-.708-.708L7.293 8L6.146 6.854a.5.5 0 1 1 .708-.708L8 7.293l1.146-1.147a.5.5 0 0 1 .708 0M14.5 8a.5.5 0 0 1-.5.5h-3.382l-.068-.071L10.121 8l.44-.44q.03-.03.057-.06H14a.5.5 0 0 1 .5.5m-9.05.428l-.068.072H2a.5.5 0 0 1 0-1h3.382l.057.06l.44.44z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13 2.5A1.5 1.5 0 0 1 11.5 4H11V2.5a.5.5 0 0 0-1 0V4H6V2.5a.5.5 0 0 0-1 0V4h-.5A1.5 1.5 0 0 1 3 2.5a.5.5 0 0 0-1 0A2.5 2.5 0 0 0 4.5 5h7A2.5 2.5 0 0 0 14 2.5a.5.5 0 0 0-1 0m1 11a2.5 2.5 0 0 0-2.5-2.5h-7A2.5 2.5 0 0 0 2 13.5a.5.5 0 0 0 1 0A1.5 1.5 0 0 1 4.5 12H5v1.5a.5.5 0 0 0 1 0V12h4v1.5a.5.5 0 0 0 1 0V12h.5a1.5 1.5 0 0 1 1.5 1.5a.5.5 0 0 0 1 0M9.854 6.146a.5.5 0 0 1 0 .708L8.707 8l1.147 1.146a.5.5 0 0 1-.708.708L8 8.707L6.854 9.854a.5.5 0 0 1-.708-.708L7.293 8L6.146 6.854a.5.5 0 1 1 .708-.708L8 7.293l1.146-1.147a.5.5 0 0 1 .708 0M14.5 8a.5.5 0 0 1-.5.5h-3.382l-.068-.071L10.121 8l.44-.44q.03-.03.057-.06H14a.5.5 0 0 1 .5.5m-9.05.428l-.068.072H2a.5.5 0 0 1 0-1h3.382l.057.06l.44.44z"/></svg>
</template>

CSS

.icon-table-delete-row-16-regular {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%202.5A1.5%201.5%200%200%201%2011.5%204H11V2.5a.5.5%200%200%200-1%200V4H6V2.5a.5.5%200%200%200-1%200V4h-.5A1.5%201.5%200%200%201%203%202.5a.5.5%200%200%200-1%200A2.5%202.5%200%200%200%204.5%205h7A2.5%202.5%200%200%200%2014%202.5a.5.5%200%200%200-1%200m1%2011a2.5%202.5%200%200%200-2.5-2.5h-7A2.5%202.5%200%200%200%202%2013.5a.5.5%200%200%200%201%200A1.5%201.5%200%200%201%204.5%2012H5v1.5a.5.5%200%200%200%201%200V12h4v1.5a.5.5%200%200%200%201%200V12h.5a1.5%201.5%200%200%201%201.5%201.5a.5.5%200%200%200%201%200M9.854%206.146a.5.5%200%200%201%200%20.708L8.707%208l1.147%201.146a.5.5%200%200%201-.708.708L8%208.707L6.854%209.854a.5.5%200%200%201-.708-.708L7.293%208L6.146%206.854a.5.5%200%201%201%20.708-.708L8%207.293l1.146-1.147a.5.5%200%200%201%20.708%200M14.5%208a.5.5%200%200%201-.5.5h-3.382l-.068-.071L10.121%208l.44-.44q.03-.03.057-.06H14a.5.5%200%200%201%20.5.5m-9.05.428l-.068.072H2a.5.5%200%200%201%200-1h3.382l.057.06l.44.44z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%202.5A1.5%201.5%200%200%201%2011.5%204H11V2.5a.5.5%200%200%200-1%200V4H6V2.5a.5.5%200%200%200-1%200V4h-.5A1.5%201.5%200%200%201%203%202.5a.5.5%200%200%200-1%200A2.5%202.5%200%200%200%204.5%205h7A2.5%202.5%200%200%200%2014%202.5a.5.5%200%200%200-1%200m1%2011a2.5%202.5%200%200%200-2.5-2.5h-7A2.5%202.5%200%200%200%202%2013.5a.5.5%200%200%200%201%200A1.5%201.5%200%200%201%204.5%2012H5v1.5a.5.5%200%200%200%201%200V12h4v1.5a.5.5%200%200%200%201%200V12h.5a1.5%201.5%200%200%201%201.5%201.5a.5.5%200%200%200%201%200M9.854%206.146a.5.5%200%200%201%200%20.708L8.707%208l1.147%201.146a.5.5%200%200%201-.708.708L8%208.707L6.854%209.854a.5.5%200%200%201-.708-.708L7.293%208L6.146%206.854a.5.5%200%201%201%20.708-.708L8%207.293l1.146-1.147a.5.5%200%200%201%20.708%200M14.5%208a.5.5%200%200%201-.5.5h-3.382l-.068-.071L10.121%208l.44-.44q.03-.03.057-.06H14a.5.5%200%200%201%20.5.5m-9.05.428l-.068.072H2a.5.5%200%200%201%200-1h3.382l.057.06l.44.44z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/table-delete-row-16-regular.svg?color=%231a73e8&size=48