chevron down icon
chevron-down-fill from Eva Icons by Akveo · Fill · MIT Free for personal and commercial use.
- Name
- chevron-down-fill
- Set
- Eva Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- MIT
1 other variant in Eva Icons
The same icon in other sets
chevron-downAkar Iconschevron-downBootstrap Iconschevron-downBoxIcons v2chevron-downBoxIcons v2 Solidchevron-downCarbonchevron-downCodiconschevron-downFramework7 Iconschevron-downFont Awesome 6 Solidchevron-downFont Awesome Solidchevron-downFeather Iconschevron-down-outlineFlowbite Iconschevron-down-12-filledFluent UI System Iconschevron-downcss.ggchevron-downHeroIconschevron-downHuge Iconschevron-downHumbleiconschevron-downIonIconschevron-downJam Iconschevron-downLine Awesomechevron-downMaterial Line Iconschevron-downLucidechevron-downMage Iconschevron-downMajesticonschevron-downMaterial Design Icons
Related icons in Eva Icons
Use the chevron down icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 15.5a1 1 0 0 1-.71-.29l-4-4a1 1 0 1 1 1.42-1.42L12 13.1l3.3-3.18a1 1 0 1 1 1.38 1.44l-4 3.86a1 1 0 0 1-.68.28"/></svg>
React
import type { SVGProps } from "react";
export function EvaChevronDownFill(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="M12 15.5a1 1 0 0 1-.71-.29l-4-4a1 1 0 1 1 1.42-1.42L12 13.1l3.3-3.18a1 1 0 1 1 1.38 1.44l-4 3.86a1 1 0 0 1-.68.28"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 15.5a1 1 0 0 1-.71-.29l-4-4a1 1 0 1 1 1.42-1.42L12 13.1l3.3-3.18a1 1 0 1 1 1.38 1.44l-4 3.86a1 1 0 0 1-.68.28"/></svg> </template>
CSS
.icon-chevron-down-fill {
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%22M12%2015.5a1%201%200%200%201-.71-.29l-4-4a1%201%200%201%201%201.42-1.42L12%2013.1l3.3-3.18a1%201%200%201%201%201.38%201.44l-4%203.86a1%201%200%200%201-.68.28%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%22M12%2015.5a1%201%200%200%201-.71-.29l-4-4a1%201%200%201%201%201.42-1.42L12%2013.1l3.3-3.18a1%201%200%201%201%201.38%201.44l-4%203.86a1%201%200%200%201-.68.28%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/eva/chevron-down-fill.svg?color=%231a73e8&size=48