deskphone icon
deskphone-rounded from Material Symbols by Google · Rounded · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- deskphone-rounded
- Set
- Material Symbols
- Style
- Rounded
- 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
add-diamondadf-scanneraod-tabletaod-watcharrows-left-right-circlearrows-up-down-circleassistant-deviceaudio-video-receiverb-circlebalancebrowser-updatedcamera-videocastcast-connectedcast-for-educationcast-pausecast-warningchromecast-devicecircle-circlecomputercomputer-arrow-upcomputer-cancelcomputer-soundconnected-tv
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-.288M7 11h6q.425 0 .713-.288T14 10V8q0-.425-.288-.712T13 7H7q-.425 0-.712.288T6 8v2q0 .425.288.713T7 11m3.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-.288M17 21q-.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 21z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsDeskphoneRounded(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-.288M7 11h6q.425 0 .713-.288T14 10V8q0-.425-.288-.712T13 7H7q-.425 0-.712.288T6 8v2q0 .425.288.713T7 11m3.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-.288M17 21q-.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 21z"/></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-.288M7 11h6q.425 0 .713-.288T14 10V8q0-.425-.288-.712T13 7H7q-.425 0-.712.288T6 8v2q0 .425.288.713T7 11m3.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-.288M17 21q-.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 21z"/></svg> </template>
CSS
.icon-deskphone-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%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-.288M7%2011h6q.425%200%20.713-.288T14%2010V8q0-.425-.288-.712T13%207H7q-.425%200-.712.288T6%208v2q0%20.425.288.713T7%2011m3.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-.288M17%2021q-.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%2021z%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-.288M7%2011h6q.425%200%20.713-.288T14%2010V8q0-.425-.288-.712T13%207H7q-.425%200-.712.288T6%208v2q0%20.425.288.713T7%2011m3.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-.288M17%2021q-.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%2021z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/deskphone-rounded.svg?color=%231a73e8&size=48