phone-link-setup-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
phone-link-setup-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the phone link setup icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.5 12q.44 0 .86.072l.174.716a2 2 0 0 0 2.413 1.475l.098-.026l.601-.179c.363.467.653.997.854 1.57l-.447.43a2 2 0 0 0-.17 2.7l.142.156l.475.457c-.2.574-.49 1.103-.853 1.57l-.602-.178a2 2 0 0 0-2.485 1.351l-.026.098l-.173.716a5.2 5.2 0 0 1-1.723 0l-.172-.716a2 2 0 0 0-2.413-1.475l-.098.026l-.602.178a5.6 5.6 0 0 1-.853-1.57l.447-.43a2 2 0 0 0 .17-2.698l-.142-.157l-.475-.457c.2-.574.49-1.103.853-1.57l.602.178a2 2 0 0 0 2.485-1.351l.026-.098l.172-.716Q17.06 12 17.5 12M13.75 2A2.25 2.25 0 0 1 16 4.25v6.924A6.5 6.5 0 0 0 11.02 18H8.75a.75.75 0 0 0-.102 1.493l.102.007h2.5l.062-.003A6.5 6.5 0 0 0 12.81 22H6.25A2.25 2.25 0 0 1 4 19.75V4.25A2.25 2.25 0 0 1 6.25 2zm3.75 14c-.8 0-1.45.672-1.45 1.5S16.7 19 17.5 19s1.45-.672 1.45-1.5S18.3 16 17.5 16"/></svg>

React

import type { SVGProps } from "react";

export function FluentPhoneLinkSetup24Filled(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="M17.5 12q.44 0 .86.072l.174.716a2 2 0 0 0 2.413 1.475l.098-.026l.601-.179c.363.467.653.997.854 1.57l-.447.43a2 2 0 0 0-.17 2.7l.142.156l.475.457c-.2.574-.49 1.103-.853 1.57l-.602-.178a2 2 0 0 0-2.485 1.351l-.026.098l-.173.716a5.2 5.2 0 0 1-1.723 0l-.172-.716a2 2 0 0 0-2.413-1.475l-.098.026l-.602.178a5.6 5.6 0 0 1-.853-1.57l.447-.43a2 2 0 0 0 .17-2.698l-.142-.157l-.475-.457c.2-.574.49-1.103.853-1.57l.602.178a2 2 0 0 0 2.485-1.351l.026-.098l.172-.716Q17.06 12 17.5 12M13.75 2A2.25 2.25 0 0 1 16 4.25v6.924A6.5 6.5 0 0 0 11.02 18H8.75a.75.75 0 0 0-.102 1.493l.102.007h2.5l.062-.003A6.5 6.5 0 0 0 12.81 22H6.25A2.25 2.25 0 0 1 4 19.75V4.25A2.25 2.25 0 0 1 6.25 2zm3.75 14c-.8 0-1.45.672-1.45 1.5S16.7 19 17.5 19s1.45-.672 1.45-1.5S18.3 16 17.5 16"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.5 12q.44 0 .86.072l.174.716a2 2 0 0 0 2.413 1.475l.098-.026l.601-.179c.363.467.653.997.854 1.57l-.447.43a2 2 0 0 0-.17 2.7l.142.156l.475.457c-.2.574-.49 1.103-.853 1.57l-.602-.178a2 2 0 0 0-2.485 1.351l-.026.098l-.173.716a5.2 5.2 0 0 1-1.723 0l-.172-.716a2 2 0 0 0-2.413-1.475l-.098.026l-.602.178a5.6 5.6 0 0 1-.853-1.57l.447-.43a2 2 0 0 0 .17-2.698l-.142-.157l-.475-.457c.2-.574.49-1.103.853-1.57l.602.178a2 2 0 0 0 2.485-1.351l.026-.098l.172-.716Q17.06 12 17.5 12M13.75 2A2.25 2.25 0 0 1 16 4.25v6.924A6.5 6.5 0 0 0 11.02 18H8.75a.75.75 0 0 0-.102 1.493l.102.007h2.5l.062-.003A6.5 6.5 0 0 0 12.81 22H6.25A2.25 2.25 0 0 1 4 19.75V4.25A2.25 2.25 0 0 1 6.25 2zm3.75 14c-.8 0-1.45.672-1.45 1.5S16.7 19 17.5 19s1.45-.672 1.45-1.5S18.3 16 17.5 16"/></svg>
</template>

CSS

.icon-phone-link-setup-24-filled {
  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%22M17.5%2012q.44%200%20.86.072l.174.716a2%202%200%200%200%202.413%201.475l.098-.026l.601-.179c.363.467.653.997.854%201.57l-.447.43a2%202%200%200%200-.17%202.7l.142.156l.475.457c-.2.574-.49%201.103-.853%201.57l-.602-.178a2%202%200%200%200-2.485%201.351l-.026.098l-.173.716a5.2%205.2%200%200%201-1.723%200l-.172-.716a2%202%200%200%200-2.413-1.475l-.098.026l-.602.178a5.6%205.6%200%200%201-.853-1.57l.447-.43a2%202%200%200%200%20.17-2.698l-.142-.157l-.475-.457c.2-.574.49-1.103.853-1.57l.602.178a2%202%200%200%200%202.485-1.351l.026-.098l.172-.716Q17.06%2012%2017.5%2012M13.75%202A2.25%202.25%200%200%201%2016%204.25v6.924A6.5%206.5%200%200%200%2011.02%2018H8.75a.75.75%200%200%200-.102%201.493l.102.007h2.5l.062-.003A6.5%206.5%200%200%200%2012.81%2022H6.25A2.25%202.25%200%200%201%204%2019.75V4.25A2.25%202.25%200%200%201%206.25%202zm3.75%2014c-.8%200-1.45.672-1.45%201.5S16.7%2019%2017.5%2019s1.45-.672%201.45-1.5S18.3%2016%2017.5%2016%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%22M17.5%2012q.44%200%20.86.072l.174.716a2%202%200%200%200%202.413%201.475l.098-.026l.601-.179c.363.467.653.997.854%201.57l-.447.43a2%202%200%200%200-.17%202.7l.142.156l.475.457c-.2.574-.49%201.103-.853%201.57l-.602-.178a2%202%200%200%200-2.485%201.351l-.026.098l-.173.716a5.2%205.2%200%200%201-1.723%200l-.172-.716a2%202%200%200%200-2.413-1.475l-.098.026l-.602.178a5.6%205.6%200%200%201-.853-1.57l.447-.43a2%202%200%200%200%20.17-2.698l-.142-.157l-.475-.457c.2-.574.49-1.103.853-1.57l.602.178a2%202%200%200%200%202.485-1.351l.026-.098l.172-.716Q17.06%2012%2017.5%2012M13.75%202A2.25%202.25%200%200%201%2016%204.25v6.924A6.5%206.5%200%200%200%2011.02%2018H8.75a.75.75%200%200%200-.102%201.493l.102.007h2.5l.062-.003A6.5%206.5%200%200%200%2012.81%2022H6.25A2.25%202.25%200%200%201%204%2019.75V4.25A2.25%202.25%200%200%201%206.25%202zm3.75%2014c-.8%200-1.45.672-1.45%201.5S16.7%2019%2017.5%2019s1.45-.672%201.45-1.5S18.3%2016%2017.5%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/phone-link-setup-24-filled.svg?color=%231a73e8&size=48