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

Name
window-wrench-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M3 6.25A3.25 3.25 0 0 1 6.25 3h11.5A3.25 3.25 0 0 1 21 6.25v5.658a1.4 1.4 0 0 0-.988-.791a5 5 0 0 0-.512-.085V8.5h-15v9.25c0 .966.784 1.75 1.75 1.75h5.676l-.186.186A2.5 2.5 0 0 0 11.044 21H6.25A3.25 3.25 0 0 1 3 17.75zm16.5 0a1.75 1.75 0 0 0-1.75-1.75H6.25A1.75 1.75 0 0 0 4.5 6.25V7h15zM12.075 21a1.5 1.5 0 0 1 .372-.607l2.73-2.73a4.074 4.074 0 0 1 4.622-5.57a.414.414 0 0 1 .332.417a.5.5 0 0 1-.147.346l-1.905 1.904a1.527 1.527 0 0 0 2.16 2.16l1.905-1.904c.255-.255.685-.168.762.185a4.075 4.075 0 0 1-5.57 4.622l-2.729 2.73A1.527 1.527 0 0 1 12.075 21m5.499 0h.146l-.116-.03z"/></svg>

React

import type { SVGProps } from "react";

export function FluentWindowWrench24Regular(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="M3 6.25A3.25 3.25 0 0 1 6.25 3h11.5A3.25 3.25 0 0 1 21 6.25v5.658a1.4 1.4 0 0 0-.988-.791a5 5 0 0 0-.512-.085V8.5h-15v9.25c0 .966.784 1.75 1.75 1.75h5.676l-.186.186A2.5 2.5 0 0 0 11.044 21H6.25A3.25 3.25 0 0 1 3 17.75zm16.5 0a1.75 1.75 0 0 0-1.75-1.75H6.25A1.75 1.75 0 0 0 4.5 6.25V7h15zM12.075 21a1.5 1.5 0 0 1 .372-.607l2.73-2.73a4.074 4.074 0 0 1 4.622-5.57a.414.414 0 0 1 .332.417a.5.5 0 0 1-.147.346l-1.905 1.904a1.527 1.527 0 0 0 2.16 2.16l1.905-1.904c.255-.255.685-.168.762.185a4.075 4.075 0 0 1-5.57 4.622l-2.729 2.73A1.527 1.527 0 0 1 12.075 21m5.499 0h.146l-.116-.03z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 6.25A3.25 3.25 0 0 1 6.25 3h11.5A3.25 3.25 0 0 1 21 6.25v5.658a1.4 1.4 0 0 0-.988-.791a5 5 0 0 0-.512-.085V8.5h-15v9.25c0 .966.784 1.75 1.75 1.75h5.676l-.186.186A2.5 2.5 0 0 0 11.044 21H6.25A3.25 3.25 0 0 1 3 17.75zm16.5 0a1.75 1.75 0 0 0-1.75-1.75H6.25A1.75 1.75 0 0 0 4.5 6.25V7h15zM12.075 21a1.5 1.5 0 0 1 .372-.607l2.73-2.73a4.074 4.074 0 0 1 4.622-5.57a.414.414 0 0 1 .332.417a.5.5 0 0 1-.147.346l-1.905 1.904a1.527 1.527 0 0 0 2.16 2.16l1.905-1.904c.255-.255.685-.168.762.185a4.075 4.075 0 0 1-5.57 4.622l-2.729 2.73A1.527 1.527 0 0 1 12.075 21m5.499 0h.146l-.116-.03z"/></svg>
</template>

CSS

.icon-window-wrench-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%206.25A3.25%203.25%200%200%201%206.25%203h11.5A3.25%203.25%200%200%201%2021%206.25v5.658a1.4%201.4%200%200%200-.988-.791a5%205%200%200%200-.512-.085V8.5h-15v9.25c0%20.966.784%201.75%201.75%201.75h5.676l-.186.186A2.5%202.5%200%200%200%2011.044%2021H6.25A3.25%203.25%200%200%201%203%2017.75zm16.5%200a1.75%201.75%200%200%200-1.75-1.75H6.25A1.75%201.75%200%200%200%204.5%206.25V7h15zM12.075%2021a1.5%201.5%200%200%201%20.372-.607l2.73-2.73a4.074%204.074%200%200%201%204.622-5.57a.414.414%200%200%201%20.332.417a.5.5%200%200%201-.147.346l-1.905%201.904a1.527%201.527%200%200%200%202.16%202.16l1.905-1.904c.255-.255.685-.168.762.185a4.075%204.075%200%200%201-5.57%204.622l-2.729%202.73A1.527%201.527%200%200%201%2012.075%2021m5.499%200h.146l-.116-.03z%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%22M3%206.25A3.25%203.25%200%200%201%206.25%203h11.5A3.25%203.25%200%200%201%2021%206.25v5.658a1.4%201.4%200%200%200-.988-.791a5%205%200%200%200-.512-.085V8.5h-15v9.25c0%20.966.784%201.75%201.75%201.75h5.676l-.186.186A2.5%202.5%200%200%200%2011.044%2021H6.25A3.25%203.25%200%200%201%203%2017.75zm16.5%200a1.75%201.75%200%200%200-1.75-1.75H6.25A1.75%201.75%200%200%200%204.5%206.25V7h15zM12.075%2021a1.5%201.5%200%200%201%20.372-.607l2.73-2.73a4.074%204.074%200%200%201%204.622-5.57a.414.414%200%200%201%20.332.417a.5.5%200%200%201-.147.346l-1.905%201.904a1.527%201.527%200%200%200%202.16%202.16l1.905-1.904c.255-.255.685-.168.762.185a4.075%204.075%200%200%201-5.57%204.622l-2.729%202.73A1.527%201.527%200%200%201%2012.075%2021m5.499%200h.146l-.116-.03z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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