display icon

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

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

2 other variants in Reicon

The same icon in other sets

All display icons →

More devices icons from Reicon

Use the display icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 8.76c0-2.715 0-4.073.879-4.916C3.757 3 5.172 3 8 3h8c2.828 0 4.243 0 5.121.844c.879.843.879 2.2.879 4.916v.96c0 2.715 0 4.073-.879 4.916c-.878.844-2.293.844-5.121.844h-3.25v2.36l5.487 1.757a.714.714 0 0 1 .475.91a.76.76 0 0 1-.95.456L12 19.119l-5.763 1.844a.757.757 0 0 1-.949-.456a.714.714 0 0 1 .475-.91l5.487-1.756V15.48H8c-2.828 0-4.243 0-5.121-.844C2 13.793 2 12.436 2 9.72z"/></svg>

React

import type { SVGProps } from "react";

export function ReiconDisplayFilled(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="M2 8.76c0-2.715 0-4.073.879-4.916C3.757 3 5.172 3 8 3h8c2.828 0 4.243 0 5.121.844c.879.843.879 2.2.879 4.916v.96c0 2.715 0 4.073-.879 4.916c-.878.844-2.293.844-5.121.844h-3.25v2.36l5.487 1.757a.714.714 0 0 1 .475.91a.76.76 0 0 1-.95.456L12 19.119l-5.763 1.844a.757.757 0 0 1-.949-.456a.714.714 0 0 1 .475-.91l5.487-1.756V15.48H8c-2.828 0-4.243 0-5.121-.844C2 13.793 2 12.436 2 9.72z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 8.76c0-2.715 0-4.073.879-4.916C3.757 3 5.172 3 8 3h8c2.828 0 4.243 0 5.121.844c.879.843.879 2.2.879 4.916v.96c0 2.715 0 4.073-.879 4.916c-.878.844-2.293.844-5.121.844h-3.25v2.36l5.487 1.757a.714.714 0 0 1 .475.91a.76.76 0 0 1-.95.456L12 19.119l-5.763 1.844a.757.757 0 0 1-.949-.456a.714.714 0 0 1 .475-.91l5.487-1.756V15.48H8c-2.828 0-4.243 0-5.121-.844C2 13.793 2 12.436 2 9.72z"/></svg>
</template>

CSS

.icon-display-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%22M2%208.76c0-2.715%200-4.073.879-4.916C3.757%203%205.172%203%208%203h8c2.828%200%204.243%200%205.121.844c.879.843.879%202.2.879%204.916v.96c0%202.715%200%204.073-.879%204.916c-.878.844-2.293.844-5.121.844h-3.25v2.36l5.487%201.757a.714.714%200%200%201%20.475.91a.76.76%200%200%201-.95.456L12%2019.119l-5.763%201.844a.757.757%200%200%201-.949-.456a.714.714%200%200%201%20.475-.91l5.487-1.756V15.48H8c-2.828%200-4.243%200-5.121-.844C2%2013.793%202%2012.436%202%209.72z%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%22M2%208.76c0-2.715%200-4.073.879-4.916C3.757%203%205.172%203%208%203h8c2.828%200%204.243%200%205.121.844c.879.843.879%202.2.879%204.916v.96c0%202.715%200%204.073-.879%204.916c-.878.844-2.293.844-5.121.844h-3.25v2.36l5.487%201.757a.714.714%200%200%201%20.475.91a.76.76%200%200%201-.95.456L12%2019.119l-5.763%201.844a.757.757%200%200%201-.949-.456a.714.714%200%200%201%20.475-.91l5.487-1.756V15.48H8c-2.828%200-4.243%200-5.121-.844C2%2013.793%202%2012.436%202%209.72z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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