ltr icon
ltr from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.
- Name
- ltr
- Set
- Jam Icons
- Style
- Outline
- Viewbox
- 14×12
- License
- MIT
Use the ltr icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 14 12"><path fill="currentColor" d="M9 2v9a1 1 0 0 1-2 0V6H6a3 3 0 1 1 0-6h7a1 1 0 0 1 0 2h-1v9a1 1 0 0 1-2 0V2zM1.657 9L.284 10.36a.955.955 0 0 0 0 1.358a.977.977 0 0 0 1.373 0L3.716 9.68a.955.955 0 0 0 0-1.36l-2.06-2.038a.977.977 0 0 0-1.372 0a.955.955 0 0 0 0 1.359zM7 2H6a1 1 0 1 0 0 2h1z"/></svg>
React
import type { SVGProps } from "react";
export function JamLtr(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="M9 2v9a1 1 0 0 1-2 0V6H6a3 3 0 1 1 0-6h7a1 1 0 0 1 0 2h-1v9a1 1 0 0 1-2 0V2zM1.657 9L.284 10.36a.955.955 0 0 0 0 1.358a.977.977 0 0 0 1.373 0L3.716 9.68a.955.955 0 0 0 0-1.36l-2.06-2.038a.977.977 0 0 0-1.372 0a.955.955 0 0 0 0 1.359zM7 2H6a1 1 0 1 0 0 2h1z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 14 12"><path fill="currentColor" d="M9 2v9a1 1 0 0 1-2 0V6H6a3 3 0 1 1 0-6h7a1 1 0 0 1 0 2h-1v9a1 1 0 0 1-2 0V2zM1.657 9L.284 10.36a.955.955 0 0 0 0 1.358a.977.977 0 0 0 1.373 0L3.716 9.68a.955.955 0 0 0 0-1.36l-2.06-2.038a.977.977 0 0 0-1.372 0a.955.955 0 0 0 0 1.359zM7 2H6a1 1 0 1 0 0 2h1z"/></svg> </template>
CSS
.icon-ltr {
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%22M9%202v9a1%201%200%200%201-2%200V6H6a3%203%200%201%201%200-6h7a1%201%200%200%201%200%202h-1v9a1%201%200%200%201-2%200V2zM1.657%209L.284%2010.36a.955.955%200%200%200%200%201.358a.977.977%200%200%200%201.373%200L3.716%209.68a.955.955%200%200%200%200-1.36l-2.06-2.038a.977.977%200%200%200-1.372%200a.955.955%200%200%200%200%201.359zM7%202H6a1%201%200%201%200%200%202h1z%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%22M9%202v9a1%201%200%200%201-2%200V6H6a3%203%200%201%201%200-6h7a1%201%200%200%201%200%202h-1v9a1%201%200%200%201-2%200V2zM1.657%209L.284%2010.36a.955.955%200%200%200%200%201.358a.977.977%200%200%200%201.373%200L3.716%209.68a.955.955%200%200%200%200-1.36l-2.06-2.038a.977.977%200%200%200-1.372%200a.955.955%200%200%200%200%201.359zM7%202H6a1%201%200%201%200%200%202h1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/ltr.svg?color=%231a73e8&size=48