chevron compact down icon
chevron-compact-down from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.
- Name
- chevron-compact-down
- Set
- Framework7 Icons
- Style
- Outline
- Viewbox
- 56×56
- License
- MIT
The same icon in other sets
Related icons in Framework7 Icons
chevron-compact-leftchevron-compact-rightchevron-compact-upchevron-downchevron-down-circlechevron-down-squarechevron-leftchevron-left-2chevron-left-circlechevron-left-slash-chevron-rightchevron-left-squarechevron-rightchevron-right-2chevron-right-circlechevron-right-squarechevron-upchevron-up-chevron-downchevron-up-circlechevron-up-square
Use the chevron compact down icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m8.606 26.617l15.984 6.258c1.078.422 2.367.938 3.422.938c1.031 0 2.343-.516 3.422-.938l15.984-6.258c.914-.351 1.477-1.148 1.477-2.015c0-1.383-1.008-2.415-2.368-2.415c-.68 0-1.64.399-2.226.61l-16.29 6.398l-16.288-6.398c-.61-.211-1.524-.61-2.227-.61c-1.383 0-2.39 1.032-2.39 2.415c0 .867.585 1.664 1.5 2.015"/></svg>
React
import type { SVGProps } from "react";
export function F7ChevronCompactDown(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m8.606 26.617l15.984 6.258c1.078.422 2.367.938 3.422.938c1.031 0 2.343-.516 3.422-.938l15.984-6.258c.914-.351 1.477-1.148 1.477-2.015c0-1.383-1.008-2.415-2.368-2.415c-.68 0-1.64.399-2.226.61l-16.29 6.398l-16.288-6.398c-.61-.211-1.524-.61-2.227-.61c-1.383 0-2.39 1.032-2.39 2.415c0 .867.585 1.664 1.5 2.015"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m8.606 26.617l15.984 6.258c1.078.422 2.367.938 3.422.938c1.031 0 2.343-.516 3.422-.938l15.984-6.258c.914-.351 1.477-1.148 1.477-2.015c0-1.383-1.008-2.415-2.368-2.415c-.68 0-1.64.399-2.226.61l-16.29 6.398l-16.288-6.398c-.61-.211-1.524-.61-2.227-.61c-1.383 0-2.39 1.032-2.39 2.415c0 .867.585 1.664 1.5 2.015"/></svg> </template>
CSS
.icon-chevron-compact-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%220%200%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m8.606%2026.617l15.984%206.258c1.078.422%202.367.938%203.422.938c1.031%200%202.343-.516%203.422-.938l15.984-6.258c.914-.351%201.477-1.148%201.477-2.015c0-1.383-1.008-2.415-2.368-2.415c-.68%200-1.64.399-2.226.61l-16.29%206.398l-16.288-6.398c-.61-.211-1.524-.61-2.227-.61c-1.383%200-2.39%201.032-2.39%202.415c0%20.867.585%201.664%201.5%202.015%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m8.606%2026.617l15.984%206.258c1.078.422%202.367.938%203.422.938c1.031%200%202.343-.516%203.422-.938l15.984-6.258c.914-.351%201.477-1.148%201.477-2.015c0-1.383-1.008-2.415-2.368-2.415c-.68%200-1.64.399-2.226.61l-16.29%206.398l-16.288-6.398c-.61-.211-1.524-.61-2.227-.61c-1.383%200-2.39%201.032-2.39%202.415c0%20.867.585%201.664%201.5%202.015%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/chevron-compact-down.svg?color=%231a73e8&size=48