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

Name
call-inbound-28-filled
Set
Fluent UI System Icons
Style
28 Filled
Viewbox
28×28
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 28 28"><path fill="currentColor" d="M25.78 3.28a.75.75 0 1 0-1.06-1.06l-8.22 8.22V4.25a.75.75 0 0 0-1.5 0v8c0 .414.336.75.75.75h8a.75.75 0 0 0 0-1.5h-6.19zM4.091 2.883c1.12-.72 2.553-.995 3.968-.802l.246.033a2.75 2.75 0 0 1 2.088 1.495l1.29 2.582a3.25 3.25 0 0 1-1.103 4.157l-1.708 1.139c-.397.264-.508.631-.42.9c.53 1.614 1.94 3.801 3.169 5.055c.231.235.647.305 1.076.069L14 16.794a3.75 3.75 0 0 1 5.099 1.49l1.042 1.911a2.75 2.75 0 0 1 .014 2.609c-1.45 2.725-4.757 4.238-7.563 2.401c-2.394-1.566-5.336-4.161-7.743-8.33c-2.442-4.23-2.931-7.896-2.78-10.55c.087-1.532.886-2.713 2.021-3.442"/></svg>

React

import type { SVGProps } from "react";

export function FluentCallInbound28Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M25.78 3.28a.75.75 0 1 0-1.06-1.06l-8.22 8.22V4.25a.75.75 0 0 0-1.5 0v8c0 .414.336.75.75.75h8a.75.75 0 0 0 0-1.5h-6.19zM4.091 2.883c1.12-.72 2.553-.995 3.968-.802l.246.033a2.75 2.75 0 0 1 2.088 1.495l1.29 2.582a3.25 3.25 0 0 1-1.103 4.157l-1.708 1.139c-.397.264-.508.631-.42.9c.53 1.614 1.94 3.801 3.169 5.055c.231.235.647.305 1.076.069L14 16.794a3.75 3.75 0 0 1 5.099 1.49l1.042 1.911a2.75 2.75 0 0 1 .014 2.609c-1.45 2.725-4.757 4.238-7.563 2.401c-2.394-1.566-5.336-4.161-7.743-8.33c-2.442-4.23-2.931-7.896-2.78-10.55c.087-1.532.886-2.713 2.021-3.442"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M25.78 3.28a.75.75 0 1 0-1.06-1.06l-8.22 8.22V4.25a.75.75 0 0 0-1.5 0v8c0 .414.336.75.75.75h8a.75.75 0 0 0 0-1.5h-6.19zM4.091 2.883c1.12-.72 2.553-.995 3.968-.802l.246.033a2.75 2.75 0 0 1 2.088 1.495l1.29 2.582a3.25 3.25 0 0 1-1.103 4.157l-1.708 1.139c-.397.264-.508.631-.42.9c.53 1.614 1.94 3.801 3.169 5.055c.231.235.647.305 1.076.069L14 16.794a3.75 3.75 0 0 1 5.099 1.49l1.042 1.911a2.75 2.75 0 0 1 .014 2.609c-1.45 2.725-4.757 4.238-7.563 2.401c-2.394-1.566-5.336-4.161-7.743-8.33c-2.442-4.23-2.931-7.896-2.78-10.55c.087-1.532.886-2.713 2.021-3.442"/></svg>
</template>

CSS

.icon-call-inbound-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25.78%203.28a.75.75%200%201%200-1.06-1.06l-8.22%208.22V4.25a.75.75%200%200%200-1.5%200v8c0%20.414.336.75.75.75h8a.75.75%200%200%200%200-1.5h-6.19zM4.091%202.883c1.12-.72%202.553-.995%203.968-.802l.246.033a2.75%202.75%200%200%201%202.088%201.495l1.29%202.582a3.25%203.25%200%200%201-1.103%204.157l-1.708%201.139c-.397.264-.508.631-.42.9c.53%201.614%201.94%203.801%203.169%205.055c.231.235.647.305%201.076.069L14%2016.794a3.75%203.75%200%200%201%205.099%201.49l1.042%201.911a2.75%202.75%200%200%201%20.014%202.609c-1.45%202.725-4.757%204.238-7.563%202.401c-2.394-1.566-5.336-4.161-7.743-8.33c-2.442-4.23-2.931-7.896-2.78-10.55c.087-1.532.886-2.713%202.021-3.442%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M25.78%203.28a.75.75%200%201%200-1.06-1.06l-8.22%208.22V4.25a.75.75%200%200%200-1.5%200v8c0%20.414.336.75.75.75h8a.75.75%200%200%200%200-1.5h-6.19zM4.091%202.883c1.12-.72%202.553-.995%203.968-.802l.246.033a2.75%202.75%200%200%201%202.088%201.495l1.29%202.582a3.25%203.25%200%200%201-1.103%204.157l-1.708%201.139c-.397.264-.508.631-.42.9c.53%201.614%201.94%203.801%203.169%205.055c.231.235.647.305%201.076.069L14%2016.794a3.75%203.75%200%200%201%205.099%201.49l1.042%201.911a2.75%202.75%200%200%201%20.014%202.609c-1.45%202.725-4.757%204.238-7.563%202.401c-2.394-1.566-5.336-4.161-7.743-8.33c-2.442-4.23-2.931-7.896-2.78-10.55c.087-1.532.886-2.713%202.021-3.442%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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