phonelink setup icon
phonelink-setup-rounded from Material Symbols by Google · Rounded · Apache-2.0 Free for personal and commercial use.
- Name
- phonelink-setup-rounded
- Set
- Material Symbols
- Style
- Rounded
- Viewbox
- 24×24
- License
- Apache 2.0
4 other variants in Material Symbols
The same icon in other sets
Related icons in Material Symbols
Use the 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="M16.85 14.75q-.2-.075-.35-.162t-.3-.238l-.75.325q-.175.075-.35.012t-.275-.237l-.55-.975q-.1-.175-.063-.35t.188-.3l.65-.475q-.05-.2-.05-.375t.05-.375l-.625-.475q-.15-.125-.188-.313t.063-.362l.575-.95q.1-.15.275-.212t.35.012l.7.3q.15-.125.3-.2t.35-.15l.1-.8q.025-.2.163-.325T17.45 8h1.1q.2 0 .338.125t.162.325l.1.8q.2.075.35.15t.3.2l.7-.3q.175-.075.35-.012t.275.212l.575.95q.1.175.063.363t-.188.312l-.625.475q.05.2.05.375t-.05.375l.65.475q.15.125.188.3t-.063.35l-.55.975q-.1.175-.275.238t-.35-.013l-.75-.325q-.15.15-.3.238t-.35.162l-.1.8q-.025.2-.163.325T18.55 16h-1.1q-.2 0-.338-.125t-.162-.325zM18 13.5q.65 0 1.075-.425T19.5 12t-.425-1.075T18 10.5t-1.075.425T16.5 12t.425 1.075T18 13.5M7 23q-.825 0-1.412-.587T5 21V3q0-.825.588-1.412T7 1h10q.825 0 1.413.588T19 3v3q0 .425-.288.713T18 7t-.712-.288T17 6H7v12h10q0-.425.288-.712T18 17t.713.288T19 18v3q0 .825-.587 1.413T17 23z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsPhonelinkSetupRounded(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="M16.85 14.75q-.2-.075-.35-.162t-.3-.238l-.75.325q-.175.075-.35.012t-.275-.237l-.55-.975q-.1-.175-.063-.35t.188-.3l.65-.475q-.05-.2-.05-.375t.05-.375l-.625-.475q-.15-.125-.188-.313t.063-.362l.575-.95q.1-.15.275-.212t.35.012l.7.3q.15-.125.3-.2t.35-.15l.1-.8q.025-.2.163-.325T17.45 8h1.1q.2 0 .338.125t.162.325l.1.8q.2.075.35.15t.3.2l.7-.3q.175-.075.35-.012t.275.212l.575.95q.1.175.063.363t-.188.312l-.625.475q.05.2.05.375t-.05.375l.65.475q.15.125.188.3t-.063.35l-.55.975q-.1.175-.275.238t-.35-.013l-.75-.325q-.15.15-.3.238t-.35.162l-.1.8q-.025.2-.163.325T18.55 16h-1.1q-.2 0-.338-.125t-.162-.325zM18 13.5q.65 0 1.075-.425T19.5 12t-.425-1.075T18 10.5t-1.075.425T16.5 12t.425 1.075T18 13.5M7 23q-.825 0-1.412-.587T5 21V3q0-.825.588-1.412T7 1h10q.825 0 1.413.588T19 3v3q0 .425-.288.713T18 7t-.712-.288T17 6H7v12h10q0-.425.288-.712T18 17t.713.288T19 18v3q0 .825-.587 1.413T17 23z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.85 14.75q-.2-.075-.35-.162t-.3-.238l-.75.325q-.175.075-.35.012t-.275-.237l-.55-.975q-.1-.175-.063-.35t.188-.3l.65-.475q-.05-.2-.05-.375t.05-.375l-.625-.475q-.15-.125-.188-.313t.063-.362l.575-.95q.1-.15.275-.212t.35.012l.7.3q.15-.125.3-.2t.35-.15l.1-.8q.025-.2.163-.325T17.45 8h1.1q.2 0 .338.125t.162.325l.1.8q.2.075.35.15t.3.2l.7-.3q.175-.075.35-.012t.275.212l.575.95q.1.175.063.363t-.188.312l-.625.475q.05.2.05.375t-.05.375l.65.475q.15.125.188.3t-.063.35l-.55.975q-.1.175-.275.238t-.35-.013l-.75-.325q-.15.15-.3.238t-.35.162l-.1.8q-.025.2-.163.325T18.55 16h-1.1q-.2 0-.338-.125t-.162-.325zM18 13.5q.65 0 1.075-.425T19.5 12t-.425-1.075T18 10.5t-1.075.425T16.5 12t.425 1.075T18 13.5M7 23q-.825 0-1.412-.587T5 21V3q0-.825.588-1.412T7 1h10q.825 0 1.413.588T19 3v3q0 .425-.288.713T18 7t-.712-.288T17 6H7v12h10q0-.425.288-.712T18 17t.713.288T19 18v3q0 .825-.587 1.413T17 23z"/></svg> </template>
CSS
.icon-phonelink-setup-rounded {
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%22M16.85%2014.75q-.2-.075-.35-.162t-.3-.238l-.75.325q-.175.075-.35.012t-.275-.237l-.55-.975q-.1-.175-.063-.35t.188-.3l.65-.475q-.05-.2-.05-.375t.05-.375l-.625-.475q-.15-.125-.188-.313t.063-.362l.575-.95q.1-.15.275-.212t.35.012l.7.3q.15-.125.3-.2t.35-.15l.1-.8q.025-.2.163-.325T17.45%208h1.1q.2%200%20.338.125t.162.325l.1.8q.2.075.35.15t.3.2l.7-.3q.175-.075.35-.012t.275.212l.575.95q.1.175.063.363t-.188.312l-.625.475q.05.2.05.375t-.05.375l.65.475q.15.125.188.3t-.063.35l-.55.975q-.1.175-.275.238t-.35-.013l-.75-.325q-.15.15-.3.238t-.35.162l-.1.8q-.025.2-.163.325T18.55%2016h-1.1q-.2%200-.338-.125t-.162-.325zM18%2013.5q.65%200%201.075-.425T19.5%2012t-.425-1.075T18%2010.5t-1.075.425T16.5%2012t.425%201.075T18%2013.5M7%2023q-.825%200-1.412-.587T5%2021V3q0-.825.588-1.412T7%201h10q.825%200%201.413.588T19%203v3q0%20.425-.288.713T18%207t-.712-.288T17%206H7v12h10q0-.425.288-.712T18%2017t.713.288T19%2018v3q0%20.825-.587%201.413T17%2023z%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%22M16.85%2014.75q-.2-.075-.35-.162t-.3-.238l-.75.325q-.175.075-.35.012t-.275-.237l-.55-.975q-.1-.175-.063-.35t.188-.3l.65-.475q-.05-.2-.05-.375t.05-.375l-.625-.475q-.15-.125-.188-.313t.063-.362l.575-.95q.1-.15.275-.212t.35.012l.7.3q.15-.125.3-.2t.35-.15l.1-.8q.025-.2.163-.325T17.45%208h1.1q.2%200%20.338.125t.162.325l.1.8q.2.075.35.15t.3.2l.7-.3q.175-.075.35-.012t.275.212l.575.95q.1.175.063.363t-.188.312l-.625.475q.05.2.05.375t-.05.375l.65.475q.15.125.188.3t-.063.35l-.55.975q-.1.175-.275.238t-.35-.013l-.75-.325q-.15.15-.3.238t-.35.162l-.1.8q-.025.2-.163.325T18.55%2016h-1.1q-.2%200-.338-.125t-.162-.325zM18%2013.5q.65%200%201.075-.425T19.5%2012t-.425-1.075T18%2010.5t-1.075.425T16.5%2012t.425%201.075T18%2013.5M7%2023q-.825%200-1.412-.587T5%2021V3q0-.825.588-1.412T7%201h10q.825%200%201.413.588T19%203v3q0%20.425-.288.713T18%207t-.712-.288T17%206H7v12h10q0-.425.288-.712T18%2017t.713.288T19%2018v3q0%20.825-.587%201.413T17%2023z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/phonelink-setup-rounded.svg?color=%231a73e8&size=48