phone incoming icon
phone-incoming-duotone from Keyline Icons by Keyline Icons · Duotone · MIT Free for personal and commercial use.
- Name
- phone-incoming-duotone
- Set
- Keyline Icons
- Style
- Duotone
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline Icons
The same icon in other sets
All phone incoming icons →phone-incomingBoxIcons v2phone-incomingBoxIcons v2 Solidphone-incomingCarbonphone-incomingFeather Iconsphone-incomingHuge Iconsphone-incomingHumbleiconsphone-incomingIconParkphone-incomingIconPark Outlinephone-incomingIconPark Solidphone-incomingIconPark TwoTonephone-incomingMaterial Line Iconsphone-incomingLucidephone-incomingMage Iconsphone-incomingMajesticonsphone-incomingMaterial Design Iconsphone-incoming-fillMingCute Iconphone-incomingPhosphorphone-incomingTabler Icons
Related icons in Keyline Icons
Use the phone incoming 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" fill-opacity=".4" 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="M16.5 7.5L21 3M16 2L16 7.5C16 7.7761 16.2239 8 16.5 8L22 8"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsPhoneIncomingDuotone(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" fillOpacity=".4" 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="M16.5 7.5L21 3M16 2L16 7.5C16 7.7761 16.2239 8 16.5 8L22 8"/></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" fill-opacity=".4" 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="M16.5 7.5L21 3M16 2L16 7.5C16 7.7761 16.2239 8 16.5 8L22 8"/></g></svg> </template>
CSS
.icon-phone-incoming-duotone {
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%20fill-opacity%3D%22.4%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%22M16.5%207.5L21%203M16%202L16%207.5C16%207.7761%2016.2239%208%2016.5%208L22%208%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%20fill-opacity%3D%22.4%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%22M16.5%207.5L21%203M16%202L16%207.5C16%207.7761%2016.2239%208%2016.5%208L22%208%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-incoming-duotone.svg?color=%231a73e8&size=48