table delete column icon

table-delete-column-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
table-delete-column-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT
Aliases
table-column-delete-24-filled

7 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the table delete column icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 3.75V8h-5V6.25A3.25 3.25 0 0 1 20.25 3h1a.75.75 0 0 1 .75.75m0 5.75v5h-5v-5zM21.25 21a.75.75 0 0 0 .75-.75V16h-5v1.75A3.25 3.25 0 0 0 20.25 21zM2 20.25c0 .414.336.75.75.75h1A3.25 3.25 0 0 0 7 17.75V16H2zM2 9.5v5h5v-5zm0-5.75V8h5V6.25A3.25 3.25 0 0 0 3.75 3h-1a.75.75 0 0 0-.75.75m9.25 11.773v5.727a.75.75 0 0 0 1.5 0v-5.727l-.076-.072l-.674-.674l-.674.674zm0-6.796q.039.035.076.072l.674.674l.674-.674q.037-.037.076-.072V2.75a.75.75 0 0 0-1.5 0zM9.47 14.53a.75.75 0 0 1 0-1.06L10.94 12l-1.47-1.47a.75.75 0 1 1 1.06-1.06L12 10.94l1.47-1.47a.75.75 0 1 1 1.06 1.06L13.06 12l1.47 1.47a.75.75 0 1 1-1.06 1.06L12 13.06l-1.47 1.47a.75.75 0 0 1-1.06 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentTableDeleteColumn24Filled(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="M22 3.75V8h-5V6.25A3.25 3.25 0 0 1 20.25 3h1a.75.75 0 0 1 .75.75m0 5.75v5h-5v-5zM21.25 21a.75.75 0 0 0 .75-.75V16h-5v1.75A3.25 3.25 0 0 0 20.25 21zM2 20.25c0 .414.336.75.75.75h1A3.25 3.25 0 0 0 7 17.75V16H2zM2 9.5v5h5v-5zm0-5.75V8h5V6.25A3.25 3.25 0 0 0 3.75 3h-1a.75.75 0 0 0-.75.75m9.25 11.773v5.727a.75.75 0 0 0 1.5 0v-5.727l-.076-.072l-.674-.674l-.674.674zm0-6.796q.039.035.076.072l.674.674l.674-.674q.037-.037.076-.072V2.75a.75.75 0 0 0-1.5 0zM9.47 14.53a.75.75 0 0 1 0-1.06L10.94 12l-1.47-1.47a.75.75 0 1 1 1.06-1.06L12 10.94l1.47-1.47a.75.75 0 1 1 1.06 1.06L13.06 12l1.47 1.47a.75.75 0 1 1-1.06 1.06L12 13.06l-1.47 1.47a.75.75 0 0 1-1.06 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 3.75V8h-5V6.25A3.25 3.25 0 0 1 20.25 3h1a.75.75 0 0 1 .75.75m0 5.75v5h-5v-5zM21.25 21a.75.75 0 0 0 .75-.75V16h-5v1.75A3.25 3.25 0 0 0 20.25 21zM2 20.25c0 .414.336.75.75.75h1A3.25 3.25 0 0 0 7 17.75V16H2zM2 9.5v5h5v-5zm0-5.75V8h5V6.25A3.25 3.25 0 0 0 3.75 3h-1a.75.75 0 0 0-.75.75m9.25 11.773v5.727a.75.75 0 0 0 1.5 0v-5.727l-.076-.072l-.674-.674l-.674.674zm0-6.796q.039.035.076.072l.674.674l.674-.674q.037-.037.076-.072V2.75a.75.75 0 0 0-1.5 0zM9.47 14.53a.75.75 0 0 1 0-1.06L10.94 12l-1.47-1.47a.75.75 0 1 1 1.06-1.06L12 10.94l1.47-1.47a.75.75 0 1 1 1.06 1.06L13.06 12l1.47 1.47a.75.75 0 1 1-1.06 1.06L12 13.06l-1.47 1.47a.75.75 0 0 1-1.06 0"/></svg>
</template>

CSS

.icon-table-delete-column-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%203.75V8h-5V6.25A3.25%203.25%200%200%201%2020.25%203h1a.75.75%200%200%201%20.75.75m0%205.75v5h-5v-5zM21.25%2021a.75.75%200%200%200%20.75-.75V16h-5v1.75A3.25%203.25%200%200%200%2020.25%2021zM2%2020.25c0%20.414.336.75.75.75h1A3.25%203.25%200%200%200%207%2017.75V16H2zM2%209.5v5h5v-5zm0-5.75V8h5V6.25A3.25%203.25%200%200%200%203.75%203h-1a.75.75%200%200%200-.75.75m9.25%2011.773v5.727a.75.75%200%200%200%201.5%200v-5.727l-.076-.072l-.674-.674l-.674.674zm0-6.796q.039.035.076.072l.674.674l.674-.674q.037-.037.076-.072V2.75a.75.75%200%200%200-1.5%200zM9.47%2014.53a.75.75%200%200%201%200-1.06L10.94%2012l-1.47-1.47a.75.75%200%201%201%201.06-1.06L12%2010.94l1.47-1.47a.75.75%200%201%201%201.06%201.06L13.06%2012l1.47%201.47a.75.75%200%201%201-1.06%201.06L12%2013.06l-1.47%201.47a.75.75%200%200%201-1.06%200%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%22M22%203.75V8h-5V6.25A3.25%203.25%200%200%201%2020.25%203h1a.75.75%200%200%201%20.75.75m0%205.75v5h-5v-5zM21.25%2021a.75.75%200%200%200%20.75-.75V16h-5v1.75A3.25%203.25%200%200%200%2020.25%2021zM2%2020.25c0%20.414.336.75.75.75h1A3.25%203.25%200%200%200%207%2017.75V16H2zM2%209.5v5h5v-5zm0-5.75V8h5V6.25A3.25%203.25%200%200%200%203.75%203h-1a.75.75%200%200%200-.75.75m9.25%2011.773v5.727a.75.75%200%200%200%201.5%200v-5.727l-.076-.072l-.674-.674l-.674.674zm0-6.796q.039.035.076.072l.674.674l.674-.674q.037-.037.076-.072V2.75a.75.75%200%200%200-1.5%200zM9.47%2014.53a.75.75%200%200%201%200-1.06L10.94%2012l-1.47-1.47a.75.75%200%201%201%201.06-1.06L12%2010.94l1.47-1.47a.75.75%200%201%201%201.06%201.06L13.06%2012l1.47%201.47a.75.75%200%201%201-1.06%201.06L12%2013.06l-1.47%201.47a.75.75%200%200%201-1.06%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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