text direction ltr ac icon

text-direction-ltr-ac-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
text-direction-ltr-ac-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the text direction ltr 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="M9.5 2a.5.5 0 0 1 .5.5V6h1.5a.5.5 0 0 1 0 1H10v3.5a.5.5 0 0 1-1 0v-8a.5.5 0 0 1 .5-.5zM3 3.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v1.25c0 1.052-.208 2.347-.879 3.395C6.431 9.224 5.272 10 3.5 10a.5.5 0 0 1 0-1c1.428 0 2.27-.599 2.779-1.395C6.809 6.778 7 5.698 7 4.75V4H3.5a.5.5 0 0 1-.5-.5zm11.146.646a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L15.293 7H13.5a.5.5 0 0 1 0-1h1.793l-1.147-1.146a.5.5 0 0 1 0-.708zm0 8a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L15.293 15H3.5a.5.5 0 0 1 0-1h11.793l-1.147-1.146a.5.5 0 0 1 0-.708z" fill="currentColor"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentTextDirectionLtrAc20Regular(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="M9.5 2a.5.5 0 0 1 .5.5V6h1.5a.5.5 0 0 1 0 1H10v3.5a.5.5 0 0 1-1 0v-8a.5.5 0 0 1 .5-.5zM3 3.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v1.25c0 1.052-.208 2.347-.879 3.395C6.431 9.224 5.272 10 3.5 10a.5.5 0 0 1 0-1c1.428 0 2.27-.599 2.779-1.395C6.809 6.778 7 5.698 7 4.75V4H3.5a.5.5 0 0 1-.5-.5zm11.146.646a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L15.293 7H13.5a.5.5 0 0 1 0-1h1.793l-1.147-1.146a.5.5 0 0 1 0-.708zm0 8a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L15.293 15H3.5a.5.5 0 0 1 0-1h11.793l-1.147-1.146a.5.5 0 0 1 0-.708z" 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="M9.5 2a.5.5 0 0 1 .5.5V6h1.5a.5.5 0 0 1 0 1H10v3.5a.5.5 0 0 1-1 0v-8a.5.5 0 0 1 .5-.5zM3 3.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v1.25c0 1.052-.208 2.347-.879 3.395C6.431 9.224 5.272 10 3.5 10a.5.5 0 0 1 0-1c1.428 0 2.27-.599 2.779-1.395C6.809 6.778 7 5.698 7 4.75V4H3.5a.5.5 0 0 1-.5-.5zm11.146.646a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L15.293 7H13.5a.5.5 0 0 1 0-1h1.793l-1.147-1.146a.5.5 0 0 1 0-.708zm0 8a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L15.293 15H3.5a.5.5 0 0 1 0-1h11.793l-1.147-1.146a.5.5 0 0 1 0-.708z" fill="currentColor"/></g></svg>
</template>

CSS

.icon-text-direction-ltr-ac-20-regular {
  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%22M9.5%202a.5.5%200%200%201%20.5.5V6h1.5a.5.5%200%200%201%200%201H10v3.5a.5.5%200%200%201-1%200v-8a.5.5%200%200%201%20.5-.5zM3%203.5a.5.5%200%200%201%20.5-.5h4a.5.5%200%200%201%20.5.5v1.25c0%201.052-.208%202.347-.879%203.395C6.431%209.224%205.272%2010%203.5%2010a.5.5%200%200%201%200-1c1.428%200%202.27-.599%202.779-1.395C6.809%206.778%207%205.698%207%204.75V4H3.5a.5.5%200%200%201-.5-.5zm11.146.646a.5.5%200%200%201%20.708%200l2%202a.5.5%200%200%201%200%20.708l-2%202a.5.5%200%200%201-.708-.708L15.293%207H13.5a.5.5%200%200%201%200-1h1.793l-1.147-1.146a.5.5%200%200%201%200-.708zm0%208a.5.5%200%200%201%20.708%200l2%202a.5.5%200%200%201%200%20.708l-2%202a.5.5%200%200%201-.708-.708L15.293%2015H3.5a.5.5%200%200%201%200-1h11.793l-1.147-1.146a.5.5%200%200%201%200-.708z%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%22M9.5%202a.5.5%200%200%201%20.5.5V6h1.5a.5.5%200%200%201%200%201H10v3.5a.5.5%200%200%201-1%200v-8a.5.5%200%200%201%20.5-.5zM3%203.5a.5.5%200%200%201%20.5-.5h4a.5.5%200%200%201%20.5.5v1.25c0%201.052-.208%202.347-.879%203.395C6.431%209.224%205.272%2010%203.5%2010a.5.5%200%200%201%200-1c1.428%200%202.27-.599%202.779-1.395C6.809%206.778%207%205.698%207%204.75V4H3.5a.5.5%200%200%201-.5-.5zm11.146.646a.5.5%200%200%201%20.708%200l2%202a.5.5%200%200%201%200%20.708l-2%202a.5.5%200%200%201-.708-.708L15.293%207H13.5a.5.5%200%200%201%200-1h1.793l-1.147-1.146a.5.5%200%200%201%200-.708zm0%208a.5.5%200%200%201%20.708%200l2%202a.5.5%200%200%201%200%20.708l-2%202a.5.5%200%200%201-.708-.708L15.293%2015H3.5a.5.5%200%200%201%200-1h11.793l-1.147-1.146a.5.5%200%200%201%200-.708z%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-ltr-ac-20-regular.svg?color=%231a73e8&size=48