tab close inactive icon

tab-close-inactive-rounded from Material Symbols by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.

Name
tab-close-inactive-rounded
Set
Material Symbols
Style
Rounded
Category
UI Actions
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More ui actions icons from Material Symbols

Use the tab close inactive icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 21q0 .425-.288.713T17 22h-2q-.425 0-.712-.288T14 21t.288-.712T15 20h2q.425 0 .713.288T18 21m-6 0q0 .425-.288.713T11 22H9q-.425 0-.712-.288T8 21t.288-.712T9 20h2q.425 0 .713.288T12 21M3 6q.425 0 .713.288T4 7v2q0 .425-.288.713T3 10t-.712-.288T2 9V7q0-.425.288-.712T3 6m0 6q.425 0 .713.288T4 13v2q0 .425-.288.713T3 16t-.712-.288T2 15v-2q0-.425.288-.712T3 12m1 10q-.825 0-1.412-.587T2 20v-1q0-.425.288-.712T3 18t.713.288T4 19v1h1q.425 0 .713.288T6 21t-.288.713T5 22zm4-4q-.825 0-1.412-.587T6 16V4q0-.825.588-1.412T8 2h12q.825 0 1.413.588T22 4v12q0 .825-.587 1.413T20 18zm4.6-5.2l1.4-1.4l1.4 1.4q.275.275.7.275t.7-.275t.275-.7t-.275-.7L15.4 10l1.4-1.4q.275-.275.275-.7t-.275-.7t-.7-.275t-.7.275L14 8.6l-1.4-1.4q-.275-.275-.7-.275t-.7.275t-.275.7t.275.7l1.4 1.4l-1.4 1.4q-.275.275-.275.7t.275.7t.7.275t.7-.275"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsTabCloseInactiveRounded(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="M18 21q0 .425-.288.713T17 22h-2q-.425 0-.712-.288T14 21t.288-.712T15 20h2q.425 0 .713.288T18 21m-6 0q0 .425-.288.713T11 22H9q-.425 0-.712-.288T8 21t.288-.712T9 20h2q.425 0 .713.288T12 21M3 6q.425 0 .713.288T4 7v2q0 .425-.288.713T3 10t-.712-.288T2 9V7q0-.425.288-.712T3 6m0 6q.425 0 .713.288T4 13v2q0 .425-.288.713T3 16t-.712-.288T2 15v-2q0-.425.288-.712T3 12m1 10q-.825 0-1.412-.587T2 20v-1q0-.425.288-.712T3 18t.713.288T4 19v1h1q.425 0 .713.288T6 21t-.288.713T5 22zm4-4q-.825 0-1.412-.587T6 16V4q0-.825.588-1.412T8 2h12q.825 0 1.413.588T22 4v12q0 .825-.587 1.413T20 18zm4.6-5.2l1.4-1.4l1.4 1.4q.275.275.7.275t.7-.275t.275-.7t-.275-.7L15.4 10l1.4-1.4q.275-.275.275-.7t-.275-.7t-.7-.275t-.7.275L14 8.6l-1.4-1.4q-.275-.275-.7-.275t-.7.275t-.275.7t.275.7l1.4 1.4l-1.4 1.4q-.275.275-.275.7t.275.7t.7.275t.7-.275"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 21q0 .425-.288.713T17 22h-2q-.425 0-.712-.288T14 21t.288-.712T15 20h2q.425 0 .713.288T18 21m-6 0q0 .425-.288.713T11 22H9q-.425 0-.712-.288T8 21t.288-.712T9 20h2q.425 0 .713.288T12 21M3 6q.425 0 .713.288T4 7v2q0 .425-.288.713T3 10t-.712-.288T2 9V7q0-.425.288-.712T3 6m0 6q.425 0 .713.288T4 13v2q0 .425-.288.713T3 16t-.712-.288T2 15v-2q0-.425.288-.712T3 12m1 10q-.825 0-1.412-.587T2 20v-1q0-.425.288-.712T3 18t.713.288T4 19v1h1q.425 0 .713.288T6 21t-.288.713T5 22zm4-4q-.825 0-1.412-.587T6 16V4q0-.825.588-1.412T8 2h12q.825 0 1.413.588T22 4v12q0 .825-.587 1.413T20 18zm4.6-5.2l1.4-1.4l1.4 1.4q.275.275.7.275t.7-.275t.275-.7t-.275-.7L15.4 10l1.4-1.4q.275-.275.275-.7t-.275-.7t-.7-.275t-.7.275L14 8.6l-1.4-1.4q-.275-.275-.7-.275t-.7.275t-.275.7t.275.7l1.4 1.4l-1.4 1.4q-.275.275-.275.7t.275.7t.7.275t.7-.275"/></svg>
</template>

CSS

.icon-tab-close-inactive-rounded {
  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%22M18%2021q0%20.425-.288.713T17%2022h-2q-.425%200-.712-.288T14%2021t.288-.712T15%2020h2q.425%200%20.713.288T18%2021m-6%200q0%20.425-.288.713T11%2022H9q-.425%200-.712-.288T8%2021t.288-.712T9%2020h2q.425%200%20.713.288T12%2021M3%206q.425%200%20.713.288T4%207v2q0%20.425-.288.713T3%2010t-.712-.288T2%209V7q0-.425.288-.712T3%206m0%206q.425%200%20.713.288T4%2013v2q0%20.425-.288.713T3%2016t-.712-.288T2%2015v-2q0-.425.288-.712T3%2012m1%2010q-.825%200-1.412-.587T2%2020v-1q0-.425.288-.712T3%2018t.713.288T4%2019v1h1q.425%200%20.713.288T6%2021t-.288.713T5%2022zm4-4q-.825%200-1.412-.587T6%2016V4q0-.825.588-1.412T8%202h12q.825%200%201.413.588T22%204v12q0%20.825-.587%201.413T20%2018zm4.6-5.2l1.4-1.4l1.4%201.4q.275.275.7.275t.7-.275t.275-.7t-.275-.7L15.4%2010l1.4-1.4q.275-.275.275-.7t-.275-.7t-.7-.275t-.7.275L14%208.6l-1.4-1.4q-.275-.275-.7-.275t-.7.275t-.275.7t.275.7l1.4%201.4l-1.4%201.4q-.275.275-.275.7t.275.7t.7.275t.7-.275%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%22M18%2021q0%20.425-.288.713T17%2022h-2q-.425%200-.712-.288T14%2021t.288-.712T15%2020h2q.425%200%20.713.288T18%2021m-6%200q0%20.425-.288.713T11%2022H9q-.425%200-.712-.288T8%2021t.288-.712T9%2020h2q.425%200%20.713.288T12%2021M3%206q.425%200%20.713.288T4%207v2q0%20.425-.288.713T3%2010t-.712-.288T2%209V7q0-.425.288-.712T3%206m0%206q.425%200%20.713.288T4%2013v2q0%20.425-.288.713T3%2016t-.712-.288T2%2015v-2q0-.425.288-.712T3%2012m1%2010q-.825%200-1.412-.587T2%2020v-1q0-.425.288-.712T3%2018t.713.288T4%2019v1h1q.425%200%20.713.288T6%2021t-.288.713T5%2022zm4-4q-.825%200-1.412-.587T6%2016V4q0-.825.588-1.412T8%202h12q.825%200%201.413.588T22%204v12q0%20.825-.587%201.413T20%2018zm4.6-5.2l1.4-1.4l1.4%201.4q.275.275.7.275t.7-.275t.275-.7t-.275-.7L15.4%2010l1.4-1.4q.275-.275.275-.7t-.275-.7t-.7-.275t-.7.275L14%208.6l-1.4-1.4q-.275-.275-.7-.275t-.7.275t-.275.7t.275.7l1.4%201.4l-1.4%201.4q-.275.275-.275.7t.275.7t.7.275t.7-.275%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/tab-close-inactive-rounded.svg?color=%231a73e8&size=48