call chevron down icon
call-chevron-down-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- call-chevron-down-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- 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-filledcall-chevron-down-32-regularcall-chevron-down-48-filled
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 48 48"><path fill="currentColor" d="M14.162 3.75a5.25 5.25 0 0 1 4.955 3.516l1.647 4.703a5.25 5.25 0 0 1-1.595 5.767l-2.323 1.937c-.71.592-.914 1.315-.719 1.86c.824 2.307 2.763 5.276 4.457 6.984c.383.386 1.03.556 1.799.377l3.422-.798a5.25 5.25 0 0 1 5.237 1.764l2.639 3.19a5.17 5.17 0 0 1 .428 5.987c-2.637 4.315-8.15 6.451-12.643 3.377A40 40 0 0 1 9.418 29.375c-3.67-6.356-4.744-12.384-4.879-16.89C4.38 7.13 9.08 3.75 14.01 3.75zm-.152 2.5c-3.966 0-7.078 2.622-6.972 6.16c.126 4.174 1.12 9.782 4.545 15.715a37.5 37.5 0 0 0 11.294 12.226c3.004 2.055 6.998.82 9.099-2.618a2.67 2.67 0 0 0-.221-3.09l-2.639-3.188a2.75 2.75 0 0 0-2.744-.925l-3.42.798c-1.362.318-2.986.115-4.142-1.05c-1.931-1.947-4.08-5.223-5.037-7.904c-.657-1.838.239-3.594 1.472-4.622l2.323-1.937a2.75 2.75 0 0 0 .836-3.02l-1.646-4.703a2.75 2.75 0 0 0-2.596-1.842zm27.606 4.116a1.25 1.25 0 1 1 1.768 1.768l-7.5 7.5a1.25 1.25 0 0 1-1.768 0l-7.5-7.5a1.25 1.25 0 0 1 1.768-1.768L35 16.982z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCallChevronDown48Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M14.162 3.75a5.25 5.25 0 0 1 4.955 3.516l1.647 4.703a5.25 5.25 0 0 1-1.595 5.767l-2.323 1.937c-.71.592-.914 1.315-.719 1.86c.824 2.307 2.763 5.276 4.457 6.984c.383.386 1.03.556 1.799.377l3.422-.798a5.25 5.25 0 0 1 5.237 1.764l2.639 3.19a5.17 5.17 0 0 1 .428 5.987c-2.637 4.315-8.15 6.451-12.643 3.377A40 40 0 0 1 9.418 29.375c-3.67-6.356-4.744-12.384-4.879-16.89C4.38 7.13 9.08 3.75 14.01 3.75zm-.152 2.5c-3.966 0-7.078 2.622-6.972 6.16c.126 4.174 1.12 9.782 4.545 15.715a37.5 37.5 0 0 0 11.294 12.226c3.004 2.055 6.998.82 9.099-2.618a2.67 2.67 0 0 0-.221-3.09l-2.639-3.188a2.75 2.75 0 0 0-2.744-.925l-3.42.798c-1.362.318-2.986.115-4.142-1.05c-1.931-1.947-4.08-5.223-5.037-7.904c-.657-1.838.239-3.594 1.472-4.622l2.323-1.937a2.75 2.75 0 0 0 .836-3.02l-1.646-4.703a2.75 2.75 0 0 0-2.596-1.842zm27.606 4.116a1.25 1.25 0 1 1 1.768 1.768l-7.5 7.5a1.25 1.25 0 0 1-1.768 0l-7.5-7.5a1.25 1.25 0 0 1 1.768-1.768L35 16.982z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M14.162 3.75a5.25 5.25 0 0 1 4.955 3.516l1.647 4.703a5.25 5.25 0 0 1-1.595 5.767l-2.323 1.937c-.71.592-.914 1.315-.719 1.86c.824 2.307 2.763 5.276 4.457 6.984c.383.386 1.03.556 1.799.377l3.422-.798a5.25 5.25 0 0 1 5.237 1.764l2.639 3.19a5.17 5.17 0 0 1 .428 5.987c-2.637 4.315-8.15 6.451-12.643 3.377A40 40 0 0 1 9.418 29.375c-3.67-6.356-4.744-12.384-4.879-16.89C4.38 7.13 9.08 3.75 14.01 3.75zm-.152 2.5c-3.966 0-7.078 2.622-6.972 6.16c.126 4.174 1.12 9.782 4.545 15.715a37.5 37.5 0 0 0 11.294 12.226c3.004 2.055 6.998.82 9.099-2.618a2.67 2.67 0 0 0-.221-3.09l-2.639-3.188a2.75 2.75 0 0 0-2.744-.925l-3.42.798c-1.362.318-2.986.115-4.142-1.05c-1.931-1.947-4.08-5.223-5.037-7.904c-.657-1.838.239-3.594 1.472-4.622l2.323-1.937a2.75 2.75 0 0 0 .836-3.02l-1.646-4.703a2.75 2.75 0 0 0-2.596-1.842zm27.606 4.116a1.25 1.25 0 1 1 1.768 1.768l-7.5 7.5a1.25 1.25 0 0 1-1.768 0l-7.5-7.5a1.25 1.25 0 0 1 1.768-1.768L35 16.982z"/></svg> </template>
CSS
.icon-call-chevron-down-48-regular {
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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.162%203.75a5.25%205.25%200%200%201%204.955%203.516l1.647%204.703a5.25%205.25%200%200%201-1.595%205.767l-2.323%201.937c-.71.592-.914%201.315-.719%201.86c.824%202.307%202.763%205.276%204.457%206.984c.383.386%201.03.556%201.799.377l3.422-.798a5.25%205.25%200%200%201%205.237%201.764l2.639%203.19a5.17%205.17%200%200%201%20.428%205.987c-2.637%204.315-8.15%206.451-12.643%203.377A40%2040%200%200%201%209.418%2029.375c-3.67-6.356-4.744-12.384-4.879-16.89C4.38%207.13%209.08%203.75%2014.01%203.75zm-.152%202.5c-3.966%200-7.078%202.622-6.972%206.16c.126%204.174%201.12%209.782%204.545%2015.715a37.5%2037.5%200%200%200%2011.294%2012.226c3.004%202.055%206.998.82%209.099-2.618a2.67%202.67%200%200%200-.221-3.09l-2.639-3.188a2.75%202.75%200%200%200-2.744-.925l-3.42.798c-1.362.318-2.986.115-4.142-1.05c-1.931-1.947-4.08-5.223-5.037-7.904c-.657-1.838.239-3.594%201.472-4.622l2.323-1.937a2.75%202.75%200%200%200%20.836-3.02l-1.646-4.703a2.75%202.75%200%200%200-2.596-1.842zm27.606%204.116a1.25%201.25%200%201%201%201.768%201.768l-7.5%207.5a1.25%201.25%200%200%201-1.768%200l-7.5-7.5a1.25%201.25%200%200%201%201.768-1.768L35%2016.982z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.162%203.75a5.25%205.25%200%200%201%204.955%203.516l1.647%204.703a5.25%205.25%200%200%201-1.595%205.767l-2.323%201.937c-.71.592-.914%201.315-.719%201.86c.824%202.307%202.763%205.276%204.457%206.984c.383.386%201.03.556%201.799.377l3.422-.798a5.25%205.25%200%200%201%205.237%201.764l2.639%203.19a5.17%205.17%200%200%201%20.428%205.987c-2.637%204.315-8.15%206.451-12.643%203.377A40%2040%200%200%201%209.418%2029.375c-3.67-6.356-4.744-12.384-4.879-16.89C4.38%207.13%209.08%203.75%2014.01%203.75zm-.152%202.5c-3.966%200-7.078%202.622-6.972%206.16c.126%204.174%201.12%209.782%204.545%2015.715a37.5%2037.5%200%200%200%2011.294%2012.226c3.004%202.055%206.998.82%209.099-2.618a2.67%202.67%200%200%200-.221-3.09l-2.639-3.188a2.75%202.75%200%200%200-2.744-.925l-3.42.798c-1.362.318-2.986.115-4.142-1.05c-1.931-1.947-4.08-5.223-5.037-7.904c-.657-1.838.239-3.594%201.472-4.622l2.323-1.937a2.75%202.75%200%200%200%20.836-3.02l-1.646-4.703a2.75%202.75%200%200%200-2.596-1.842zm27.606%204.116a1.25%201.25%200%201%201%201.768%201.768l-7.5%207.5a1.25%201.25%200%200%201-1.768%200l-7.5-7.5a1.25%201.25%200%200%201%201.768-1.768L35%2016.982z%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-48-regular.svg?color=%231a73e8&size=48