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

Name
phone-enabled-outline
Set
Material Symbols Light
Style
Outline
Category
Communicate
Viewbox
24×24
License
Apache 2.0
Aliases
phone-enabled-outline-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-.459 0-.765-.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.306t.3.763q0 2.529-1.266 5.175t-3.546 4.935t-4.934 3.555T5.069 20M17.873 9.654q.502-1.129.794-2.244t.322-2.14q0-.116-.077-.193T18.719 5h-2.046q-.154 0-.25.077t-.134.23l-.45 2.12q-.039.115-.01.25t.125.212zm-8.45 8.323l-1.88-1.92q-.097-.095-.184-.124q-.086-.03-.201.01l-1.85.384q-.154.038-.231.134q-.077.097-.077.25v2.008q0 .115.077.192t.192.077q.852-.017 1.996-.263t2.158-.748m0 0"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightPhoneEnabledOutline(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-.459 0-.765-.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.306t.3.763q0 2.529-1.266 5.175t-3.546 4.935t-4.934 3.555T5.069 20M17.873 9.654q.502-1.129.794-2.244t.322-2.14q0-.116-.077-.193T18.719 5h-2.046q-.154 0-.25.077t-.134.23l-.45 2.12q-.039.115-.01.25t.125.212zm-8.45 8.323l-1.88-1.92q-.097-.095-.184-.124q-.086-.03-.201.01l-1.85.384q-.154.038-.231.134q-.077.097-.077.25v2.008q0 .115.077.192t.192.077q.852-.017 1.996-.263t2.158-.748m0 0"/></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-.459 0-.765-.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.306t.3.763q0 2.529-1.266 5.175t-3.546 4.935t-4.934 3.555T5.069 20M17.873 9.654q.502-1.129.794-2.244t.322-2.14q0-.116-.077-.193T18.719 5h-2.046q-.154 0-.25.077t-.134.23l-.45 2.12q-.039.115-.01.25t.125.212zm-8.45 8.323l-1.88-1.92q-.097-.095-.184-.124q-.086-.03-.201.01l-1.85.384q-.154.038-.231.134q-.077.097-.077.25v2.008q0 .115.077.192t.192.077q.852-.017 1.996-.263t2.158-.748m0 0"/></svg>
</template>

CSS

.icon-phone-enabled-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%22M5.07%2020q-.459%200-.765-.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.306t.3.763q0%202.529-1.266%205.175t-3.546%204.935t-4.934%203.555T5.069%2020M17.873%209.654q.502-1.129.794-2.244t.322-2.14q0-.116-.077-.193T18.719%205h-2.046q-.154%200-.25.077t-.134.23l-.45%202.12q-.039.115-.01.25t.125.212zm-8.45%208.323l-1.88-1.92q-.097-.095-.184-.124q-.086-.03-.201.01l-1.85.384q-.154.038-.231.134q-.077.097-.077.25v2.008q0%20.115.077.192t.192.077q.852-.017%201.996-.263t2.158-.748m0%200%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-.459%200-.765-.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.306t.3.763q0%202.529-1.266%205.175t-3.546%204.935t-4.934%203.555T5.069%2020M17.873%209.654q.502-1.129.794-2.244t.322-2.14q0-.116-.077-.193T18.719%205h-2.046q-.154%200-.25.077t-.134.23l-.45%202.12q-.039.115-.01.25t.125.212zm-8.45%208.323l-1.88-1.92q-.097-.095-.184-.124q-.086-.03-.201.01l-1.85.384q-.154.038-.231.134q-.077.097-.077.25v2.008q0%20.115.077.192t.192.077q.852-.017%201.996-.263t2.158-.748m0%200%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-outline.svg?color=%231a73e8&size=48