chevron down icon
chevron-down from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.
- Name
- chevron-down
- Set
- Jam Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
chevron-downAkar Iconschevron-downBootstrap Iconschevron-downBoxIcons v2chevron-downBoxIcons v2 Solidchevron-downCarbonchevron-downCodiconschevron-down-fillEva Iconschevron-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-downLine Awesomechevron-downMaterial Line Iconschevron-downLucidechevron-downMage Iconschevron-downMajesticonschevron-downMaterial Design Icons
Related icons in Jam Icons
chevron-circle-downchevron-circle-down-leftchevron-circle-down-rightchevron-circle-leftchevron-circle-rightchevron-circle-upchevron-circle-up-leftchevron-circle-up-rightchevron-down-leftchevron-down-rightchevron-leftchevron-rightchevron-square-downchevron-square-down-leftchevron-square-down-rightchevron-square-leftchevron-square-rightchevron-square-upchevron-square-up-leftchevron-square-up-rightchevron-upchevron-up-leftchevron-up-right
Use the chevron down icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-5 -8 24 24"><path fill="currentColor" d="m7.071 5.314l4.95-4.95a1 1 0 1 1 1.414 1.414L7.778 7.435a1 1 0 0 1-1.414 0L.707 1.778A1 1 0 1 1 2.121.364z"/></svg>
React
import type { SVGProps } from "react";
export function JamChevronDown(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-5 -8 24 24"><path fill="currentColor" d="m7.071 5.314l4.95-4.95a1 1 0 1 1 1.414 1.414L7.778 7.435a1 1 0 0 1-1.414 0L.707 1.778A1 1 0 1 1 2.121.364z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-5 -8 24 24"><path fill="currentColor" d="m7.071 5.314l4.95-4.95a1 1 0 1 1 1.414 1.414L7.778 7.435a1 1 0 0 1-1.414 0L.707 1.778A1 1 0 1 1 2.121.364z"/></svg> </template>
CSS
.icon-chevron-down {
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%22-5%20-8%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m7.071%205.314l4.95-4.95a1%201%200%201%201%201.414%201.414L7.778%207.435a1%201%200%200%201-1.414%200L.707%201.778A1%201%200%201%201%202.121.364z%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%22-5%20-8%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m7.071%205.314l4.95-4.95a1%201%200%201%201%201.414%201.414L7.778%207.435a1%201%200%200%201-1.414%200L.707%201.778A1%201%200%201%201%202.121.364z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/chevron-down.svg?color=%231a73e8&size=48