call inbound icon
call-inbound-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- call-inbound-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
9 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
call-add-16-filledcall-blocked-24-filledcall-checkmark-20-filledcall-chevron-down-16-filledcall-connecting-20-filledcall-dismiss-16-filledcall-end-12-filledcall-exclamation-20-filledcall-forward-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 inbound icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13.854 2.146a.5.5 0 0 1 0 .708L10.707 6h1.796a.5.5 0 1 1 0 1H9.5a.5.5 0 0 1-.5-.5v-3a.5.5 0 1 1 1 0v1.793l3.147-3.147a.5.5 0 0 1 .707 0m-9.48-.026a1.75 1.75 0 0 1 2.196.886l.585 1.228a1.5 1.5 0 0 1-.192 1.592l-.945 1.16q.02.106.059.256c.075.284.203.657.417 1.023a4.1 4.1 0 0 0 .876 1.04l1.506-.277a1.5 1.5 0 0 1 1.354.437l.809.844a1.75 1.75 0 0 1-.062 2.483l-.296.28c-1.126 1.063-2.88 1.29-4.135.247c-.94-.782-2.068-1.88-2.918-3.213c-.94-1.477-1.38-3.23-1.588-4.55c-.237-1.506.72-2.83 2.071-3.337zm2.862 7.717l-.289.408l-.001-.001l-.003-.002l-.01-.007a2 2 0 0 1-.127-.1A5.1 5.1 0 0 1 5.63 8.77a5.1 5.1 0 0 1-.636-1.857L4.993 6.9v-.005l.496-.052l-.497.05a.5.5 0 0 1 .11-.366l1.086-1.334a.5.5 0 0 0 .064-.53l-.585-1.229a.75.75 0 0 0-.94-.38l-.264.1c-.985.37-1.586 1.286-1.435 2.244c.199 1.261.61 2.86 1.444 4.17c.773 1.213 1.817 2.236 2.713 2.98c.804.668 1.989.57 2.81-.204l.295-.28A.75.75 0 0 0 10.317 11l-.809-.844a.5.5 0 0 0-.451-.146l-1.73.318a.5.5 0 0 1-.38-.084z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCallInbound16Regular(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="M13.854 2.146a.5.5 0 0 1 0 .708L10.707 6h1.796a.5.5 0 1 1 0 1H9.5a.5.5 0 0 1-.5-.5v-3a.5.5 0 1 1 1 0v1.793l3.147-3.147a.5.5 0 0 1 .707 0m-9.48-.026a1.75 1.75 0 0 1 2.196.886l.585 1.228a1.5 1.5 0 0 1-.192 1.592l-.945 1.16q.02.106.059.256c.075.284.203.657.417 1.023a4.1 4.1 0 0 0 .876 1.04l1.506-.277a1.5 1.5 0 0 1 1.354.437l.809.844a1.75 1.75 0 0 1-.062 2.483l-.296.28c-1.126 1.063-2.88 1.29-4.135.247c-.94-.782-2.068-1.88-2.918-3.213c-.94-1.477-1.38-3.23-1.588-4.55c-.237-1.506.72-2.83 2.071-3.337zm2.862 7.717l-.289.408l-.001-.001l-.003-.002l-.01-.007a2 2 0 0 1-.127-.1A5.1 5.1 0 0 1 5.63 8.77a5.1 5.1 0 0 1-.636-1.857L4.993 6.9v-.005l.496-.052l-.497.05a.5.5 0 0 1 .11-.366l1.086-1.334a.5.5 0 0 0 .064-.53l-.585-1.229a.75.75 0 0 0-.94-.38l-.264.1c-.985.37-1.586 1.286-1.435 2.244c.199 1.261.61 2.86 1.444 4.17c.773 1.213 1.817 2.236 2.713 2.98c.804.668 1.989.57 2.81-.204l.295-.28A.75.75 0 0 0 10.317 11l-.809-.844a.5.5 0 0 0-.451-.146l-1.73.318a.5.5 0 0 1-.38-.084z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M13.854 2.146a.5.5 0 0 1 0 .708L10.707 6h1.796a.5.5 0 1 1 0 1H9.5a.5.5 0 0 1-.5-.5v-3a.5.5 0 1 1 1 0v1.793l3.147-3.147a.5.5 0 0 1 .707 0m-9.48-.026a1.75 1.75 0 0 1 2.196.886l.585 1.228a1.5 1.5 0 0 1-.192 1.592l-.945 1.16q.02.106.059.256c.075.284.203.657.417 1.023a4.1 4.1 0 0 0 .876 1.04l1.506-.277a1.5 1.5 0 0 1 1.354.437l.809.844a1.75 1.75 0 0 1-.062 2.483l-.296.28c-1.126 1.063-2.88 1.29-4.135.247c-.94-.782-2.068-1.88-2.918-3.213c-.94-1.477-1.38-3.23-1.588-4.55c-.237-1.506.72-2.83 2.071-3.337zm2.862 7.717l-.289.408l-.001-.001l-.003-.002l-.01-.007a2 2 0 0 1-.127-.1A5.1 5.1 0 0 1 5.63 8.77a5.1 5.1 0 0 1-.636-1.857L4.993 6.9v-.005l.496-.052l-.497.05a.5.5 0 0 1 .11-.366l1.086-1.334a.5.5 0 0 0 .064-.53l-.585-1.229a.75.75 0 0 0-.94-.38l-.264.1c-.985.37-1.586 1.286-1.435 2.244c.199 1.261.61 2.86 1.444 4.17c.773 1.213 1.817 2.236 2.713 2.98c.804.668 1.989.57 2.81-.204l.295-.28A.75.75 0 0 0 10.317 11l-.809-.844a.5.5 0 0 0-.451-.146l-1.73.318a.5.5 0 0 1-.38-.084z"/></svg> </template>
CSS
.icon-call-inbound-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%22M13.854%202.146a.5.5%200%200%201%200%20.708L10.707%206h1.796a.5.5%200%201%201%200%201H9.5a.5.5%200%200%201-.5-.5v-3a.5.5%200%201%201%201%200v1.793l3.147-3.147a.5.5%200%200%201%20.707%200m-9.48-.026a1.75%201.75%200%200%201%202.196.886l.585%201.228a1.5%201.5%200%200%201-.192%201.592l-.945%201.16q.02.106.059.256c.075.284.203.657.417%201.023a4.1%204.1%200%200%200%20.876%201.04l1.506-.277a1.5%201.5%200%200%201%201.354.437l.809.844a1.75%201.75%200%200%201-.062%202.483l-.296.28c-1.126%201.063-2.88%201.29-4.135.247c-.94-.782-2.068-1.88-2.918-3.213c-.94-1.477-1.38-3.23-1.588-4.55c-.237-1.506.72-2.83%202.071-3.337zm2.862%207.717l-.289.408l-.001-.001l-.003-.002l-.01-.007a2%202%200%200%201-.127-.1A5.1%205.1%200%200%201%205.63%208.77a5.1%205.1%200%200%201-.636-1.857L4.993%206.9v-.005l.496-.052l-.497.05a.5.5%200%200%201%20.11-.366l1.086-1.334a.5.5%200%200%200%20.064-.53l-.585-1.229a.75.75%200%200%200-.94-.38l-.264.1c-.985.37-1.586%201.286-1.435%202.244c.199%201.261.61%202.86%201.444%204.17c.773%201.213%201.817%202.236%202.713%202.98c.804.668%201.989.57%202.81-.204l.295-.28A.75.75%200%200%200%2010.317%2011l-.809-.844a.5.5%200%200%200-.451-.146l-1.73.318a.5.5%200%200%201-.38-.084z%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%22M13.854%202.146a.5.5%200%200%201%200%20.708L10.707%206h1.796a.5.5%200%201%201%200%201H9.5a.5.5%200%200%201-.5-.5v-3a.5.5%200%201%201%201%200v1.793l3.147-3.147a.5.5%200%200%201%20.707%200m-9.48-.026a1.75%201.75%200%200%201%202.196.886l.585%201.228a1.5%201.5%200%200%201-.192%201.592l-.945%201.16q.02.106.059.256c.075.284.203.657.417%201.023a4.1%204.1%200%200%200%20.876%201.04l1.506-.277a1.5%201.5%200%200%201%201.354.437l.809.844a1.75%201.75%200%200%201-.062%202.483l-.296.28c-1.126%201.063-2.88%201.29-4.135.247c-.94-.782-2.068-1.88-2.918-3.213c-.94-1.477-1.38-3.23-1.588-4.55c-.237-1.506.72-2.83%202.071-3.337zm2.862%207.717l-.289.408l-.001-.001l-.003-.002l-.01-.007a2%202%200%200%201-.127-.1A5.1%205.1%200%200%201%205.63%208.77a5.1%205.1%200%200%201-.636-1.857L4.993%206.9v-.005l.496-.052l-.497.05a.5.5%200%200%201%20.11-.366l1.086-1.334a.5.5%200%200%200%20.064-.53l-.585-1.229a.75.75%200%200%200-.94-.38l-.264.1c-.985.37-1.586%201.286-1.435%202.244c.199%201.261.61%202.86%201.444%204.17c.773%201.213%201.817%202.236%202.713%202.98c.804.668%201.989.57%202.81-.204l.295-.28A.75.75%200%200%200%2010.317%2011l-.809-.844a.5.5%200%200%200-.451-.146l-1.73.318a.5.5%200%200%201-.38-.084z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/call-inbound-16-regular.svg?color=%231a73e8&size=48