arrow left icon
arrow-left-bold from Solar by 480 Design · Bold · Arrows · CC-BY-4.0 Attribution required.
- Name
- arrow-left-bold
- Set
- Solar
- Style
- Bold
- 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" d="M20 11.25C20.4142 11.25 20.75 11.5858 20.75 12C20.75 12.4142 20.4142 12.75 20 12.75H10.75L10.75 18C10.75 18.3034 10.5673 18.5768 10.287 18.6929C10.0068 18.809 9.68417 18.7449 9.46967 18.5304L3.46967 12.5304C3.32902 12.3897 3.25 12.1989 3.25 12C3.25 11.8011 3.32902 11.6103 3.46967 11.4697L9.46967 5.46969C9.68417 5.25519 10.0068 5.19103 10.287 5.30711C10.5673 5.4232 10.75 5.69668 10.75 6.00002L10.75 11.25H20Z"/></svg>
React
import type { SVGProps } from "react";
export function SolarArrowLeftBold(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" d="M20 11.25C20.4142 11.25 20.75 11.5858 20.75 12C20.75 12.4142 20.4142 12.75 20 12.75H10.75L10.75 18C10.75 18.3034 10.5673 18.5768 10.287 18.6929C10.0068 18.809 9.68417 18.7449 9.46967 18.5304L3.46967 12.5304C3.32902 12.3897 3.25 12.1989 3.25 12C3.25 11.8011 3.32902 11.6103 3.46967 11.4697L9.46967 5.46969C9.68417 5.25519 10.0068 5.19103 10.287 5.30711C10.5673 5.4232 10.75 5.69668 10.75 6.00002L10.75 11.25H20Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 11.25C20.4142 11.25 20.75 11.5858 20.75 12C20.75 12.4142 20.4142 12.75 20 12.75H10.75L10.75 18C10.75 18.3034 10.5673 18.5768 10.287 18.6929C10.0068 18.809 9.68417 18.7449 9.46967 18.5304L3.46967 12.5304C3.32902 12.3897 3.25 12.1989 3.25 12C3.25 11.8011 3.32902 11.6103 3.46967 11.4697L9.46967 5.46969C9.68417 5.25519 10.0068 5.19103 10.287 5.30711C10.5673 5.4232 10.75 5.69668 10.75 6.00002L10.75 11.25H20Z"/></svg> </template>
CSS
.icon-arrow-left-bold {
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%20d%3D%22M20%2011.25C20.4142%2011.25%2020.75%2011.5858%2020.75%2012C20.75%2012.4142%2020.4142%2012.75%2020%2012.75H10.75L10.75%2018C10.75%2018.3034%2010.5673%2018.5768%2010.287%2018.6929C10.0068%2018.809%209.68417%2018.7449%209.46967%2018.5304L3.46967%2012.5304C3.32902%2012.3897%203.25%2012.1989%203.25%2012C3.25%2011.8011%203.32902%2011.6103%203.46967%2011.4697L9.46967%205.46969C9.68417%205.25519%2010.0068%205.19103%2010.287%205.30711C10.5673%205.4232%2010.75%205.69668%2010.75%206.00002L10.75%2011.25H20Z%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%20d%3D%22M20%2011.25C20.4142%2011.25%2020.75%2011.5858%2020.75%2012C20.75%2012.4142%2020.4142%2012.75%2020%2012.75H10.75L10.75%2018C10.75%2018.3034%2010.5673%2018.5768%2010.287%2018.6929C10.0068%2018.809%209.68417%2018.7449%209.46967%2018.5304L3.46967%2012.5304C3.32902%2012.3897%203.25%2012.1989%203.25%2012C3.25%2011.8011%203.32902%2011.6103%203.46967%2011.4697L9.46967%205.46969C9.68417%205.25519%2010.0068%205.19103%2010.287%205.30711C10.5673%205.4232%2010.75%205.69668%2010.75%206.00002L10.75%2011.25H20Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/arrow-left-bold.svg?color=%231a73e8&size=48