phone incoming icon
phone-incoming-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- phone-incoming-fill
- Set
- Mage Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
The same icon in other sets
phone-incomingBoxIcons v2phone-incomingBoxIcons v2 Solidphone-incomingCarbonphone-incomingFeather Iconsphone-incomingHuge Iconsphone-incomingHumbleiconsphone-incomingIconParkphone-incomingIconPark Outlinephone-incomingIconPark Solidphone-incomingIconPark TwoTonephone-incomingMaterial Line Iconsphone-incomingLucidephone-incomingMajesticonsphone-incomingMaterial Design Iconsphone-incoming-fillMingCute Iconphone-incomingPhosphorphone-incomingTabler Icons
Related icons in Mage Icons
Use the phone incoming icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.99 18.89a2.62 2.62 0 0 1-.893 1.478c-.541.55-1.192.98-1.91 1.263a5.6 5.6 0 0 1-1.961.359h-.36a11.3 11.3 0 0 1-4.322-1.027a21 21 0 0 1-.955-.472a19.8 19.8 0 0 1-4.343-3.306a19 19 0 0 1-4.106-5.472a11.8 11.8 0 0 1-1.027-3.614a6.5 6.5 0 0 1 .42-3.82A6.8 6.8 0 0 1 3.716 2.77a2.3 2.3 0 0 1 .718-.544c.288-.131.598-.204.914-.216c.362.026.713.135 1.027.318c.286.162.534.383.729.647c.39.411.821.842 1.252 1.284c.431.441.627.636.935.965c.371.34.605.803.657 1.304v.102a2.05 2.05 0 0 1-.473 1.11a8 8 0 0 1-.585.636l-.277.298a1.2 1.2 0 0 0-.277.41a1 1 0 0 0-.062.4c.16.462.419.883.76 1.233c.534.708 1.027 1.396 1.581 2.053a13.6 13.6 0 0 0 3.44 2.834a.83.83 0 0 0 .43.174a.76.76 0 0 0 .401-.051c.36-.217.68-.495.945-.821c.368-.451.9-.739 1.478-.801a2.05 2.05 0 0 1 1.489.626q.332.294.626.626l.35.36l.318.318c.195.185.37.36.564.565c.195.205.627.605.934.944c.165.2.288.43.36.678c.054.218.068.444.041.667"/><path fill="currentColor" d="m19.434 5.655l-4.426 4.425h1.582a.77.77 0 1 1 0 1.54h-3.47a.7.7 0 0 1-.299-.061a.81.81 0 0 1-.472-.709V7.39a.77.77 0 1 1 1.54 0v1.602l4.425-4.425a.77.77 0 0 1 1.089 0a.77.77 0 0 1 .03 1.088"/></svg>
React
import type { SVGProps } from "react";
export function MagePhoneIncomingFill(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="M21.99 18.89a2.62 2.62 0 0 1-.893 1.478c-.541.55-1.192.98-1.91 1.263a5.6 5.6 0 0 1-1.961.359h-.36a11.3 11.3 0 0 1-4.322-1.027a21 21 0 0 1-.955-.472a19.8 19.8 0 0 1-4.343-3.306a19 19 0 0 1-4.106-5.472a11.8 11.8 0 0 1-1.027-3.614a6.5 6.5 0 0 1 .42-3.82A6.8 6.8 0 0 1 3.716 2.77a2.3 2.3 0 0 1 .718-.544c.288-.131.598-.204.914-.216c.362.026.713.135 1.027.318c.286.162.534.383.729.647c.39.411.821.842 1.252 1.284c.431.441.627.636.935.965c.371.34.605.803.657 1.304v.102a2.05 2.05 0 0 1-.473 1.11a8 8 0 0 1-.585.636l-.277.298a1.2 1.2 0 0 0-.277.41a1 1 0 0 0-.062.4c.16.462.419.883.76 1.233c.534.708 1.027 1.396 1.581 2.053a13.6 13.6 0 0 0 3.44 2.834a.83.83 0 0 0 .43.174a.76.76 0 0 0 .401-.051c.36-.217.68-.495.945-.821c.368-.451.9-.739 1.478-.801a2.05 2.05 0 0 1 1.489.626q.332.294.626.626l.35.36l.318.318c.195.185.37.36.564.565c.195.205.627.605.934.944c.165.2.288.43.36.678c.054.218.068.444.041.667"/><path fill="currentColor" d="m19.434 5.655l-4.426 4.425h1.582a.77.77 0 1 1 0 1.54h-3.47a.7.7 0 0 1-.299-.061a.81.81 0 0 1-.472-.709V7.39a.77.77 0 1 1 1.54 0v1.602l4.425-4.425a.77.77 0 0 1 1.089 0a.77.77 0 0 1 .03 1.088"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.99 18.89a2.62 2.62 0 0 1-.893 1.478c-.541.55-1.192.98-1.91 1.263a5.6 5.6 0 0 1-1.961.359h-.36a11.3 11.3 0 0 1-4.322-1.027a21 21 0 0 1-.955-.472a19.8 19.8 0 0 1-4.343-3.306a19 19 0 0 1-4.106-5.472a11.8 11.8 0 0 1-1.027-3.614a6.5 6.5 0 0 1 .42-3.82A6.8 6.8 0 0 1 3.716 2.77a2.3 2.3 0 0 1 .718-.544c.288-.131.598-.204.914-.216c.362.026.713.135 1.027.318c.286.162.534.383.729.647c.39.411.821.842 1.252 1.284c.431.441.627.636.935.965c.371.34.605.803.657 1.304v.102a2.05 2.05 0 0 1-.473 1.11a8 8 0 0 1-.585.636l-.277.298a1.2 1.2 0 0 0-.277.41a1 1 0 0 0-.062.4c.16.462.419.883.76 1.233c.534.708 1.027 1.396 1.581 2.053a13.6 13.6 0 0 0 3.44 2.834a.83.83 0 0 0 .43.174a.76.76 0 0 0 .401-.051c.36-.217.68-.495.945-.821c.368-.451.9-.739 1.478-.801a2.05 2.05 0 0 1 1.489.626q.332.294.626.626l.35.36l.318.318c.195.185.37.36.564.565c.195.205.627.605.934.944c.165.2.288.43.36.678c.054.218.068.444.041.667"/><path fill="currentColor" d="m19.434 5.655l-4.426 4.425h1.582a.77.77 0 1 1 0 1.54h-3.47a.7.7 0 0 1-.299-.061a.81.81 0 0 1-.472-.709V7.39a.77.77 0 1 1 1.54 0v1.602l4.425-4.425a.77.77 0 0 1 1.089 0a.77.77 0 0 1 .03 1.088"/></svg> </template>
CSS
.icon-phone-incoming-fill {
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%22M21.99%2018.89a2.62%202.62%200%200%201-.893%201.478c-.541.55-1.192.98-1.91%201.263a5.6%205.6%200%200%201-1.961.359h-.36a11.3%2011.3%200%200%201-4.322-1.027a21%2021%200%200%201-.955-.472a19.8%2019.8%200%200%201-4.343-3.306a19%2019%200%200%201-4.106-5.472a11.8%2011.8%200%200%201-1.027-3.614a6.5%206.5%200%200%201%20.42-3.82A6.8%206.8%200%200%201%203.716%202.77a2.3%202.3%200%200%201%20.718-.544c.288-.131.598-.204.914-.216c.362.026.713.135%201.027.318c.286.162.534.383.729.647c.39.411.821.842%201.252%201.284c.431.441.627.636.935.965c.371.34.605.803.657%201.304v.102a2.05%202.05%200%200%201-.473%201.11a8%208%200%200%201-.585.636l-.277.298a1.2%201.2%200%200%200-.277.41a1%201%200%200%200-.062.4c.16.462.419.883.76%201.233c.534.708%201.027%201.396%201.581%202.053a13.6%2013.6%200%200%200%203.44%202.834a.83.83%200%200%200%20.43.174a.76.76%200%200%200%20.401-.051c.36-.217.68-.495.945-.821c.368-.451.9-.739%201.478-.801a2.05%202.05%200%200%201%201.489.626q.332.294.626.626l.35.36l.318.318c.195.185.37.36.564.565c.195.205.627.605.934.944c.165.2.288.43.36.678c.054.218.068.444.041.667%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m19.434%205.655l-4.426%204.425h1.582a.77.77%200%201%201%200%201.54h-3.47a.7.7%200%200%201-.299-.061a.81.81%200%200%201-.472-.709V7.39a.77.77%200%201%201%201.54%200v1.602l4.425-4.425a.77.77%200%200%201%201.089%200a.77.77%200%200%201%20.03%201.088%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%22M21.99%2018.89a2.62%202.62%200%200%201-.893%201.478c-.541.55-1.192.98-1.91%201.263a5.6%205.6%200%200%201-1.961.359h-.36a11.3%2011.3%200%200%201-4.322-1.027a21%2021%200%200%201-.955-.472a19.8%2019.8%200%200%201-4.343-3.306a19%2019%200%200%201-4.106-5.472a11.8%2011.8%200%200%201-1.027-3.614a6.5%206.5%200%200%201%20.42-3.82A6.8%206.8%200%200%201%203.716%202.77a2.3%202.3%200%200%201%20.718-.544c.288-.131.598-.204.914-.216c.362.026.713.135%201.027.318c.286.162.534.383.729.647c.39.411.821.842%201.252%201.284c.431.441.627.636.935.965c.371.34.605.803.657%201.304v.102a2.05%202.05%200%200%201-.473%201.11a8%208%200%200%201-.585.636l-.277.298a1.2%201.2%200%200%200-.277.41a1%201%200%200%200-.062.4c.16.462.419.883.76%201.233c.534.708%201.027%201.396%201.581%202.053a13.6%2013.6%200%200%200%203.44%202.834a.83.83%200%200%200%20.43.174a.76.76%200%200%200%20.401-.051c.36-.217.68-.495.945-.821c.368-.451.9-.739%201.478-.801a2.05%202.05%200%200%201%201.489.626q.332.294.626.626l.35.36l.318.318c.195.185.37.36.564.565c.195.205.627.605.934.944c.165.2.288.43.36.678c.054.218.068.444.041.667%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m19.434%205.655l-4.426%204.425h1.582a.77.77%200%201%201%200%201.54h-3.47a.7.7%200%200%201-.299-.061a.81.81%200%200%201-.472-.709V7.39a.77.77%200%201%201%201.54%200v1.602l4.425-4.425a.77.77%200%200%201%201.089%200a.77.77%200%200%201%20.03%201.088%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/phone-incoming-fill.svg?color=%231a73e8&size=48