text direction rotate 45 right icon

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

Name
text-direction-rotate-45-right-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the text direction rotate 45 right icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M1.22 6.219a.75.75 0 0 1 1.061 0l6.22 6.221v-.689a.75.75 0 0 1 1.5 0v2.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1 0-1.5h.69l-6.22-6.222a.75.75 0 0 1 0-1.06m9.5-.5a.75.75 0 0 1 1.061 0l1.72 1.72v-.688a.75.75 0 0 1 1.5 0v2.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1 0-1.5h.691l-1.721-1.722a.75.75 0 0 1 0-1.06m-.758-4.662a.751.751 0 0 1 .98.98l-2.499 6A.751.751 0 0 1 7.06 7.46l.505-1.216l-1.81-1.81l-1.215.507a.75.75 0 0 1-.576-1.384zM7.25 3.81l.937.937l.67-1.606z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextDirectionRotate45Right16Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M1.22 6.219a.75.75 0 0 1 1.061 0l6.22 6.221v-.689a.75.75 0 0 1 1.5 0v2.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1 0-1.5h.69l-6.22-6.222a.75.75 0 0 1 0-1.06m9.5-.5a.75.75 0 0 1 1.061 0l1.72 1.72v-.688a.75.75 0 0 1 1.5 0v2.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1 0-1.5h.691l-1.721-1.722a.75.75 0 0 1 0-1.06m-.758-4.662a.751.751 0 0 1 .98.98l-2.499 6A.751.751 0 0 1 7.06 7.46l.505-1.216l-1.81-1.81l-1.215.507a.75.75 0 0 1-.576-1.384zM7.25 3.81l.937.937l.67-1.606z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M1.22 6.219a.75.75 0 0 1 1.061 0l6.22 6.221v-.689a.75.75 0 0 1 1.5 0v2.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1 0-1.5h.69l-6.22-6.222a.75.75 0 0 1 0-1.06m9.5-.5a.75.75 0 0 1 1.061 0l1.72 1.72v-.688a.75.75 0 0 1 1.5 0v2.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1 0-1.5h.691l-1.721-1.722a.75.75 0 0 1 0-1.06m-.758-4.662a.751.751 0 0 1 .98.98l-2.499 6A.751.751 0 0 1 7.06 7.46l.505-1.216l-1.81-1.81l-1.215.507a.75.75 0 0 1-.576-1.384zM7.25 3.81l.937.937l.67-1.606z"/></svg>
</template>

CSS

.icon-text-direction-rotate-45-right-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1.22%206.219a.75.75%200%200%201%201.061%200l6.22%206.221v-.689a.75.75%200%200%201%201.5%200v2.5a.75.75%200%200%201-.75.75h-2.5a.75.75%200%200%201%200-1.5h.69l-6.22-6.222a.75.75%200%200%201%200-1.06m9.5-.5a.75.75%200%200%201%201.061%200l1.72%201.72v-.688a.75.75%200%200%201%201.5%200v2.5a.75.75%200%200%201-.75.75h-2.5a.75.75%200%200%201%200-1.5h.691l-1.721-1.722a.75.75%200%200%201%200-1.06m-.758-4.662a.751.751%200%200%201%20.98.98l-2.499%206A.751.751%200%200%201%207.06%207.46l.505-1.216l-1.81-1.81l-1.215.507a.75.75%200%200%201-.576-1.384zM7.25%203.81l.937.937l.67-1.606z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1.22%206.219a.75.75%200%200%201%201.061%200l6.22%206.221v-.689a.75.75%200%200%201%201.5%200v2.5a.75.75%200%200%201-.75.75h-2.5a.75.75%200%200%201%200-1.5h.69l-6.22-6.222a.75.75%200%200%201%200-1.06m9.5-.5a.75.75%200%200%201%201.061%200l1.72%201.72v-.688a.75.75%200%200%201%201.5%200v2.5a.75.75%200%200%201-.75.75h-2.5a.75.75%200%200%201%200-1.5h.691l-1.721-1.722a.75.75%200%200%201%200-1.06m-.758-4.662a.751.751%200%200%201%20.98.98l-2.499%206A.751.751%200%200%201%207.06%207.46l.505-1.216l-1.81-1.81l-1.215.507a.75.75%200%200%201-.576-1.384zM7.25%203.81l.937.937l.67-1.606z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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