window-wrench-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.

Name
window-wrench-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the window wrench icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M6.75 3A3.75 3.75 0 0 0 3 6.75v14.5A3.75 3.75 0 0 0 6.75 25H13a3 3 0 0 1 .4-1.5H6.75a2.25 2.25 0 0 1-2.25-2.25V9.5h19v3.601l.046.015c.439.113 1.193.73 1.4 1.384H25V6.75A3.75 3.75 0 0 0 21.25 3zM23.5 8h-19V6.75A2.25 2.25 0 0 1 6.75 4.5h14.5a2.25 2.25 0 0 1 2.25 2.25zm-8.914 15.585c-.391.39-.586.903-.586 1.415s.195 1.023.586 1.413a2 2 0 0 0 2.828 0l3.649-3.647a4.5 4.5 0 0 0 5.89-4.92c-.054-.367-.495-.476-.758-.213l-1.78 1.781a2 2 0 1 1-2.83-2.828l1.782-1.781c.262-.263.154-.704-.213-.758a4.5 4.5 0 0 0-4.92 5.89z"/></svg>

React

import type { SVGProps } from "react";

export function FluentWindowWrench28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M6.75 3A3.75 3.75 0 0 0 3 6.75v14.5A3.75 3.75 0 0 0 6.75 25H13a3 3 0 0 1 .4-1.5H6.75a2.25 2.25 0 0 1-2.25-2.25V9.5h19v3.601l.046.015c.439.113 1.193.73 1.4 1.384H25V6.75A3.75 3.75 0 0 0 21.25 3zM23.5 8h-19V6.75A2.25 2.25 0 0 1 6.75 4.5h14.5a2.25 2.25 0 0 1 2.25 2.25zm-8.914 15.585c-.391.39-.586.903-.586 1.415s.195 1.023.586 1.413a2 2 0 0 0 2.828 0l3.649-3.647a4.5 4.5 0 0 0 5.89-4.92c-.054-.367-.495-.476-.758-.213l-1.78 1.781a2 2 0 1 1-2.83-2.828l1.782-1.781c.262-.263.154-.704-.213-.758a4.5 4.5 0 0 0-4.92 5.89z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M6.75 3A3.75 3.75 0 0 0 3 6.75v14.5A3.75 3.75 0 0 0 6.75 25H13a3 3 0 0 1 .4-1.5H6.75a2.25 2.25 0 0 1-2.25-2.25V9.5h19v3.601l.046.015c.439.113 1.193.73 1.4 1.384H25V6.75A3.75 3.75 0 0 0 21.25 3zM23.5 8h-19V6.75A2.25 2.25 0 0 1 6.75 4.5h14.5a2.25 2.25 0 0 1 2.25 2.25zm-8.914 15.585c-.391.39-.586.903-.586 1.415s.195 1.023.586 1.413a2 2 0 0 0 2.828 0l3.649-3.647a4.5 4.5 0 0 0 5.89-4.92c-.054-.367-.495-.476-.758-.213l-1.78 1.781a2 2 0 1 1-2.83-2.828l1.782-1.781c.262-.263.154-.704-.213-.758a4.5 4.5 0 0 0-4.92 5.89z"/></svg>
</template>

CSS

.icon-window-wrench-28-regular {
  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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.75%203A3.75%203.75%200%200%200%203%206.75v14.5A3.75%203.75%200%200%200%206.75%2025H13a3%203%200%200%201%20.4-1.5H6.75a2.25%202.25%200%200%201-2.25-2.25V9.5h19v3.601l.046.015c.439.113%201.193.73%201.4%201.384H25V6.75A3.75%203.75%200%200%200%2021.25%203zM23.5%208h-19V6.75A2.25%202.25%200%200%201%206.75%204.5h14.5a2.25%202.25%200%200%201%202.25%202.25zm-8.914%2015.585c-.391.39-.586.903-.586%201.415s.195%201.023.586%201.413a2%202%200%200%200%202.828%200l3.649-3.647a4.5%204.5%200%200%200%205.89-4.92c-.054-.367-.495-.476-.758-.213l-1.78%201.781a2%202%200%201%201-2.83-2.828l1.782-1.781c.262-.263.154-.704-.213-.758a4.5%204.5%200%200%200-4.92%205.89z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.75%203A3.75%203.75%200%200%200%203%206.75v14.5A3.75%203.75%200%200%200%206.75%2025H13a3%203%200%200%201%20.4-1.5H6.75a2.25%202.25%200%200%201-2.25-2.25V9.5h19v3.601l.046.015c.439.113%201.193.73%201.4%201.384H25V6.75A3.75%203.75%200%200%200%2021.25%203zM23.5%208h-19V6.75A2.25%202.25%200%200%201%206.75%204.5h14.5a2.25%202.25%200%200%201%202.25%202.25zm-8.914%2015.585c-.391.39-.586.903-.586%201.415s.195%201.023.586%201.413a2%202%200%200%200%202.828%200l3.649-3.647a4.5%204.5%200%200%200%205.89-4.92c-.054-.367-.495-.476-.758-.213l-1.78%201.781a2%202%200%201%201-2.83-2.828l1.782-1.781c.262-.263.154-.704-.213-.758a4.5%204.5%200%200%200-4.92%205.89z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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