window auto icon

window-auto from Carbon by IBM · Outline · Apache-2.0 Free for personal and commercial use.

Name
window-auto
Set
Carbon
Style
Outline
Viewbox
32×32
License
Apache 2.0

Related icons in Carbon

Use the window auto icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M15 4h2v3h-2z" fill="currentColor"/><path d="M25 15h3v2h-3z" fill="currentColor"/><path d="M15 25h2v3h-2z" fill="currentColor"/><path d="M4 15h3v2H4z" fill="currentColor"/><path d="M6.777 8.19L8.19 6.774l2.121 2.121l-1.414 1.415z" fill="currentColor"/><path d="M21.687 8.9l2.121-2.12l1.414 1.413l-2.121 2.122z" fill="currentColor"/><path d="M21.686 23.096l1.414-1.414l2.121 2.122l-1.414 1.414z" fill="currentColor"/><path d="M6.78 23.8L8.9 21.677l1.414 1.414l-2.121 2.122z" fill="currentColor"/><path d="M4 30h24v2H4z" fill="currentColor"/><path d="M4 0h24v2H4z" fill="currentColor"/><path d="M16 10a6 6 0 1 0 6 6a6 6 0 0 0-6-6zm-4 6a4 4 0 0 1 4-4v8a4 4 0 0 1-4-4z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function CarbonWindowAuto(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M15 4h2v3h-2z" fill="currentColor"/><path d="M25 15h3v2h-3z" fill="currentColor"/><path d="M15 25h2v3h-2z" fill="currentColor"/><path d="M4 15h3v2H4z" fill="currentColor"/><path d="M6.777 8.19L8.19 6.774l2.121 2.121l-1.414 1.415z" fill="currentColor"/><path d="M21.687 8.9l2.121-2.12l1.414 1.413l-2.121 2.122z" fill="currentColor"/><path d="M21.686 23.096l1.414-1.414l2.121 2.122l-1.414 1.414z" fill="currentColor"/><path d="M6.78 23.8L8.9 21.677l1.414 1.414l-2.121 2.122z" fill="currentColor"/><path d="M4 30h24v2H4z" fill="currentColor"/><path d="M4 0h24v2H4z" fill="currentColor"/><path d="M16 10a6 6 0 1 0 6 6a6 6 0 0 0-6-6zm-4 6a4 4 0 0 1 4-4v8a4 4 0 0 1-4-4z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path d="M15 4h2v3h-2z" fill="currentColor"/><path d="M25 15h3v2h-3z" fill="currentColor"/><path d="M15 25h2v3h-2z" fill="currentColor"/><path d="M4 15h3v2H4z" fill="currentColor"/><path d="M6.777 8.19L8.19 6.774l2.121 2.121l-1.414 1.415z" fill="currentColor"/><path d="M21.687 8.9l2.121-2.12l1.414 1.413l-2.121 2.122z" fill="currentColor"/><path d="M21.686 23.096l1.414-1.414l2.121 2.122l-1.414 1.414z" fill="currentColor"/><path d="M6.78 23.8L8.9 21.677l1.414 1.414l-2.121 2.122z" fill="currentColor"/><path d="M4 30h24v2H4z" fill="currentColor"/><path d="M4 0h24v2H4z" fill="currentColor"/><path d="M16 10a6 6 0 1 0 6 6a6 6 0 0 0-6-6zm-4 6a4 4 0 0 1 4-4v8a4 4 0 0 1-4-4z" fill="currentColor"/></svg>
</template>

CSS

.icon-window-auto {
  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%3Cpath%20d%3D%22M15%204h2v3h-2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M25%2015h3v2h-3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M15%2025h2v3h-2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M4%2015h3v2H4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M6.777%208.19L8.19%206.774l2.121%202.121l-1.414%201.415z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M21.687%208.9l2.121-2.12l1.414%201.413l-2.121%202.122z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M21.686%2023.096l1.414-1.414l2.121%202.122l-1.414%201.414z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M6.78%2023.8L8.9%2021.677l1.414%201.414l-2.121%202.122z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M4%2030h24v2H4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M4%200h24v2H4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M16%2010a6%206%200%201%200%206%206a6%206%200%200%200-6-6zm-4%206a4%204%200%200%201%204-4v8a4%204%200%200%201-4-4z%22%20fill%3D%22currentColor%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%3Cpath%20d%3D%22M15%204h2v3h-2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M25%2015h3v2h-3z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M15%2025h2v3h-2z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M4%2015h3v2H4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M6.777%208.19L8.19%206.774l2.121%202.121l-1.414%201.415z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M21.687%208.9l2.121-2.12l1.414%201.413l-2.121%202.122z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M21.686%2023.096l1.414-1.414l2.121%202.122l-1.414%201.414z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M6.78%2023.8L8.9%2021.677l1.414%201.414l-2.121%202.122z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M4%2030h24v2H4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M4%200h24v2H4z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M16%2010a6%206%200%201%200%206%206a6%206%200%200%200-6-6zm-4%206a4%204%200%200%201%204-4v8a4%204%200%200%201-4-4z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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