phone enabled icon
phone-enabled-outline from Material Symbols by Google · Outline · Communicate · Apache-2.0 Free for personal and commercial use.
- Name
- phone-enabled-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Communicate
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- phone-enabled-outline-rounded
3 other variants in Material Symbols
The same icon in other sets
More communicate icons from Material Symbols
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="M4.05 21q-.45 0-.75-.3t-.3-.75V15.9q0-.325.225-.587t.575-.363l3.45-.7q.35-.05.713.063t.587.337L10.9 17q.95-.55 1.8-1.213t1.625-1.437q.825-.8 1.513-1.662t1.187-1.788L14.6 8.45q-.2-.2-.275-.475T14.3 7.3l.65-3.5q.05-.325.325-.562T15.9 3h4.05q.45 0 .75.3t.3.75q0 3.125-1.362 6.175t-3.863 5.55t-5.55 3.863T4.05 21m13.9-12q.425-.975.65-1.975T18.95 5h-2.2l-.45 2.35zM9 17.9l-1.65-1.65l-2.35.5v2.2q1.025-.075 2.025-.35T9 17.9m0 0"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsPhoneEnabledOutline(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="M4.05 21q-.45 0-.75-.3t-.3-.75V15.9q0-.325.225-.587t.575-.363l3.45-.7q.35-.05.713.063t.587.337L10.9 17q.95-.55 1.8-1.213t1.625-1.437q.825-.8 1.513-1.662t1.187-1.788L14.6 8.45q-.2-.2-.275-.475T14.3 7.3l.65-3.5q.05-.325.325-.562T15.9 3h4.05q.45 0 .75.3t.3.75q0 3.125-1.362 6.175t-3.863 5.55t-5.55 3.863T4.05 21m13.9-12q.425-.975.65-1.975T18.95 5h-2.2l-.45 2.35zM9 17.9l-1.65-1.65l-2.35.5v2.2q1.025-.075 2.025-.35T9 17.9m0 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="M4.05 21q-.45 0-.75-.3t-.3-.75V15.9q0-.325.225-.587t.575-.363l3.45-.7q.35-.05.713.063t.587.337L10.9 17q.95-.55 1.8-1.213t1.625-1.437q.825-.8 1.513-1.662t1.187-1.788L14.6 8.45q-.2-.2-.275-.475T14.3 7.3l.65-3.5q.05-.325.325-.562T15.9 3h4.05q.45 0 .75.3t.3.75q0 3.125-1.362 6.175t-3.863 5.55t-5.55 3.863T4.05 21m13.9-12q.425-.975.65-1.975T18.95 5h-2.2l-.45 2.35zM9 17.9l-1.65-1.65l-2.35.5v2.2q1.025-.075 2.025-.35T9 17.9m0 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%22M4.05%2021q-.45%200-.75-.3t-.3-.75V15.9q0-.325.225-.587t.575-.363l3.45-.7q.35-.05.713.063t.587.337L10.9%2017q.95-.55%201.8-1.213t1.625-1.437q.825-.8%201.513-1.662t1.187-1.788L14.6%208.45q-.2-.2-.275-.475T14.3%207.3l.65-3.5q.05-.325.325-.562T15.9%203h4.05q.45%200%20.75.3t.3.75q0%203.125-1.362%206.175t-3.863%205.55t-5.55%203.863T4.05%2021m13.9-12q.425-.975.65-1.975T18.95%205h-2.2l-.45%202.35zM9%2017.9l-1.65-1.65l-2.35.5v2.2q1.025-.075%202.025-.35T9%2017.9m0%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%22M4.05%2021q-.45%200-.75-.3t-.3-.75V15.9q0-.325.225-.587t.575-.363l3.45-.7q.35-.05.713.063t.587.337L10.9%2017q.95-.55%201.8-1.213t1.625-1.437q.825-.8%201.513-1.662t1.187-1.788L14.6%208.45q-.2-.2-.275-.475T14.3%207.3l.65-3.5q.05-.325.325-.562T15.9%203h4.05q.45%200%20.75.3t.3.75q0%203.125-1.362%206.175t-3.863%205.55t-5.55%203.863T4.05%2021m13.9-12q.425-.975.65-1.975T18.95%205h-2.2l-.45%202.35zM9%2017.9l-1.65-1.65l-2.35.5v2.2q1.025-.075%202.025-.35T9%2017.9m0%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/phone-enabled-outline.svg?color=%231a73e8&size=48