arrow left icon
arrow-left-outline from Solar by 480 Design · Outline · Arrows · CC-BY-4.0 Attribution required.
- Name
- arrow-left-outline
- Set
- Solar
- Style
- Outline
- Category
- Arrows
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
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-outlineFlowbite Iconsarrow-left-12-filledFluent UI System Iconsarrow-leftcss.ggarrow-leftHeroIconsarrow-leftHumbleiconsarrow-leftIconParkarrow-leftIconPark Outlinearrow-leftIconoirarrow-leftJam Iconsarrow-leftLine Awesomearrow-leftMaterial Line Iconsarrow-leftLucidearrow-leftMage Icons
More arrows icons from Solar
alt-arrow-down-boldalt-arrow-left-boldalt-arrow-right-boldalt-arrow-up-boldarrow-down-boldarrow-left-down-boldarrow-left-up-boldarrow-right-boldarrow-right-down-boldarrow-right-up-boldarrow-up-bolddouble-alt-arrow-down-bolddouble-alt-arrow-left-bolddouble-alt-arrow-right-bolddouble-alt-arrow-up-boldrefresh-boldrefresh-circle-boldrefresh-square-boldrestart-boldrestart-circle-boldrestart-square-boldround-alt-arrow-down-boldround-alt-arrow-left-boldround-alt-arrow-right-bold
Use the arrow left icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M10.5303 5.46967C10.8232 5.76256 10.8232 6.23744 10.5303 6.53033L5.81066 11.25H20C20.4142 11.25 20.75 11.5858 20.75 12C20.75 12.4142 20.4142 12.75 20 12.75H5.81066L10.5303 17.4697C10.8232 17.7626 10.8232 18.2374 10.5303 18.5303C10.2374 18.8232 9.76256 18.8232 9.46967 18.5303L3.46967 12.5303C3.17678 12.2374 3.17678 11.7626 3.46967 11.4697L9.46967 5.46967C9.76256 5.17678 10.2374 5.17678 10.5303 5.46967Z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function SolarArrowLeftOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fillRule="evenodd" d="M10.5303 5.46967C10.8232 5.76256 10.8232 6.23744 10.5303 6.53033L5.81066 11.25H20C20.4142 11.25 20.75 11.5858 20.75 12C20.75 12.4142 20.4142 12.75 20 12.75H5.81066L10.5303 17.4697C10.8232 17.7626 10.8232 18.2374 10.5303 18.5303C10.2374 18.8232 9.76256 18.8232 9.46967 18.5303L3.46967 12.5303C3.17678 12.2374 3.17678 11.7626 3.46967 11.4697L9.46967 5.46967C9.76256 5.17678 10.2374 5.17678 10.5303 5.46967Z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M10.5303 5.46967C10.8232 5.76256 10.8232 6.23744 10.5303 6.53033L5.81066 11.25H20C20.4142 11.25 20.75 11.5858 20.75 12C20.75 12.4142 20.4142 12.75 20 12.75H5.81066L10.5303 17.4697C10.8232 17.7626 10.8232 18.2374 10.5303 18.5303C10.2374 18.8232 9.76256 18.8232 9.46967 18.5303L3.46967 12.5303C3.17678 12.2374 3.17678 11.7626 3.46967 11.4697L9.46967 5.46967C9.76256 5.17678 10.2374 5.17678 10.5303 5.46967Z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-arrow-left-outline {
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%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10.5303%205.46967C10.8232%205.76256%2010.8232%206.23744%2010.5303%206.53033L5.81066%2011.25H20C20.4142%2011.25%2020.75%2011.5858%2020.75%2012C20.75%2012.4142%2020.4142%2012.75%2020%2012.75H5.81066L10.5303%2017.4697C10.8232%2017.7626%2010.8232%2018.2374%2010.5303%2018.5303C10.2374%2018.8232%209.76256%2018.8232%209.46967%2018.5303L3.46967%2012.5303C3.17678%2012.2374%203.17678%2011.7626%203.46967%2011.4697L9.46967%205.46967C9.76256%205.17678%2010.2374%205.17678%2010.5303%205.46967Z%22%20clip-rule%3D%22evenodd%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10.5303%205.46967C10.8232%205.76256%2010.8232%206.23744%2010.5303%206.53033L5.81066%2011.25H20C20.4142%2011.25%2020.75%2011.5858%2020.75%2012C20.75%2012.4142%2020.4142%2012.75%2020%2012.75H5.81066L10.5303%2017.4697C10.8232%2017.7626%2010.8232%2018.2374%2010.5303%2018.5303C10.2374%2018.8232%209.76256%2018.8232%209.46967%2018.5303L3.46967%2012.5303C3.17678%2012.2374%203.17678%2011.7626%203.46967%2011.4697L9.46967%205.46967C9.76256%205.17678%2010.2374%205.17678%2010.5303%205.46967Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/arrow-left-outline.svg?color=%231a73e8&size=48