call chevron down icon

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

Name
call-chevron-down-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
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 16 16"><path fill="currentColor" d="M4.535 1.48c.968-.296 2 .212 2.355 1.16l.458 1.223a2 2 0 0 1-.52 2.176l-1.074.983q.03.112.078.257c.106.325.273.75.513 1.165a6.3 6.3 0 0 0 .935 1.223l1.389-.438a2 2 0 0 1 2.144.637l.841 1.022a1.9 1.9 0 0 1-.17 2.595c-1.32 1.23-3.37 1.556-4.804.25A15.9 15.9 0 0 1 3.652 9.97a15.3 15.3 0 0 1-1.746-4.475C1.5 3.6 2.82 2.004 4.536 1.48m9.612 1.666a.5.5 0 0 1 .707.707l-2.5 2.5a.5.5 0 0 1-.707 0l-2.5-2.5a.5.5 0 1 1 .707-.707L12 5.293z"/></svg>

React

import type { SVGProps } from "react";

export function FluentCallChevronDown16Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.535 1.48c.968-.296 2 .212 2.355 1.16l.458 1.223a2 2 0 0 1-.52 2.176l-1.074.983q.03.112.078.257c.106.325.273.75.513 1.165a6.3 6.3 0 0 0 .935 1.223l1.389-.438a2 2 0 0 1 2.144.637l.841 1.022a1.9 1.9 0 0 1-.17 2.595c-1.32 1.23-3.37 1.556-4.804.25A15.9 15.9 0 0 1 3.652 9.97a15.3 15.3 0 0 1-1.746-4.475C1.5 3.6 2.82 2.004 4.536 1.48m9.612 1.666a.5.5 0 0 1 .707.707l-2.5 2.5a.5.5 0 0 1-.707 0l-2.5-2.5a.5.5 0 1 1 .707-.707L12 5.293z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.535 1.48c.968-.296 2 .212 2.355 1.16l.458 1.223a2 2 0 0 1-.52 2.176l-1.074.983q.03.112.078.257c.106.325.273.75.513 1.165a6.3 6.3 0 0 0 .935 1.223l1.389-.438a2 2 0 0 1 2.144.637l.841 1.022a1.9 1.9 0 0 1-.17 2.595c-1.32 1.23-3.37 1.556-4.804.25A15.9 15.9 0 0 1 3.652 9.97a15.3 15.3 0 0 1-1.746-4.475C1.5 3.6 2.82 2.004 4.536 1.48m9.612 1.666a.5.5 0 0 1 .707.707l-2.5 2.5a.5.5 0 0 1-.707 0l-2.5-2.5a.5.5 0 1 1 .707-.707L12 5.293z"/></svg>
</template>

CSS

.icon-call-chevron-down-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.535%201.48c.968-.296%202%20.212%202.355%201.16l.458%201.223a2%202%200%200%201-.52%202.176l-1.074.983q.03.112.078.257c.106.325.273.75.513%201.165a6.3%206.3%200%200%200%20.935%201.223l1.389-.438a2%202%200%200%201%202.144.637l.841%201.022a1.9%201.9%200%200%201-.17%202.595c-1.32%201.23-3.37%201.556-4.804.25A15.9%2015.9%200%200%201%203.652%209.97a15.3%2015.3%200%200%201-1.746-4.475C1.5%203.6%202.82%202.004%204.536%201.48m9.612%201.666a.5.5%200%200%201%20.707.707l-2.5%202.5a.5.5%200%200%201-.707%200l-2.5-2.5a.5.5%200%201%201%20.707-.707L12%205.293z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.535%201.48c.968-.296%202%20.212%202.355%201.16l.458%201.223a2%202%200%200%201-.52%202.176l-1.074.983q.03.112.078.257c.106.325.273.75.513%201.165a6.3%206.3%200%200%200%20.935%201.223l1.389-.438a2%202%200%200%201%202.144.637l.841%201.022a1.9%201.9%200%200%201-.17%202.595c-1.32%201.23-3.37%201.556-4.804.25A15.9%2015.9%200%200%201%203.652%209.97a15.3%2015.3%200%200%201-1.746-4.475C1.5%203.6%202.82%202.004%204.536%201.48m9.612%201.666a.5.5%200%200%201%20.707.707l-2.5%202.5a.5.5%200%200%201-.707%200l-2.5-2.5a.5.5%200%201%201%20.707-.707L12%205.293z%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-16-filled.svg?color=%231a73e8&size=48