arrowhead down icon
arrowhead-down-outline from Eva Icons by Akveo · Outline · MIT Free for personal and commercial use.
- Name
- arrowhead-down-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 down icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.37 12.39L12 16.71l-5.36-4.48a1 1 0 1 0-1.28 1.54l6 5a1 1 0 0 0 1.27 0l6-4.83a1 1 0 0 0 .15-1.41a1 1 0 0 0-1.41-.14"/><path fill="currentColor" d="M11.36 11.77a1 1 0 0 0 1.27 0l6-4.83a1 1 0 0 0 .15-1.41a1 1 0 0 0-1.41-.15L12 9.71L6.64 5.23a1 1 0 0 0-1.28 1.54Z"/></svg>
React
import type { SVGProps } from "react";
export function EvaArrowheadDownOutline(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="M17.37 12.39L12 16.71l-5.36-4.48a1 1 0 1 0-1.28 1.54l6 5a1 1 0 0 0 1.27 0l6-4.83a1 1 0 0 0 .15-1.41a1 1 0 0 0-1.41-.14"/><path fill="currentColor" d="M11.36 11.77a1 1 0 0 0 1.27 0l6-4.83a1 1 0 0 0 .15-1.41a1 1 0 0 0-1.41-.15L12 9.71L6.64 5.23a1 1 0 0 0-1.28 1.54Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.37 12.39L12 16.71l-5.36-4.48a1 1 0 1 0-1.28 1.54l6 5a1 1 0 0 0 1.27 0l6-4.83a1 1 0 0 0 .15-1.41a1 1 0 0 0-1.41-.14"/><path fill="currentColor" d="M11.36 11.77a1 1 0 0 0 1.27 0l6-4.83a1 1 0 0 0 .15-1.41a1 1 0 0 0-1.41-.15L12 9.71L6.64 5.23a1 1 0 0 0-1.28 1.54Z"/></svg> </template>
CSS
.icon-arrowhead-down-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%22M17.37%2012.39L12%2016.71l-5.36-4.48a1%201%200%201%200-1.28%201.54l6%205a1%201%200%200%200%201.27%200l6-4.83a1%201%200%200%200%20.15-1.41a1%201%200%200%200-1.41-.14%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.36%2011.77a1%201%200%200%200%201.27%200l6-4.83a1%201%200%200%200%20.15-1.41a1%201%200%200%200-1.41-.15L12%209.71L6.64%205.23a1%201%200%200%200-1.28%201.54Z%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%22M17.37%2012.39L12%2016.71l-5.36-4.48a1%201%200%201%200-1.28%201.54l6%205a1%201%200%200%200%201.27%200l6-4.83a1%201%200%200%200%20.15-1.41a1%201%200%200%200-1.41-.14%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.36%2011.77a1%201%200%200%200%201.27%200l6-4.83a1%201%200%200%200%20.15-1.41a1%201%200%200%200-1.41-.15L12%209.71L6.64%205.23a1%201%200%200%200-1.28%201.54Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/eva/arrowhead-down-outline.svg?color=%231a73e8&size=48