tab duplicate icon

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

Name
tab-duplicate-outline-rounded
Set
Material Symbols
Style
Outline 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 duplicate icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 18q-.825 0-1.412-.587T6 16V4q0-.825.588-1.412T8 2h12q.825 0 1.413.588T22 4v12q0 .825-.587 1.413T20 18zm0-2h12V8h-6q-.425 0-.712-.288T13 7V4H8zM8 4v12zM3 6q-.425 0-.712-.288T2 5t.288-.712T3 4t.713.288T4 5t-.288.713T3 6m3.288 15.713Q6 21.425 6 21t.288-.712T7 20t.713.288T8 21t-.288.713T7 22t-.712-.288m4 0Q10 21.426 10 21t.288-.712T11 20t.713.288T12 21t-.288.713T11 22t-.712-.288m4 0Q14 21.426 14 21t.288-.712T15 20t.713.288T16 21t-.288.713T15 22t-.712-.288M3 10q-.425 0-.712-.288T2 9t.288-.712T3 8t.713.288T4 9t-.288.713T3 10m0 4q-.425 0-.712-.288T2 13t.288-.712T3 12t.713.288T4 13t-.288.713T3 14m0 4q-.425 0-.712-.288T2 17t.288-.712T3 16t.713.288T4 17t-.288.713T3 18m0 4q-.425 0-.712-.288T2 21t.288-.712T3 20t.713.288T4 21t-.288.713T3 22m15.288-.288Q18 21.426 18 21t.288-.712T19 20t.713.288T20 21t-.288.713T19 22t-.712-.288"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsTabDuplicateOutlineRounded(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="M8 18q-.825 0-1.412-.587T6 16V4q0-.825.588-1.412T8 2h12q.825 0 1.413.588T22 4v12q0 .825-.587 1.413T20 18zm0-2h12V8h-6q-.425 0-.712-.288T13 7V4H8zM8 4v12zM3 6q-.425 0-.712-.288T2 5t.288-.712T3 4t.713.288T4 5t-.288.713T3 6m3.288 15.713Q6 21.425 6 21t.288-.712T7 20t.713.288T8 21t-.288.713T7 22t-.712-.288m4 0Q10 21.426 10 21t.288-.712T11 20t.713.288T12 21t-.288.713T11 22t-.712-.288m4 0Q14 21.426 14 21t.288-.712T15 20t.713.288T16 21t-.288.713T15 22t-.712-.288M3 10q-.425 0-.712-.288T2 9t.288-.712T3 8t.713.288T4 9t-.288.713T3 10m0 4q-.425 0-.712-.288T2 13t.288-.712T3 12t.713.288T4 13t-.288.713T3 14m0 4q-.425 0-.712-.288T2 17t.288-.712T3 16t.713.288T4 17t-.288.713T3 18m0 4q-.425 0-.712-.288T2 21t.288-.712T3 20t.713.288T4 21t-.288.713T3 22m15.288-.288Q18 21.426 18 21t.288-.712T19 20t.713.288T20 21t-.288.713T19 22t-.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="M8 18q-.825 0-1.412-.587T6 16V4q0-.825.588-1.412T8 2h12q.825 0 1.413.588T22 4v12q0 .825-.587 1.413T20 18zm0-2h12V8h-6q-.425 0-.712-.288T13 7V4H8zM8 4v12zM3 6q-.425 0-.712-.288T2 5t.288-.712T3 4t.713.288T4 5t-.288.713T3 6m3.288 15.713Q6 21.425 6 21t.288-.712T7 20t.713.288T8 21t-.288.713T7 22t-.712-.288m4 0Q10 21.426 10 21t.288-.712T11 20t.713.288T12 21t-.288.713T11 22t-.712-.288m4 0Q14 21.426 14 21t.288-.712T15 20t.713.288T16 21t-.288.713T15 22t-.712-.288M3 10q-.425 0-.712-.288T2 9t.288-.712T3 8t.713.288T4 9t-.288.713T3 10m0 4q-.425 0-.712-.288T2 13t.288-.712T3 12t.713.288T4 13t-.288.713T3 14m0 4q-.425 0-.712-.288T2 17t.288-.712T3 16t.713.288T4 17t-.288.713T3 18m0 4q-.425 0-.712-.288T2 21t.288-.712T3 20t.713.288T4 21t-.288.713T3 22m15.288-.288Q18 21.426 18 21t.288-.712T19 20t.713.288T20 21t-.288.713T19 22t-.712-.288"/></svg>
</template>

CSS

.icon-tab-duplicate-outline-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%22M8%2018q-.825%200-1.412-.587T6%2016V4q0-.825.588-1.412T8%202h12q.825%200%201.413.588T22%204v12q0%20.825-.587%201.413T20%2018zm0-2h12V8h-6q-.425%200-.712-.288T13%207V4H8zM8%204v12zM3%206q-.425%200-.712-.288T2%205t.288-.712T3%204t.713.288T4%205t-.288.713T3%206m3.288%2015.713Q6%2021.425%206%2021t.288-.712T7%2020t.713.288T8%2021t-.288.713T7%2022t-.712-.288m4%200Q10%2021.426%2010%2021t.288-.712T11%2020t.713.288T12%2021t-.288.713T11%2022t-.712-.288m4%200Q14%2021.426%2014%2021t.288-.712T15%2020t.713.288T16%2021t-.288.713T15%2022t-.712-.288M3%2010q-.425%200-.712-.288T2%209t.288-.712T3%208t.713.288T4%209t-.288.713T3%2010m0%204q-.425%200-.712-.288T2%2013t.288-.712T3%2012t.713.288T4%2013t-.288.713T3%2014m0%204q-.425%200-.712-.288T2%2017t.288-.712T3%2016t.713.288T4%2017t-.288.713T3%2018m0%204q-.425%200-.712-.288T2%2021t.288-.712T3%2020t.713.288T4%2021t-.288.713T3%2022m15.288-.288Q18%2021.426%2018%2021t.288-.712T19%2020t.713.288T20%2021t-.288.713T19%2022t-.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%22M8%2018q-.825%200-1.412-.587T6%2016V4q0-.825.588-1.412T8%202h12q.825%200%201.413.588T22%204v12q0%20.825-.587%201.413T20%2018zm0-2h12V8h-6q-.425%200-.712-.288T13%207V4H8zM8%204v12zM3%206q-.425%200-.712-.288T2%205t.288-.712T3%204t.713.288T4%205t-.288.713T3%206m3.288%2015.713Q6%2021.425%206%2021t.288-.712T7%2020t.713.288T8%2021t-.288.713T7%2022t-.712-.288m4%200Q10%2021.426%2010%2021t.288-.712T11%2020t.713.288T12%2021t-.288.713T11%2022t-.712-.288m4%200Q14%2021.426%2014%2021t.288-.712T15%2020t.713.288T16%2021t-.288.713T15%2022t-.712-.288M3%2010q-.425%200-.712-.288T2%209t.288-.712T3%208t.713.288T4%209t-.288.713T3%2010m0%204q-.425%200-.712-.288T2%2013t.288-.712T3%2012t.713.288T4%2013t-.288.713T3%2014m0%204q-.425%200-.712-.288T2%2017t.288-.712T3%2016t.713.288T4%2017t-.288.713T3%2018m0%204q-.425%200-.712-.288T2%2021t.288-.712T3%2020t.713.288T4%2021t-.288.713T3%2022m15.288-.288Q18%2021.426%2018%2021t.288-.712T19%2020t.713.288T20%2021t-.288.713T19%2022t-.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-duplicate-outline-rounded.svg?color=%231a73e8&size=48