chevrons down icon
chevrons-down from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.
- Name
- chevrons-down
- Set
- Jam Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Jam Icons
chevrons-circle-downchevrons-circle-down-leftchevrons-circle-down-rightchevrons-circle-leftchevrons-circle-rightchevrons-circle-upchevrons-circle-up-leftchevrons-circle-up-rightchevrons-down-leftchevrons-down-rightchevrons-leftchevrons-rightchevrons-square-downchevrons-square-down-leftchevrons-square-down-rightchevrons-square-leftchevrons-square-rightchevrons-square-upchevrons-square-up-leftchevrons-square-up-rightchevrons-upchevrons-up-leftchevrons-up-right
Use the chevrons down icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-5 -5 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.364zm0 6l4.95-4.95a1 1 0 1 1 1.414 1.414l-5.657 5.657a1 1 0 0 1-1.414 0L.707 7.778a1 1 0 1 1 1.414-1.414z"/></svg>
React
import type { SVGProps } from "react";
export function JamChevronsDown(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-5 -5 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.364zm0 6l4.95-4.95a1 1 0 1 1 1.414 1.414l-5.657 5.657a1 1 0 0 1-1.414 0L.707 7.778a1 1 0 1 1 1.414-1.414z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-5 -5 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.364zm0 6l4.95-4.95a1 1 0 1 1 1.414 1.414l-5.657 5.657a1 1 0 0 1-1.414 0L.707 7.778a1 1 0 1 1 1.414-1.414z"/></svg> </template>
CSS
.icon-chevrons-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-5%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.364zm0%206l4.95-4.95a1%201%200%201%201%201.414%201.414l-5.657%205.657a1%201%200%200%201-1.414%200L.707%207.778a1%201%200%201%201%201.414-1.414z%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-5%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.364zm0%206l4.95-4.95a1%201%200%201%201%201.414%201.414l-5.657%205.657a1%201%200%200%201-1.414%200L.707%207.778a1%201%200%201%201%201.414-1.414z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/chevrons-down.svg?color=%231a73e8&size=48