outline phonelink setup icon
outline-phonelink-setup from Google Material Icons by Material Design Authors · Baseline · Communication · Apache-2.0 Free for personal and commercial use.
- Name
- outline-phonelink-setup
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Communication
- Viewbox
- 24×24
- License
- Apache 2.0
More communication icons from Google Material Icons
baseline-3pbaseline-add-ic-callbaseline-alternate-emailbaseline-app-registrationbaseline-businessbaseline-callbaseline-call-endbaseline-call-madebaseline-call-mergebaseline-call-missedbaseline-call-missed-outgoingbaseline-call-receivedbaseline-call-splitbaseline-cancel-presentationbaseline-cell-towerbaseline-cell-wifibaseline-chatbaseline-chat-bubblebaseline-clear-allbaseline-co-presentbaseline-commentbaseline-comments-disabledbaseline-contact-emergencybaseline-contact-mail
Use the outline phonelink setup icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 3v3h2V4h10v16H9v-2H7v3c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2H9c-1.1 0-2 .9-2 2m2.5 12.5c.29-.12.55-.29.8-.48l-.02.03l1.01.39c.23.09.49 0 .61-.22l.84-1.46c.12-.21.07-.49-.12-.64l-.85-.68l-.02.03c.02-.16.05-.32.05-.48s-.03-.32-.05-.48l.02.03l.85-.68c.19-.15.24-.43.12-.64l-.84-1.46a.5.5 0 0 0-.61-.22l-1.01.39l.02.03c-.25-.17-.51-.34-.8-.46l-.17-1.08A.49.49 0 0 0 8.84 7H7.16c-.25 0-.46.18-.49.42L6.5 8.5c-.29.12-.55.29-.8.48l.02-.03l-1.02-.39c-.23-.09-.49 0-.61.22l-.84 1.46c-.12.21-.07.49.12.64l.85.68l.02-.03c-.02.15-.05.31-.05.47s.03.32.05.48l-.02-.03l-.85.68c-.19.15-.24.43-.12.64l.84 1.46c.12.21.38.31.61.22l1.01-.39l-.01-.04c.25.19.51.36.8.48l.17 1.07c.03.25.24.43.49.43h1.68c.25 0 .46-.18.49-.42zM6 12c0-1.1.9-2 2-2s2 .9 2 2s-.9 2-2 2s-2-.9-2-2"/></svg>
React
import type { SVGProps } from "react";
export function IcOutlinePhonelinkSetup(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="M7 3v3h2V4h10v16H9v-2H7v3c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2H9c-1.1 0-2 .9-2 2m2.5 12.5c.29-.12.55-.29.8-.48l-.02.03l1.01.39c.23.09.49 0 .61-.22l.84-1.46c.12-.21.07-.49-.12-.64l-.85-.68l-.02.03c.02-.16.05-.32.05-.48s-.03-.32-.05-.48l.02.03l.85-.68c.19-.15.24-.43.12-.64l-.84-1.46a.5.5 0 0 0-.61-.22l-1.01.39l.02.03c-.25-.17-.51-.34-.8-.46l-.17-1.08A.49.49 0 0 0 8.84 7H7.16c-.25 0-.46.18-.49.42L6.5 8.5c-.29.12-.55.29-.8.48l.02-.03l-1.02-.39c-.23-.09-.49 0-.61.22l-.84 1.46c-.12.21-.07.49.12.64l.85.68l.02-.03c-.02.15-.05.31-.05.47s.03.32.05.48l-.02-.03l-.85.68c-.19.15-.24.43-.12.64l.84 1.46c.12.21.38.31.61.22l1.01-.39l-.01-.04c.25.19.51.36.8.48l.17 1.07c.03.25.24.43.49.43h1.68c.25 0 .46-.18.49-.42zM6 12c0-1.1.9-2 2-2s2 .9 2 2s-.9 2-2 2s-2-.9-2-2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7 3v3h2V4h10v16H9v-2H7v3c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2H9c-1.1 0-2 .9-2 2m2.5 12.5c.29-.12.55-.29.8-.48l-.02.03l1.01.39c.23.09.49 0 .61-.22l.84-1.46c.12-.21.07-.49-.12-.64l-.85-.68l-.02.03c.02-.16.05-.32.05-.48s-.03-.32-.05-.48l.02.03l.85-.68c.19-.15.24-.43.12-.64l-.84-1.46a.5.5 0 0 0-.61-.22l-1.01.39l.02.03c-.25-.17-.51-.34-.8-.46l-.17-1.08A.49.49 0 0 0 8.84 7H7.16c-.25 0-.46.18-.49.42L6.5 8.5c-.29.12-.55.29-.8.48l.02-.03l-1.02-.39c-.23-.09-.49 0-.61.22l-.84 1.46c-.12.21-.07.49.12.64l.85.68l.02-.03c-.02.15-.05.31-.05.47s.03.32.05.48l-.02-.03l-.85.68c-.19.15-.24.43-.12.64l.84 1.46c.12.21.38.31.61.22l1.01-.39l-.01-.04c.25.19.51.36.8.48l.17 1.07c.03.25.24.43.49.43h1.68c.25 0 .46-.18.49-.42zM6 12c0-1.1.9-2 2-2s2 .9 2 2s-.9 2-2 2s-2-.9-2-2"/></svg> </template>
CSS
.icon-outline-phonelink-setup {
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%22M7%203v3h2V4h10v16H9v-2H7v3c0%201.1.9%202%202%202h10c1.1%200%202-.9%202-2V3c0-1.1-.9-2-2-2H9c-1.1%200-2%20.9-2%202m2.5%2012.5c.29-.12.55-.29.8-.48l-.02.03l1.01.39c.23.09.49%200%20.61-.22l.84-1.46c.12-.21.07-.49-.12-.64l-.85-.68l-.02.03c.02-.16.05-.32.05-.48s-.03-.32-.05-.48l.02.03l.85-.68c.19-.15.24-.43.12-.64l-.84-1.46a.5.5%200%200%200-.61-.22l-1.01.39l.02.03c-.25-.17-.51-.34-.8-.46l-.17-1.08A.49.49%200%200%200%208.84%207H7.16c-.25%200-.46.18-.49.42L6.5%208.5c-.29.12-.55.29-.8.48l.02-.03l-1.02-.39c-.23-.09-.49%200-.61.22l-.84%201.46c-.12.21-.07.49.12.64l.85.68l.02-.03c-.02.15-.05.31-.05.47s.03.32.05.48l-.02-.03l-.85.68c-.19.15-.24.43-.12.64l.84%201.46c.12.21.38.31.61.22l1.01-.39l-.01-.04c.25.19.51.36.8.48l.17%201.07c.03.25.24.43.49.43h1.68c.25%200%20.46-.18.49-.42zM6%2012c0-1.1.9-2%202-2s2%20.9%202%202s-.9%202-2%202s-2-.9-2-2%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%22M7%203v3h2V4h10v16H9v-2H7v3c0%201.1.9%202%202%202h10c1.1%200%202-.9%202-2V3c0-1.1-.9-2-2-2H9c-1.1%200-2%20.9-2%202m2.5%2012.5c.29-.12.55-.29.8-.48l-.02.03l1.01.39c.23.09.49%200%20.61-.22l.84-1.46c.12-.21.07-.49-.12-.64l-.85-.68l-.02.03c.02-.16.05-.32.05-.48s-.03-.32-.05-.48l.02.03l.85-.68c.19-.15.24-.43.12-.64l-.84-1.46a.5.5%200%200%200-.61-.22l-1.01.39l.02.03c-.25-.17-.51-.34-.8-.46l-.17-1.08A.49.49%200%200%200%208.84%207H7.16c-.25%200-.46.18-.49.42L6.5%208.5c-.29.12-.55.29-.8.48l.02-.03l-1.02-.39c-.23-.09-.49%200-.61.22l-.84%201.46c-.12.21-.07.49.12.64l.85.68l.02-.03c-.02.15-.05.31-.05.47s.03.32.05.48l-.02-.03l-.85.68c-.19.15-.24.43-.12.64l.84%201.46c.12.21.38.31.61.22l1.01-.39l-.01-.04c.25.19.51.36.8.48l.17%201.07c.03.25.24.43.49.43h1.68c.25%200%20.46-.18.49-.42zM6%2012c0-1.1.9-2%202-2s2%20.9%202%202s-.9%202-2%202s-2-.9-2-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/outline-phonelink-setup.svg?color=%231a73e8&size=48