phone outgoing icon
phone-outgoing-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- phone-outgoing-fill
- Set
- Mage Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage 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-outgoingMajesticonsphone-outgoingMaterial Design Iconsphone-outgoing-fillMingCute Iconphone-outgoingPhosphorphone-outgoingPixelarticonsphone-outgoingTabler Icons
Related icons in Mage Icons
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="M21.935 18.844a2.58 2.58 0 0 1-.897 1.468a5.3 5.3 0 0 1-1.897 1.255a5.5 5.5 0 0 1-1.948.357h-.357a11.3 11.3 0 0 1-4.304-1.02a20 20 0 0 1-.949-.47a20.2 20.2 0 0 1-4.314-3.283a18.9 18.9 0 0 1-4.08-5.437a11.7 11.7 0 0 1-1.02-3.59a6.5 6.5 0 0 1 .419-3.794A7 7 0 0 1 3.76 2.831c.2-.226.442-.41.714-.54c.289-.131.6-.204.918-.215c.358.026.706.13 1.02.306c.283.17.532.392.734.653c.377.408.805.836 1.234 1.275l.938.959c.364.34.595.8.653 1.295v.102a1.93 1.93 0 0 1-.48 1.101c-.173.215-.377.419-.57.633l-.286.296c-.12.114-.214.253-.276.408a1.3 1.3 0 0 0-.06.397c.157.461.42.88.764 1.224l.061.092c.49.643 1.02 1.305 1.51 1.907a13.5 13.5 0 0 0 3.417 2.815c.12.097.264.157.418.174a.74.74 0 0 0 .397-.051c.36-.214.678-.49.939-.817c.37-.448.9-.733 1.479-.795a2.04 2.04 0 0 1 1.468.622c.204.174.418.398.633.622c.214.225.224.245.346.357l.317.316c.193.184.367.357.55.561q.496.44.928.939c.164.199.289.427.367.673c.05.23.064.468.041.704"/><path fill="currentColor" d="M19.63 5.136v3.427a.765.765 0 0 1-1.53 0v-1.56l-4.395 4.395a.75.75 0 0 1-.54.225a.76.76 0 0 1-.54-.225a.765.765 0 0 1 0-1.08L17.03 5.91h-1.58a.765.765 0 0 1 0-1.53h3.579c.1.012.196.05.275.113l.113.102a.82.82 0 0 1 .224.52z"/></svg>
React
import type { SVGProps } from "react";
export function MagePhoneOutgoingFill(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="M21.935 18.844a2.58 2.58 0 0 1-.897 1.468a5.3 5.3 0 0 1-1.897 1.255a5.5 5.5 0 0 1-1.948.357h-.357a11.3 11.3 0 0 1-4.304-1.02a20 20 0 0 1-.949-.47a20.2 20.2 0 0 1-4.314-3.283a18.9 18.9 0 0 1-4.08-5.437a11.7 11.7 0 0 1-1.02-3.59a6.5 6.5 0 0 1 .419-3.794A7 7 0 0 1 3.76 2.831c.2-.226.442-.41.714-.54c.289-.131.6-.204.918-.215c.358.026.706.13 1.02.306c.283.17.532.392.734.653c.377.408.805.836 1.234 1.275l.938.959c.364.34.595.8.653 1.295v.102a1.93 1.93 0 0 1-.48 1.101c-.173.215-.377.419-.57.633l-.286.296c-.12.114-.214.253-.276.408a1.3 1.3 0 0 0-.06.397c.157.461.42.88.764 1.224l.061.092c.49.643 1.02 1.305 1.51 1.907a13.5 13.5 0 0 0 3.417 2.815c.12.097.264.157.418.174a.74.74 0 0 0 .397-.051c.36-.214.678-.49.939-.817c.37-.448.9-.733 1.479-.795a2.04 2.04 0 0 1 1.468.622c.204.174.418.398.633.622c.214.225.224.245.346.357l.317.316c.193.184.367.357.55.561q.496.44.928.939c.164.199.289.427.367.673c.05.23.064.468.041.704"/><path fill="currentColor" d="M19.63 5.136v3.427a.765.765 0 0 1-1.53 0v-1.56l-4.395 4.395a.75.75 0 0 1-.54.225a.76.76 0 0 1-.54-.225a.765.765 0 0 1 0-1.08L17.03 5.91h-1.58a.765.765 0 0 1 0-1.53h3.579c.1.012.196.05.275.113l.113.102a.82.82 0 0 1 .224.52z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.935 18.844a2.58 2.58 0 0 1-.897 1.468a5.3 5.3 0 0 1-1.897 1.255a5.5 5.5 0 0 1-1.948.357h-.357a11.3 11.3 0 0 1-4.304-1.02a20 20 0 0 1-.949-.47a20.2 20.2 0 0 1-4.314-3.283a18.9 18.9 0 0 1-4.08-5.437a11.7 11.7 0 0 1-1.02-3.59a6.5 6.5 0 0 1 .419-3.794A7 7 0 0 1 3.76 2.831c.2-.226.442-.41.714-.54c.289-.131.6-.204.918-.215c.358.026.706.13 1.02.306c.283.17.532.392.734.653c.377.408.805.836 1.234 1.275l.938.959c.364.34.595.8.653 1.295v.102a1.93 1.93 0 0 1-.48 1.101c-.173.215-.377.419-.57.633l-.286.296c-.12.114-.214.253-.276.408a1.3 1.3 0 0 0-.06.397c.157.461.42.88.764 1.224l.061.092c.49.643 1.02 1.305 1.51 1.907a13.5 13.5 0 0 0 3.417 2.815c.12.097.264.157.418.174a.74.74 0 0 0 .397-.051c.36-.214.678-.49.939-.817c.37-.448.9-.733 1.479-.795a2.04 2.04 0 0 1 1.468.622c.204.174.418.398.633.622c.214.225.224.245.346.357l.317.316c.193.184.367.357.55.561q.496.44.928.939c.164.199.289.427.367.673c.05.23.064.468.041.704"/><path fill="currentColor" d="M19.63 5.136v3.427a.765.765 0 0 1-1.53 0v-1.56l-4.395 4.395a.75.75 0 0 1-.54.225a.76.76 0 0 1-.54-.225a.765.765 0 0 1 0-1.08L17.03 5.91h-1.58a.765.765 0 0 1 0-1.53h3.579c.1.012.196.05.275.113l.113.102a.82.82 0 0 1 .224.52z"/></svg> </template>
CSS
.icon-phone-outgoing-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.935%2018.844a2.58%202.58%200%200%201-.897%201.468a5.3%205.3%200%200%201-1.897%201.255a5.5%205.5%200%200%201-1.948.357h-.357a11.3%2011.3%200%200%201-4.304-1.02a20%2020%200%200%201-.949-.47a20.2%2020.2%200%200%201-4.314-3.283a18.9%2018.9%200%200%201-4.08-5.437a11.7%2011.7%200%200%201-1.02-3.59a6.5%206.5%200%200%201%20.419-3.794A7%207%200%200%201%203.76%202.831c.2-.226.442-.41.714-.54c.289-.131.6-.204.918-.215c.358.026.706.13%201.02.306c.283.17.532.392.734.653c.377.408.805.836%201.234%201.275l.938.959c.364.34.595.8.653%201.295v.102a1.93%201.93%200%200%201-.48%201.101c-.173.215-.377.419-.57.633l-.286.296c-.12.114-.214.253-.276.408a1.3%201.3%200%200%200-.06.397c.157.461.42.88.764%201.224l.061.092c.49.643%201.02%201.305%201.51%201.907a13.5%2013.5%200%200%200%203.417%202.815c.12.097.264.157.418.174a.74.74%200%200%200%20.397-.051c.36-.214.678-.49.939-.817c.37-.448.9-.733%201.479-.795a2.04%202.04%200%200%201%201.468.622c.204.174.418.398.633.622c.214.225.224.245.346.357l.317.316c.193.184.367.357.55.561q.496.44.928.939c.164.199.289.427.367.673c.05.23.064.468.041.704%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.63%205.136v3.427a.765.765%200%200%201-1.53%200v-1.56l-4.395%204.395a.75.75%200%200%201-.54.225a.76.76%200%200%201-.54-.225a.765.765%200%200%201%200-1.08L17.03%205.91h-1.58a.765.765%200%200%201%200-1.53h3.579c.1.012.196.05.275.113l.113.102a.82.82%200%200%201%20.224.52z%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%22M21.935%2018.844a2.58%202.58%200%200%201-.897%201.468a5.3%205.3%200%200%201-1.897%201.255a5.5%205.5%200%200%201-1.948.357h-.357a11.3%2011.3%200%200%201-4.304-1.02a20%2020%200%200%201-.949-.47a20.2%2020.2%200%200%201-4.314-3.283a18.9%2018.9%200%200%201-4.08-5.437a11.7%2011.7%200%200%201-1.02-3.59a6.5%206.5%200%200%201%20.419-3.794A7%207%200%200%201%203.76%202.831c.2-.226.442-.41.714-.54c.289-.131.6-.204.918-.215c.358.026.706.13%201.02.306c.283.17.532.392.734.653c.377.408.805.836%201.234%201.275l.938.959c.364.34.595.8.653%201.295v.102a1.93%201.93%200%200%201-.48%201.101c-.173.215-.377.419-.57.633l-.286.296c-.12.114-.214.253-.276.408a1.3%201.3%200%200%200-.06.397c.157.461.42.88.764%201.224l.061.092c.49.643%201.02%201.305%201.51%201.907a13.5%2013.5%200%200%200%203.417%202.815c.12.097.264.157.418.174a.74.74%200%200%200%20.397-.051c.36-.214.678-.49.939-.817c.37-.448.9-.733%201.479-.795a2.04%202.04%200%200%201%201.468.622c.204.174.418.398.633.622c.214.225.224.245.346.357l.317.316c.193.184.367.357.55.561q.496.44.928.939c.164.199.289.427.367.673c.05.23.064.468.041.704%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.63%205.136v3.427a.765.765%200%200%201-1.53%200v-1.56l-4.395%204.395a.75.75%200%200%201-.54.225a.76.76%200%200%201-.54-.225a.765.765%200%200%201%200-1.08L17.03%205.91h-1.58a.765.765%200%200%201%200-1.53h3.579c.1.012.196.05.275.113l.113.102a.82.82%200%200%201%20.224.52z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/phone-outgoing-fill.svg?color=%231a73e8&size=48