text rotate vertical icon

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

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

1 other variant in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

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.685 12.816l-.935 2.532q-.061.14-.171.223t-.27.083q-.263 0-.39-.205q-.129-.205-.05-.438l3.56-9.373q.062-.14.174-.216q.113-.076.259-.076h.354q.146 0 .258.086t.174.226l3.483 9.36q.079.232-.05.434q-.127.202-.39.202q-.16 0-.27-.076t-.171-.236l-.934-2.527zm.319-.87h3.992l-1.907-5.28h-.1zm-8.465 5.358V4q0-.213.143-.357t.356-.143t.357.143t.143.357v13.304l1.246-1.183q.166-.14.354-.14t.354.165q.16.16.16.354t-.16.354l-1.888 1.888q-.243.243-.566.243t-.565-.243l-1.889-1.888q-.14-.14-.15-.344t.156-.37q.14-.14.339-.15q.198-.01.363.131z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightTextRotateVerticalRounded(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.685 12.816l-.935 2.532q-.061.14-.171.223t-.27.083q-.263 0-.39-.205q-.129-.205-.05-.438l3.56-9.373q.062-.14.174-.216q.113-.076.259-.076h.354q.146 0 .258.086t.174.226l3.483 9.36q.079.232-.05.434q-.127.202-.39.202q-.16 0-.27-.076t-.171-.236l-.934-2.527zm.319-.87h3.992l-1.907-5.28h-.1zm-8.465 5.358V4q0-.213.143-.357t.356-.143t.357.143t.143.357v13.304l1.246-1.183q.166-.14.354-.14t.354.165q.16.16.16.354t-.16.354l-1.888 1.888q-.243.243-.566.243t-.565-.243l-1.889-1.888q-.14-.14-.15-.344t.156-.37q.14-.14.339-.15q.198-.01.363.131z"/></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.685 12.816l-.935 2.532q-.061.14-.171.223t-.27.083q-.263 0-.39-.205q-.129-.205-.05-.438l3.56-9.373q.062-.14.174-.216q.113-.076.259-.076h.354q.146 0 .258.086t.174.226l3.483 9.36q.079.232-.05.434q-.127.202-.39.202q-.16 0-.27-.076t-.171-.236l-.934-2.527zm.319-.87h3.992l-1.907-5.28h-.1zm-8.465 5.358V4q0-.213.143-.357t.356-.143t.357.143t.143.357v13.304l1.246-1.183q.166-.14.354-.14t.354.165q.16.16.16.354t-.16.354l-1.888 1.888q-.243.243-.566.243t-.565-.243l-1.889-1.888q-.14-.14-.15-.344t.156-.37q.14-.14.339-.15q.198-.01.363.131z"/></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.685%2012.816l-.935%202.532q-.061.14-.171.223t-.27.083q-.263%200-.39-.205q-.129-.205-.05-.438l3.56-9.373q.062-.14.174-.216q.113-.076.259-.076h.354q.146%200%20.258.086t.174.226l3.483%209.36q.079.232-.05.434q-.127.202-.39.202q-.16%200-.27-.076t-.171-.236l-.934-2.527zm.319-.87h3.992l-1.907-5.28h-.1zm-8.465%205.358V4q0-.213.143-.357t.356-.143t.357.143t.143.357v13.304l1.246-1.183q.166-.14.354-.14t.354.165q.16.16.16.354t-.16.354l-1.888%201.888q-.243.243-.566.243t-.565-.243l-1.889-1.888q-.14-.14-.15-.344t.156-.37q.14-.14.339-.15q.198-.01.363.131z%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.685%2012.816l-.935%202.532q-.061.14-.171.223t-.27.083q-.263%200-.39-.205q-.129-.205-.05-.438l3.56-9.373q.062-.14.174-.216q.113-.076.259-.076h.354q.146%200%20.258.086t.174.226l3.483%209.36q.079.232-.05.434q-.127.202-.39.202q-.16%200-.27-.076t-.171-.236l-.934-2.527zm.319-.87h3.992l-1.907-5.28h-.1zm-8.465%205.358V4q0-.213.143-.357t.356-.143t.357.143t.143.357v13.304l1.246-1.183q.166-.14.354-.14t.354.165q.16.16.16.354t-.16.354l-1.888%201.888q-.243.243-.566.243t-.565-.243l-1.889-1.888q-.14-.14-.15-.344t.156-.37q.14-.14.339-.15q.198-.01.363.131z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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