arrow left icon
arrow-left-solid from Flowbite Icons by Themesberg · Solid · MIT Free for personal and commercial use.
- Name
- arrow-left-solid
- Set
- Flowbite Icons
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
1 other variant in Flowbite Icons
The same icon in other sets
arrow-leftAkar Iconsarrow-left-outlinedAnt Design Iconsarrow-leftBootstrap Iconsarrow-leftCarbonarrow-leftCodiconsarrow-leftElement Plusarrow-left-fillEva Iconsarrow-leftFramework7 Iconsarrow-leftFont Awesome 6 Solidarrow-leftFont Awesome Solidarrow-leftFeather Iconsarrow-left-12-filledFluent UI System Iconsarrow-leftcss.ggarrow-leftHeroIconsarrow-leftHumbleiconsarrow-leftIconParkarrow-leftIconPark Outlinearrow-leftIconoirarrow-leftJam Iconsarrow-leftLine Awesomearrow-leftMaterial Line Iconsarrow-leftLucidearrow-leftMage Iconsarrow-leftMajesticons
Related icons in Flowbite Icons
arrow-down-outlinearrow-down-to-bracket-outlinearrow-left-to-bracket-outlinearrow-right-alt-outlinearrow-right-arrow-left-solidarrow-right-outlinearrow-right-to-bracket-outlinearrow-sort-letters-outlinearrow-up-down-outlinearrow-up-from-bracket-outlinearrow-up-outlinearrow-up-right-down-left-outlinearrow-up-right-from-square-outline
Use the arrow left icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2"><path d="M6 12h13"/><path stroke-linejoin="round" d="m9 8l-4 4l4 4"/></g></svg>
React
import type { SVGProps } from "react";
export function FlowbiteArrowLeftSolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="2"><path d="M6 12h13"/><path strokeLinejoin="round" d="m9 8l-4 4l4 4"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2"><path d="M6 12h13"/><path stroke-linejoin="round" d="m9 8l-4 4l4 4"/></g></svg> </template>
CSS
.icon-arrow-left-solid {
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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M6%2012h13%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m9%208l-4%204l4%204%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20d%3D%22M6%2012h13%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m9%208l-4%204l4%204%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/flowbite/arrow-left-solid.svg?color=%231a73e8&size=48