arrowhead left icon
arrowhead-left-outline from Eva Icons by Akveo · Outline · MIT Free for personal and commercial use.
- Name
- arrowhead-left-outline
- Set
- Eva Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
1 other variant in Eva Icons
Related icons in Eva Icons
Use the arrowhead left icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.64 5.23a1 1 0 0 0-1.41.13l-5 6a1 1 0 0 0 0 1.27l4.83 6a1 1 0 0 0 .78.37a1 1 0 0 0 .78-1.63L7.29 12l4.48-5.37a1 1 0 0 0-.13-1.4"/><path fill="currentColor" d="m14.29 12l4.48-5.37a1 1 0 0 0-1.54-1.28l-5 6a1 1 0 0 0 0 1.27l4.83 6a1 1 0 0 0 .78.37a1 1 0 0 0 .78-1.63Z"/></svg>
React
import type { SVGProps } from "react";
export function EvaArrowheadLeftOutline(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="M11.64 5.23a1 1 0 0 0-1.41.13l-5 6a1 1 0 0 0 0 1.27l4.83 6a1 1 0 0 0 .78.37a1 1 0 0 0 .78-1.63L7.29 12l4.48-5.37a1 1 0 0 0-.13-1.4"/><path fill="currentColor" d="m14.29 12l4.48-5.37a1 1 0 0 0-1.54-1.28l-5 6a1 1 0 0 0 0 1.27l4.83 6a1 1 0 0 0 .78.37a1 1 0 0 0 .78-1.63Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.64 5.23a1 1 0 0 0-1.41.13l-5 6a1 1 0 0 0 0 1.27l4.83 6a1 1 0 0 0 .78.37a1 1 0 0 0 .78-1.63L7.29 12l4.48-5.37a1 1 0 0 0-.13-1.4"/><path fill="currentColor" d="m14.29 12l4.48-5.37a1 1 0 0 0-1.54-1.28l-5 6a1 1 0 0 0 0 1.27l4.83 6a1 1 0 0 0 .78.37a1 1 0 0 0 .78-1.63Z"/></svg> </template>
CSS
.icon-arrowhead-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%20d%3D%22M11.64%205.23a1%201%200%200%200-1.41.13l-5%206a1%201%200%200%200%200%201.27l4.83%206a1%201%200%200%200%20.78.37a1%201%200%200%200%20.78-1.63L7.29%2012l4.48-5.37a1%201%200%200%200-.13-1.4%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m14.29%2012l4.48-5.37a1%201%200%200%200-1.54-1.28l-5%206a1%201%200%200%200%200%201.27l4.83%206a1%201%200%200%200%20.78.37a1%201%200%200%200%20.78-1.63Z%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%22M11.64%205.23a1%201%200%200%200-1.41.13l-5%206a1%201%200%200%200%200%201.27l4.83%206a1%201%200%200%200%20.78.37a1%201%200%200%200%20.78-1.63L7.29%2012l4.48-5.37a1%201%200%200%200-.13-1.4%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m14.29%2012l4.48-5.37a1%201%200%200%200-1.54-1.28l-5%206a1%201%200%200%200%200%201.27l4.83%206a1%201%200%200%200%20.78.37a1%201%200%200%200%20.78-1.63Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/eva/arrowhead-left-outline.svg?color=%231a73e8&size=48