phone outgoing icon
phone-outgoing from Material Design Icons by Pictogrammers · Filled · Cellphone / Phone · Apache-2.0 Free for personal and commercial use.
- Name
- phone-outgoing
- Set
- Material Design Icons
- Style
- Filled
- Category
- Cellphone / Phone
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Material Design Icons
The same icon in other sets
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-outgoing-fillMingCute Iconphone-outgoingPhosphorphone-outgoingPixelarticonsphone-outgoingTabler Icons
More cellphone / phone icons from Material Design Icons
cellphonecellphone-arrow-downcellphone-arrow-down-variantcellphone-basiccellphone-chargingcellphone-checkcellphone-cogcellphone-dockcellphone-informationcellphone-keycellphone-linkcellphone-link-offcellphone-lockcellphone-markercellphone-messagecellphone-message-offcellphone-nfc-offcellphone-offcellphone-playcellphone-removecellphone-screenshotcellphone-settingscellphone-soundcellphone-text
Use the phone outgoing icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 3a1 1 0 0 0-1 1a17 17 0 0 0 17 17a1 1 0 0 0 1-1v-3.5a1 1 0 0 0-1-1c-1.25 0-2.45-.2-3.57-.57a1.02 1.02 0 0 0-1.02.24l-2.2 2.2a15.05 15.05 0 0 1-6.59-6.59l2.2-2.21a.96.96 0 0 0 .25-1A11.4 11.4 0 0 1 8.5 4a1 1 0 0 0-1-1zm11 0v1.5h3.5L13 10l1 1l5.5-5.5V9H21V3z"/></svg>
React
import type { SVGProps } from "react";
export function MdiPhoneOutgoing(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="M4 3a1 1 0 0 0-1 1a17 17 0 0 0 17 17a1 1 0 0 0 1-1v-3.5a1 1 0 0 0-1-1c-1.25 0-2.45-.2-3.57-.57a1.02 1.02 0 0 0-1.02.24l-2.2 2.2a15.05 15.05 0 0 1-6.59-6.59l2.2-2.21a.96.96 0 0 0 .25-1A11.4 11.4 0 0 1 8.5 4a1 1 0 0 0-1-1zm11 0v1.5h3.5L13 10l1 1l5.5-5.5V9H21V3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 3a1 1 0 0 0-1 1a17 17 0 0 0 17 17a1 1 0 0 0 1-1v-3.5a1 1 0 0 0-1-1c-1.25 0-2.45-.2-3.57-.57a1.02 1.02 0 0 0-1.02.24l-2.2 2.2a15.05 15.05 0 0 1-6.59-6.59l2.2-2.21a.96.96 0 0 0 .25-1A11.4 11.4 0 0 1 8.5 4a1 1 0 0 0-1-1zm11 0v1.5h3.5L13 10l1 1l5.5-5.5V9H21V3z"/></svg> </template>
CSS
.icon-phone-outgoing {
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%22M4%203a1%201%200%200%200-1%201a17%2017%200%200%200%2017%2017a1%201%200%200%200%201-1v-3.5a1%201%200%200%200-1-1c-1.25%200-2.45-.2-3.57-.57a1.02%201.02%200%200%200-1.02.24l-2.2%202.2a15.05%2015.05%200%200%201-6.59-6.59l2.2-2.21a.96.96%200%200%200%20.25-1A11.4%2011.4%200%200%201%208.5%204a1%201%200%200%200-1-1zm11%200v1.5h3.5L13%2010l1%201l5.5-5.5V9H21V3z%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%22M4%203a1%201%200%200%200-1%201a17%2017%200%200%200%2017%2017a1%201%200%200%200%201-1v-3.5a1%201%200%200%200-1-1c-1.25%200-2.45-.2-3.57-.57a1.02%201.02%200%200%200-1.02.24l-2.2%202.2a15.05%2015.05%200%200%201-6.59-6.59l2.2-2.21a.96.96%200%200%200%20.25-1A11.4%2011.4%200%200%201%208.5%204a1%201%200%200%200-1-1zm11%200v1.5h3.5L13%2010l1%201l5.5-5.5V9H21V3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/phone-outgoing.svg?color=%231a73e8&size=48