phone-outline from Eva Icons by Akveo · Outline · MIT Free for personal and commercial use.

Name
phone-outline
Set
Eva Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in Eva Icons

The same icon in other sets

Related icons in Eva Icons

Use the phone icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.4 22A15.42 15.42 0 0 1 2 6.6A4.6 4.6 0 0 1 6.6 2a4 4 0 0 1 .77.07a4 4 0 0 1 .72.18a1 1 0 0 1 .65.75l1.37 6a1 1 0 0 1-.26.92c-.13.14-.14.15-1.37.79a9.9 9.9 0 0 0 4.87 4.89c.65-1.24.66-1.25.8-1.38a1 1 0 0 1 .92-.26l6 1.37a1 1 0 0 1 .72.65a4.3 4.3 0 0 1 .19.73a5 5 0 0 1 .06.76A4.6 4.6 0 0 1 17.4 22M6.6 4A2.61 2.61 0 0 0 4 6.6A13.41 13.41 0 0 0 17.4 20a2.61 2.61 0 0 0 2.6-2.6v-.33L15.36 16l-.29.55c-.45.87-.78 1.5-1.62 1.16a11.85 11.85 0 0 1-7.18-7.21c-.36-.78.32-1.14 1.18-1.59L8 8.64L6.93 4Z"/></svg>

React

import type { SVGProps } from "react";

export function EvaPhoneOutline(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="M17.4 22A15.42 15.42 0 0 1 2 6.6A4.6 4.6 0 0 1 6.6 2a4 4 0 0 1 .77.07a4 4 0 0 1 .72.18a1 1 0 0 1 .65.75l1.37 6a1 1 0 0 1-.26.92c-.13.14-.14.15-1.37.79a9.9 9.9 0 0 0 4.87 4.89c.65-1.24.66-1.25.8-1.38a1 1 0 0 1 .92-.26l6 1.37a1 1 0 0 1 .72.65a4.3 4.3 0 0 1 .19.73a5 5 0 0 1 .06.76A4.6 4.6 0 0 1 17.4 22M6.6 4A2.61 2.61 0 0 0 4 6.6A13.41 13.41 0 0 0 17.4 20a2.61 2.61 0 0 0 2.6-2.6v-.33L15.36 16l-.29.55c-.45.87-.78 1.5-1.62 1.16a11.85 11.85 0 0 1-7.18-7.21c-.36-.78.32-1.14 1.18-1.59L8 8.64L6.93 4Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.4 22A15.42 15.42 0 0 1 2 6.6A4.6 4.6 0 0 1 6.6 2a4 4 0 0 1 .77.07a4 4 0 0 1 .72.18a1 1 0 0 1 .65.75l1.37 6a1 1 0 0 1-.26.92c-.13.14-.14.15-1.37.79a9.9 9.9 0 0 0 4.87 4.89c.65-1.24.66-1.25.8-1.38a1 1 0 0 1 .92-.26l6 1.37a1 1 0 0 1 .72.65a4.3 4.3 0 0 1 .19.73a5 5 0 0 1 .06.76A4.6 4.6 0 0 1 17.4 22M6.6 4A2.61 2.61 0 0 0 4 6.6A13.41 13.41 0 0 0 17.4 20a2.61 2.61 0 0 0 2.6-2.6v-.33L15.36 16l-.29.55c-.45.87-.78 1.5-1.62 1.16a11.85 11.85 0 0 1-7.18-7.21c-.36-.78.32-1.14 1.18-1.59L8 8.64L6.93 4Z"/></svg>
</template>

CSS

.icon-phone-outline {
  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%22M17.4%2022A15.42%2015.42%200%200%201%202%206.6A4.6%204.6%200%200%201%206.6%202a4%204%200%200%201%20.77.07a4%204%200%200%201%20.72.18a1%201%200%200%201%20.65.75l1.37%206a1%201%200%200%201-.26.92c-.13.14-.14.15-1.37.79a9.9%209.9%200%200%200%204.87%204.89c.65-1.24.66-1.25.8-1.38a1%201%200%200%201%20.92-.26l6%201.37a1%201%200%200%201%20.72.65a4.3%204.3%200%200%201%20.19.73a5%205%200%200%201%20.06.76A4.6%204.6%200%200%201%2017.4%2022M6.6%204A2.61%202.61%200%200%200%204%206.6A13.41%2013.41%200%200%200%2017.4%2020a2.61%202.61%200%200%200%202.6-2.6v-.33L15.36%2016l-.29.55c-.45.87-.78%201.5-1.62%201.16a11.85%2011.85%200%200%201-7.18-7.21c-.36-.78.32-1.14%201.18-1.59L8%208.64L6.93%204Z%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%22M17.4%2022A15.42%2015.42%200%200%201%202%206.6A4.6%204.6%200%200%201%206.6%202a4%204%200%200%201%20.77.07a4%204%200%200%201%20.72.18a1%201%200%200%201%20.65.75l1.37%206a1%201%200%200%201-.26.92c-.13.14-.14.15-1.37.79a9.9%209.9%200%200%200%204.87%204.89c.65-1.24.66-1.25.8-1.38a1%201%200%200%201%20.92-.26l6%201.37a1%201%200%200%201%20.72.65a4.3%204.3%200%200%201%20.19.73a5%205%200%200%201%20.06.76A4.6%204.6%200%200%201%2017.4%2022M6.6%204A2.61%202.61%200%200%200%204%206.6A13.41%2013.41%200%200%200%2017.4%2020a2.61%202.61%200%200%200%202.6-2.6v-.33L15.36%2016l-.29.55c-.45.87-.78%201.5-1.62%201.16a11.85%2011.85%200%200%201-7.18-7.21c-.36-.78.32-1.14%201.18-1.59L8%208.64L6.93%204Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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