monitor smartphone icon
monitor-smartphone-broken from Solar by 480 Design · Broken · Devices · CC-BY-4.0 Attribution required.
- Name
- monitor-smartphone-broken
- Set
- Solar
- Style
- Broken
- Category
- Devices
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
The same icon in other sets
More devices icons from Solar
airbuds-boldairbuds-case-boldairbuds-case-charge-boldairbuds-case-minimalistic-boldairbuds-case-open-boldairbuds-charge-boldairbuds-check-boldairbuds-left-boldairbuds-remove-boldairbuds-right-boldbinoculars-boldbluetooth-boldbluetooth-circle-boldbluetooth-square-boldbluetooth-wave-boldboombox-boldbot-boldcassette-2-boldcassette-boldcloud-storage-boldcpu-boldcpu-bolt-bolddevices-bolddiskette-bold
Use the monitor smartphone icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M11 17H8C5.17157 17 3.75736 17 2.87868 16.1213C2 15.2426 2 13.8284 2 11V10C2 6.22876 2 4.34315 3.17157 3.17157C3.64118 2.70197 4.2255 2.4206 5 2.25201M22 8.5C22 6.16537 22 4.99805 21.5277 4.11441C21.1548 3.4167 20.5833 2.84525 19.8856 2.47231C19.0019 2 17.8346 2 15.5 2H10C9.65081 2 9.31779 2 9 2.00093"/><path d="M14 15C14 13.1144 14 12.1716 14.5858 11.5858C15.1716 11 16.1144 11 18 11C19.8856 11 20.8284 11 21.4142 11.5858C22 12.1716 22 13.1144 22 15V18C22 19.8856 22 20.8284 21.4142 21.4142C20.8284 22 19.8856 22 18 22C16.1144 22 15.1716 22 14.5858 21.4142C14 20.8284 14 19.8856 14 18V15Z"/><path stroke-linecap="round" d="M19 20H17"/><path stroke-linecap="round" stroke-linejoin="round" d="M8 22H11V17"/><path stroke-linecap="round" d="M11 13H2"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarMonitorSmartphoneBroken(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="M11 17H8C5.17157 17 3.75736 17 2.87868 16.1213C2 15.2426 2 13.8284 2 11V10C2 6.22876 2 4.34315 3.17157 3.17157C3.64118 2.70197 4.2255 2.4206 5 2.25201M22 8.5C22 6.16537 22 4.99805 21.5277 4.11441C21.1548 3.4167 20.5833 2.84525 19.8856 2.47231C19.0019 2 17.8346 2 15.5 2H10C9.65081 2 9.31779 2 9 2.00093"/><path d="M14 15C14 13.1144 14 12.1716 14.5858 11.5858C15.1716 11 16.1144 11 18 11C19.8856 11 20.8284 11 21.4142 11.5858C22 12.1716 22 13.1144 22 15V18C22 19.8856 22 20.8284 21.4142 21.4142C20.8284 22 19.8856 22 18 22C16.1144 22 15.1716 22 14.5858 21.4142C14 20.8284 14 19.8856 14 18V15Z"/><path strokeLinecap="round" d="M19 20H17"/><path strokeLinecap="round" strokeLinejoin="round" d="M8 22H11V17"/><path strokeLinecap="round" d="M11 13H2"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M11 17H8C5.17157 17 3.75736 17 2.87868 16.1213C2 15.2426 2 13.8284 2 11V10C2 6.22876 2 4.34315 3.17157 3.17157C3.64118 2.70197 4.2255 2.4206 5 2.25201M22 8.5C22 6.16537 22 4.99805 21.5277 4.11441C21.1548 3.4167 20.5833 2.84525 19.8856 2.47231C19.0019 2 17.8346 2 15.5 2H10C9.65081 2 9.31779 2 9 2.00093"/><path d="M14 15C14 13.1144 14 12.1716 14.5858 11.5858C15.1716 11 16.1144 11 18 11C19.8856 11 20.8284 11 21.4142 11.5858C22 12.1716 22 13.1144 22 15V18C22 19.8856 22 20.8284 21.4142 21.4142C20.8284 22 19.8856 22 18 22C16.1144 22 15.1716 22 14.5858 21.4142C14 20.8284 14 19.8856 14 18V15Z"/><path stroke-linecap="round" d="M19 20H17"/><path stroke-linecap="round" stroke-linejoin="round" d="M8 22H11V17"/><path stroke-linecap="round" d="M11 13H2"/></g></svg> </template>
CSS
.icon-monitor-smartphone-broken {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11%2017H8C5.17157%2017%203.75736%2017%202.87868%2016.1213C2%2015.2426%202%2013.8284%202%2011V10C2%206.22876%202%204.34315%203.17157%203.17157C3.64118%202.70197%204.2255%202.4206%205%202.25201M22%208.5C22%206.16537%2022%204.99805%2021.5277%204.11441C21.1548%203.4167%2020.5833%202.84525%2019.8856%202.47231C19.0019%202%2017.8346%202%2015.5%202H10C9.65081%202%209.31779%202%209%202.00093%22%2F%3E%3Cpath%20d%3D%22M14%2015C14%2013.1144%2014%2012.1716%2014.5858%2011.5858C15.1716%2011%2016.1144%2011%2018%2011C19.8856%2011%2020.8284%2011%2021.4142%2011.5858C22%2012.1716%2022%2013.1144%2022%2015V18C22%2019.8856%2022%2020.8284%2021.4142%2021.4142C20.8284%2022%2019.8856%2022%2018%2022C16.1144%2022%2015.1716%2022%2014.5858%2021.4142C14%2020.8284%2014%2019.8856%2014%2018V15Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%2020H17%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8%2022H11V17%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11%2013H2%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11%2017H8C5.17157%2017%203.75736%2017%202.87868%2016.1213C2%2015.2426%202%2013.8284%202%2011V10C2%206.22876%202%204.34315%203.17157%203.17157C3.64118%202.70197%204.2255%202.4206%205%202.25201M22%208.5C22%206.16537%2022%204.99805%2021.5277%204.11441C21.1548%203.4167%2020.5833%202.84525%2019.8856%202.47231C19.0019%202%2017.8346%202%2015.5%202H10C9.65081%202%209.31779%202%209%202.00093%22%2F%3E%3Cpath%20d%3D%22M14%2015C14%2013.1144%2014%2012.1716%2014.5858%2011.5858C15.1716%2011%2016.1144%2011%2018%2011C19.8856%2011%2020.8284%2011%2021.4142%2011.5858C22%2012.1716%2022%2013.1144%2022%2015V18C22%2019.8856%2022%2020.8284%2021.4142%2021.4142C20.8284%2022%2019.8856%2022%2018%2022C16.1144%2022%2015.1716%2022%2014.5858%2021.4142C14%2020.8284%2014%2019.8856%2014%2018V15Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M19%2020H17%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8%2022H11V17%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11%2013H2%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/monitor-smartphone-broken.svg?color=%231a73e8&size=48