phone from Health Icons by Resolve to Save Lives · Filled · Objects · MIT Free for personal and commercial use.

Name
phone
Set
Health Icons
Style
Filled
Category
Objects
Viewbox
48×48
License
MIT

1 other variant in Health Icons

The same icon in other sets

More objects icons from Health Icons

Use the phone icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M13.24 21.58c2.88 5.66 7.52 10.28 13.18 13.18l4.4-4.4c.54-.54 1.34-.72 2.04-.48c2.24.74 4.66 1.14 7.14 1.14c1.1 0 2 .9 2 2V40c0 1.1-.9 2-2 2C21.22 42 6 26.78 6 8c0-1.1.9-2 2-2h7c1.1 0 2 .9 2 2c0 2.5.4 4.9 1.14 7.14c.22.7.06 1.48-.5 2.04z"/></svg>

React

import type { SVGProps } from "react";

export function HealthiconsPhone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M13.24 21.58c2.88 5.66 7.52 10.28 13.18 13.18l4.4-4.4c.54-.54 1.34-.72 2.04-.48c2.24.74 4.66 1.14 7.14 1.14c1.1 0 2 .9 2 2V40c0 1.1-.9 2-2 2C21.22 42 6 26.78 6 8c0-1.1.9-2 2-2h7c1.1 0 2 .9 2 2c0 2.5.4 4.9 1.14 7.14c.22.7.06 1.48-.5 2.04z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M13.24 21.58c2.88 5.66 7.52 10.28 13.18 13.18l4.4-4.4c.54-.54 1.34-.72 2.04-.48c2.24.74 4.66 1.14 7.14 1.14c1.1 0 2 .9 2 2V40c0 1.1-.9 2-2 2C21.22 42 6 26.78 6 8c0-1.1.9-2 2-2h7c1.1 0 2 .9 2 2c0 2.5.4 4.9 1.14 7.14c.22.7.06 1.48-.5 2.04z"/></svg>
</template>

CSS

.icon-phone {
  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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.24%2021.58c2.88%205.66%207.52%2010.28%2013.18%2013.18l4.4-4.4c.54-.54%201.34-.72%202.04-.48c2.24.74%204.66%201.14%207.14%201.14c1.1%200%202%20.9%202%202V40c0%201.1-.9%202-2%202C21.22%2042%206%2026.78%206%208c0-1.1.9-2%202-2h7c1.1%200%202%20.9%202%202c0%202.5.4%204.9%201.14%207.14c.22.7.06%201.48-.5%202.04z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.24%2021.58c2.88%205.66%207.52%2010.28%2013.18%2013.18l4.4-4.4c.54-.54%201.34-.72%202.04-.48c2.24.74%204.66%201.14%207.14%201.14c1.1%200%202%20.9%202%202V40c0%201.1-.9%202-2%202C21.22%2042%206%2026.78%206%208c0-1.1.9-2%202-2h7c1.1%200%202%20.9%202%202c0%202.5.4%204.9%201.14%207.14c.22.7.06%201.48-.5%202.04z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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