call chevron down icon
call-chevron-down-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- call-chevron-down-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- Viewbox
- 32×32
- 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-filledcall-chevron-down-24-regularcall-chevron-down-28-filledcall-chevron-down-28-regularcall-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 32 32"><path fill="currentColor" d="M9.075 2.96a3.83 3.83 0 0 1 4.708 2.319l.917 2.447a4 4 0 0 1-1.042 4.35l-2.146 1.97q.063.223.156.511c.213.65.545 1.501 1.025 2.332c.48.832 1.051 1.544 1.508 2.053q.203.226.365.392l2.776-.874a4 4 0 0 1 4.29 1.273l1.68 2.042a3.8 3.8 0 0 1-.342 5.192c-2.638 2.459-6.738 3.111-9.606.5a31.8 31.8 0 0 1-6.056-7.53c-1.937-3.33-2.958-6.457-3.492-8.949c-.812-3.79 1.826-6.979 5.259-8.028m19.218 4.333a1 1 0 0 1 1.414 1.414l-5 5a1 1 0 0 1-1.414 0l-5-5a1 1 0 1 1 1.414-1.414L24 11.586z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCallChevronDown32Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9.075 2.96a3.83 3.83 0 0 1 4.708 2.319l.917 2.447a4 4 0 0 1-1.042 4.35l-2.146 1.97q.063.223.156.511c.213.65.545 1.501 1.025 2.332c.48.832 1.051 1.544 1.508 2.053q.203.226.365.392l2.776-.874a4 4 0 0 1 4.29 1.273l1.68 2.042a3.8 3.8 0 0 1-.342 5.192c-2.638 2.459-6.738 3.111-9.606.5a31.8 31.8 0 0 1-6.056-7.53c-1.937-3.33-2.958-6.457-3.492-8.949c-.812-3.79 1.826-6.979 5.259-8.028m19.218 4.333a1 1 0 0 1 1.414 1.414l-5 5a1 1 0 0 1-1.414 0l-5-5a1 1 0 1 1 1.414-1.414L24 11.586z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M9.075 2.96a3.83 3.83 0 0 1 4.708 2.319l.917 2.447a4 4 0 0 1-1.042 4.35l-2.146 1.97q.063.223.156.511c.213.65.545 1.501 1.025 2.332c.48.832 1.051 1.544 1.508 2.053q.203.226.365.392l2.776-.874a4 4 0 0 1 4.29 1.273l1.68 2.042a3.8 3.8 0 0 1-.342 5.192c-2.638 2.459-6.738 3.111-9.606.5a31.8 31.8 0 0 1-6.056-7.53c-1.937-3.33-2.958-6.457-3.492-8.949c-.812-3.79 1.826-6.979 5.259-8.028m19.218 4.333a1 1 0 0 1 1.414 1.414l-5 5a1 1 0 0 1-1.414 0l-5-5a1 1 0 1 1 1.414-1.414L24 11.586z"/></svg> </template>
CSS
.icon-call-chevron-down-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.075%202.96a3.83%203.83%200%200%201%204.708%202.319l.917%202.447a4%204%200%200%201-1.042%204.35l-2.146%201.97q.063.223.156.511c.213.65.545%201.501%201.025%202.332c.48.832%201.051%201.544%201.508%202.053q.203.226.365.392l2.776-.874a4%204%200%200%201%204.29%201.273l1.68%202.042a3.8%203.8%200%200%201-.342%205.192c-2.638%202.459-6.738%203.111-9.606.5a31.8%2031.8%200%200%201-6.056-7.53c-1.937-3.33-2.958-6.457-3.492-8.949c-.812-3.79%201.826-6.979%205.259-8.028m19.218%204.333a1%201%200%200%201%201.414%201.414l-5%205a1%201%200%200%201-1.414%200l-5-5a1%201%200%201%201%201.414-1.414L24%2011.586z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.075%202.96a3.83%203.83%200%200%201%204.708%202.319l.917%202.447a4%204%200%200%201-1.042%204.35l-2.146%201.97q.063.223.156.511c.213.65.545%201.501%201.025%202.332c.48.832%201.051%201.544%201.508%202.053q.203.226.365.392l2.776-.874a4%204%200%200%201%204.29%201.273l1.68%202.042a3.8%203.8%200%200%201-.342%205.192c-2.638%202.459-6.738%203.111-9.606.5a31.8%2031.8%200%200%201-6.056-7.53c-1.937-3.33-2.958-6.457-3.492-8.949c-.812-3.79%201.826-6.979%205.259-8.028m19.218%204.333a1%201%200%200%201%201.414%201.414l-5%205a1%201%200%200%201-1.414%200l-5-5a1%201%200%201%201%201.414-1.414L24%2011.586z%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-32-filled.svg?color=%231a73e8&size=48