phone call icon
phone-call-fill from Keyline Icons by Keyline Icons · Fill · MIT Free for personal and commercial use.
- Name
- phone-call-fill
- Set
- Keyline Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline Icons
The same icon in other sets
All phone call icons →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-call-fillMingCute Iconphone-callPhosphorphone-callPixelarticonsphone-callTabler Icons
Related icons in Keyline Icons
Use the phone call icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" d="M1 4C1 2.3431 2.3431 1 4 1L7 1C8.6569 1 10 2.3431 10 4L10 7C10 7.9443 9.5554 8.8334 8.8 9.4L8.3388 9.7459C9.6049 12.3156 11.6844 14.3951 14.2541 15.6612L14.6 15.2C15.1666 14.4446 16.0557 14 17 14L20 14C21.6569 14 23 15.3431 23 17L23 20C23 21.6569 21.6569 23 20 23C9.5066 23 1 14.4934 1 4Z" stroke="none"/><path d="M14.0706 4.2726C16.8313 5.0123 18.9877 7.1687 19.7274 9.9294M13.0353 8.1363C14.4156 8.5062 15.4938 9.5844 15.8637 10.9647"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsPhoneCallFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" d="M1 4C1 2.3431 2.3431 1 4 1L7 1C8.6569 1 10 2.3431 10 4L10 7C10 7.9443 9.5554 8.8334 8.8 9.4L8.3388 9.7459C9.6049 12.3156 11.6844 14.3951 14.2541 15.6612L14.6 15.2C15.1666 14.4446 16.0557 14 17 14L20 14C21.6569 14 23 15.3431 23 17L23 20C23 21.6569 21.6569 23 20 23C9.5066 23 1 14.4934 1 4Z" stroke="none"/><path d="M14.0706 4.2726C16.8313 5.0123 18.9877 7.1687 19.7274 9.9294M13.0353 8.1363C14.4156 8.5062 15.4938 9.5844 15.8637 10.9647"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" d="M1 4C1 2.3431 2.3431 1 4 1L7 1C8.6569 1 10 2.3431 10 4L10 7C10 7.9443 9.5554 8.8334 8.8 9.4L8.3388 9.7459C9.6049 12.3156 11.6844 14.3951 14.2541 15.6612L14.6 15.2C15.1666 14.4446 16.0557 14 17 14L20 14C21.6569 14 23 15.3431 23 17L23 20C23 21.6569 21.6569 23 20 23C9.5066 23 1 14.4934 1 4Z" stroke="none"/><path d="M14.0706 4.2726C16.8313 5.0123 18.9877 7.1687 19.7274 9.9294M13.0353 8.1363C14.4156 8.5062 15.4938 9.5844 15.8637 10.9647"/></g></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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1%204C1%202.3431%202.3431%201%204%201L7%201C8.6569%201%2010%202.3431%2010%204L10%207C10%207.9443%209.5554%208.8334%208.8%209.4L8.3388%209.7459C9.6049%2012.3156%2011.6844%2014.3951%2014.2541%2015.6612L14.6%2015.2C15.1666%2014.4446%2016.0557%2014%2017%2014L20%2014C21.6569%2014%2023%2015.3431%2023%2017L23%2020C23%2021.6569%2021.6569%2023%2020%2023C9.5066%2023%201%2014.4934%201%204Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M14.0706%204.2726C16.8313%205.0123%2018.9877%207.1687%2019.7274%209.9294M13.0353%208.1363C14.4156%208.5062%2015.4938%209.5844%2015.8637%2010.9647%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1%204C1%202.3431%202.3431%201%204%201L7%201C8.6569%201%2010%202.3431%2010%204L10%207C10%207.9443%209.5554%208.8334%208.8%209.4L8.3388%209.7459C9.6049%2012.3156%2011.6844%2014.3951%2014.2541%2015.6612L14.6%2015.2C15.1666%2014.4446%2016.0557%2014%2017%2014L20%2014C21.6569%2014%2023%2015.3431%2023%2017L23%2020C23%2021.6569%2021.6569%2023%2020%2023C9.5066%2023%201%2014.4934%201%204Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M14.0706%204.2726C16.8313%205.0123%2018.9877%207.1687%2019.7274%209.9294M13.0353%208.1363C14.4156%208.5062%2015.4938%209.5844%2015.8637%2010.9647%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/keyline-icons/phone-call-fill.svg?color=%231a73e8&size=48