text rotate up icon

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

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

1 other variant in Material Symbols

The same icon in other sets

More text icons from Material Symbols

Use the text rotate up icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17 6.8l-.35.35q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7L17.3 3.7q.3-.3.7-.288t.7.288l2.075 2.025q.3.3.288.713t-.313.712q-.3.275-.7.288t-.7-.288L19 6.8V19q0 .425-.288.713T18 20t-.712-.288T17 19zm-5.8 7.4l2.225.8q.275.1.425.325t.15.5q0 .475-.387.738t-.813.087l-9.2-3.425q-.275-.1-.438-.337T3 12.35v-.7q0-.3.163-.537t.437-.338l9.225-3.425q.425-.15.8.1t.375.7q0 .275-.162.512T13.4 9l-2.2.75zm-1.6-.55v-3.3l-4.55 1.6v.1z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsTextRotateUpRounded(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="m17 6.8l-.35.35q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7L17.3 3.7q.3-.3.7-.288t.7.288l2.075 2.025q.3.3.288.713t-.313.712q-.3.275-.7.288t-.7-.288L19 6.8V19q0 .425-.288.713T18 20t-.712-.288T17 19zm-5.8 7.4l2.225.8q.275.1.425.325t.15.5q0 .475-.387.738t-.813.087l-9.2-3.425q-.275-.1-.438-.337T3 12.35v-.7q0-.3.163-.537t.437-.338l9.225-3.425q.425-.15.8.1t.375.7q0 .275-.162.512T13.4 9l-2.2.75zm-1.6-.55v-3.3l-4.55 1.6v.1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m17 6.8l-.35.35q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7L17.3 3.7q.3-.3.7-.288t.7.288l2.075 2.025q.3.3.288.713t-.313.712q-.3.275-.7.288t-.7-.288L19 6.8V19q0 .425-.288.713T18 20t-.712-.288T17 19zm-5.8 7.4l2.225.8q.275.1.425.325t.15.5q0 .475-.387.738t-.813.087l-9.2-3.425q-.275-.1-.438-.337T3 12.35v-.7q0-.3.163-.537t.437-.338l9.225-3.425q.425-.15.8.1t.375.7q0 .275-.162.512T13.4 9l-2.2.75zm-1.6-.55v-3.3l-4.55 1.6v.1z"/></svg>
</template>

CSS

.icon-text-rotate-up-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%22m17%206.8l-.35.35q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7L17.3%203.7q.3-.3.7-.288t.7.288l2.075%202.025q.3.3.288.713t-.313.712q-.3.275-.7.288t-.7-.288L19%206.8V19q0%20.425-.288.713T18%2020t-.712-.288T17%2019zm-5.8%207.4l2.225.8q.275.1.425.325t.15.5q0%20.475-.387.738t-.813.087l-9.2-3.425q-.275-.1-.438-.337T3%2012.35v-.7q0-.3.163-.537t.437-.338l9.225-3.425q.425-.15.8.1t.375.7q0%20.275-.162.512T13.4%209l-2.2.75zm-1.6-.55v-3.3l-4.55%201.6v.1z%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%22m17%206.8l-.35.35q-.275.275-.7.275t-.7-.275t-.275-.7t.275-.7L17.3%203.7q.3-.3.7-.288t.7.288l2.075%202.025q.3.3.288.713t-.313.712q-.3.275-.7.288t-.7-.288L19%206.8V19q0%20.425-.288.713T18%2020t-.712-.288T17%2019zm-5.8%207.4l2.225.8q.275.1.425.325t.15.5q0%20.475-.387.738t-.813.087l-9.2-3.425q-.275-.1-.438-.337T3%2012.35v-.7q0-.3.163-.537t.437-.338l9.225-3.425q.425-.15.8.1t.375.7q0%20.275-.162.512T13.4%209l-2.2.75zm-1.6-.55v-3.3l-4.55%201.6v.1z%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-up-rounded.svg?color=%231a73e8&size=48