format textdirection vertical icon

format-textdirection-vertical from Material Symbols Light by Google · Regular · Text · Apache-2.0 Free for personal and commercial use.

Name
format-textdirection-vertical
Set
Material Symbols Light
Style
Regular
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
format-textdirection-vertical-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

Use the format textdirection vertical icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.77 17.308v-3.75q-1.574 0-2.672-1.099T3 9.79t1.098-2.672T6.769 6.02h6.577v1h-2v10.289h-1V7.019H7.77v10.289zM17.557 19l-3.442-3.308l.707-.707l2.235 2.113V6.019h1v11.079l2.234-2.12l.708.714z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFormatTextdirectionVertical(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="M6.77 17.308v-3.75q-1.574 0-2.672-1.099T3 9.79t1.098-2.672T6.769 6.02h6.577v1h-2v10.289h-1V7.019H7.77v10.289zM17.557 19l-3.442-3.308l.707-.707l2.235 2.113V6.019h1v11.079l2.234-2.12l.708.714z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.77 17.308v-3.75q-1.574 0-2.672-1.099T3 9.79t1.098-2.672T6.769 6.02h6.577v1h-2v10.289h-1V7.019H7.77v10.289zM17.557 19l-3.442-3.308l.707-.707l2.235 2.113V6.019h1v11.079l2.234-2.12l.708.714z"/></svg>
</template>

CSS

.icon-format-textdirection-vertical {
  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%22M6.77%2017.308v-3.75q-1.574%200-2.672-1.099T3%209.79t1.098-2.672T6.769%206.02h6.577v1h-2v10.289h-1V7.019H7.77v10.289zM17.557%2019l-3.442-3.308l.707-.707l2.235%202.113V6.019h1v11.079l2.234-2.12l.708.714z%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%22M6.77%2017.308v-3.75q-1.574%200-2.672-1.099T3%209.79t1.098-2.672T6.769%206.02h6.577v1h-2v10.289h-1V7.019H7.77v10.289zM17.557%2019l-3.442-3.308l.707-.707l2.235%202.113V6.019h1v11.079l2.234-2.12l.708.714z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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