shrink screen icon

shrink-screen-filled from Carbon by IBM · Filled · Actions · Apache-2.0 Free for personal and commercial use.

Name
shrink-screen-filled
Set
Carbon
Style
Filled
Category
Actions
Viewbox
32×32
License
Apache 2.0

1 other variant in Carbon

More actions icons from Carbon

Use the shrink screen icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><rect width="15" height="10" x="15" y="18" fill="currentColor" rx="2"/><path fill="currentColor" d="M12 10v3.586L7.707 9.293l-1.414 1.414L10.586 15H7v2h7v-7z"/><path fill="currentColor" d="M13 22H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h22a2 2 0 0 1 2 2v9h-2V7H4v13h9Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonShrinkScreenFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><rect width="15" height="10" x="15" y="18" fill="currentColor" rx="2"/><path fill="currentColor" d="M12 10v3.586L7.707 9.293l-1.414 1.414L10.586 15H7v2h7v-7z"/><path fill="currentColor" d="M13 22H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h22a2 2 0 0 1 2 2v9h-2V7H4v13h9Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><rect width="15" height="10" x="15" y="18" fill="currentColor" rx="2"/><path fill="currentColor" d="M12 10v3.586L7.707 9.293l-1.414 1.414L10.586 15H7v2h7v-7z"/><path fill="currentColor" d="M13 22H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h22a2 2 0 0 1 2 2v9h-2V7H4v13h9Z"/></svg>
</template>

CSS

.icon-shrink-screen-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%2032%2032%22%3E%3Crect%20width%3D%2215%22%20height%3D%2210%22%20x%3D%2215%22%20y%3D%2218%22%20fill%3D%22currentColor%22%20rx%3D%222%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2010v3.586L7.707%209.293l-1.414%201.414L10.586%2015H7v2h7v-7z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%2022H4a2%202%200%200%201-2-2V7a2%202%200%200%201%202-2h22a2%202%200%200%201%202%202v9h-2V7H4v13h9Z%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%2032%2032%22%3E%3Crect%20width%3D%2215%22%20height%3D%2210%22%20x%3D%2215%22%20y%3D%2218%22%20fill%3D%22currentColor%22%20rx%3D%222%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%2010v3.586L7.707%209.293l-1.414%201.414L10.586%2015H7v2h7v-7z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13%2022H4a2%202%200%200%201-2-2V7a2%202%200%200%201%202-2h22a2%202%200%200%201%202%202v9h-2V7H4v13h9Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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