call chevron down icon
call-chevron-down-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- call-chevron-down-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- 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-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-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 20 20"><path fill="currentColor" d="M3.552 2.443c.854-.478 1.943-.59 2.985-.326a1.93 1.93 0 0 1 1.199.91l.972 1.695a2.5 2.5 0 0 1-.663 3.24l-.601.453c-.283.213-.4.516-.342.771c.183.812.587 1.565 1.152 2.12c.169.166.465.223.787.1l.666-.255a2.5 2.5 0 0 1 3.075 1.113l.954 1.703a1.84 1.84 0 0 1 .12 1.536c-.371 1.003-1.086 1.811-1.965 2.216c-.893.412-1.939.396-2.885-.235c-1.497-.999-3.302-2.68-4.937-5.482c-1.656-2.838-2.073-5.256-2.027-7.057c.03-1.154.641-2.016 1.51-2.502m2.738.643c-.827-.21-1.648-.107-2.25.23c-.586.328-.977.881-.998 1.654C3 6.584 3.37 8.818 4.933 11.5c1.558 2.67 3.258 4.238 4.629 5.153c.64.426 1.315.434 1.911.159c.61-.282 1.154-.87 1.444-1.655a.84.84 0 0 0-.054-.7l-.953-1.703a1.5 1.5 0 0 0-1.845-.668l-.666.254c-.58.222-1.324.193-1.846-.319c-.714-.701-1.205-1.632-1.427-2.614c-.163-.725.196-1.398.715-1.79l.602-.452A1.5 1.5 0 0 0 7.84 5.22l-.97-1.695a.93.93 0 0 0-.579-.439m10.857 1.06a.5.5 0 0 1 .707.708l-3 3a.5.5 0 0 1-.707 0l-3-3a.5.5 0 0 1 .707-.707L14.5 6.793z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCallChevronDown20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M3.552 2.443c.854-.478 1.943-.59 2.985-.326a1.93 1.93 0 0 1 1.199.91l.972 1.695a2.5 2.5 0 0 1-.663 3.24l-.601.453c-.283.213-.4.516-.342.771c.183.812.587 1.565 1.152 2.12c.169.166.465.223.787.1l.666-.255a2.5 2.5 0 0 1 3.075 1.113l.954 1.703a1.84 1.84 0 0 1 .12 1.536c-.371 1.003-1.086 1.811-1.965 2.216c-.893.412-1.939.396-2.885-.235c-1.497-.999-3.302-2.68-4.937-5.482c-1.656-2.838-2.073-5.256-2.027-7.057c.03-1.154.641-2.016 1.51-2.502m2.738.643c-.827-.21-1.648-.107-2.25.23c-.586.328-.977.881-.998 1.654C3 6.584 3.37 8.818 4.933 11.5c1.558 2.67 3.258 4.238 4.629 5.153c.64.426 1.315.434 1.911.159c.61-.282 1.154-.87 1.444-1.655a.84.84 0 0 0-.054-.7l-.953-1.703a1.5 1.5 0 0 0-1.845-.668l-.666.254c-.58.222-1.324.193-1.846-.319c-.714-.701-1.205-1.632-1.427-2.614c-.163-.725.196-1.398.715-1.79l.602-.452A1.5 1.5 0 0 0 7.84 5.22l-.97-1.695a.93.93 0 0 0-.579-.439m10.857 1.06a.5.5 0 0 1 .707.708l-3 3a.5.5 0 0 1-.707 0l-3-3a.5.5 0 0 1 .707-.707L14.5 6.793z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M3.552 2.443c.854-.478 1.943-.59 2.985-.326a1.93 1.93 0 0 1 1.199.91l.972 1.695a2.5 2.5 0 0 1-.663 3.24l-.601.453c-.283.213-.4.516-.342.771c.183.812.587 1.565 1.152 2.12c.169.166.465.223.787.1l.666-.255a2.5 2.5 0 0 1 3.075 1.113l.954 1.703a1.84 1.84 0 0 1 .12 1.536c-.371 1.003-1.086 1.811-1.965 2.216c-.893.412-1.939.396-2.885-.235c-1.497-.999-3.302-2.68-4.937-5.482c-1.656-2.838-2.073-5.256-2.027-7.057c.03-1.154.641-2.016 1.51-2.502m2.738.643c-.827-.21-1.648-.107-2.25.23c-.586.328-.977.881-.998 1.654C3 6.584 3.37 8.818 4.933 11.5c1.558 2.67 3.258 4.238 4.629 5.153c.64.426 1.315.434 1.911.159c.61-.282 1.154-.87 1.444-1.655a.84.84 0 0 0-.054-.7l-.953-1.703a1.5 1.5 0 0 0-1.845-.668l-.666.254c-.58.222-1.324.193-1.846-.319c-.714-.701-1.205-1.632-1.427-2.614c-.163-.725.196-1.398.715-1.79l.602-.452A1.5 1.5 0 0 0 7.84 5.22l-.97-1.695a.93.93 0 0 0-.579-.439m10.857 1.06a.5.5 0 0 1 .707.708l-3 3a.5.5 0 0 1-.707 0l-3-3a.5.5 0 0 1 .707-.707L14.5 6.793z"/></svg> </template>
CSS
.icon-call-chevron-down-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.552%202.443c.854-.478%201.943-.59%202.985-.326a1.93%201.93%200%200%201%201.199.91l.972%201.695a2.5%202.5%200%200%201-.663%203.24l-.601.453c-.283.213-.4.516-.342.771c.183.812.587%201.565%201.152%202.12c.169.166.465.223.787.1l.666-.255a2.5%202.5%200%200%201%203.075%201.113l.954%201.703a1.84%201.84%200%200%201%20.12%201.536c-.371%201.003-1.086%201.811-1.965%202.216c-.893.412-1.939.396-2.885-.235c-1.497-.999-3.302-2.68-4.937-5.482c-1.656-2.838-2.073-5.256-2.027-7.057c.03-1.154.641-2.016%201.51-2.502m2.738.643c-.827-.21-1.648-.107-2.25.23c-.586.328-.977.881-.998%201.654C3%206.584%203.37%208.818%204.933%2011.5c1.558%202.67%203.258%204.238%204.629%205.153c.64.426%201.315.434%201.911.159c.61-.282%201.154-.87%201.444-1.655a.84.84%200%200%200-.054-.7l-.953-1.703a1.5%201.5%200%200%200-1.845-.668l-.666.254c-.58.222-1.324.193-1.846-.319c-.714-.701-1.205-1.632-1.427-2.614c-.163-.725.196-1.398.715-1.79l.602-.452A1.5%201.5%200%200%200%207.84%205.22l-.97-1.695a.93.93%200%200%200-.579-.439m10.857%201.06a.5.5%200%200%201%20.707.708l-3%203a.5.5%200%200%201-.707%200l-3-3a.5.5%200%200%201%20.707-.707L14.5%206.793z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.552%202.443c.854-.478%201.943-.59%202.985-.326a1.93%201.93%200%200%201%201.199.91l.972%201.695a2.5%202.5%200%200%201-.663%203.24l-.601.453c-.283.213-.4.516-.342.771c.183.812.587%201.565%201.152%202.12c.169.166.465.223.787.1l.666-.255a2.5%202.5%200%200%201%203.075%201.113l.954%201.703a1.84%201.84%200%200%201%20.12%201.536c-.371%201.003-1.086%201.811-1.965%202.216c-.893.412-1.939.396-2.885-.235c-1.497-.999-3.302-2.68-4.937-5.482c-1.656-2.838-2.073-5.256-2.027-7.057c.03-1.154.641-2.016%201.51-2.502m2.738.643c-.827-.21-1.648-.107-2.25.23c-.586.328-.977.881-.998%201.654C3%206.584%203.37%208.818%204.933%2011.5c1.558%202.67%203.258%204.238%204.629%205.153c.64.426%201.315.434%201.911.159c.61-.282%201.154-.87%201.444-1.655a.84.84%200%200%200-.054-.7l-.953-1.703a1.5%201.5%200%200%200-1.845-.668l-.666.254c-.58.222-1.324.193-1.846-.319c-.714-.701-1.205-1.632-1.427-2.614c-.163-.725.196-1.398.715-1.79l.602-.452A1.5%201.5%200%200%200%207.84%205.22l-.97-1.695a.93.93%200%200%200-.579-.439m10.857%201.06a.5.5%200%200%201%20.707.708l-3%203a.5.5%200%200%201-.707%200l-3-3a.5.5%200%200%201%20.707-.707L14.5%206.793z%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-20-regular.svg?color=%231a73e8&size=48