phone call icon
phone-call-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- phone-call-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
The same icon in other sets
phone-callBoxIcons v2phone-callBoxIcons v2 Solidphone-call-fillEva Iconsphone-callFeather Iconsphone-callHuge Iconsphone-callHumbleiconsphone-callIconParkphone-callIconPark Outlinephone-callIconPark Solidphone-callIconPark TwoTonephone-callMaterial Line Iconsphone-callLucidephone-callMage Iconsphone-callPhosphorphone-callPixelarticonsphone-callTabler Icons
Related icons in MingCute Icon
Use the phone call icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.412 2.286a1.47 1.47 0 0 1 1.446.16c1.441 1.05 2.48 2.588 3.366 3.897l.285.419a1.505 1.505 0 0 1-.256 1.986l-1.951 1.45a.48.48 0 0 0-.142.614c.442.804 1.228 2 2.128 2.9s2.153 1.738 3.012 2.23a.483.483 0 0 0 .644-.162l1.27-1.933a1.503 1.503 0 0 1 2.056-.332l.268.186c1.344.927 2.857 1.97 3.983 3.412c.341.438.392 1.01.188 1.486a5.87 5.87 0 0 1-3.971 3.381l-.074.019c-.32.08-.7.149-1.112.134c-1.441-.053-5.522-.617-9.795-4.89S1.921 8.89 1.867 7.448c-.015-.412.054-.79.134-1.111l.016-.064a5.9 5.9 0 0 1 3.395-3.987m8.539 4.58a1 1 0 0 1 1.158-.811a3.5 3.5 0 0 1 2.858 2.959a1 1 0 0 1-1.98.28a1.505 1.505 0 0 0-1.226-1.27a1 1 0 0 1-.81-1.159M15 3a6.004 6.004 0 0 1 6 6a1.001 1.001 0 0 1-2 0a4.004 4.004 0 0 0-4-4a1 1 0 0 1 0-2"/></svg>
React
import type { SVGProps } from "react";
export function MingcutePhoneCallFill(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="M5.412 2.286a1.47 1.47 0 0 1 1.446.16c1.441 1.05 2.48 2.588 3.366 3.897l.285.419a1.505 1.505 0 0 1-.256 1.986l-1.951 1.45a.48.48 0 0 0-.142.614c.442.804 1.228 2 2.128 2.9s2.153 1.738 3.012 2.23a.483.483 0 0 0 .644-.162l1.27-1.933a1.503 1.503 0 0 1 2.056-.332l.268.186c1.344.927 2.857 1.97 3.983 3.412c.341.438.392 1.01.188 1.486a5.87 5.87 0 0 1-3.971 3.381l-.074.019c-.32.08-.7.149-1.112.134c-1.441-.053-5.522-.617-9.795-4.89S1.921 8.89 1.867 7.448c-.015-.412.054-.79.134-1.111l.016-.064a5.9 5.9 0 0 1 3.395-3.987m8.539 4.58a1 1 0 0 1 1.158-.811a3.5 3.5 0 0 1 2.858 2.959a1 1 0 0 1-1.98.28a1.505 1.505 0 0 0-1.226-1.27a1 1 0 0 1-.81-1.159M15 3a6.004 6.004 0 0 1 6 6a1.001 1.001 0 0 1-2 0a4.004 4.004 0 0 0-4-4a1 1 0 0 1 0-2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.412 2.286a1.47 1.47 0 0 1 1.446.16c1.441 1.05 2.48 2.588 3.366 3.897l.285.419a1.505 1.505 0 0 1-.256 1.986l-1.951 1.45a.48.48 0 0 0-.142.614c.442.804 1.228 2 2.128 2.9s2.153 1.738 3.012 2.23a.483.483 0 0 0 .644-.162l1.27-1.933a1.503 1.503 0 0 1 2.056-.332l.268.186c1.344.927 2.857 1.97 3.983 3.412c.341.438.392 1.01.188 1.486a5.87 5.87 0 0 1-3.971 3.381l-.074.019c-.32.08-.7.149-1.112.134c-1.441-.053-5.522-.617-9.795-4.89S1.921 8.89 1.867 7.448c-.015-.412.054-.79.134-1.111l.016-.064a5.9 5.9 0 0 1 3.395-3.987m8.539 4.58a1 1 0 0 1 1.158-.811a3.5 3.5 0 0 1 2.858 2.959a1 1 0 0 1-1.98.28a1.505 1.505 0 0 0-1.226-1.27a1 1 0 0 1-.81-1.159M15 3a6.004 6.004 0 0 1 6 6a1.001 1.001 0 0 1-2 0a4.004 4.004 0 0 0-4-4a1 1 0 0 1 0-2"/></svg> </template>
CSS
.icon-phone-call-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%22M5.412%202.286a1.47%201.47%200%200%201%201.446.16c1.441%201.05%202.48%202.588%203.366%203.897l.285.419a1.505%201.505%200%200%201-.256%201.986l-1.951%201.45a.48.48%200%200%200-.142.614c.442.804%201.228%202%202.128%202.9s2.153%201.738%203.012%202.23a.483.483%200%200%200%20.644-.162l1.27-1.933a1.503%201.503%200%200%201%202.056-.332l.268.186c1.344.927%202.857%201.97%203.983%203.412c.341.438.392%201.01.188%201.486a5.87%205.87%200%200%201-3.971%203.381l-.074.019c-.32.08-.7.149-1.112.134c-1.441-.053-5.522-.617-9.795-4.89S1.921%208.89%201.867%207.448c-.015-.412.054-.79.134-1.111l.016-.064a5.9%205.9%200%200%201%203.395-3.987m8.539%204.58a1%201%200%200%201%201.158-.811a3.5%203.5%200%200%201%202.858%202.959a1%201%200%200%201-1.98.28a1.505%201.505%200%200%200-1.226-1.27a1%201%200%200%201-.81-1.159M15%203a6.004%206.004%200%200%201%206%206a1.001%201.001%200%200%201-2%200a4.004%204.004%200%200%200-4-4a1%201%200%200%201%200-2%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%22M5.412%202.286a1.47%201.47%200%200%201%201.446.16c1.441%201.05%202.48%202.588%203.366%203.897l.285.419a1.505%201.505%200%200%201-.256%201.986l-1.951%201.45a.48.48%200%200%200-.142.614c.442.804%201.228%202%202.128%202.9s2.153%201.738%203.012%202.23a.483.483%200%200%200%20.644-.162l1.27-1.933a1.503%201.503%200%200%201%202.056-.332l.268.186c1.344.927%202.857%201.97%203.983%203.412c.341.438.392%201.01.188%201.486a5.87%205.87%200%200%201-3.971%203.381l-.074.019c-.32.08-.7.149-1.112.134c-1.441-.053-5.522-.617-9.795-4.89S1.921%208.89%201.867%207.448c-.015-.412.054-.79.134-1.111l.016-.064a5.9%205.9%200%200%201%203.395-3.987m8.539%204.58a1%201%200%200%201%201.158-.811a3.5%203.5%200%200%201%202.858%202.959a1%201%200%200%201-1.98.28a1.505%201.505%200%200%200-1.226-1.27a1%201%200%200%201-.81-1.159M15%203a6.004%206.004%200%200%201%206%206a1.001%201.001%200%200%201-2%200a4.004%204.004%200%200%200-4-4a1%201%200%200%201%200-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/phone-call-fill.svg?color=%231a73e8&size=48