tab recent icon
tab-recent-rounded from Material Symbols Light by Google · Rounded · UI Actions · Apache-2.0 Free for personal and commercial use.
- Name
- tab-recent-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- UI Actions
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More ui actions icons from Material Symbols Light
Use the tab recent icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.385 17.839V15.5q0-.161-.112-.273T18 15.116t-.273.111t-.111.273v2.333q0 .161.055.3q.056.14.187.27l1.519 1.52q.112.112.264.121q.151.01.282-.121t.13-.273t-.13-.273zM13.769 6v2.23q0 .349.23.579t.578.23H20V6.616q0-.231-.192-.424T19.385 6zm1.395 14.836Q14 19.67 14 18t1.165-2.835T18 14t2.836 1.165T22 18t-1.164 2.836T18 22t-2.835-1.164M4.615 19q-.69 0-1.152-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5h14.77q.69 0 1.152.463T21 6.616v5.111q0 .373-.301.56t-.649.044q-.483-.165-.993-.248T18.052 12q-2.496 0-4.255 1.752T12 18q0 .052.003.104t.009.098q.011.315-.203.557q-.215.241-.524.241z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightTabRecentRounded(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.385 17.839V15.5q0-.161-.112-.273T18 15.116t-.273.111t-.111.273v2.333q0 .161.055.3q.056.14.187.27l1.519 1.52q.112.112.264.121q.151.01.282-.121t.13-.273t-.13-.273zM13.769 6v2.23q0 .349.23.579t.578.23H20V6.616q0-.231-.192-.424T19.385 6zm1.395 14.836Q14 19.67 14 18t1.165-2.835T18 14t2.836 1.165T22 18t-1.164 2.836T18 22t-2.835-1.164M4.615 19q-.69 0-1.152-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5h14.77q.69 0 1.152.463T21 6.616v5.111q0 .373-.301.56t-.649.044q-.483-.165-.993-.248T18.052 12q-2.496 0-4.255 1.752T12 18q0 .052.003.104t.009.098q.011.315-.203.557q-.215.241-.524.241z"/></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.385 17.839V15.5q0-.161-.112-.273T18 15.116t-.273.111t-.111.273v2.333q0 .161.055.3q.056.14.187.27l1.519 1.52q.112.112.264.121q.151.01.282-.121t.13-.273t-.13-.273zM13.769 6v2.23q0 .349.23.579t.578.23H20V6.616q0-.231-.192-.424T19.385 6zm1.395 14.836Q14 19.67 14 18t1.165-2.835T18 14t2.836 1.165T22 18t-1.164 2.836T18 22t-2.835-1.164M4.615 19q-.69 0-1.152-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5h14.77q.69 0 1.152.463T21 6.616v5.111q0 .373-.301.56t-.649.044q-.483-.165-.993-.248T18.052 12q-2.496 0-4.255 1.752T12 18q0 .052.003.104t.009.098q.011.315-.203.557q-.215.241-.524.241z"/></svg> </template>
CSS
.icon-tab-recent-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.385%2017.839V15.5q0-.161-.112-.273T18%2015.116t-.273.111t-.111.273v2.333q0%20.161.055.3q.056.14.187.27l1.519%201.52q.112.112.264.121q.151.01.282-.121t.13-.273t-.13-.273zM13.769%206v2.23q0%20.349.23.579t.578.23H20V6.616q0-.231-.192-.424T19.385%206zm1.395%2014.836Q14%2019.67%2014%2018t1.165-2.835T18%2014t2.836%201.165T22%2018t-1.164%202.836T18%2022t-2.835-1.164M4.615%2019q-.69%200-1.152-.462T3%2017.384V6.616q0-.691.463-1.153T4.615%205h14.77q.69%200%201.152.463T21%206.616v5.111q0%20.373-.301.56t-.649.044q-.483-.165-.993-.248T18.052%2012q-2.496%200-4.255%201.752T12%2018q0%20.052.003.104t.009.098q.011.315-.203.557q-.215.241-.524.241z%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.385%2017.839V15.5q0-.161-.112-.273T18%2015.116t-.273.111t-.111.273v2.333q0%20.161.055.3q.056.14.187.27l1.519%201.52q.112.112.264.121q.151.01.282-.121t.13-.273t-.13-.273zM13.769%206v2.23q0%20.349.23.579t.578.23H20V6.616q0-.231-.192-.424T19.385%206zm1.395%2014.836Q14%2019.67%2014%2018t1.165-2.835T18%2014t2.836%201.165T22%2018t-1.164%202.836T18%2022t-2.835-1.164M4.615%2019q-.69%200-1.152-.462T3%2017.384V6.616q0-.691.463-1.153T4.615%205h14.77q.69%200%201.152.463T21%206.616v5.111q0%20.373-.301.56t-.649.044q-.483-.165-.993-.248T18.052%2012q-2.496%200-4.255%201.752T12%2018q0%20.052.003.104t.009.098q.011.315-.203.557q-.215.241-.524.241z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/tab-recent-rounded.svg?color=%231a73e8&size=48