phone outgoing icon
phone-outgoing-duotone from Keyline Icons by Keyline Icons · Duotone · MIT Free for personal and commercial use.
- Name
- phone-outgoing-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 outgoing icons →phone-outgoingBoxIcons v2phone-outgoingBoxIcons v2 Solidphone-outgoingCarbonphone-outgoingFeather Iconsphone-outgoingHuge Iconsphone-outgoingHumbleiconsphone-outgoingIconParkphone-outgoingIconPark Outlinephone-outgoingIconPark Solidphone-outgoingIconPark TwoTonephone-outgoingMaterial Line Iconsphone-outgoingLucidephone-outgoingMage Iconsphone-outgoingMajesticonsphone-outgoingMaterial Design Iconsphone-outgoing-fillMingCute Iconphone-outgoingPhosphorphone-outgoingPixelarticonsphone-outgoingTabler Icons
Related icons in Keyline Icons
Use the phone outgoing 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="M21.5 2.5L17 7M22 8L22 2.5C22 2.2239 21.7761 2 21.5 2L16 2"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsPhoneOutgoingDuotone(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="M21.5 2.5L17 7M22 8L22 2.5C22 2.2239 21.7761 2 21.5 2L16 2"/></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="M21.5 2.5L17 7M22 8L22 2.5C22 2.2239 21.7761 2 21.5 2L16 2"/></g></svg> </template>
CSS
.icon-phone-outgoing-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%22M21.5%202.5L17%207M22%208L22%202.5C22%202.2239%2021.7761%202%2021.5%202L16%202%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%22M21.5%202.5L17%207M22%208L22%202.5C22%202.2239%2021.7761%202%2021.5%202L16%202%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-outgoing-duotone.svg?color=%231a73e8&size=48