monitor icon

monitor-filled from Reicon by REICON · Filled · Devices · MIT Free for personal and commercial use.

Name
monitor-filled
Set
Reicon
Style
Filled
Category
Devices
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All monitor icons →

More devices icons from Reicon

Use the monitor icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 17c-2.828 0-4.243 0-5.121-.879c-.57-.569-.77-1.363-.84-2.621h19.923c-.07 1.258-.271 2.052-.84 2.621C20.241 17 18.827 17 16 17h-3.25v4H16a.75.75 0 0 1 0 1.5H8A.75.75 0 0 1 8 21h3.25v-4zm2-15h4c3.771 0 5.657 0 6.828 1.172S22 6.229 22 10v1q.002.827-.006 1.5H2.007Q1.998 11.827 2 11v-1c0-3.771 0-5.657 1.172-6.828S6.229 2 10 2"/></svg>

React

import type { SVGProps } from "react";

export function ReiconMonitorFilled(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="M8 17c-2.828 0-4.243 0-5.121-.879c-.57-.569-.77-1.363-.84-2.621h19.923c-.07 1.258-.271 2.052-.84 2.621C20.241 17 18.827 17 16 17h-3.25v4H16a.75.75 0 0 1 0 1.5H8A.75.75 0 0 1 8 21h3.25v-4zm2-15h4c3.771 0 5.657 0 6.828 1.172S22 6.229 22 10v1q.002.827-.006 1.5H2.007Q1.998 11.827 2 11v-1c0-3.771 0-5.657 1.172-6.828S6.229 2 10 2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8 17c-2.828 0-4.243 0-5.121-.879c-.57-.569-.77-1.363-.84-2.621h19.923c-.07 1.258-.271 2.052-.84 2.621C20.241 17 18.827 17 16 17h-3.25v4H16a.75.75 0 0 1 0 1.5H8A.75.75 0 0 1 8 21h3.25v-4zm2-15h4c3.771 0 5.657 0 6.828 1.172S22 6.229 22 10v1q.002.827-.006 1.5H2.007Q1.998 11.827 2 11v-1c0-3.771 0-5.657 1.172-6.828S6.229 2 10 2"/></svg>
</template>

CSS

.icon-monitor-filled {
  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%22M8%2017c-2.828%200-4.243%200-5.121-.879c-.57-.569-.77-1.363-.84-2.621h19.923c-.07%201.258-.271%202.052-.84%202.621C20.241%2017%2018.827%2017%2016%2017h-3.25v4H16a.75.75%200%200%201%200%201.5H8A.75.75%200%200%201%208%2021h3.25v-4zm2-15h4c3.771%200%205.657%200%206.828%201.172S22%206.229%2022%2010v1q.002.827-.006%201.5H2.007Q1.998%2011.827%202%2011v-1c0-3.771%200-5.657%201.172-6.828S6.229%202%2010%202%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%22M8%2017c-2.828%200-4.243%200-5.121-.879c-.57-.569-.77-1.363-.84-2.621h19.923c-.07%201.258-.271%202.052-.84%202.621C20.241%2017%2018.827%2017%2016%2017h-3.25v4H16a.75.75%200%200%201%200%201.5H8A.75.75%200%200%201%208%2021h3.25v-4zm2-15h4c3.771%200%205.657%200%206.828%201.172S22%206.229%2022%2010v1q.002.827-.006%201.5H2.007Q1.998%2011.827%202%2011v-1c0-3.771%200-5.657%201.172-6.828S6.229%202%2010%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/monitor-filled.svg?color=%231a73e8&size=48