monitor icon

monitor-bold from Solar by 480 Design · Bold · Devices · CC-BY-4.0 Attribution required.

Name
monitor-bold
Set
Solar
Style
Bold
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 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M8 17C5.17157 17 3.75736 17 2.87868 16.1213C2.30938 15.552 2.10893 14.7579 2.03835 13.5H21.9616C21.8911 14.7579 21.6906 15.552 21.1213 16.1213C20.2426 17 18.8284 17 16 17H12.75V21H16C16.4142 21 16.75 21.3358 16.75 21.75C16.75 22.1642 16.4142 22.5 16 22.5H8C7.58579 22.5 7.25 22.1642 7.25 21.75C7.25 21.3358 7.58579 21 8 21H11.25V17H8Z"/><path d="M10 2H14C17.7712 2 19.6569 2 20.8284 3.17157C22 4.34315 22 6.22876 22 10V11C22 11.5516 22 12.0494 21.9935 12.5H2.00652C2 12.0494 2 11.5516 2 11V10C2 6.22876 2 4.34315 3.17157 3.17157C4.34315 2 6.22876 2 10 2Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarMonitorBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M8 17C5.17157 17 3.75736 17 2.87868 16.1213C2.30938 15.552 2.10893 14.7579 2.03835 13.5H21.9616C21.8911 14.7579 21.6906 15.552 21.1213 16.1213C20.2426 17 18.8284 17 16 17H12.75V21H16C16.4142 21 16.75 21.3358 16.75 21.75C16.75 22.1642 16.4142 22.5 16 22.5H8C7.58579 22.5 7.25 22.1642 7.25 21.75C7.25 21.3358 7.58579 21 8 21H11.25V17H8Z"/><path d="M10 2H14C17.7712 2 19.6569 2 20.8284 3.17157C22 4.34315 22 6.22876 22 10V11C22 11.5516 22 12.0494 21.9935 12.5H2.00652C2 12.0494 2 11.5516 2 11V10C2 6.22876 2 4.34315 3.17157 3.17157C4.34315 2 6.22876 2 10 2Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M8 17C5.17157 17 3.75736 17 2.87868 16.1213C2.30938 15.552 2.10893 14.7579 2.03835 13.5H21.9616C21.8911 14.7579 21.6906 15.552 21.1213 16.1213C20.2426 17 18.8284 17 16 17H12.75V21H16C16.4142 21 16.75 21.3358 16.75 21.75C16.75 22.1642 16.4142 22.5 16 22.5H8C7.58579 22.5 7.25 22.1642 7.25 21.75C7.25 21.3358 7.58579 21 8 21H11.25V17H8Z"/><path d="M10 2H14C17.7712 2 19.6569 2 20.8284 3.17157C22 4.34315 22 6.22876 22 10V11C22 11.5516 22 12.0494 21.9935 12.5H2.00652C2 12.0494 2 11.5516 2 11V10C2 6.22876 2 4.34315 3.17157 3.17157C4.34315 2 6.22876 2 10 2Z"/></g></svg>
</template>

CSS

.icon-monitor-bold {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M8%2017C5.17157%2017%203.75736%2017%202.87868%2016.1213C2.30938%2015.552%202.10893%2014.7579%202.03835%2013.5H21.9616C21.8911%2014.7579%2021.6906%2015.552%2021.1213%2016.1213C20.2426%2017%2018.8284%2017%2016%2017H12.75V21H16C16.4142%2021%2016.75%2021.3358%2016.75%2021.75C16.75%2022.1642%2016.4142%2022.5%2016%2022.5H8C7.58579%2022.5%207.25%2022.1642%207.25%2021.75C7.25%2021.3358%207.58579%2021%208%2021H11.25V17H8Z%22%2F%3E%3Cpath%20d%3D%22M10%202H14C17.7712%202%2019.6569%202%2020.8284%203.17157C22%204.34315%2022%206.22876%2022%2010V11C22%2011.5516%2022%2012.0494%2021.9935%2012.5H2.00652C2%2012.0494%202%2011.5516%202%2011V10C2%206.22876%202%204.34315%203.17157%203.17157C4.34315%202%206.22876%202%2010%202Z%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%22currentColor%22%3E%3Cpath%20d%3D%22M8%2017C5.17157%2017%203.75736%2017%202.87868%2016.1213C2.30938%2015.552%202.10893%2014.7579%202.03835%2013.5H21.9616C21.8911%2014.7579%2021.6906%2015.552%2021.1213%2016.1213C20.2426%2017%2018.8284%2017%2016%2017H12.75V21H16C16.4142%2021%2016.75%2021.3358%2016.75%2021.75C16.75%2022.1642%2016.4142%2022.5%2016%2022.5H8C7.58579%2022.5%207.25%2022.1642%207.25%2021.75C7.25%2021.3358%207.58579%2021%208%2021H11.25V17H8Z%22%2F%3E%3Cpath%20d%3D%22M10%202H14C17.7712%202%2019.6569%202%2020.8284%203.17157C22%204.34315%2022%206.22876%2022%2010V11C22%2011.5516%2022%2012.0494%2021.9935%2012.5H2.00652C2%2012.0494%202%2011.5516%202%2011V10C2%206.22876%202%204.34315%203.17157%203.17157C4.34315%202%206.22876%202%2010%202Z%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-bold.svg?color=%231a73e8&size=48