round text rotate up icon

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

Name
round-text-rotate-up
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 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="M18.35 4.35c-.2-.2-.51-.2-.71 0l-1.79 1.79c-.31.32-.09.86.36.86H17v12c0 .55.45 1 1 1s1-.45 1-1V7h.79c.45 0 .67-.54.35-.85zM11.8 15.5v-5l1.6-.66c.36-.14.6-.49.6-.88c0-.69-.71-1.15-1.34-.88l-8.97 3.88c-.42.17-.69.58-.69 1.04s.27.87.69 1.05l8.97 3.88c.63.27 1.34-.2 1.34-.89c0-.39-.24-.74-.6-.89zM4.98 13L10 11.13v3.74z"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundTextRotateUp(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="M18.35 4.35c-.2-.2-.51-.2-.71 0l-1.79 1.79c-.31.32-.09.86.36.86H17v12c0 .55.45 1 1 1s1-.45 1-1V7h.79c.45 0 .67-.54.35-.85zM11.8 15.5v-5l1.6-.66c.36-.14.6-.49.6-.88c0-.69-.71-1.15-1.34-.88l-8.97 3.88c-.42.17-.69.58-.69 1.04s.27.87.69 1.05l8.97 3.88c.63.27 1.34-.2 1.34-.89c0-.39-.24-.74-.6-.89zM4.98 13L10 11.13v3.74z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.35 4.35c-.2-.2-.51-.2-.71 0l-1.79 1.79c-.31.32-.09.86.36.86H17v12c0 .55.45 1 1 1s1-.45 1-1V7h.79c.45 0 .67-.54.35-.85zM11.8 15.5v-5l1.6-.66c.36-.14.6-.49.6-.88c0-.69-.71-1.15-1.34-.88l-8.97 3.88c-.42.17-.69.58-.69 1.04s.27.87.69 1.05l8.97 3.88c.63.27 1.34-.2 1.34-.89c0-.39-.24-.74-.6-.89zM4.98 13L10 11.13v3.74z"/></svg>
</template>

CSS

.icon-round-text-rotate-up {
  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%22M18.35%204.35c-.2-.2-.51-.2-.71%200l-1.79%201.79c-.31.32-.09.86.36.86H17v12c0%20.55.45%201%201%201s1-.45%201-1V7h.79c.45%200%20.67-.54.35-.85zM11.8%2015.5v-5l1.6-.66c.36-.14.6-.49.6-.88c0-.69-.71-1.15-1.34-.88l-8.97%203.88c-.42.17-.69.58-.69%201.04s.27.87.69%201.05l8.97%203.88c.63.27%201.34-.2%201.34-.89c0-.39-.24-.74-.6-.89zM4.98%2013L10%2011.13v3.74z%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%22M18.35%204.35c-.2-.2-.51-.2-.71%200l-1.79%201.79c-.31.32-.09.86.36.86H17v12c0%20.55.45%201%201%201s1-.45%201-1V7h.79c.45%200%20.67-.54.35-.85zM11.8%2015.5v-5l1.6-.66c.36-.14.6-.49.6-.88c0-.69-.71-1.15-1.34-.88l-8.97%203.88c-.42.17-.69.58-.69%201.04s.27.87.69%201.05l8.97%203.88c.63.27%201.34-.2%201.34-.89c0-.39-.24-.74-.6-.89zM4.98%2013L10%2011.13v3.74z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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