round text rotation angleup icon

round-text-rotation-angleup from Google Material Icons by Material Design Authors · Baseline · Action · Apache-2.0 Free for personal and commercial use.

Name
round-text-rotation-angleup
Set
Google Material Icons
Style
Baseline
Category
Action
Viewbox
24×24
License
Apache 2.0

More action icons from Google Material Icons

Use the round 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="m17.61 9.85l.56.56l-8.48 8.49a.996.996 0 1 0 1.41 1.41l8.49-8.49l.56.56c.31.32.85.1.85-.34V9.5c0-.28-.22-.5-.5-.5h-2.54a.5.5 0 0 0-.35.85m-9.13 2.9l3.54-3.54l1.6.67c.36.15.77.07 1.05-.21a.958.958 0 0 0-.32-1.57L5.26 4.5c-.43-.16-.91-.06-1.23.26s-.42.8-.25 1.23l3.61 9.09c.25.64 1.08.81 1.57.32c.28-.28.36-.69.21-1.05zm-.82-1.72L5.43 6.16l4.87 2.23z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundTextRotationAngleup(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.61 9.85l.56.56l-8.48 8.49a.996.996 0 1 0 1.41 1.41l8.49-8.49l.56.56c.31.32.85.1.85-.34V9.5c0-.28-.22-.5-.5-.5h-2.54a.5.5 0 0 0-.35.85m-9.13 2.9l3.54-3.54l1.6.67c.36.15.77.07 1.05-.21a.958.958 0 0 0-.32-1.57L5.26 4.5c-.43-.16-.91-.06-1.23.26s-.42.8-.25 1.23l3.61 9.09c.25.64 1.08.81 1.57.32c.28-.28.36-.69.21-1.05zm-.82-1.72L5.43 6.16l4.87 2.23z"/></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.61 9.85l.56.56l-8.48 8.49a.996.996 0 1 0 1.41 1.41l8.49-8.49l.56.56c.31.32.85.1.85-.34V9.5c0-.28-.22-.5-.5-.5h-2.54a.5.5 0 0 0-.35.85m-9.13 2.9l3.54-3.54l1.6.67c.36.15.77.07 1.05-.21a.958.958 0 0 0-.32-1.57L5.26 4.5c-.43-.16-.91-.06-1.23.26s-.42.8-.25 1.23l3.61 9.09c.25.64 1.08.81 1.57.32c.28-.28.36-.69.21-1.05zm-.82-1.72L5.43 6.16l4.87 2.23z"/></svg>
</template>

CSS

.icon-round-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%22m17.61%209.85l.56.56l-8.48%208.49a.996.996%200%201%200%201.41%201.41l8.49-8.49l.56.56c.31.32.85.1.85-.34V9.5c0-.28-.22-.5-.5-.5h-2.54a.5.5%200%200%200-.35.85m-9.13%202.9l3.54-3.54l1.6.67c.36.15.77.07%201.05-.21a.958.958%200%200%200-.32-1.57L5.26%204.5c-.43-.16-.91-.06-1.23.26s-.42.8-.25%201.23l3.61%209.09c.25.64%201.08.81%201.57.32c.28-.28.36-.69.21-1.05zm-.82-1.72L5.43%206.16l4.87%202.23z%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.61%209.85l.56.56l-8.48%208.49a.996.996%200%201%200%201.41%201.41l8.49-8.49l.56.56c.31.32.85.1.85-.34V9.5c0-.28-.22-.5-.5-.5h-2.54a.5.5%200%200%200-.35.85m-9.13%202.9l3.54-3.54l1.6.67c.36.15.77.07%201.05-.21a.958.958%200%200%200-.32-1.57L5.26%204.5c-.43-.16-.91-.06-1.23.26s-.42.8-.25%201.23l3.61%209.09c.25.64%201.08.81%201.57.32c.28-.28.36-.69.21-1.05zm-.82-1.72L5.43%206.16l4.87%202.23z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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