call chevron down icon

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

Name
call-chevron-down-16-regular
Set
Fluent UI System Icons
Style
16 Regular
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.473 1.5a1.99 1.99 0 0 1 2.444 1.203l.434 1.16a2 2 0 0 1-.521 2.176l-1.072.983q.03.111.078.257c.106.325.273.75.512 1.165a6.3 6.3 0 0 0 .936 1.223l1.389-.437a2 2 0 0 1 2.144.636l.791.962a1.98 1.98 0 0 1-.178 2.708c-1.29 1.202-3.277 1.61-4.764.415a13.7 13.7 0 0 1-3.262-3.805a13.4 13.4 0 0 1-1.679-4.738C1.44 3.523 2.791 2.014 4.473 1.5M5.98 3.054a.99.99 0 0 0-1.214-.598C3.411 2.87 2.524 4 2.715 5.257c.184 1.215.61 2.765 1.553 4.386a12.7 12.7 0 0 0 3.025 3.528c.992.798 2.418.6 3.455-.367a.98.98 0 0 0 .089-1.34l-.792-.962a1 1 0 0 0-1.073-.319L7.3 10.71a.5.5 0 0 1-.482-.103l-.04-.036l-.098-.093a8 8 0 0 1-.323-.34c-.258-.287-.59-.7-.875-1.194a7.3 7.3 0 0 1-.728-1.805l-.033-.13l-.011-.052a.5.5 0 0 1 .152-.47l1.292-1.186a1 1 0 0 0 .26-1.087zm8.166.092a.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 0 1 .707-.707L12 5.293z"/></svg>

React

import type { SVGProps } from "react";

export function FluentCallChevronDown16Regular(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.473 1.5a1.99 1.99 0 0 1 2.444 1.203l.434 1.16a2 2 0 0 1-.521 2.176l-1.072.983q.03.111.078.257c.106.325.273.75.512 1.165a6.3 6.3 0 0 0 .936 1.223l1.389-.437a2 2 0 0 1 2.144.636l.791.962a1.98 1.98 0 0 1-.178 2.708c-1.29 1.202-3.277 1.61-4.764.415a13.7 13.7 0 0 1-3.262-3.805a13.4 13.4 0 0 1-1.679-4.738C1.44 3.523 2.791 2.014 4.473 1.5M5.98 3.054a.99.99 0 0 0-1.214-.598C3.411 2.87 2.524 4 2.715 5.257c.184 1.215.61 2.765 1.553 4.386a12.7 12.7 0 0 0 3.025 3.528c.992.798 2.418.6 3.455-.367a.98.98 0 0 0 .089-1.34l-.792-.962a1 1 0 0 0-1.073-.319L7.3 10.71a.5.5 0 0 1-.482-.103l-.04-.036l-.098-.093a8 8 0 0 1-.323-.34c-.258-.287-.59-.7-.875-1.194a7.3 7.3 0 0 1-.728-1.805l-.033-.13l-.011-.052a.5.5 0 0 1 .152-.47l1.292-1.186a1 1 0 0 0 .26-1.087zm8.166.092a.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 0 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.473 1.5a1.99 1.99 0 0 1 2.444 1.203l.434 1.16a2 2 0 0 1-.521 2.176l-1.072.983q.03.111.078.257c.106.325.273.75.512 1.165a6.3 6.3 0 0 0 .936 1.223l1.389-.437a2 2 0 0 1 2.144.636l.791.962a1.98 1.98 0 0 1-.178 2.708c-1.29 1.202-3.277 1.61-4.764.415a13.7 13.7 0 0 1-3.262-3.805a13.4 13.4 0 0 1-1.679-4.738C1.44 3.523 2.791 2.014 4.473 1.5M5.98 3.054a.99.99 0 0 0-1.214-.598C3.411 2.87 2.524 4 2.715 5.257c.184 1.215.61 2.765 1.553 4.386a12.7 12.7 0 0 0 3.025 3.528c.992.798 2.418.6 3.455-.367a.98.98 0 0 0 .089-1.34l-.792-.962a1 1 0 0 0-1.073-.319L7.3 10.71a.5.5 0 0 1-.482-.103l-.04-.036l-.098-.093a8 8 0 0 1-.323-.34c-.258-.287-.59-.7-.875-1.194a7.3 7.3 0 0 1-.728-1.805l-.033-.13l-.011-.052a.5.5 0 0 1 .152-.47l1.292-1.186a1 1 0 0 0 .26-1.087zm8.166.092a.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 0 1 .707-.707L12 5.293z"/></svg>
</template>

CSS

.icon-call-chevron-down-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.473%201.5a1.99%201.99%200%200%201%202.444%201.203l.434%201.16a2%202%200%200%201-.521%202.176l-1.072.983q.03.111.078.257c.106.325.273.75.512%201.165a6.3%206.3%200%200%200%20.936%201.223l1.389-.437a2%202%200%200%201%202.144.636l.791.962a1.98%201.98%200%200%201-.178%202.708c-1.29%201.202-3.277%201.61-4.764.415a13.7%2013.7%200%200%201-3.262-3.805a13.4%2013.4%200%200%201-1.679-4.738C1.44%203.523%202.791%202.014%204.473%201.5M5.98%203.054a.99.99%200%200%200-1.214-.598C3.411%202.87%202.524%204%202.715%205.257c.184%201.215.61%202.765%201.553%204.386a12.7%2012.7%200%200%200%203.025%203.528c.992.798%202.418.6%203.455-.367a.98.98%200%200%200%20.089-1.34l-.792-.962a1%201%200%200%200-1.073-.319L7.3%2010.71a.5.5%200%200%201-.482-.103l-.04-.036l-.098-.093a8%208%200%200%201-.323-.34c-.258-.287-.59-.7-.875-1.194a7.3%207.3%200%200%201-.728-1.805l-.033-.13l-.011-.052a.5.5%200%200%201%20.152-.47l1.292-1.186a1%201%200%200%200%20.26-1.087zm8.166.092a.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%200%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.473%201.5a1.99%201.99%200%200%201%202.444%201.203l.434%201.16a2%202%200%200%201-.521%202.176l-1.072.983q.03.111.078.257c.106.325.273.75.512%201.165a6.3%206.3%200%200%200%20.936%201.223l1.389-.437a2%202%200%200%201%202.144.636l.791.962a1.98%201.98%200%200%201-.178%202.708c-1.29%201.202-3.277%201.61-4.764.415a13.7%2013.7%200%200%201-3.262-3.805a13.4%2013.4%200%200%201-1.679-4.738C1.44%203.523%202.791%202.014%204.473%201.5M5.98%203.054a.99.99%200%200%200-1.214-.598C3.411%202.87%202.524%204%202.715%205.257c.184%201.215.61%202.765%201.553%204.386a12.7%2012.7%200%200%200%203.025%203.528c.992.798%202.418.6%203.455-.367a.98.98%200%200%200%20.089-1.34l-.792-.962a1%201%200%200%200-1.073-.319L7.3%2010.71a.5.5%200%200%201-.482-.103l-.04-.036l-.098-.093a8%208%200%200%201-.323-.34c-.258-.287-.59-.7-.875-1.194a7.3%207.3%200%200%201-.728-1.805l-.033-.13l-.011-.052a.5.5%200%200%201%20.152-.47l1.292-1.186a1%201%200%200%200%20.26-1.087zm8.166.092a.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%200%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-regular.svg?color=%231a73e8&size=48