deskphone-outline from Material Symbols by Google · Outline · Hardware · Apache-2.0 Free for personal and commercial use.

Name
deskphone-outline
Set
Material Symbols
Style
Outline
Category
Hardware
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols

The same icon in other sets

More hardware icons from Material Symbols

Use the deskphone icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 19h2V5h-2zm-9.287-5.287Q8 13.425 8 13t-.288-.712T7 12t-.712.288T6 13t.288.713T7 14t.713-.288m0 3Q8 16.426 8 16t-.288-.712T7 15t-.712.288T6 16t.288.713T7 17t.713-.288M6 11h8V7H6zm4.713 2.713Q11 13.425 11 13t-.288-.712T10 12t-.712.288T9 13t.288.713T10 14t.713-.288m0 3Q11 16.426 11 16t-.288-.712T10 15t-.712.288T9 16t.288.713T10 17t.713-.288m3-3Q14 13.425 14 13t-.288-.712T13 12t-.712.288T12 13t.288.713T13 14t.713-.288m0 3Q14 16.426 14 16t-.288-.712T13 15t-.712.288T12 16t.288.713T13 17t.713-.288M15 18V6H5v12zm2 3q-.575 0-1.012-.275T15.275 20H5q-.825 0-1.412-.587T3 18V6q0-.825.588-1.412T5 4h10.275q.275-.45.713-.725T17 3h2q.825 0 1.413.588T21 5v14q0 .825-.587 1.413T19 21zM5 18V6z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsDeskphoneOutline(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 19h2V5h-2zm-9.287-5.287Q8 13.425 8 13t-.288-.712T7 12t-.712.288T6 13t.288.713T7 14t.713-.288m0 3Q8 16.426 8 16t-.288-.712T7 15t-.712.288T6 16t.288.713T7 17t.713-.288M6 11h8V7H6zm4.713 2.713Q11 13.425 11 13t-.288-.712T10 12t-.712.288T9 13t.288.713T10 14t.713-.288m0 3Q11 16.426 11 16t-.288-.712T10 15t-.712.288T9 16t.288.713T10 17t.713-.288m3-3Q14 13.425 14 13t-.288-.712T13 12t-.712.288T12 13t.288.713T13 14t.713-.288m0 3Q14 16.426 14 16t-.288-.712T13 15t-.712.288T12 16t.288.713T13 17t.713-.288M15 18V6H5v12zm2 3q-.575 0-1.012-.275T15.275 20H5q-.825 0-1.412-.587T3 18V6q0-.825.588-1.412T5 4h10.275q.275-.45.713-.725T17 3h2q.825 0 1.413.588T21 5v14q0 .825-.587 1.413T19 21zM5 18V6z"/></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 19h2V5h-2zm-9.287-5.287Q8 13.425 8 13t-.288-.712T7 12t-.712.288T6 13t.288.713T7 14t.713-.288m0 3Q8 16.426 8 16t-.288-.712T7 15t-.712.288T6 16t.288.713T7 17t.713-.288M6 11h8V7H6zm4.713 2.713Q11 13.425 11 13t-.288-.712T10 12t-.712.288T9 13t.288.713T10 14t.713-.288m0 3Q11 16.426 11 16t-.288-.712T10 15t-.712.288T9 16t.288.713T10 17t.713-.288m3-3Q14 13.425 14 13t-.288-.712T13 12t-.712.288T12 13t.288.713T13 14t.713-.288m0 3Q14 16.426 14 16t-.288-.712T13 15t-.712.288T12 16t.288.713T13 17t.713-.288M15 18V6H5v12zm2 3q-.575 0-1.012-.275T15.275 20H5q-.825 0-1.412-.587T3 18V6q0-.825.588-1.412T5 4h10.275q.275-.45.713-.725T17 3h2q.825 0 1.413.588T21 5v14q0 .825-.587 1.413T19 21zM5 18V6z"/></svg>
</template>

CSS

.icon-deskphone-outline {
  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%2019h2V5h-2zm-9.287-5.287Q8%2013.425%208%2013t-.288-.712T7%2012t-.712.288T6%2013t.288.713T7%2014t.713-.288m0%203Q8%2016.426%208%2016t-.288-.712T7%2015t-.712.288T6%2016t.288.713T7%2017t.713-.288M6%2011h8V7H6zm4.713%202.713Q11%2013.425%2011%2013t-.288-.712T10%2012t-.712.288T9%2013t.288.713T10%2014t.713-.288m0%203Q11%2016.426%2011%2016t-.288-.712T10%2015t-.712.288T9%2016t.288.713T10%2017t.713-.288m3-3Q14%2013.425%2014%2013t-.288-.712T13%2012t-.712.288T12%2013t.288.713T13%2014t.713-.288m0%203Q14%2016.426%2014%2016t-.288-.712T13%2015t-.712.288T12%2016t.288.713T13%2017t.713-.288M15%2018V6H5v12zm2%203q-.575%200-1.012-.275T15.275%2020H5q-.825%200-1.412-.587T3%2018V6q0-.825.588-1.412T5%204h10.275q.275-.45.713-.725T17%203h2q.825%200%201.413.588T21%205v14q0%20.825-.587%201.413T19%2021zM5%2018V6z%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%2019h2V5h-2zm-9.287-5.287Q8%2013.425%208%2013t-.288-.712T7%2012t-.712.288T6%2013t.288.713T7%2014t.713-.288m0%203Q8%2016.426%208%2016t-.288-.712T7%2015t-.712.288T6%2016t.288.713T7%2017t.713-.288M6%2011h8V7H6zm4.713%202.713Q11%2013.425%2011%2013t-.288-.712T10%2012t-.712.288T9%2013t.288.713T10%2014t.713-.288m0%203Q11%2016.426%2011%2016t-.288-.712T10%2015t-.712.288T9%2016t.288.713T10%2017t.713-.288m3-3Q14%2013.425%2014%2013t-.288-.712T13%2012t-.712.288T12%2013t.288.713T13%2014t.713-.288m0%203Q14%2016.426%2014%2016t-.288-.712T13%2015t-.712.288T12%2016t.288.713T13%2017t.713-.288M15%2018V6H5v12zm2%203q-.575%200-1.012-.275T15.275%2020H5q-.825%200-1.412-.587T3%2018V6q0-.825.588-1.412T5%204h10.275q.275-.45.713-.725T17%203h2q.825%200%201.413.588T21%205v14q0%20.825-.587%201.413T19%2021zM5%2018V6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/deskphone-outline.svg?color=%231a73e8&size=48