text direction rtl ac icon

text-direction-rtl-ac-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
text-direction-rtl-ac-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the text direction rtl ac icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path d="M15 2.75a.75.75 0 0 0-1.5 0v8a.75.75 0 0 0 1.5 0V7.5h1.25a.75.75 0 0 0 0-1.5H15V2.75zM8 3a.75.75 0 0 0 0 1.5h3.25V5c0 .922-.188 1.949-.682 2.72C10.105 8.446 9.341 9 8 9a.75.75 0 0 0 0 1.5c1.859 0 3.095-.82 3.832-1.97c.706-1.104.918-2.452.918-3.53V3.75A.75.75 0 0 0 12 3H8zM4.22 4.22a.75.75 0 0 1 1.06 1.06L4.56 6h1.19a.75.75 0 0 1 0 1.5H4.56l.72.72a.75.75 0 0 1-1.06 1.06l-2-2a.748.748 0 0 1 0-1.06l2-2zm0 7.5a.75.75 0 0 1 1.06 1.06l-.72.72h11.69a.75.75 0 0 1 0 1.5H4.56l.72.72a.75.75 0 1 1-1.06 1.06l-2-2a.75.75 0 0 1 0-1.06l2-2z" fill="currentColor"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentTextDirectionRtlAc20Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path d="M15 2.75a.75.75 0 0 0-1.5 0v8a.75.75 0 0 0 1.5 0V7.5h1.25a.75.75 0 0 0 0-1.5H15V2.75zM8 3a.75.75 0 0 0 0 1.5h3.25V5c0 .922-.188 1.949-.682 2.72C10.105 8.446 9.341 9 8 9a.75.75 0 0 0 0 1.5c1.859 0 3.095-.82 3.832-1.97c.706-1.104.918-2.452.918-3.53V3.75A.75.75 0 0 0 12 3H8zM4.22 4.22a.75.75 0 0 1 1.06 1.06L4.56 6h1.19a.75.75 0 0 1 0 1.5H4.56l.72.72a.75.75 0 0 1-1.06 1.06l-2-2a.748.748 0 0 1 0-1.06l2-2zm0 7.5a.75.75 0 0 1 1.06 1.06l-.72.72h11.69a.75.75 0 0 1 0 1.5H4.56l.72.72a.75.75 0 1 1-1.06 1.06l-2-2a.75.75 0 0 1 0-1.06l2-2z" fill="currentColor"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><g fill="none"><path d="M15 2.75a.75.75 0 0 0-1.5 0v8a.75.75 0 0 0 1.5 0V7.5h1.25a.75.75 0 0 0 0-1.5H15V2.75zM8 3a.75.75 0 0 0 0 1.5h3.25V5c0 .922-.188 1.949-.682 2.72C10.105 8.446 9.341 9 8 9a.75.75 0 0 0 0 1.5c1.859 0 3.095-.82 3.832-1.97c.706-1.104.918-2.452.918-3.53V3.75A.75.75 0 0 0 12 3H8zM4.22 4.22a.75.75 0 0 1 1.06 1.06L4.56 6h1.19a.75.75 0 0 1 0 1.5H4.56l.72.72a.75.75 0 0 1-1.06 1.06l-2-2a.748.748 0 0 1 0-1.06l2-2zm0 7.5a.75.75 0 0 1 1.06 1.06l-.72.72h11.69a.75.75 0 0 1 0 1.5H4.56l.72.72a.75.75 0 1 1-1.06 1.06l-2-2a.75.75 0 0 1 0-1.06l2-2z" fill="currentColor"/></g></svg>
</template>

CSS

.icon-text-direction-rtl-ac-20-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%2020%2020%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M15%202.75a.75.75%200%200%200-1.5%200v8a.75.75%200%200%200%201.5%200V7.5h1.25a.75.75%200%200%200%200-1.5H15V2.75zM8%203a.75.75%200%200%200%200%201.5h3.25V5c0%20.922-.188%201.949-.682%202.72C10.105%208.446%209.341%209%208%209a.75.75%200%200%200%200%201.5c1.859%200%203.095-.82%203.832-1.97c.706-1.104.918-2.452.918-3.53V3.75A.75.75%200%200%200%2012%203H8zM4.22%204.22a.75.75%200%200%201%201.06%201.06L4.56%206h1.19a.75.75%200%200%201%200%201.5H4.56l.72.72a.75.75%200%200%201-1.06%201.06l-2-2a.748.748%200%200%201%200-1.06l2-2zm0%207.5a.75.75%200%200%201%201.06%201.06l-.72.72h11.69a.75.75%200%200%201%200%201.5H4.56l.72.72a.75.75%200%201%201-1.06%201.06l-2-2a.75.75%200%200%201%200-1.06l2-2z%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%2020%2020%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M15%202.75a.75.75%200%200%200-1.5%200v8a.75.75%200%200%200%201.5%200V7.5h1.25a.75.75%200%200%200%200-1.5H15V2.75zM8%203a.75.75%200%200%200%200%201.5h3.25V5c0%20.922-.188%201.949-.682%202.72C10.105%208.446%209.341%209%208%209a.75.75%200%200%200%200%201.5c1.859%200%203.095-.82%203.832-1.97c.706-1.104.918-2.452.918-3.53V3.75A.75.75%200%200%200%2012%203H8zM4.22%204.22a.75.75%200%200%201%201.06%201.06L4.56%206h1.19a.75.75%200%200%201%200%201.5H4.56l.72.72a.75.75%200%200%201-1.06%201.06l-2-2a.748.748%200%200%201%200-1.06l2-2zm0%207.5a.75.75%200%200%201%201.06%201.06l-.72.72h11.69a.75.75%200%200%201%200%201.5H4.56l.72.72a.75.75%200%201%201-1.06%201.06l-2-2a.75.75%200%200%201%200-1.06l2-2z%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-rtl-ac-20-filled.svg?color=%231a73e8&size=48