call chevron down icon
call-chevron-down-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- call-chevron-down-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
11 other variants in Fluent UI System Icons
call-chevron-down-16-filledcall-chevron-down-16-regularcall-chevron-down-20-filledcall-chevron-down-20-regularcall-chevron-down-24-regularcall-chevron-down-28-filledcall-chevron-down-28-regularcall-chevron-down-32-filledcall-chevron-down-32-regularcall-chevron-down-48-filledcall-chevron-down-48-regular
Related icons in Fluent UI System Icons
call-add-16-filledcall-blocked-24-filledcall-checkmark-20-filledcall-connecting-20-filledcall-dismiss-16-filledcall-end-12-filledcall-exclamation-20-filledcall-forward-16-filledcall-inbound-16-filledcall-missed-12-filledcall-outbound-16-filledcall-park-16-filledcall-pause-20-filledcall-prohibited-16-filledcall-rectangle-landscape-16-filledcall-square-16-filledcall-transfer-16-filledcall-warning-16-filled
Use the call 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="M6.85 2.095c1.008-.323 2.086.199 2.518 1.217l.86 2.028c.375.883.167 1.922-.514 2.568L7.82 9.706q.175 1.614 1.084 3.178a8.7 8.7 0 0 0 2.272 2.594l2.274-.76c.863-.287 1.802.044 2.331.821l1.233 1.81c.615.904.504 2.15-.26 2.917l-.817.82c-.813.817-1.976 1.114-3.051.778q-3.809-1.188-7.003-7.053q-3.2-5.876-2.26-9.968c.265-1.148 1.083-2.062 2.15-2.404zM20.72 4.72a.75.75 0 0 1 1.06 1.06l-4 4a.75.75 0 0 1-1.06 0l-4-4a.75.75 0 0 1 1.06-1.06l3.47 3.47z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCallChevronDown24Filled(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="M6.85 2.095c1.008-.323 2.086.199 2.518 1.217l.86 2.028c.375.883.167 1.922-.514 2.568L7.82 9.706q.175 1.614 1.084 3.178a8.7 8.7 0 0 0 2.272 2.594l2.274-.76c.863-.287 1.802.044 2.331.821l1.233 1.81c.615.904.504 2.15-.26 2.917l-.817.82c-.813.817-1.976 1.114-3.051.778q-3.809-1.188-7.003-7.053q-3.2-5.876-2.26-9.968c.265-1.148 1.083-2.062 2.15-2.404zM20.72 4.72a.75.75 0 0 1 1.06 1.06l-4 4a.75.75 0 0 1-1.06 0l-4-4a.75.75 0 0 1 1.06-1.06l3.47 3.47z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.85 2.095c1.008-.323 2.086.199 2.518 1.217l.86 2.028c.375.883.167 1.922-.514 2.568L7.82 9.706q.175 1.614 1.084 3.178a8.7 8.7 0 0 0 2.272 2.594l2.274-.76c.863-.287 1.802.044 2.331.821l1.233 1.81c.615.904.504 2.15-.26 2.917l-.817.82c-.813.817-1.976 1.114-3.051.778q-3.809-1.188-7.003-7.053q-3.2-5.876-2.26-9.968c.265-1.148 1.083-2.062 2.15-2.404zM20.72 4.72a.75.75 0 0 1 1.06 1.06l-4 4a.75.75 0 0 1-1.06 0l-4-4a.75.75 0 0 1 1.06-1.06l3.47 3.47z"/></svg> </template>
CSS
.icon-call-chevron-down-24-filled {
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%22M6.85%202.095c1.008-.323%202.086.199%202.518%201.217l.86%202.028c.375.883.167%201.922-.514%202.568L7.82%209.706q.175%201.614%201.084%203.178a8.7%208.7%200%200%200%202.272%202.594l2.274-.76c.863-.287%201.802.044%202.331.821l1.233%201.81c.615.904.504%202.15-.26%202.917l-.817.82c-.813.817-1.976%201.114-3.051.778q-3.809-1.188-7.003-7.053q-3.2-5.876-2.26-9.968c.265-1.148%201.083-2.062%202.15-2.404zM20.72%204.72a.75.75%200%200%201%201.06%201.06l-4%204a.75.75%200%200%201-1.06%200l-4-4a.75.75%200%200%201%201.06-1.06l3.47%203.47z%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%22M6.85%202.095c1.008-.323%202.086.199%202.518%201.217l.86%202.028c.375.883.167%201.922-.514%202.568L7.82%209.706q.175%201.614%201.084%203.178a8.7%208.7%200%200%200%202.272%202.594l2.274-.76c.863-.287%201.802.044%202.331.821l1.233%201.81c.615.904.504%202.15-.26%202.917l-.817.82c-.813.817-1.976%201.114-3.051.778q-3.809-1.188-7.003-7.053q-3.2-5.876-2.26-9.968c.265-1.148%201.083-2.062%202.15-2.404zM20.72%204.72a.75.75%200%200%201%201.06%201.06l-4%204a.75.75%200%200%201-1.06%200l-4-4a.75.75%200%200%201%201.06-1.06l3.47%203.47z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/call-chevron-down-24-filled.svg?color=%231a73e8&size=48