phone outgoing icon
phone-outgoing from BoxIcons v2 Solid by Boxicons · Solid · MIT Free for personal and commercial use.
- Name
- phone-outgoing
- Set
- BoxIcons v2 Solid
- Style
- Solid
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
phone-outgoingBoxIcons v2phone-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 BoxIcons v2 Solid
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="m16.793 5.793l-4.5 4.5l1.414 1.414l4.5-4.5L21 10V3h-7z"/><path fill="currentColor" d="M16.422 13.446a1 1 0 0 0-1.391.043l-2.393 2.461c-.576-.11-1.734-.471-2.926-1.66c-1.192-1.193-1.553-2.354-1.66-2.926l2.459-2.394a1 1 0 0 0 .043-1.391L6.859 3.516a1 1 0 0 0-1.391-.087L3.299 5.29a1 1 0 0 0-.291.648c-.015.25-.301 6.172 4.291 10.766c4.006 4.006 9.024 4.299 10.406 4.299c.202 0 .326-.006.359-.008a1 1 0 0 0 .648-.291l1.86-2.171a1 1 0 0 0-.086-1.391z"/></svg>
React
import type { SVGProps } from "react";
export function BxsPhoneOutgoing(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="m16.793 5.793l-4.5 4.5l1.414 1.414l4.5-4.5L21 10V3h-7z"/><path fill="currentColor" d="M16.422 13.446a1 1 0 0 0-1.391.043l-2.393 2.461c-.576-.11-1.734-.471-2.926-1.66c-1.192-1.193-1.553-2.354-1.66-2.926l2.459-2.394a1 1 0 0 0 .043-1.391L6.859 3.516a1 1 0 0 0-1.391-.087L3.299 5.29a1 1 0 0 0-.291.648c-.015.25-.301 6.172 4.291 10.766c4.006 4.006 9.024 4.299 10.406 4.299c.202 0 .326-.006.359-.008a1 1 0 0 0 .648-.291l1.86-2.171a1 1 0 0 0-.086-1.391z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m16.793 5.793l-4.5 4.5l1.414 1.414l4.5-4.5L21 10V3h-7z"/><path fill="currentColor" d="M16.422 13.446a1 1 0 0 0-1.391.043l-2.393 2.461c-.576-.11-1.734-.471-2.926-1.66c-1.192-1.193-1.553-2.354-1.66-2.926l2.459-2.394a1 1 0 0 0 .043-1.391L6.859 3.516a1 1 0 0 0-1.391-.087L3.299 5.29a1 1 0 0 0-.291.648c-.015.25-.301 6.172 4.291 10.766c4.006 4.006 9.024 4.299 10.406 4.299c.202 0 .326-.006.359-.008a1 1 0 0 0 .648-.291l1.86-2.171a1 1 0 0 0-.086-1.391z"/></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%22m16.793%205.793l-4.5%204.5l1.414%201.414l4.5-4.5L21%2010V3h-7z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.422%2013.446a1%201%200%200%200-1.391.043l-2.393%202.461c-.576-.11-1.734-.471-2.926-1.66c-1.192-1.193-1.553-2.354-1.66-2.926l2.459-2.394a1%201%200%200%200%20.043-1.391L6.859%203.516a1%201%200%200%200-1.391-.087L3.299%205.29a1%201%200%200%200-.291.648c-.015.25-.301%206.172%204.291%2010.766c4.006%204.006%209.024%204.299%2010.406%204.299c.202%200%20.326-.006.359-.008a1%201%200%200%200%20.648-.291l1.86-2.171a1%201%200%200%200-.086-1.391z%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%22m16.793%205.793l-4.5%204.5l1.414%201.414l4.5-4.5L21%2010V3h-7z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16.422%2013.446a1%201%200%200%200-1.391.043l-2.393%202.461c-.576-.11-1.734-.471-2.926-1.66c-1.192-1.193-1.553-2.354-1.66-2.926l2.459-2.394a1%201%200%200%200%20.043-1.391L6.859%203.516a1%201%200%200%200-1.391-.087L3.299%205.29a1%201%200%200%200-.291.648c-.015.25-.301%206.172%204.291%2010.766c4.006%204.006%209.024%204.299%2010.406%204.299c.202%200%20.326-.006.359-.008a1%201%200%200%200%20.648-.291l1.86-2.171a1%201%200%200%200-.086-1.391z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bxs/phone-outgoing.svg?color=%231a73e8&size=48