call chevron down icon

call-chevron-down-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.

Name
call-chevron-down-28-filled
Set
Fluent UI System Icons
Style
28 Filled
Viewbox
28×28
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the call chevron down icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M4.093 2.883c1.12-.72 2.553-.996 3.968-.803l.246.034a2.75 2.75 0 0 1 2.088 1.495l1.291 2.581a3.25 3.25 0 0 1-1.104 4.158l-1.708 1.138c-.397.265-.508.632-.42.9c.53 1.614 1.94 3.802 3.169 5.055c.23.236.648.305 1.076.07l1.304-.717a3.75 3.75 0 0 1 5.1 1.49l1.041 1.911c.443.812.448 1.792.014 2.609c-1.45 2.725-4.757 4.238-7.564 2.401c-2.393-1.567-5.335-4.162-7.742-8.33c-2.442-4.23-2.93-7.896-2.78-10.55c.087-1.532.886-2.713 2.021-3.442M24.22 5.72a.75.75 0 0 1 1.06 1.06l-4.75 4.75a.75.75 0 0 1-1.06 0l-4.75-4.75a.75.75 0 0 1 1.06-1.06L20 9.94z"/></svg>

React

import type { SVGProps } from "react";

export function FluentCallChevronDown28Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M4.093 2.883c1.12-.72 2.553-.996 3.968-.803l.246.034a2.75 2.75 0 0 1 2.088 1.495l1.291 2.581a3.25 3.25 0 0 1-1.104 4.158l-1.708 1.138c-.397.265-.508.632-.42.9c.53 1.614 1.94 3.802 3.169 5.055c.23.236.648.305 1.076.07l1.304-.717a3.75 3.75 0 0 1 5.1 1.49l1.041 1.911c.443.812.448 1.792.014 2.609c-1.45 2.725-4.757 4.238-7.564 2.401c-2.393-1.567-5.335-4.162-7.742-8.33c-2.442-4.23-2.93-7.896-2.78-10.55c.087-1.532.886-2.713 2.021-3.442M24.22 5.72a.75.75 0 0 1 1.06 1.06l-4.75 4.75a.75.75 0 0 1-1.06 0l-4.75-4.75a.75.75 0 0 1 1.06-1.06L20 9.94z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M4.093 2.883c1.12-.72 2.553-.996 3.968-.803l.246.034a2.75 2.75 0 0 1 2.088 1.495l1.291 2.581a3.25 3.25 0 0 1-1.104 4.158l-1.708 1.138c-.397.265-.508.632-.42.9c.53 1.614 1.94 3.802 3.169 5.055c.23.236.648.305 1.076.07l1.304-.717a3.75 3.75 0 0 1 5.1 1.49l1.041 1.911c.443.812.448 1.792.014 2.609c-1.45 2.725-4.757 4.238-7.564 2.401c-2.393-1.567-5.335-4.162-7.742-8.33c-2.442-4.23-2.93-7.896-2.78-10.55c.087-1.532.886-2.713 2.021-3.442M24.22 5.72a.75.75 0 0 1 1.06 1.06l-4.75 4.75a.75.75 0 0 1-1.06 0l-4.75-4.75a.75.75 0 0 1 1.06-1.06L20 9.94z"/></svg>
</template>

CSS

.icon-call-chevron-down-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.093%202.883c1.12-.72%202.553-.996%203.968-.803l.246.034a2.75%202.75%200%200%201%202.088%201.495l1.291%202.581a3.25%203.25%200%200%201-1.104%204.158l-1.708%201.138c-.397.265-.508.632-.42.9c.53%201.614%201.94%203.802%203.169%205.055c.23.236.648.305%201.076.07l1.304-.717a3.75%203.75%200%200%201%205.1%201.49l1.041%201.911c.443.812.448%201.792.014%202.609c-1.45%202.725-4.757%204.238-7.564%202.401c-2.393-1.567-5.335-4.162-7.742-8.33c-2.442-4.23-2.93-7.896-2.78-10.55c.087-1.532.886-2.713%202.021-3.442M24.22%205.72a.75.75%200%200%201%201.06%201.06l-4.75%204.75a.75.75%200%200%201-1.06%200l-4.75-4.75a.75.75%200%200%201%201.06-1.06L20%209.94z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.093%202.883c1.12-.72%202.553-.996%203.968-.803l.246.034a2.75%202.75%200%200%201%202.088%201.495l1.291%202.581a3.25%203.25%200%200%201-1.104%204.158l-1.708%201.138c-.397.265-.508.632-.42.9c.53%201.614%201.94%203.802%203.169%205.055c.23.236.648.305%201.076.07l1.304-.717a3.75%203.75%200%200%201%205.1%201.49l1.041%201.911c.443.812.448%201.792.014%202.609c-1.45%202.725-4.757%204.238-7.564%202.401c-2.393-1.567-5.335-4.162-7.742-8.33c-2.442-4.23-2.93-7.896-2.78-10.55c.087-1.532.886-2.713%202.021-3.442M24.22%205.72a.75.75%200%200%201%201.06%201.06l-4.75%204.75a.75.75%200%200%201-1.06%200l-4.75-4.75a.75.75%200%200%201%201.06-1.06L20%209.94z%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-28-filled.svg?color=%231a73e8&size=48