phonelink setup icon
phonelink-setup-rounded from Material Symbols Light by Google · Rounded · Apache-2.0 Free for personal and commercial use.
- Name
- phonelink-setup-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Viewbox
- 24×24
- License
- Apache 2.0
4 other variants in Material Symbols Light
The same icon in other sets
Related icons in Material Symbols Light
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.927 14.327q-.392-.075-.667-.24t-.483-.41l-.385.19q-.136.075-.292.023q-.156-.053-.236-.19l-.127-.225q-.081-.136-.053-.283t.158-.232l.362-.264q-.127-.373-.127-.702t.127-.702l-.356-.263q-.13-.106-.158-.255t.052-.285l.133-.22q.08-.13.227-.174q.146-.043.283.032l.392.185q.208-.24.483-.402t.667-.237l.042-.454q.025-.161.134-.267t.27-.106h.254q.162 0 .27.106t.134.267l.042.454q.393.075.668.237t.482.402l.373-.185q.137-.075.293-.022t.236.184l.133.219q.08.136.053.285q-.028.15-.159.236l-.356.263q.127.374.127.702t-.127.702l.362.264q.13.106.158.252t-.052.282l-.127.225q-.081.137-.227.18t-.283-.032l-.404-.19q-.207.246-.482.41t-.668.24l-.042.454q-.025.161-.134.267q-.108.106-.27.106h-.254q-.161 0-.27-.106t-.134-.267zm.573-.789q.65 0 1.094-.444T19.038 12t-.444-1.094t-1.094-.444t-1.094.444T15.962 12t.444 1.094t1.094.444M7.616 22q-.672 0-1.144-.472T6 20.385V3.615q0-.67.472-1.143Q6.944 2 7.616 2h8.769q.67 0 1.143.472q.472.472.472 1.144v2.807q0 .214-.143.357t-.357.143t-.357-.143T17 6.423V5.5H7v13h10v-.923q0-.214.143-.357t.357-.143t.357.143t.143.357v2.807q0 .672-.472 1.144T16.385 22z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPhonelinkSetupRounded(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.927 14.327q-.392-.075-.667-.24t-.483-.41l-.385.19q-.136.075-.292.023q-.156-.053-.236-.19l-.127-.225q-.081-.136-.053-.283t.158-.232l.362-.264q-.127-.373-.127-.702t.127-.702l-.356-.263q-.13-.106-.158-.255t.052-.285l.133-.22q.08-.13.227-.174q.146-.043.283.032l.392.185q.208-.24.483-.402t.667-.237l.042-.454q.025-.161.134-.267t.27-.106h.254q.162 0 .27.106t.134.267l.042.454q.393.075.668.237t.482.402l.373-.185q.137-.075.293-.022t.236.184l.133.219q.08.136.053.285q-.028.15-.159.236l-.356.263q.127.374.127.702t-.127.702l.362.264q.13.106.158.252t-.052.282l-.127.225q-.081.137-.227.18t-.283-.032l-.404-.19q-.207.246-.482.41t-.668.24l-.042.454q-.025.161-.134.267q-.108.106-.27.106h-.254q-.161 0-.27-.106t-.134-.267zm.573-.789q.65 0 1.094-.444T19.038 12t-.444-1.094t-1.094-.444t-1.094.444T15.962 12t.444 1.094t1.094.444M7.616 22q-.672 0-1.144-.472T6 20.385V3.615q0-.67.472-1.143Q6.944 2 7.616 2h8.769q.67 0 1.143.472q.472.472.472 1.144v2.807q0 .214-.143.357t-.357.143t-.357-.143T17 6.423V5.5H7v13h10v-.923q0-.214.143-.357t.357-.143t.357.143t.143.357v2.807q0 .672-.472 1.144T16.385 22z"/></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.927 14.327q-.392-.075-.667-.24t-.483-.41l-.385.19q-.136.075-.292.023q-.156-.053-.236-.19l-.127-.225q-.081-.136-.053-.283t.158-.232l.362-.264q-.127-.373-.127-.702t.127-.702l-.356-.263q-.13-.106-.158-.255t.052-.285l.133-.22q.08-.13.227-.174q.146-.043.283.032l.392.185q.208-.24.483-.402t.667-.237l.042-.454q.025-.161.134-.267t.27-.106h.254q.162 0 .27.106t.134.267l.042.454q.393.075.668.237t.482.402l.373-.185q.137-.075.293-.022t.236.184l.133.219q.08.136.053.285q-.028.15-.159.236l-.356.263q.127.374.127.702t-.127.702l.362.264q.13.106.158.252t-.052.282l-.127.225q-.081.137-.227.18t-.283-.032l-.404-.19q-.207.246-.482.41t-.668.24l-.042.454q-.025.161-.134.267q-.108.106-.27.106h-.254q-.161 0-.27-.106t-.134-.267zm.573-.789q.65 0 1.094-.444T19.038 12t-.444-1.094t-1.094-.444t-1.094.444T15.962 12t.444 1.094t1.094.444M7.616 22q-.672 0-1.144-.472T6 20.385V3.615q0-.67.472-1.143Q6.944 2 7.616 2h8.769q.67 0 1.143.472q.472.472.472 1.144v2.807q0 .214-.143.357t-.357.143t-.357-.143T17 6.423V5.5H7v13h10v-.923q0-.214.143-.357t.357-.143t.357.143t.143.357v2.807q0 .672-.472 1.144T16.385 22z"/></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.927%2014.327q-.392-.075-.667-.24t-.483-.41l-.385.19q-.136.075-.292.023q-.156-.053-.236-.19l-.127-.225q-.081-.136-.053-.283t.158-.232l.362-.264q-.127-.373-.127-.702t.127-.702l-.356-.263q-.13-.106-.158-.255t.052-.285l.133-.22q.08-.13.227-.174q.146-.043.283.032l.392.185q.208-.24.483-.402t.667-.237l.042-.454q.025-.161.134-.267t.27-.106h.254q.162%200%20.27.106t.134.267l.042.454q.393.075.668.237t.482.402l.373-.185q.137-.075.293-.022t.236.184l.133.219q.08.136.053.285q-.028.15-.159.236l-.356.263q.127.374.127.702t-.127.702l.362.264q.13.106.158.252t-.052.282l-.127.225q-.081.137-.227.18t-.283-.032l-.404-.19q-.207.246-.482.41t-.668.24l-.042.454q-.025.161-.134.267q-.108.106-.27.106h-.254q-.161%200-.27-.106t-.134-.267zm.573-.789q.65%200%201.094-.444T19.038%2012t-.444-1.094t-1.094-.444t-1.094.444T15.962%2012t.444%201.094t1.094.444M7.616%2022q-.672%200-1.144-.472T6%2020.385V3.615q0-.67.472-1.143Q6.944%202%207.616%202h8.769q.67%200%201.143.472q.472.472.472%201.144v2.807q0%20.214-.143.357t-.357.143t-.357-.143T17%206.423V5.5H7v13h10v-.923q0-.214.143-.357t.357-.143t.357.143t.143.357v2.807q0%20.672-.472%201.144T16.385%2022z%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.927%2014.327q-.392-.075-.667-.24t-.483-.41l-.385.19q-.136.075-.292.023q-.156-.053-.236-.19l-.127-.225q-.081-.136-.053-.283t.158-.232l.362-.264q-.127-.373-.127-.702t.127-.702l-.356-.263q-.13-.106-.158-.255t.052-.285l.133-.22q.08-.13.227-.174q.146-.043.283.032l.392.185q.208-.24.483-.402t.667-.237l.042-.454q.025-.161.134-.267t.27-.106h.254q.162%200%20.27.106t.134.267l.042.454q.393.075.668.237t.482.402l.373-.185q.137-.075.293-.022t.236.184l.133.219q.08.136.053.285q-.028.15-.159.236l-.356.263q.127.374.127.702t-.127.702l.362.264q.13.106.158.252t-.052.282l-.127.225q-.081.137-.227.18t-.283-.032l-.404-.19q-.207.246-.482.41t-.668.24l-.042.454q-.025.161-.134.267q-.108.106-.27.106h-.254q-.161%200-.27-.106t-.134-.267zm.573-.789q.65%200%201.094-.444T19.038%2012t-.444-1.094t-1.094-.444t-1.094.444T15.962%2012t.444%201.094t1.094.444M7.616%2022q-.672%200-1.144-.472T6%2020.385V3.615q0-.67.472-1.143Q6.944%202%207.616%202h8.769q.67%200%201.143.472q.472.472.472%201.144v2.807q0%20.214-.143.357t-.357.143t-.357-.143T17%206.423V5.5H7v13h10v-.923q0-.214.143-.357t.357-.143t.357.143t.143.357v2.807q0%20.672-.472%201.144T16.385%2022z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/phonelink-setup-rounded.svg?color=%231a73e8&size=48