rtl from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.

Name
rtl
Set
Jam Icons
Style
Outline
Viewbox
14×12
License
MIT

The same icon in other sets

Use the rtl icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 14 12"><path fill="currentColor" d="M6.007 2v9a1 1 0 0 1-2.002 0V6H3.004A3 3 0 0 1 0 3c0-1.657 1.345-3 3.004-3h7.008a1 1 0 1 1 0 2h-1v9a1 1 0 0 1-2.003 0V2zm6.284 6.877l1.416 1.414a1 1 0 0 1 0 1.414c-.391.39-1.025.39-1.416 0l-2.124-2.121a1 1 0 0 1 0-1.415l2.124-2.12a1 1 0 0 1 1.416 0a1 1 0 0 1 0 1.413L12.29 8.877ZM4.005 2H3.004a1 1 0 1 0 0 2h1V2Z"/></svg>

React

import type { SVGProps } from "react";

export function JamRtl(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 14 12"><path fill="currentColor" d="M6.007 2v9a1 1 0 0 1-2.002 0V6H3.004A3 3 0 0 1 0 3c0-1.657 1.345-3 3.004-3h7.008a1 1 0 1 1 0 2h-1v9a1 1 0 0 1-2.003 0V2zm6.284 6.877l1.416 1.414a1 1 0 0 1 0 1.414c-.391.39-1.025.39-1.416 0l-2.124-2.121a1 1 0 0 1 0-1.415l2.124-2.12a1 1 0 0 1 1.416 0a1 1 0 0 1 0 1.413L12.29 8.877ZM4.005 2H3.004a1 1 0 1 0 0 2h1V2Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 14 12"><path fill="currentColor" d="M6.007 2v9a1 1 0 0 1-2.002 0V6H3.004A3 3 0 0 1 0 3c0-1.657 1.345-3 3.004-3h7.008a1 1 0 1 1 0 2h-1v9a1 1 0 0 1-2.003 0V2zm6.284 6.877l1.416 1.414a1 1 0 0 1 0 1.414c-.391.39-1.025.39-1.416 0l-2.124-2.121a1 1 0 0 1 0-1.415l2.124-2.12a1 1 0 0 1 1.416 0a1 1 0 0 1 0 1.413L12.29 8.877ZM4.005 2H3.004a1 1 0 1 0 0 2h1V2Z"/></svg>
</template>

CSS

.icon-rtl {
  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%2014%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.007%202v9a1%201%200%200%201-2.002%200V6H3.004A3%203%200%200%201%200%203c0-1.657%201.345-3%203.004-3h7.008a1%201%200%201%201%200%202h-1v9a1%201%200%200%201-2.003%200V2zm6.284%206.877l1.416%201.414a1%201%200%200%201%200%201.414c-.391.39-1.025.39-1.416%200l-2.124-2.121a1%201%200%200%201%200-1.415l2.124-2.12a1%201%200%200%201%201.416%200a1%201%200%200%201%200%201.413L12.29%208.877ZM4.005%202H3.004a1%201%200%201%200%200%202h1V2Z%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%2014%2012%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.007%202v9a1%201%200%200%201-2.002%200V6H3.004A3%203%200%200%201%200%203c0-1.657%201.345-3%203.004-3h7.008a1%201%200%201%201%200%202h-1v9a1%201%200%200%201-2.003%200V2zm6.284%206.877l1.416%201.414a1%201%200%200%201%200%201.414c-.391.39-1.025.39-1.416%200l-2.124-2.121a1%201%200%200%201%200-1.415l2.124-2.12a1%201%200%200%201%201.416%200a1%201%200%200%201%200%201.413L12.29%208.877ZM4.005%202H3.004a1%201%200%201%200%200%202h1V2Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/rtl.svg?color=%231a73e8&size=48