sharp phonelink setup icon
sharp-phonelink-setup from Google Material Icons by Material Design Authors · Baseline · Communication · Apache-2.0 Free for personal and commercial use.
- Name
- sharp-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 sharp 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 1v5h2V4h10v16H9v-2H7v5h14V1zm2.5 14.5c.29-.12.55-.29.8-.48l-.02.03l1.41.55l1.27-2.2l-1.18-.95l-.02.03c.02-.16.05-.32.05-.48s-.03-.32-.05-.48l.02.03l1.18-.95l-1.26-2.2l-1.41.55l.02.03c-.26-.19-.52-.36-.81-.48L9.27 7H6.73L6.5 8.5c-.29.12-.55.29-.8.48l.02-.03L4.3 8.4l-1.27 2.2l1.18.95l.02-.03c-.01.16-.04.32-.04.48s.03.32.05.48l-.02-.03l-1.18.95l1.27 2.2l1.41-.55l-.02-.03c.25.19.51.36.8.48l.23 1.5h2.54zM6 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 IcSharpPhonelinkSetup(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 1v5h2V4h10v16H9v-2H7v5h14V1zm2.5 14.5c.29-.12.55-.29.8-.48l-.02.03l1.41.55l1.27-2.2l-1.18-.95l-.02.03c.02-.16.05-.32.05-.48s-.03-.32-.05-.48l.02.03l1.18-.95l-1.26-2.2l-1.41.55l.02.03c-.26-.19-.52-.36-.81-.48L9.27 7H6.73L6.5 8.5c-.29.12-.55.29-.8.48l.02-.03L4.3 8.4l-1.27 2.2l1.18.95l.02-.03c-.01.16-.04.32-.04.48s.03.32.05.48l-.02-.03l-1.18.95l1.27 2.2l1.41-.55l-.02-.03c.25.19.51.36.8.48l.23 1.5h2.54zM6 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 1v5h2V4h10v16H9v-2H7v5h14V1zm2.5 14.5c.29-.12.55-.29.8-.48l-.02.03l1.41.55l1.27-2.2l-1.18-.95l-.02.03c.02-.16.05-.32.05-.48s-.03-.32-.05-.48l.02.03l1.18-.95l-1.26-2.2l-1.41.55l.02.03c-.26-.19-.52-.36-.81-.48L9.27 7H6.73L6.5 8.5c-.29.12-.55.29-.8.48l.02-.03L4.3 8.4l-1.27 2.2l1.18.95l.02-.03c-.01.16-.04.32-.04.48s.03.32.05.48l-.02-.03l-1.18.95l1.27 2.2l1.41-.55l-.02-.03c.25.19.51.36.8.48l.23 1.5h2.54zM6 12c0-1.1.9-2 2-2s2 .9 2 2s-.9 2-2 2s-2-.9-2-2"/></svg> </template>
CSS
.icon-sharp-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%201v5h2V4h10v16H9v-2H7v5h14V1zm2.5%2014.5c.29-.12.55-.29.8-.48l-.02.03l1.41.55l1.27-2.2l-1.18-.95l-.02.03c.02-.16.05-.32.05-.48s-.03-.32-.05-.48l.02.03l1.18-.95l-1.26-2.2l-1.41.55l.02.03c-.26-.19-.52-.36-.81-.48L9.27%207H6.73L6.5%208.5c-.29.12-.55.29-.8.48l.02-.03L4.3%208.4l-1.27%202.2l1.18.95l.02-.03c-.01.16-.04.32-.04.48s.03.32.05.48l-.02-.03l-1.18.95l1.27%202.2l1.41-.55l-.02-.03c.25.19.51.36.8.48l.23%201.5h2.54zM6%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%201v5h2V4h10v16H9v-2H7v5h14V1zm2.5%2014.5c.29-.12.55-.29.8-.48l-.02.03l1.41.55l1.27-2.2l-1.18-.95l-.02.03c.02-.16.05-.32.05-.48s-.03-.32-.05-.48l.02.03l1.18-.95l-1.26-2.2l-1.41.55l.02.03c-.26-.19-.52-.36-.81-.48L9.27%207H6.73L6.5%208.5c-.29.12-.55.29-.8.48l.02-.03L4.3%208.4l-1.27%202.2l1.18.95l.02-.03c-.01.16-.04.32-.04.48s.03.32.05.48l-.02-.03l-1.18.95l1.27%202.2l1.41-.55l-.02-.03c.25.19.51.36.8.48l.23%201.5h2.54zM6%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/sharp-phonelink-setup.svg?color=%231a73e8&size=48