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

Name
call-inbound-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
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 24 24"><path fill="currentColor" d="m9.367 3.313l.86 2.027c.375.884.167 1.923-.514 2.569L7.82 9.707q.175 1.612 1.084 3.177a8.7 8.7 0 0 0 2.271 2.594l2.276-.758c.862-.288 1.801.042 2.33.82l1.233 1.81c.614.904.504 2.15-.26 2.916l-.817.82c-.814.818-1.976 1.114-3.052.779q-3.808-1.188-7.003-7.054q-3.199-5.874-2.258-9.967c.264-1.149 1.082-2.063 2.15-2.404l1.076-.344c1.008-.323 2.086.198 2.518 1.217m5.131 5.126l6.22-6.223a.75.75 0 0 1 1.134.976l-.072.084L15.56 9.5h4.69a.75.75 0 0 1 .744.648l.006.102a.75.75 0 0 1-.648.743L20.25 11h-6.555l-.098-.014l-.095-.026l-.068-.029a.7.7 0 0 1-.215-.15l-.041-.043l-.025-.032l-.048-.069l-.046-.091l-.032-.092l-.016-.07l-.01-.081l-.002-.053V3.745a.75.75 0 0 1 1.493-.102l.007.102zl6.22-6.223z"/></svg>

React

import type { SVGProps } from "react";

export function FluentCallInbound24Filled(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="m9.367 3.313l.86 2.027c.375.884.167 1.923-.514 2.569L7.82 9.707q.175 1.612 1.084 3.177a8.7 8.7 0 0 0 2.271 2.594l2.276-.758c.862-.288 1.801.042 2.33.82l1.233 1.81c.614.904.504 2.15-.26 2.916l-.817.82c-.814.818-1.976 1.114-3.052.779q-3.808-1.188-7.003-7.054q-3.199-5.874-2.258-9.967c.264-1.149 1.082-2.063 2.15-2.404l1.076-.344c1.008-.323 2.086.198 2.518 1.217m5.131 5.126l6.22-6.223a.75.75 0 0 1 1.134.976l-.072.084L15.56 9.5h4.69a.75.75 0 0 1 .744.648l.006.102a.75.75 0 0 1-.648.743L20.25 11h-6.555l-.098-.014l-.095-.026l-.068-.029a.7.7 0 0 1-.215-.15l-.041-.043l-.025-.032l-.048-.069l-.046-.091l-.032-.092l-.016-.07l-.01-.081l-.002-.053V3.745a.75.75 0 0 1 1.493-.102l.007.102zl6.22-6.223z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m9.367 3.313l.86 2.027c.375.884.167 1.923-.514 2.569L7.82 9.707q.175 1.612 1.084 3.177a8.7 8.7 0 0 0 2.271 2.594l2.276-.758c.862-.288 1.801.042 2.33.82l1.233 1.81c.614.904.504 2.15-.26 2.916l-.817.82c-.814.818-1.976 1.114-3.052.779q-3.808-1.188-7.003-7.054q-3.199-5.874-2.258-9.967c.264-1.149 1.082-2.063 2.15-2.404l1.076-.344c1.008-.323 2.086.198 2.518 1.217m5.131 5.126l6.22-6.223a.75.75 0 0 1 1.134.976l-.072.084L15.56 9.5h4.69a.75.75 0 0 1 .744.648l.006.102a.75.75 0 0 1-.648.743L20.25 11h-6.555l-.098-.014l-.095-.026l-.068-.029a.7.7 0 0 1-.215-.15l-.041-.043l-.025-.032l-.048-.069l-.046-.091l-.032-.092l-.016-.07l-.01-.081l-.002-.053V3.745a.75.75 0 0 1 1.493-.102l.007.102zl6.22-6.223z"/></svg>
</template>

CSS

.icon-call-inbound-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m9.367%203.313l.86%202.027c.375.884.167%201.923-.514%202.569L7.82%209.707q.175%201.612%201.084%203.177a8.7%208.7%200%200%200%202.271%202.594l2.276-.758c.862-.288%201.801.042%202.33.82l1.233%201.81c.614.904.504%202.15-.26%202.916l-.817.82c-.814.818-1.976%201.114-3.052.779q-3.808-1.188-7.003-7.054q-3.199-5.874-2.258-9.967c.264-1.149%201.082-2.063%202.15-2.404l1.076-.344c1.008-.323%202.086.198%202.518%201.217m5.131%205.126l6.22-6.223a.75.75%200%200%201%201.134.976l-.072.084L15.56%209.5h4.69a.75.75%200%200%201%20.744.648l.006.102a.75.75%200%200%201-.648.743L20.25%2011h-6.555l-.098-.014l-.095-.026l-.068-.029a.7.7%200%200%201-.215-.15l-.041-.043l-.025-.032l-.048-.069l-.046-.091l-.032-.092l-.016-.07l-.01-.081l-.002-.053V3.745a.75.75%200%200%201%201.493-.102l.007.102zl6.22-6.223z%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%22m9.367%203.313l.86%202.027c.375.884.167%201.923-.514%202.569L7.82%209.707q.175%201.612%201.084%203.177a8.7%208.7%200%200%200%202.271%202.594l2.276-.758c.862-.288%201.801.042%202.33.82l1.233%201.81c.614.904.504%202.15-.26%202.916l-.817.82c-.814.818-1.976%201.114-3.052.779q-3.808-1.188-7.003-7.054q-3.199-5.874-2.258-9.967c.264-1.149%201.082-2.063%202.15-2.404l1.076-.344c1.008-.323%202.086.198%202.518%201.217m5.131%205.126l6.22-6.223a.75.75%200%200%201%201.134.976l-.072.084L15.56%209.5h4.69a.75.75%200%200%201%20.744.648l.006.102a.75.75%200%200%201-.648.743L20.25%2011h-6.555l-.098-.014l-.095-.026l-.068-.029a.7.7%200%200%201-.215-.15l-.041-.043l-.025-.032l-.048-.069l-.046-.091l-.032-.092l-.016-.07l-.01-.081l-.002-.053V3.745a.75.75%200%200%201%201.493-.102l.007.102zl6.22-6.223z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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