tab unselected icon

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

Name
tab-unselected-rounded
Set
Material Symbols
Style
Rounded
Category
UI Actions
Viewbox
24×24
License
Apache 2.0
Aliases
tab-unselected-outline-rounded

2 other variants in Material Symbols

The same icon in other sets

More ui actions icons from Material Symbols

Use the tab unselected icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 20q-.425 0-.712-.288T2 19t.288-.712T3 18t.713.288T4 19t-.288.713T3 20m3.288-.288Q6 19.426 6 19t.288-.712T7 18t.713.288T8 19t-.288.713T7 20t-.712-.288m4 0Q10 19.426 10 19t.288-.712T11 18t.713.288T12 19t-.288.713T11 20t-.712-.288m4 0Q14 19.426 14 19t.288-.712T15 18t.713.288T16 19t-.288.713T15 20t-.712-.288M19 20q-.425 0-.712-.288T18 19t.288-.712T19 18h1v-1q0-.425.288-.712T21 16t.713.288T22 17v1q0 .825-.587 1.413T20 20zM3 16q-.425 0-.712-.288T2 15t.288-.712T3 14t.713.288T4 15t-.288.713T3 16m17.288-2.287Q20 13.425 20 13t.288-.712T21 12t.713.288T22 13t-.288.713T21 14t-.712-.288M3 12q-.425 0-.712-.288T2 11t.288-.712T3 10t.713.288T4 11t-.288.713T3 12m9-4V5q0-.425.288-.712T13 4h7q.825 0 1.413.588T22 6v3q0 .425-.288.713T21 10h-7q-.825 0-1.412-.587T12 8M3 8q-.425 0-.712-.288T2 7V6q0-.825.588-1.412T4 4h1q.425 0 .713.288T6 5t-.288.713T5 6H4v1q0 .425-.288.713T3 8m5.288-2.287Q8 5.425 8 5t.288-.712T9 4t.713.288T10 5t-.288.713T9 6t-.712-.288"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsTabUnselectedRounded(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="M3 20q-.425 0-.712-.288T2 19t.288-.712T3 18t.713.288T4 19t-.288.713T3 20m3.288-.288Q6 19.426 6 19t.288-.712T7 18t.713.288T8 19t-.288.713T7 20t-.712-.288m4 0Q10 19.426 10 19t.288-.712T11 18t.713.288T12 19t-.288.713T11 20t-.712-.288m4 0Q14 19.426 14 19t.288-.712T15 18t.713.288T16 19t-.288.713T15 20t-.712-.288M19 20q-.425 0-.712-.288T18 19t.288-.712T19 18h1v-1q0-.425.288-.712T21 16t.713.288T22 17v1q0 .825-.587 1.413T20 20zM3 16q-.425 0-.712-.288T2 15t.288-.712T3 14t.713.288T4 15t-.288.713T3 16m17.288-2.287Q20 13.425 20 13t.288-.712T21 12t.713.288T22 13t-.288.713T21 14t-.712-.288M3 12q-.425 0-.712-.288T2 11t.288-.712T3 10t.713.288T4 11t-.288.713T3 12m9-4V5q0-.425.288-.712T13 4h7q.825 0 1.413.588T22 6v3q0 .425-.288.713T21 10h-7q-.825 0-1.412-.587T12 8M3 8q-.425 0-.712-.288T2 7V6q0-.825.588-1.412T4 4h1q.425 0 .713.288T6 5t-.288.713T5 6H4v1q0 .425-.288.713T3 8m5.288-2.287Q8 5.425 8 5t.288-.712T9 4t.713.288T10 5t-.288.713T9 6t-.712-.288"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 20q-.425 0-.712-.288T2 19t.288-.712T3 18t.713.288T4 19t-.288.713T3 20m3.288-.288Q6 19.426 6 19t.288-.712T7 18t.713.288T8 19t-.288.713T7 20t-.712-.288m4 0Q10 19.426 10 19t.288-.712T11 18t.713.288T12 19t-.288.713T11 20t-.712-.288m4 0Q14 19.426 14 19t.288-.712T15 18t.713.288T16 19t-.288.713T15 20t-.712-.288M19 20q-.425 0-.712-.288T18 19t.288-.712T19 18h1v-1q0-.425.288-.712T21 16t.713.288T22 17v1q0 .825-.587 1.413T20 20zM3 16q-.425 0-.712-.288T2 15t.288-.712T3 14t.713.288T4 15t-.288.713T3 16m17.288-2.287Q20 13.425 20 13t.288-.712T21 12t.713.288T22 13t-.288.713T21 14t-.712-.288M3 12q-.425 0-.712-.288T2 11t.288-.712T3 10t.713.288T4 11t-.288.713T3 12m9-4V5q0-.425.288-.712T13 4h7q.825 0 1.413.588T22 6v3q0 .425-.288.713T21 10h-7q-.825 0-1.412-.587T12 8M3 8q-.425 0-.712-.288T2 7V6q0-.825.588-1.412T4 4h1q.425 0 .713.288T6 5t-.288.713T5 6H4v1q0 .425-.288.713T3 8m5.288-2.287Q8 5.425 8 5t.288-.712T9 4t.713.288T10 5t-.288.713T9 6t-.712-.288"/></svg>
</template>

CSS

.icon-tab-unselected-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%22M3%2020q-.425%200-.712-.288T2%2019t.288-.712T3%2018t.713.288T4%2019t-.288.713T3%2020m3.288-.288Q6%2019.426%206%2019t.288-.712T7%2018t.713.288T8%2019t-.288.713T7%2020t-.712-.288m4%200Q10%2019.426%2010%2019t.288-.712T11%2018t.713.288T12%2019t-.288.713T11%2020t-.712-.288m4%200Q14%2019.426%2014%2019t.288-.712T15%2018t.713.288T16%2019t-.288.713T15%2020t-.712-.288M19%2020q-.425%200-.712-.288T18%2019t.288-.712T19%2018h1v-1q0-.425.288-.712T21%2016t.713.288T22%2017v1q0%20.825-.587%201.413T20%2020zM3%2016q-.425%200-.712-.288T2%2015t.288-.712T3%2014t.713.288T4%2015t-.288.713T3%2016m17.288-2.287Q20%2013.425%2020%2013t.288-.712T21%2012t.713.288T22%2013t-.288.713T21%2014t-.712-.288M3%2012q-.425%200-.712-.288T2%2011t.288-.712T3%2010t.713.288T4%2011t-.288.713T3%2012m9-4V5q0-.425.288-.712T13%204h7q.825%200%201.413.588T22%206v3q0%20.425-.288.713T21%2010h-7q-.825%200-1.412-.587T12%208M3%208q-.425%200-.712-.288T2%207V6q0-.825.588-1.412T4%204h1q.425%200%20.713.288T6%205t-.288.713T5%206H4v1q0%20.425-.288.713T3%208m5.288-2.287Q8%205.425%208%205t.288-.712T9%204t.713.288T10%205t-.288.713T9%206t-.712-.288%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%22M3%2020q-.425%200-.712-.288T2%2019t.288-.712T3%2018t.713.288T4%2019t-.288.713T3%2020m3.288-.288Q6%2019.426%206%2019t.288-.712T7%2018t.713.288T8%2019t-.288.713T7%2020t-.712-.288m4%200Q10%2019.426%2010%2019t.288-.712T11%2018t.713.288T12%2019t-.288.713T11%2020t-.712-.288m4%200Q14%2019.426%2014%2019t.288-.712T15%2018t.713.288T16%2019t-.288.713T15%2020t-.712-.288M19%2020q-.425%200-.712-.288T18%2019t.288-.712T19%2018h1v-1q0-.425.288-.712T21%2016t.713.288T22%2017v1q0%20.825-.587%201.413T20%2020zM3%2016q-.425%200-.712-.288T2%2015t.288-.712T3%2014t.713.288T4%2015t-.288.713T3%2016m17.288-2.287Q20%2013.425%2020%2013t.288-.712T21%2012t.713.288T22%2013t-.288.713T21%2014t-.712-.288M3%2012q-.425%200-.712-.288T2%2011t.288-.712T3%2010t.713.288T4%2011t-.288.713T3%2012m9-4V5q0-.425.288-.712T13%204h7q.825%200%201.413.588T22%206v3q0%20.425-.288.713T21%2010h-7q-.825%200-1.412-.587T12%208M3%208q-.425%200-.712-.288T2%207V6q0-.825.588-1.412T4%204h1q.425%200%20.713.288T6%205t-.288.713T5%206H4v1q0%20.425-.288.713T3%208m5.288-2.287Q8%205.425%208%205t.288-.712T9%204t.713.288T10%205t-.288.713T9%206t-.712-.288%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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