call chevron down icon
call-chevron-down-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- call-chevron-down-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- 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-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 24 24"><path fill="currentColor" d="M6.224 2.067a2.75 2.75 0 0 1 3.302 1.505l.901 2.006a2.75 2.75 0 0 1-.632 3.139L8.3 10.11a.25.25 0 0 0-.077.155c-.044.398.225 1.17.845 2.244c.45.782.86 1.33 1.207 1.638c.241.215.374.261.431.244l2.011-.614a2.75 2.75 0 0 1 3.034 1.02l1.28 1.776a2.75 2.75 0 0 1-.338 3.605l-.887.84a3.75 3.75 0 0 1-3.586.889c-2.754-.769-5.224-3.093-7.436-6.924C2.57 11.147 1.792 7.842 2.508 5.07a3.75 3.75 0 0 1 2.549-2.65zm1.933 2.12a1.25 1.25 0 0 0-1.5-.684l-1.168.351a2.25 2.25 0 0 0-1.528 1.592c-.602 2.332.086 5.26 2.122 8.787c2.034 3.522 4.222 5.583 6.54 6.23c.76.212 1.578.009 2.152-.535l.886-.838a1.25 1.25 0 0 0 .155-1.64l-1.282-1.774a1.25 1.25 0 0 0-1.379-.464l-2.015.616c-1.17.348-2.231-.594-3.371-2.568C7 11.929 6.642 10.9 6.732 10.098c.046-.415.24-.8.546-1.085L8.772 7.62a1.25 1.25 0 0 0 .288-1.427zm12.563.532a.75.75 0 0 1 1.06 1.061l-4 4a.75.75 0 0 1-1.06 0l-4-4a.75.75 0 1 1 1.06-1.06l3.47 3.47z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCallChevronDown24Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.224 2.067a2.75 2.75 0 0 1 3.302 1.505l.901 2.006a2.75 2.75 0 0 1-.632 3.139L8.3 10.11a.25.25 0 0 0-.077.155c-.044.398.225 1.17.845 2.244c.45.782.86 1.33 1.207 1.638c.241.215.374.261.431.244l2.011-.614a2.75 2.75 0 0 1 3.034 1.02l1.28 1.776a2.75 2.75 0 0 1-.338 3.605l-.887.84a3.75 3.75 0 0 1-3.586.889c-2.754-.769-5.224-3.093-7.436-6.924C2.57 11.147 1.792 7.842 2.508 5.07a3.75 3.75 0 0 1 2.549-2.65zm1.933 2.12a1.25 1.25 0 0 0-1.5-.684l-1.168.351a2.25 2.25 0 0 0-1.528 1.592c-.602 2.332.086 5.26 2.122 8.787c2.034 3.522 4.222 5.583 6.54 6.23c.76.212 1.578.009 2.152-.535l.886-.838a1.25 1.25 0 0 0 .155-1.64l-1.282-1.774a1.25 1.25 0 0 0-1.379-.464l-2.015.616c-1.17.348-2.231-.594-3.371-2.568C7 11.929 6.642 10.9 6.732 10.098c.046-.415.24-.8.546-1.085L8.772 7.62a1.25 1.25 0 0 0 .288-1.427zm12.563.532a.75.75 0 0 1 1.06 1.061l-4 4a.75.75 0 0 1-1.06 0l-4-4a.75.75 0 1 1 1.06-1.06l3.47 3.47z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.224 2.067a2.75 2.75 0 0 1 3.302 1.505l.901 2.006a2.75 2.75 0 0 1-.632 3.139L8.3 10.11a.25.25 0 0 0-.077.155c-.044.398.225 1.17.845 2.244c.45.782.86 1.33 1.207 1.638c.241.215.374.261.431.244l2.011-.614a2.75 2.75 0 0 1 3.034 1.02l1.28 1.776a2.75 2.75 0 0 1-.338 3.605l-.887.84a3.75 3.75 0 0 1-3.586.889c-2.754-.769-5.224-3.093-7.436-6.924C2.57 11.147 1.792 7.842 2.508 5.07a3.75 3.75 0 0 1 2.549-2.65zm1.933 2.12a1.25 1.25 0 0 0-1.5-.684l-1.168.351a2.25 2.25 0 0 0-1.528 1.592c-.602 2.332.086 5.26 2.122 8.787c2.034 3.522 4.222 5.583 6.54 6.23c.76.212 1.578.009 2.152-.535l.886-.838a1.25 1.25 0 0 0 .155-1.64l-1.282-1.774a1.25 1.25 0 0 0-1.379-.464l-2.015.616c-1.17.348-2.231-.594-3.371-2.568C7 11.929 6.642 10.9 6.732 10.098c.046-.415.24-.8.546-1.085L8.772 7.62a1.25 1.25 0 0 0 .288-1.427zm12.563.532a.75.75 0 0 1 1.06 1.061l-4 4a.75.75 0 0 1-1.06 0l-4-4a.75.75 0 1 1 1.06-1.06l3.47 3.47z"/></svg> </template>
CSS
.icon-call-chevron-down-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.224%202.067a2.75%202.75%200%200%201%203.302%201.505l.901%202.006a2.75%202.75%200%200%201-.632%203.139L8.3%2010.11a.25.25%200%200%200-.077.155c-.044.398.225%201.17.845%202.244c.45.782.86%201.33%201.207%201.638c.241.215.374.261.431.244l2.011-.614a2.75%202.75%200%200%201%203.034%201.02l1.28%201.776a2.75%202.75%200%200%201-.338%203.605l-.887.84a3.75%203.75%200%200%201-3.586.889c-2.754-.769-5.224-3.093-7.436-6.924C2.57%2011.147%201.792%207.842%202.508%205.07a3.75%203.75%200%200%201%202.549-2.65zm1.933%202.12a1.25%201.25%200%200%200-1.5-.684l-1.168.351a2.25%202.25%200%200%200-1.528%201.592c-.602%202.332.086%205.26%202.122%208.787c2.034%203.522%204.222%205.583%206.54%206.23c.76.212%201.578.009%202.152-.535l.886-.838a1.25%201.25%200%200%200%20.155-1.64l-1.282-1.774a1.25%201.25%200%200%200-1.379-.464l-2.015.616c-1.17.348-2.231-.594-3.371-2.568C7%2011.929%206.642%2010.9%206.732%2010.098c.046-.415.24-.8.546-1.085L8.772%207.62a1.25%201.25%200%200%200%20.288-1.427zm12.563.532a.75.75%200%200%201%201.06%201.061l-4%204a.75.75%200%200%201-1.06%200l-4-4a.75.75%200%201%201%201.06-1.06l3.47%203.47z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.224%202.067a2.75%202.75%200%200%201%203.302%201.505l.901%202.006a2.75%202.75%200%200%201-.632%203.139L8.3%2010.11a.25.25%200%200%200-.077.155c-.044.398.225%201.17.845%202.244c.45.782.86%201.33%201.207%201.638c.241.215.374.261.431.244l2.011-.614a2.75%202.75%200%200%201%203.034%201.02l1.28%201.776a2.75%202.75%200%200%201-.338%203.605l-.887.84a3.75%203.75%200%200%201-3.586.889c-2.754-.769-5.224-3.093-7.436-6.924C2.57%2011.147%201.792%207.842%202.508%205.07a3.75%203.75%200%200%201%202.549-2.65zm1.933%202.12a1.25%201.25%200%200%200-1.5-.684l-1.168.351a2.25%202.25%200%200%200-1.528%201.592c-.602%202.332.086%205.26%202.122%208.787c2.034%203.522%204.222%205.583%206.54%206.23c.76.212%201.578.009%202.152-.535l.886-.838a1.25%201.25%200%200%200%20.155-1.64l-1.282-1.774a1.25%201.25%200%200%200-1.379-.464l-2.015.616c-1.17.348-2.231-.594-3.371-2.568C7%2011.929%206.642%2010.9%206.732%2010.098c.046-.415.24-.8.546-1.085L8.772%207.62a1.25%201.25%200%200%200%20.288-1.427zm12.563.532a.75.75%200%200%201%201.06%201.061l-4%204a.75.75%200%200%201-1.06%200l-4-4a.75.75%200%201%201%201.06-1.06l3.47%203.47z%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-24-regular.svg?color=%231a73e8&size=48