phone-alt from Font Awesome Solid by Dave Gandy · Solid · Business · CC-BY-4.0 Attribution required.

Name
phone-alt
Set
Font Awesome Solid
Style
Solid
Category
Business
Viewbox
640×640
License
CC BY 4.0

The same icon in other sets

More business icons from Font Awesome Solid

Use the phone alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M415.8 89c7.8-18.8 28.4-28.9 48.1-23.5l5.5 1.5c64.6 17.6 119.8 80.2 103.7 156.4c-37.1 175-174.8 312.7-349.8 349.8C147 589.4 84.5 534.1 66.9 469.5l-1.5-5.5c-5.4-19.7 4.7-40.3 23.5-48.1l97.3-40.5c16.5-6.9 35.6-2.1 47 11.8l38.6 47.2c70.3-34.9 126.8-93.3 159.3-164.9L387 233.4c-13.9-11.3-18.6-30.4-11.8-47z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7SolidPhoneAlt(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M415.8 89c7.8-18.8 28.4-28.9 48.1-23.5l5.5 1.5c64.6 17.6 119.8 80.2 103.7 156.4c-37.1 175-174.8 312.7-349.8 349.8C147 589.4 84.5 534.1 66.9 469.5l-1.5-5.5c-5.4-19.7 4.7-40.3 23.5-48.1l97.3-40.5c16.5-6.9 35.6-2.1 47 11.8l38.6 47.2c70.3-34.9 126.8-93.3 159.3-164.9L387 233.4c-13.9-11.3-18.6-30.4-11.8-47z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M415.8 89c7.8-18.8 28.4-28.9 48.1-23.5l5.5 1.5c64.6 17.6 119.8 80.2 103.7 156.4c-37.1 175-174.8 312.7-349.8 349.8C147 589.4 84.5 534.1 66.9 469.5l-1.5-5.5c-5.4-19.7 4.7-40.3 23.5-48.1l97.3-40.5c16.5-6.9 35.6-2.1 47 11.8l38.6 47.2c70.3-34.9 126.8-93.3 159.3-164.9L387 233.4c-13.9-11.3-18.6-30.4-11.8-47z"/></svg>
</template>

CSS

.icon-phone-alt {
  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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M415.8%2089c7.8-18.8%2028.4-28.9%2048.1-23.5l5.5%201.5c64.6%2017.6%20119.8%2080.2%20103.7%20156.4c-37.1%20175-174.8%20312.7-349.8%20349.8C147%20589.4%2084.5%20534.1%2066.9%20469.5l-1.5-5.5c-5.4-19.7%204.7-40.3%2023.5-48.1l97.3-40.5c16.5-6.9%2035.6-2.1%2047%2011.8l38.6%2047.2c70.3-34.9%20126.8-93.3%20159.3-164.9L387%20233.4c-13.9-11.3-18.6-30.4-11.8-47z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M415.8%2089c7.8-18.8%2028.4-28.9%2048.1-23.5l5.5%201.5c64.6%2017.6%20119.8%2080.2%20103.7%20156.4c-37.1%20175-174.8%20312.7-349.8%20349.8C147%20589.4%2084.5%20534.1%2066.9%20469.5l-1.5-5.5c-5.4-19.7%204.7-40.3%2023.5-48.1l97.3-40.5c16.5-6.9%2035.6-2.1%2047%2011.8l38.6%2047.2c70.3-34.9%20126.8-93.3%20159.3-164.9L387%20233.4c-13.9-11.3-18.6-30.4-11.8-47z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/phone-alt.svg?color=%231a73e8&size=48