text rotate vertical icon

text-rotate-vertical from Material Symbols by Google · Regular · Text · Apache-2.0 Free for personal and commercial use.

Name
text-rotate-vertical
Set
Material Symbols
Style
Regular
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
text-rotate-vertical-outline, text-rotate-vertical-outline-sharp, text-rotate-vertical-sharp

1 other variant in Material Symbols

The same icon in other sets

More text icons from Material Symbols

Use the text rotate vertical icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.9 16L15 5h2l4.1 11h-1.9l-1-2.8h-4.4l-1 2.8zm3.45-4.4h3.3l-1.6-4.55h-.1zM6 20l-3.5-3.5l1.4-1.4L5 16.15V3h2v13.15l1.1-1.05l1.4 1.4z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsTextRotateVertical(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="M10.9 16L15 5h2l4.1 11h-1.9l-1-2.8h-4.4l-1 2.8zm3.45-4.4h3.3l-1.6-4.55h-.1zM6 20l-3.5-3.5l1.4-1.4L5 16.15V3h2v13.15l1.1-1.05l1.4 1.4z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.9 16L15 5h2l4.1 11h-1.9l-1-2.8h-4.4l-1 2.8zm3.45-4.4h3.3l-1.6-4.55h-.1zM6 20l-3.5-3.5l1.4-1.4L5 16.15V3h2v13.15l1.1-1.05l1.4 1.4z"/></svg>
</template>

CSS

.icon-text-rotate-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%22M10.9%2016L15%205h2l4.1%2011h-1.9l-1-2.8h-4.4l-1%202.8zm3.45-4.4h3.3l-1.6-4.55h-.1zM6%2020l-3.5-3.5l1.4-1.4L5%2016.15V3h2v13.15l1.1-1.05l1.4%201.4z%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%22M10.9%2016L15%205h2l4.1%2011h-1.9l-1-2.8h-4.4l-1%202.8zm3.45-4.4h3.3l-1.6-4.55h-.1zM6%2020l-3.5-3.5l1.4-1.4L5%2016.15V3h2v13.15l1.1-1.05l1.4%201.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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