call-inbound-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.

Name
call-inbound-48-filled
Set
Fluent UI System Icons
Style
48 Filled
Viewbox
48×48
License
MIT

9 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the call inbound icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M14.01 3.75c-4.932 0-9.632 3.38-9.47 8.736c.135 4.505 1.208 10.533 4.878 16.889a40 40 0 0 0 12.047 13.04c4.494 3.074 10.007.937 12.644-3.378a5.17 5.17 0 0 0-.428-5.988l-2.415-2.917a5.25 5.25 0 0 0-5.852-1.582l-2.958 1.085c-.846.31-1.617.149-2.07-.32c-1.86-1.916-4.153-5.224-5.16-7.674c-.23-.56-.02-1.323.792-1.903l2.767-1.977a5.25 5.25 0 0 0 1.904-6.006l-1.572-4.49a5.25 5.25 0 0 0-4.955-3.515zm29.624.616a1.25 1.25 0 0 1 0 1.768L30.268 19.5H40.75a1.25 1.25 0 0 1 0 2.5h-13.5c-.69 0-1.25-.56-1.25-1.25V7.25a1.25 1.25 0 1 1 2.5 0v10.482L41.866 4.366a1.25 1.25 0 0 1 1.768 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentCallInbound48Filled(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.01 3.75c-4.932 0-9.632 3.38-9.47 8.736c.135 4.505 1.208 10.533 4.878 16.889a40 40 0 0 0 12.047 13.04c4.494 3.074 10.007.937 12.644-3.378a5.17 5.17 0 0 0-.428-5.988l-2.415-2.917a5.25 5.25 0 0 0-5.852-1.582l-2.958 1.085c-.846.31-1.617.149-2.07-.32c-1.86-1.916-4.153-5.224-5.16-7.674c-.23-.56-.02-1.323.792-1.903l2.767-1.977a5.25 5.25 0 0 0 1.904-6.006l-1.572-4.49a5.25 5.25 0 0 0-4.955-3.515zm29.624.616a1.25 1.25 0 0 1 0 1.768L30.268 19.5H40.75a1.25 1.25 0 0 1 0 2.5h-13.5c-.69 0-1.25-.56-1.25-1.25V7.25a1.25 1.25 0 1 1 2.5 0v10.482L41.866 4.366a1.25 1.25 0 0 1 1.768 0"/></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.01 3.75c-4.932 0-9.632 3.38-9.47 8.736c.135 4.505 1.208 10.533 4.878 16.889a40 40 0 0 0 12.047 13.04c4.494 3.074 10.007.937 12.644-3.378a5.17 5.17 0 0 0-.428-5.988l-2.415-2.917a5.25 5.25 0 0 0-5.852-1.582l-2.958 1.085c-.846.31-1.617.149-2.07-.32c-1.86-1.916-4.153-5.224-5.16-7.674c-.23-.56-.02-1.323.792-1.903l2.767-1.977a5.25 5.25 0 0 0 1.904-6.006l-1.572-4.49a5.25 5.25 0 0 0-4.955-3.515zm29.624.616a1.25 1.25 0 0 1 0 1.768L30.268 19.5H40.75a1.25 1.25 0 0 1 0 2.5h-13.5c-.69 0-1.25-.56-1.25-1.25V7.25a1.25 1.25 0 1 1 2.5 0v10.482L41.866 4.366a1.25 1.25 0 0 1 1.768 0"/></svg>
</template>

CSS

.icon-call-inbound-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.01%203.75c-4.932%200-9.632%203.38-9.47%208.736c.135%204.505%201.208%2010.533%204.878%2016.889a40%2040%200%200%200%2012.047%2013.04c4.494%203.074%2010.007.937%2012.644-3.378a5.17%205.17%200%200%200-.428-5.988l-2.415-2.917a5.25%205.25%200%200%200-5.852-1.582l-2.958%201.085c-.846.31-1.617.149-2.07-.32c-1.86-1.916-4.153-5.224-5.16-7.674c-.23-.56-.02-1.323.792-1.903l2.767-1.977a5.25%205.25%200%200%200%201.904-6.006l-1.572-4.49a5.25%205.25%200%200%200-4.955-3.515zm29.624.616a1.25%201.25%200%200%201%200%201.768L30.268%2019.5H40.75a1.25%201.25%200%200%201%200%202.5h-13.5c-.69%200-1.25-.56-1.25-1.25V7.25a1.25%201.25%200%201%201%202.5%200v10.482L41.866%204.366a1.25%201.25%200%200%201%201.768%200%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.01%203.75c-4.932%200-9.632%203.38-9.47%208.736c.135%204.505%201.208%2010.533%204.878%2016.889a40%2040%200%200%200%2012.047%2013.04c4.494%203.074%2010.007.937%2012.644-3.378a5.17%205.17%200%200%200-.428-5.988l-2.415-2.917a5.25%205.25%200%200%200-5.852-1.582l-2.958%201.085c-.846.31-1.617.149-2.07-.32c-1.86-1.916-4.153-5.224-5.16-7.674c-.23-.56-.02-1.323.792-1.903l2.767-1.977a5.25%205.25%200%200%200%201.904-6.006l-1.572-4.49a5.25%205.25%200%200%200-4.955-3.515zm29.624.616a1.25%201.25%200%200%201%200%201.768L30.268%2019.5H40.75a1.25%201.25%200%200%201%200%202.5h-13.5c-.69%200-1.25-.56-1.25-1.25V7.25a1.25%201.25%200%201%201%202.5%200v10.482L41.866%204.366a1.25%201.25%200%200%201%201.768%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/call-inbound-48-filled.svg?color=%231a73e8&size=48