text rotation angleup icon

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

Name
text-rotation-angleup
Set
Material Symbols Light
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 Light

The same icon in other sets

More text icons from Material Symbols Light

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.667 20.47l-.707-.708l9.8-9.8h-2.216v-1h3.923v3.923h-1v-2.216zm-1.23-5.62L3.933 4.804l.688-.708L14.63 8.67l-.715.735l-2.727-1.281l-3.285 3.285l1.27 2.727zm-.939-4.3l2.83-2.82l-5.08-2.388l-.07.07z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightTextRotationAngleup(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.667 20.47l-.707-.708l9.8-9.8h-2.216v-1h3.923v3.923h-1v-2.216zm-1.23-5.62L3.933 4.804l.688-.708L14.63 8.67l-.715.735l-2.727-1.281l-3.285 3.285l1.27 2.727zm-.939-4.3l2.83-2.82l-5.08-2.388l-.07.07z"/></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.667 20.47l-.707-.708l9.8-9.8h-2.216v-1h3.923v3.923h-1v-2.216zm-1.23-5.62L3.933 4.804l.688-.708L14.63 8.67l-.715.735l-2.727-1.281l-3.285 3.285l1.27 2.727zm-.939-4.3l2.83-2.82l-5.08-2.388l-.07.07z"/></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.667%2020.47l-.707-.708l9.8-9.8h-2.216v-1h3.923v3.923h-1v-2.216zm-1.23-5.62L3.933%204.804l.688-.708L14.63%208.67l-.715.735l-2.727-1.281l-3.285%203.285l1.27%202.727zm-.939-4.3l2.83-2.82l-5.08-2.388l-.07.07z%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.667%2020.47l-.707-.708l9.8-9.8h-2.216v-1h3.923v3.923h-1v-2.216zm-1.23-5.62L3.933%204.804l.688-.708L14.63%208.67l-.715.735l-2.727-1.281l-3.285%203.285l1.27%202.727zm-.939-4.3l2.83-2.82l-5.08-2.388l-.07.07z%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-rotation-angleup.svg?color=%231a73e8&size=48