arrowhead right icon
arrowhead-right-outline from Eva Icons by Akveo · Outline · MIT Free for personal and commercial use.
- Name
- arrowhead-right-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 right icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.78 11.37l-4.78-6a1 1 0 0 0-1.41-.15a1 1 0 0 0-.15 1.41L16.71 12l-4.48 5.37a1 1 0 0 0 .13 1.41A1 1 0 0 0 13 19a1 1 0 0 0 .77-.36l5-6a1 1 0 0 0 .01-1.27"/><path fill="currentColor" d="M7 5.37a1 1 0 0 0-1.61 1.26L9.71 12l-4.48 5.36a1 1 0 0 0 .13 1.41A1 1 0 0 0 6 19a1 1 0 0 0 .77-.36l5-6a1 1 0 0 0 0-1.27Z"/></svg>
React
import type { SVGProps } from "react";
export function EvaArrowheadRightOutline(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="m18.78 11.37l-4.78-6a1 1 0 0 0-1.41-.15a1 1 0 0 0-.15 1.41L16.71 12l-4.48 5.37a1 1 0 0 0 .13 1.41A1 1 0 0 0 13 19a1 1 0 0 0 .77-.36l5-6a1 1 0 0 0 .01-1.27"/><path fill="currentColor" d="M7 5.37a1 1 0 0 0-1.61 1.26L9.71 12l-4.48 5.36a1 1 0 0 0 .13 1.41A1 1 0 0 0 6 19a1 1 0 0 0 .77-.36l5-6a1 1 0 0 0 0-1.27Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.78 11.37l-4.78-6a1 1 0 0 0-1.41-.15a1 1 0 0 0-.15 1.41L16.71 12l-4.48 5.37a1 1 0 0 0 .13 1.41A1 1 0 0 0 13 19a1 1 0 0 0 .77-.36l5-6a1 1 0 0 0 .01-1.27"/><path fill="currentColor" d="M7 5.37a1 1 0 0 0-1.61 1.26L9.71 12l-4.48 5.36a1 1 0 0 0 .13 1.41A1 1 0 0 0 6 19a1 1 0 0 0 .77-.36l5-6a1 1 0 0 0 0-1.27Z"/></svg> </template>
CSS
.icon-arrowhead-right-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%22m18.78%2011.37l-4.78-6a1%201%200%200%200-1.41-.15a1%201%200%200%200-.15%201.41L16.71%2012l-4.48%205.37a1%201%200%200%200%20.13%201.41A1%201%200%200%200%2013%2019a1%201%200%200%200%20.77-.36l5-6a1%201%200%200%200%20.01-1.27%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%205.37a1%201%200%200%200-1.61%201.26L9.71%2012l-4.48%205.36a1%201%200%200%200%20.13%201.41A1%201%200%200%200%206%2019a1%201%200%200%200%20.77-.36l5-6a1%201%200%200%200%200-1.27Z%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%22m18.78%2011.37l-4.78-6a1%201%200%200%200-1.41-.15a1%201%200%200%200-.15%201.41L16.71%2012l-4.48%205.37a1%201%200%200%200%20.13%201.41A1%201%200%200%200%2013%2019a1%201%200%200%200%20.77-.36l5-6a1%201%200%200%200%20.01-1.27%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%205.37a1%201%200%200%200-1.61%201.26L9.71%2012l-4.48%205.36a1%201%200%200%200%20.13%201.41A1%201%200%200%200%206%2019a1%201%200%200%200%20.77-.36l5-6a1%201%200%200%200%200-1.27Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/eva/arrowhead-right-outline.svg?color=%231a73e8&size=48