text rotation angleup icon

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

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

1 other variant in Material Symbols

The same icon in other sets

More text icons from Material Symbols

Use the text rotation angleup icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m9.725 21.7l-1.4-1.4l9.3-9.3h-1.6V9h5v5h-2v-1.6zm-1.5-5.6L3.375 5.4l1.4-1.4l10.7 4.9l-1.35 1.35l-2.65-1.3l-3.15 3.15l1.25 2.65zm-.65-5.55l2.35-2.3l-4.35-2.1l-.05.05z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsTextRotationAngleup(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="m9.725 21.7l-1.4-1.4l9.3-9.3h-1.6V9h5v5h-2v-1.6zm-1.5-5.6L3.375 5.4l1.4-1.4l10.7 4.9l-1.35 1.35l-2.65-1.3l-3.15 3.15l1.25 2.65zm-.65-5.55l2.35-2.3l-4.35-2.1l-.05.05z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m9.725 21.7l-1.4-1.4l9.3-9.3h-1.6V9h5v5h-2v-1.6zm-1.5-5.6L3.375 5.4l1.4-1.4l10.7 4.9l-1.35 1.35l-2.65-1.3l-3.15 3.15l1.25 2.65zm-.65-5.55l2.35-2.3l-4.35-2.1l-.05.05z"/></svg>
</template>

CSS

.icon-text-rotation-angleup {
  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%22m9.725%2021.7l-1.4-1.4l9.3-9.3h-1.6V9h5v5h-2v-1.6zm-1.5-5.6L3.375%205.4l1.4-1.4l10.7%204.9l-1.35%201.35l-2.65-1.3l-3.15%203.15l1.25%202.65zm-.65-5.55l2.35-2.3l-4.35-2.1l-.05.05z%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%22m9.725%2021.7l-1.4-1.4l9.3-9.3h-1.6V9h5v5h-2v-1.6zm-1.5-5.6L3.375%205.4l1.4-1.4l10.7%204.9l-1.35%201.35l-2.65-1.3l-3.15%203.15l1.25%202.65zm-.65-5.55l2.35-2.3l-4.35-2.1l-.05.05z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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