monitor smartphone icon

monitor-smartphone-line-duotone from Solar by 480 Design · Line Duotone · Devices · CC-BY-4.0 Attribution required.

Name
monitor-smartphone-line-duotone
Set
Solar
Style
Line Duotone
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

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.17157C4.34315 2 6.22876 2 10 2H15.5C17.8346 2 19.0019 2 19.8856 2.47231C20.5833 2.84525 21.1548 3.4167 21.5277 4.11441C22 4.99805 22 6.16537 22 8.5"/><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" opacity=".5"/><path stroke-linecap="round" stroke-linejoin="round" d="M8 22H11V17" opacity=".5"/><path stroke-linecap="round" d="M11 13H2" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarMonitorSmartphoneLineDuotone(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.17157C4.34315 2 6.22876 2 10 2H15.5C17.8346 2 19.0019 2 19.8856 2.47231C20.5833 2.84525 21.1548 3.4167 21.5277 4.11441C22 4.99805 22 6.16537 22 8.5"/><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" opacity=".5"/><path strokeLinecap="round" strokeLinejoin="round" d="M8 22H11V17" opacity=".5"/><path strokeLinecap="round" d="M11 13H2" opacity=".5"/></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.17157C4.34315 2 6.22876 2 10 2H15.5C17.8346 2 19.0019 2 19.8856 2.47231C20.5833 2.84525 21.1548 3.4167 21.5277 4.11441C22 4.99805 22 6.16537 22 8.5"/><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" opacity=".5"/><path stroke-linecap="round" stroke-linejoin="round" d="M8 22H11V17" opacity=".5"/><path stroke-linecap="round" d="M11 13H2" opacity=".5"/></g></svg>
</template>

CSS

.icon-monitor-smartphone-line-duotone {
  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.17157C4.34315%202%206.22876%202%2010%202H15.5C17.8346%202%2019.0019%202%2019.8856%202.47231C20.5833%202.84525%2021.1548%203.4167%2021.5277%204.11441C22%204.99805%2022%206.16537%2022%208.5%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%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8%2022H11V17%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11%2013H2%22%20opacity%3D%22.5%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.17157C4.34315%202%206.22876%202%2010%202H15.5C17.8346%202%2019.0019%202%2019.8856%202.47231C20.5833%202.84525%2021.1548%203.4167%2021.5277%204.11441C22%204.99805%2022%206.16537%2022%208.5%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%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M8%2022H11V17%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11%2013H2%22%20opacity%3D%22.5%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-line-duotone.svg?color=%231a73e8&size=48