text direction rotate 90 icon

text-direction-rotate-90-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
text-direction-rotate-90-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the text direction rotate 90 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M20.385 8.673l-9 3.75a1 1 0 1 1-.77-1.846L13 9.584V5.917l-2.385-.994a1 1 0 0 1 .77-1.846l9 3.75a1 1 0 0 1 0 1.846zM15 8.75l2.4-1l-2.4-1v2z" fill="currentColor"/><path d="M8 4a1 1 0 0 0-2 0v13.586l-.293-.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l2-2a1 1 0 0 0-1.414-1.414L8 17.586V4z" fill="currentColor"/><path d="M16 13a1 1 0 0 0-1 1v3.586l-.293-.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l2-2a1 1 0 0 0-1.414-1.414l-.293.293V14a1 1 0 0 0-1-1z" fill="currentColor"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentTextDirectionRotate9024Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M20.385 8.673l-9 3.75a1 1 0 1 1-.77-1.846L13 9.584V5.917l-2.385-.994a1 1 0 0 1 .77-1.846l9 3.75a1 1 0 0 1 0 1.846zM15 8.75l2.4-1l-2.4-1v2z" fill="currentColor"/><path d="M8 4a1 1 0 0 0-2 0v13.586l-.293-.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l2-2a1 1 0 0 0-1.414-1.414L8 17.586V4z" fill="currentColor"/><path d="M16 13a1 1 0 0 0-1 1v3.586l-.293-.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l2-2a1 1 0 0 0-1.414-1.414l-.293.293V14a1 1 0 0 0-1-1z" fill="currentColor"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M20.385 8.673l-9 3.75a1 1 0 1 1-.77-1.846L13 9.584V5.917l-2.385-.994a1 1 0 0 1 .77-1.846l9 3.75a1 1 0 0 1 0 1.846zM15 8.75l2.4-1l-2.4-1v2z" fill="currentColor"/><path d="M8 4a1 1 0 0 0-2 0v13.586l-.293-.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l2-2a1 1 0 0 0-1.414-1.414L8 17.586V4z" fill="currentColor"/><path d="M16 13a1 1 0 0 0-1 1v3.586l-.293-.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l2-2a1 1 0 0 0-1.414-1.414l-.293.293V14a1 1 0 0 0-1-1z" fill="currentColor"/></g></svg>
</template>

CSS

.icon-text-direction-rotate-90-24-filled {
  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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M20.385%208.673l-9%203.75a1%201%200%201%201-.77-1.846L13%209.584V5.917l-2.385-.994a1%201%200%200%201%20.77-1.846l9%203.75a1%201%200%200%201%200%201.846zM15%208.75l2.4-1l-2.4-1v2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M8%204a1%201%200%200%200-2%200v13.586l-.293-.293a1%201%200%200%200-1.414%201.414l2%202a1%201%200%200%200%201.414%200l2-2a1%201%200%200%200-1.414-1.414L8%2017.586V4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M16%2013a1%201%200%200%200-1%201v3.586l-.293-.293a1%201%200%200%200-1.414%201.414l2%202a1%201%200%200%200%201.414%200l2-2a1%201%200%200%200-1.414-1.414l-.293.293V14a1%201%200%200%200-1-1z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M20.385%208.673l-9%203.75a1%201%200%201%201-.77-1.846L13%209.584V5.917l-2.385-.994a1%201%200%200%201%20.77-1.846l9%203.75a1%201%200%200%201%200%201.846zM15%208.75l2.4-1l-2.4-1v2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M8%204a1%201%200%200%200-2%200v13.586l-.293-.293a1%201%200%200%200-1.414%201.414l2%202a1%201%200%200%200%201.414%200l2-2a1%201%200%200%200-1.414-1.414L8%2017.586V4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M16%2013a1%201%200%200%200-1%201v3.586l-.293-.293a1%201%200%200%200-1.414%201.414l2%202a1%201%200%200%200%201.414%200l2-2a1%201%200%200%200-1.414-1.414l-.293.293V14a1%201%200%200%200-1-1z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/text-direction-rotate-90-24-filled.svg?color=%231a73e8&size=48