tsv-rounded from Material Symbols Light by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.

Name
tsv-rounded
Set
Material Symbols Light
Style
Rounded
Category
Text
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

Use the tsv icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.316 14.566q.126-.126.126-.316v-4.058h.808q.19 0 .316-.126q.126-.125.126-.316t-.126-.316t-.316-.126h-2.5q-.19 0-.316.126t-.126.316t.126.316t.316.126h.808v4.058q0 .19.126.316t.316.126t.316-.126m4.8.126q.444 0 .76-.316t.316-.76v-.924q0-.444-.316-.778q-.316-.333-.76-.333H11q-.115 0-.212-.096t-.096-.212V10.5q0-.115.097-.212q.096-.096.211-.096h1.75q.19 0 .316-.126t.126-.316t-.126-.316t-.316-.126h-1.866q-.444 0-.76.316q-.316.317-.316.76v.924q0 .444.316.772t.76.328H12q.116 0 .212.096t.096.212v.784q0 .116-.096.212t-.212.096h-1.75q-.19 0-.316.126t-.126.316t.126.316t.316.126zm4.384-1.126L15.362 9.62q-.056-.148-.167-.23q-.11-.083-.264-.083q-.235 0-.36.172q-.127.172-.065.387l1.286 4.416q.056.186.205.298q.15.111.342.111h.323q.192 0 .341-.111q.149-.112.205-.298l1.286-4.416q.062-.215-.064-.387t-.36-.172q-.154 0-.265.082q-.11.083-.166.231zM4.616 19q-.691 0-1.153-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5h14.77q.69 0 1.152.463T21 6.616v10.769q0 .69-.463 1.153T19.385 19z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightTsvRounded(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="M7.316 14.566q.126-.126.126-.316v-4.058h.808q.19 0 .316-.126q.126-.125.126-.316t-.126-.316t-.316-.126h-2.5q-.19 0-.316.126t-.126.316t.126.316t.316.126h.808v4.058q0 .19.126.316t.316.126t.316-.126m4.8.126q.444 0 .76-.316t.316-.76v-.924q0-.444-.316-.778q-.316-.333-.76-.333H11q-.115 0-.212-.096t-.096-.212V10.5q0-.115.097-.212q.096-.096.211-.096h1.75q.19 0 .316-.126t.126-.316t-.126-.316t-.316-.126h-1.866q-.444 0-.76.316q-.316.317-.316.76v.924q0 .444.316.772t.76.328H12q.116 0 .212.096t.096.212v.784q0 .116-.096.212t-.212.096h-1.75q-.19 0-.316.126t-.126.316t.126.316t.316.126zm4.384-1.126L15.362 9.62q-.056-.148-.167-.23q-.11-.083-.264-.083q-.235 0-.36.172q-.127.172-.065.387l1.286 4.416q.056.186.205.298q.15.111.342.111h.323q.192 0 .341-.111q.149-.112.205-.298l1.286-4.416q.062-.215-.064-.387t-.36-.172q-.154 0-.265.082q-.11.083-.166.231zM4.616 19q-.691 0-1.153-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5h14.77q.69 0 1.152.463T21 6.616v10.769q0 .69-.463 1.153T19.385 19z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.316 14.566q.126-.126.126-.316v-4.058h.808q.19 0 .316-.126q.126-.125.126-.316t-.126-.316t-.316-.126h-2.5q-.19 0-.316.126t-.126.316t.126.316t.316.126h.808v4.058q0 .19.126.316t.316.126t.316-.126m4.8.126q.444 0 .76-.316t.316-.76v-.924q0-.444-.316-.778q-.316-.333-.76-.333H11q-.115 0-.212-.096t-.096-.212V10.5q0-.115.097-.212q.096-.096.211-.096h1.75q.19 0 .316-.126t.126-.316t-.126-.316t-.316-.126h-1.866q-.444 0-.76.316q-.316.317-.316.76v.924q0 .444.316.772t.76.328H12q.116 0 .212.096t.096.212v.784q0 .116-.096.212t-.212.096h-1.75q-.19 0-.316.126t-.126.316t.126.316t.316.126zm4.384-1.126L15.362 9.62q-.056-.148-.167-.23q-.11-.083-.264-.083q-.235 0-.36.172q-.127.172-.065.387l1.286 4.416q.056.186.205.298q.15.111.342.111h.323q.192 0 .341-.111q.149-.112.205-.298l1.286-4.416q.062-.215-.064-.387t-.36-.172q-.154 0-.265.082q-.11.083-.166.231zM4.616 19q-.691 0-1.153-.462T3 17.384V6.616q0-.691.463-1.153T4.615 5h14.77q.69 0 1.152.463T21 6.616v10.769q0 .69-.463 1.153T19.385 19z"/></svg>
</template>

CSS

.icon-tsv-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%22M7.316%2014.566q.126-.126.126-.316v-4.058h.808q.19%200%20.316-.126q.126-.125.126-.316t-.126-.316t-.316-.126h-2.5q-.19%200-.316.126t-.126.316t.126.316t.316.126h.808v4.058q0%20.19.126.316t.316.126t.316-.126m4.8.126q.444%200%20.76-.316t.316-.76v-.924q0-.444-.316-.778q-.316-.333-.76-.333H11q-.115%200-.212-.096t-.096-.212V10.5q0-.115.097-.212q.096-.096.211-.096h1.75q.19%200%20.316-.126t.126-.316t-.126-.316t-.316-.126h-1.866q-.444%200-.76.316q-.316.317-.316.76v.924q0%20.444.316.772t.76.328H12q.116%200%20.212.096t.096.212v.784q0%20.116-.096.212t-.212.096h-1.75q-.19%200-.316.126t-.126.316t.126.316t.316.126zm4.384-1.126L15.362%209.62q-.056-.148-.167-.23q-.11-.083-.264-.083q-.235%200-.36.172q-.127.172-.065.387l1.286%204.416q.056.186.205.298q.15.111.342.111h.323q.192%200%20.341-.111q.149-.112.205-.298l1.286-4.416q.062-.215-.064-.387t-.36-.172q-.154%200-.265.082q-.11.083-.166.231zM4.616%2019q-.691%200-1.153-.462T3%2017.384V6.616q0-.691.463-1.153T4.615%205h14.77q.69%200%201.152.463T21%206.616v10.769q0%20.69-.463%201.153T19.385%2019z%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%22M7.316%2014.566q.126-.126.126-.316v-4.058h.808q.19%200%20.316-.126q.126-.125.126-.316t-.126-.316t-.316-.126h-2.5q-.19%200-.316.126t-.126.316t.126.316t.316.126h.808v4.058q0%20.19.126.316t.316.126t.316-.126m4.8.126q.444%200%20.76-.316t.316-.76v-.924q0-.444-.316-.778q-.316-.333-.76-.333H11q-.115%200-.212-.096t-.096-.212V10.5q0-.115.097-.212q.096-.096.211-.096h1.75q.19%200%20.316-.126t.126-.316t-.126-.316t-.316-.126h-1.866q-.444%200-.76.316q-.316.317-.316.76v.924q0%20.444.316.772t.76.328H12q.116%200%20.212.096t.096.212v.784q0%20.116-.096.212t-.212.096h-1.75q-.19%200-.316.126t-.126.316t.126.316t.316.126zm4.384-1.126L15.362%209.62q-.056-.148-.167-.23q-.11-.083-.264-.083q-.235%200-.36.172q-.127.172-.065.387l1.286%204.416q.056.186.205.298q.15.111.342.111h.323q.192%200%20.341-.111q.149-.112.205-.298l1.286-4.416q.062-.215-.064-.387t-.36-.172q-.154%200-.265.082q-.11.083-.166.231zM4.616%2019q-.691%200-1.153-.462T3%2017.384V6.616q0-.691.463-1.153T4.615%205h14.77q.69%200%201.152.463T21%206.616v10.769q0%20.69-.463%201.153T19.385%2019z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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