text rotate vertical icon

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

Name
text-rotate-vertical-rounded
Set
Material Symbols
Style
Rounded
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
text-rotate-vertical-outline-rounded

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="m13.8 13.2l-.8 2.225q-.1.275-.325.425t-.5.15q-.475 0-.737-.387t-.088-.813l3.425-9.2q.1-.275.338-.437T15.65 5h.7q.3 0 .538.163t.337.437l3.425 9.225q.175.425-.087.8t-.738.375q-.275 0-.5-.162T19 15.4l-.8-2.2zm.55-1.6h3.3l-1.6-4.55h-.1zM5 16.15V4q0-.425.288-.712T6 3t.713.288T7 4v12.15l.4-.375q.3-.275.7-.275t.7.3q.275.275.275.7t-.275.7l-2.1 2.1q-.3.3-.7.3t-.7-.3l-2.1-2.1q-.275-.275-.275-.7t.3-.725Q3.5 15.5 3.9 15.5t.7.275z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsTextRotateVerticalRounded(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="m13.8 13.2l-.8 2.225q-.1.275-.325.425t-.5.15q-.475 0-.737-.387t-.088-.813l3.425-9.2q.1-.275.338-.437T15.65 5h.7q.3 0 .538.163t.337.437l3.425 9.225q.175.425-.087.8t-.738.375q-.275 0-.5-.162T19 15.4l-.8-2.2zm.55-1.6h3.3l-1.6-4.55h-.1zM5 16.15V4q0-.425.288-.712T6 3t.713.288T7 4v12.15l.4-.375q.3-.275.7-.275t.7.3q.275.275.275.7t-.275.7l-2.1 2.1q-.3.3-.7.3t-.7-.3l-2.1-2.1q-.275-.275-.275-.7t.3-.725Q3.5 15.5 3.9 15.5t.7.275z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m13.8 13.2l-.8 2.225q-.1.275-.325.425t-.5.15q-.475 0-.737-.387t-.088-.813l3.425-9.2q.1-.275.338-.437T15.65 5h.7q.3 0 .538.163t.337.437l3.425 9.225q.175.425-.087.8t-.738.375q-.275 0-.5-.162T19 15.4l-.8-2.2zm.55-1.6h3.3l-1.6-4.55h-.1zM5 16.15V4q0-.425.288-.712T6 3t.713.288T7 4v12.15l.4-.375q.3-.275.7-.275t.7.3q.275.275.275.7t-.275.7l-2.1 2.1q-.3.3-.7.3t-.7-.3l-2.1-2.1q-.275-.275-.275-.7t.3-.725Q3.5 15.5 3.9 15.5t.7.275z"/></svg>
</template>

CSS

.icon-text-rotate-vertical-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%22m13.8%2013.2l-.8%202.225q-.1.275-.325.425t-.5.15q-.475%200-.737-.387t-.088-.813l3.425-9.2q.1-.275.338-.437T15.65%205h.7q.3%200%20.538.163t.337.437l3.425%209.225q.175.425-.087.8t-.738.375q-.275%200-.5-.162T19%2015.4l-.8-2.2zm.55-1.6h3.3l-1.6-4.55h-.1zM5%2016.15V4q0-.425.288-.712T6%203t.713.288T7%204v12.15l.4-.375q.3-.275.7-.275t.7.3q.275.275.275.7t-.275.7l-2.1%202.1q-.3.3-.7.3t-.7-.3l-2.1-2.1q-.275-.275-.275-.7t.3-.725Q3.5%2015.5%203.9%2015.5t.7.275z%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%22m13.8%2013.2l-.8%202.225q-.1.275-.325.425t-.5.15q-.475%200-.737-.387t-.088-.813l3.425-9.2q.1-.275.338-.437T15.65%205h.7q.3%200%20.538.163t.337.437l3.425%209.225q.175.425-.087.8t-.738.375q-.275%200-.5-.162T19%2015.4l-.8-2.2zm.55-1.6h3.3l-1.6-4.55h-.1zM5%2016.15V4q0-.425.288-.712T6%203t.713.288T7%204v12.15l.4-.375q.3-.275.7-.275t.7.3q.275.275.275.7t-.275.7l-2.1%202.1q-.3.3-.7.3t-.7-.3l-2.1-2.1q-.275-.275-.275-.7t.3-.725Q3.5%2015.5%203.9%2015.5t.7.275z%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-rounded.svg?color=%231a73e8&size=48