format textdirection vertical icon

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

Name
format-textdirection-vertical-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Text
Viewbox
24×24
License
Apache 2.0

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.913 17.164q-.144-.144-.144-.356v-3.25q-1.573 0-2.671-1.099T3 9.79t1.098-2.672T6.769 6.02h6.077q.213 0 .357.144q.143.144.143.357t-.143.356t-.357.143h-1.5v9.789q0 .212-.144.356t-.356.144t-.356-.144t-.144-.356v-9.79H7.77v9.789q0 .212-.144.356t-.357.144t-.356-.144m10.357 1.464q-.146-.063-.277-.174l-2.523-2.408q-.151-.136-.158-.339t.152-.363q.146-.146.35-.156t.364.131l1.88 1.779V6.519q0-.212.145-.356q.143-.144.356-.144t.356.144t.144.356v10.579l1.88-1.784q.166-.147.364-.134t.344.159q.16.165.153.363t-.172.344l-2.504 2.408q-.13.111-.277.174q-.146.063-.288.063t-.289-.063m-10.5-6.07V7.019q-1.152 0-1.96.814Q4 8.646 4 9.789t.814 1.955t1.955.814m0-2.77"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightFormatTextdirectionVerticalOutlineRounded(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.913 17.164q-.144-.144-.144-.356v-3.25q-1.573 0-2.671-1.099T3 9.79t1.098-2.672T6.769 6.02h6.077q.213 0 .357.144q.143.144.143.357t-.143.356t-.357.143h-1.5v9.789q0 .212-.144.356t-.356.144t-.356-.144t-.144-.356v-9.79H7.77v9.789q0 .212-.144.356t-.357.144t-.356-.144m10.357 1.464q-.146-.063-.277-.174l-2.523-2.408q-.151-.136-.158-.339t.152-.363q.146-.146.35-.156t.364.131l1.88 1.779V6.519q0-.212.145-.356q.143-.144.356-.144t.356.144t.144.356v10.579l1.88-1.784q.166-.147.364-.134t.344.159q.16.165.153.363t-.172.344l-2.504 2.408q-.13.111-.277.174q-.146.063-.288.063t-.289-.063m-10.5-6.07V7.019q-1.152 0-1.96.814Q4 8.646 4 9.789t.814 1.955t1.955.814m0-2.77"/></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.913 17.164q-.144-.144-.144-.356v-3.25q-1.573 0-2.671-1.099T3 9.79t1.098-2.672T6.769 6.02h6.077q.213 0 .357.144q.143.144.143.357t-.143.356t-.357.143h-1.5v9.789q0 .212-.144.356t-.356.144t-.356-.144t-.144-.356v-9.79H7.77v9.789q0 .212-.144.356t-.357.144t-.356-.144m10.357 1.464q-.146-.063-.277-.174l-2.523-2.408q-.151-.136-.158-.339t.152-.363q.146-.146.35-.156t.364.131l1.88 1.779V6.519q0-.212.145-.356q.143-.144.356-.144t.356.144t.144.356v10.579l1.88-1.784q.166-.147.364-.134t.344.159q.16.165.153.363t-.172.344l-2.504 2.408q-.13.111-.277.174q-.146.063-.288.063t-.289-.063m-10.5-6.07V7.019q-1.152 0-1.96.814Q4 8.646 4 9.789t.814 1.955t1.955.814m0-2.77"/></svg>
</template>

CSS

.icon-format-textdirection-vertical-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%22M6.913%2017.164q-.144-.144-.144-.356v-3.25q-1.573%200-2.671-1.099T3%209.79t1.098-2.672T6.769%206.02h6.077q.213%200%20.357.144q.143.144.143.357t-.143.356t-.357.143h-1.5v9.789q0%20.212-.144.356t-.356.144t-.356-.144t-.144-.356v-9.79H7.77v9.789q0%20.212-.144.356t-.357.144t-.356-.144m10.357%201.464q-.146-.063-.277-.174l-2.523-2.408q-.151-.136-.158-.339t.152-.363q.146-.146.35-.156t.364.131l1.88%201.779V6.519q0-.212.145-.356q.143-.144.356-.144t.356.144t.144.356v10.579l1.88-1.784q.166-.147.364-.134t.344.159q.16.165.153.363t-.172.344l-2.504%202.408q-.13.111-.277.174q-.146.063-.288.063t-.289-.063m-10.5-6.07V7.019q-1.152%200-1.96.814Q4%208.646%204%209.789t.814%201.955t1.955.814m0-2.77%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.913%2017.164q-.144-.144-.144-.356v-3.25q-1.573%200-2.671-1.099T3%209.79t1.098-2.672T6.769%206.02h6.077q.213%200%20.357.144q.143.144.143.357t-.143.356t-.357.143h-1.5v9.789q0%20.212-.144.356t-.356.144t-.356-.144t-.144-.356v-9.79H7.77v9.789q0%20.212-.144.356t-.357.144t-.356-.144m10.357%201.464q-.146-.063-.277-.174l-2.523-2.408q-.151-.136-.158-.339t.152-.363q.146-.146.35-.156t.364.131l1.88%201.779V6.519q0-.212.145-.356q.143-.144.356-.144t.356.144t.144.356v10.579l1.88-1.784q.166-.147.364-.134t.344.159q.16.165.153.363t-.172.344l-2.504%202.408q-.13.111-.277.174q-.146.063-.288.063t-.289-.063m-10.5-6.07V7.019q-1.152%200-1.96.814Q4%208.646%204%209.789t.814%201.955t1.955.814m0-2.77%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-outline-rounded.svg?color=%231a73e8&size=48