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

Name
text-rotate-up-rounded
Set
Material Symbols Light
Style
Rounded
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
text-rotate-up-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 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.692 5.377l-1.196 1.196q-.14.14-.344.15t-.363-.15t-.16-.354t.16-.353l1.838-1.839q.242-.242.565-.24q.324.004.566.24l1.844 1.833q.146.146.153.347t-.159.366q-.165.16-.354.163t-.353-.163l-1.197-1.196v13.392q0 .214-.143.357t-.357.143t-.356-.143t-.144-.357zm-6.684 8.708l2.533.934q.14.062.223.172t.082.269q0 .263-.205.391q-.204.128-.437.049L3.83 12.34q-.14-.061-.216-.174t-.077-.258v-.354q0-.146.086-.259t.226-.174l9.36-3.482q.232-.073.434.052t.202.382q0 .16-.076.272t-.236.174l-2.526.923zm-.87-.32V9.774l-5.28 1.908v.1z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightTextRotateUpRounded(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.692 5.377l-1.196 1.196q-.14.14-.344.15t-.363-.15t-.16-.354t.16-.353l1.838-1.839q.242-.242.565-.24q.324.004.566.24l1.844 1.833q.146.146.153.347t-.159.366q-.165.16-.354.163t-.353-.163l-1.197-1.196v13.392q0 .214-.143.357t-.357.143t-.356-.143t-.144-.357zm-6.684 8.708l2.533.934q.14.062.223.172t.082.269q0 .263-.205.391q-.204.128-.437.049L3.83 12.34q-.14-.061-.216-.174t-.077-.258v-.354q0-.146.086-.259t.226-.174l9.36-3.482q.232-.073.434.052t.202.382q0 .16-.076.272t-.236.174l-2.526.923zm-.87-.32V9.774l-5.28 1.908v.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.692 5.377l-1.196 1.196q-.14.14-.344.15t-.363-.15t-.16-.354t.16-.353l1.838-1.839q.242-.242.565-.24q.324.004.566.24l1.844 1.833q.146.146.153.347t-.159.366q-.165.16-.354.163t-.353-.163l-1.197-1.196v13.392q0 .214-.143.357t-.357.143t-.356-.143t-.144-.357zm-6.684 8.708l2.533.934q.14.062.223.172t.082.269q0 .263-.205.391q-.204.128-.437.049L3.83 12.34q-.14-.061-.216-.174t-.077-.258v-.354q0-.146.086-.259t.226-.174l9.36-3.482q.232-.073.434.052t.202.382q0 .16-.076.272t-.236.174l-2.526.923zm-.87-.32V9.774l-5.28 1.908v.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.692%205.377l-1.196%201.196q-.14.14-.344.15t-.363-.15t-.16-.354t.16-.353l1.838-1.839q.242-.242.565-.24q.324.004.566.24l1.844%201.833q.146.146.153.347t-.159.366q-.165.16-.354.163t-.353-.163l-1.197-1.196v13.392q0%20.214-.143.357t-.357.143t-.356-.143t-.144-.357zm-6.684%208.708l2.533.934q.14.062.223.172t.082.269q0%20.263-.205.391q-.204.128-.437.049L3.83%2012.34q-.14-.061-.216-.174t-.077-.258v-.354q0-.146.086-.259t.226-.174l9.36-3.482q.232-.073.434.052t.202.382q0%20.16-.076.272t-.236.174l-2.526.923zm-.87-.32V9.774l-5.28%201.908v.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.692%205.377l-1.196%201.196q-.14.14-.344.15t-.363-.15t-.16-.354t.16-.353l1.838-1.839q.242-.242.565-.24q.324.004.566.24l1.844%201.833q.146.146.153.347t-.159.366q-.165.16-.354.163t-.353-.163l-1.197-1.196v13.392q0%20.214-.143.357t-.357.143t-.356-.143t-.144-.357zm-6.684%208.708l2.533.934q.14.062.223.172t.082.269q0%20.263-.205.391q-.204.128-.437.049L3.83%2012.34q-.14-.061-.216-.174t-.077-.258v-.354q0-.146.086-.259t.226-.174l9.36-3.482q.232-.073.434.052t.202.382q0%20.16-.076.272t-.236.174l-2.526.923zm-.87-.32V9.774l-5.28%201.908v.1z%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-up-rounded.svg?color=%231a73e8&size=48