phone-enabled from Material Symbols Light by Google · Regular · Communicate · Apache-2.0 Free for personal and commercial use.

Name
phone-enabled
Set
Material Symbols Light
Style
Regular
Category
Communicate
Viewbox
24×24
License
Apache 2.0
Aliases
phone-enabled-rounded

3 other variants in Material Symbols Light

The same icon in other sets

More communicate icons from Material Symbols Light

Use the phone enabled icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.07 20q-.45 0-.76-.3T4 18.95v-2.434q0-.402.254-.713t.662-.41l2.103-.432q.37-.05.674.034t.55.347l2.138 2.177q1.2-.665 2.204-1.414q1.004-.75 1.875-1.62q.844-.858 1.589-1.817t1.36-2.076l-2.193-2.046q-.239-.2-.333-.513t-.025-.733l.496-2.385q.108-.402.412-.658q.303-.257.711-.257h2.473q.45 0 .75.31t.3.76q0 2.528-1.266 5.174t-3.536 4.935q-2.289 2.288-4.944 3.555Q7.598 20 5.069 20"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightPhoneEnabled(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="M5.07 20q-.45 0-.76-.3T4 18.95v-2.434q0-.402.254-.713t.662-.41l2.103-.432q.37-.05.674.034t.55.347l2.138 2.177q1.2-.665 2.204-1.414q1.004-.75 1.875-1.62q.844-.858 1.589-1.817t1.36-2.076l-2.193-2.046q-.239-.2-.333-.513t-.025-.733l.496-2.385q.108-.402.412-.658q.303-.257.711-.257h2.473q.45 0 .75.31t.3.76q0 2.528-1.266 5.174t-3.536 4.935q-2.289 2.288-4.944 3.555Q7.598 20 5.069 20"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.07 20q-.45 0-.76-.3T4 18.95v-2.434q0-.402.254-.713t.662-.41l2.103-.432q.37-.05.674.034t.55.347l2.138 2.177q1.2-.665 2.204-1.414q1.004-.75 1.875-1.62q.844-.858 1.589-1.817t1.36-2.076l-2.193-2.046q-.239-.2-.333-.513t-.025-.733l.496-2.385q.108-.402.412-.658q.303-.257.711-.257h2.473q.45 0 .75.31t.3.76q0 2.528-1.266 5.174t-3.536 4.935q-2.289 2.288-4.944 3.555Q7.598 20 5.069 20"/></svg>
</template>

CSS

.icon-phone-enabled {
  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%22M5.07%2020q-.45%200-.76-.3T4%2018.95v-2.434q0-.402.254-.713t.662-.41l2.103-.432q.37-.05.674.034t.55.347l2.138%202.177q1.2-.665%202.204-1.414q1.004-.75%201.875-1.62q.844-.858%201.589-1.817t1.36-2.076l-2.193-2.046q-.239-.2-.333-.513t-.025-.733l.496-2.385q.108-.402.412-.658q.303-.257.711-.257h2.473q.45%200%20.75.31t.3.76q0%202.528-1.266%205.174t-3.536%204.935q-2.289%202.288-4.944%203.555Q7.598%2020%205.069%2020%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%22M5.07%2020q-.45%200-.76-.3T4%2018.95v-2.434q0-.402.254-.713t.662-.41l2.103-.432q.37-.05.674.034t.55.347l2.138%202.177q1.2-.665%202.204-1.414q1.004-.75%201.875-1.62q.844-.858%201.589-1.817t1.36-2.076l-2.193-2.046q-.239-.2-.333-.513t-.025-.733l.496-2.385q.108-.402.412-.658q.303-.257.711-.257h2.473q.45%200%20.75.31t.3.76q0%202.528-1.266%205.174t-3.536%204.935q-2.289%202.288-4.944%203.555Q7.598%2020%205.069%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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