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

Name
window-wrench-24-filled
Set
Fluent UI System Icons
Style
24 Filled
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="M6.25 3A3.25 3.25 0 0 0 3 6.25v11.5A3.25 3.25 0 0 0 6.25 21h4.794c.092-.482.323-.942.696-1.314l.186-.186H6.25a1.75 1.75 0 0 1-1.75-1.75V8.5h15v2.532q.258.03.512.085c.47.102.814.412.988.791V6.25A3.25 3.25 0 0 0 17.75 3zm13.88 9.51c0-.19-.115-.37-.331-.416a4.07 4.07 0 0 0-3.752 1.099a4.07 4.07 0 0 0-.87 4.47l-2.73 2.73a1.527 1.527 0 1 0 2.16 2.16l2.73-2.73a4.075 4.075 0 0 0 5.57-4.622c-.078-.353-.508-.44-.763-.185l-1.905 1.904a1.54 1.54 0 0 1-.739.41a1.526 1.526 0 0 1-1.42-2.57l1.904-1.904a.5.5 0 0 0 .146-.346M17.72 21l-.116-.03l-.03.03z"/></svg>

React

import type { SVGProps } from "react";

export function FluentWindowWrench24Filled(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="M6.25 3A3.25 3.25 0 0 0 3 6.25v11.5A3.25 3.25 0 0 0 6.25 21h4.794c.092-.482.323-.942.696-1.314l.186-.186H6.25a1.75 1.75 0 0 1-1.75-1.75V8.5h15v2.532q.258.03.512.085c.47.102.814.412.988.791V6.25A3.25 3.25 0 0 0 17.75 3zm13.88 9.51c0-.19-.115-.37-.331-.416a4.07 4.07 0 0 0-3.752 1.099a4.07 4.07 0 0 0-.87 4.47l-2.73 2.73a1.527 1.527 0 1 0 2.16 2.16l2.73-2.73a4.075 4.075 0 0 0 5.57-4.622c-.078-.353-.508-.44-.763-.185l-1.905 1.904a1.54 1.54 0 0 1-.739.41a1.526 1.526 0 0 1-1.42-2.57l1.904-1.904a.5.5 0 0 0 .146-.346M17.72 21l-.116-.03l-.03.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="M6.25 3A3.25 3.25 0 0 0 3 6.25v11.5A3.25 3.25 0 0 0 6.25 21h4.794c.092-.482.323-.942.696-1.314l.186-.186H6.25a1.75 1.75 0 0 1-1.75-1.75V8.5h15v2.532q.258.03.512.085c.47.102.814.412.988.791V6.25A3.25 3.25 0 0 0 17.75 3zm13.88 9.51c0-.19-.115-.37-.331-.416a4.07 4.07 0 0 0-3.752 1.099a4.07 4.07 0 0 0-.87 4.47l-2.73 2.73a1.527 1.527 0 1 0 2.16 2.16l2.73-2.73a4.075 4.075 0 0 0 5.57-4.622c-.078-.353-.508-.44-.763-.185l-1.905 1.904a1.54 1.54 0 0 1-.739.41a1.526 1.526 0 0 1-1.42-2.57l1.904-1.904a.5.5 0 0 0 .146-.346M17.72 21l-.116-.03l-.03.03z"/></svg>
</template>

CSS

.icon-window-wrench-24-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%22M6.25%203A3.25%203.25%200%200%200%203%206.25v11.5A3.25%203.25%200%200%200%206.25%2021h4.794c.092-.482.323-.942.696-1.314l.186-.186H6.25a1.75%201.75%200%200%201-1.75-1.75V8.5h15v2.532q.258.03.512.085c.47.102.814.412.988.791V6.25A3.25%203.25%200%200%200%2017.75%203zm13.88%209.51c0-.19-.115-.37-.331-.416a4.07%204.07%200%200%200-3.752%201.099a4.07%204.07%200%200%200-.87%204.47l-2.73%202.73a1.527%201.527%200%201%200%202.16%202.16l2.73-2.73a4.075%204.075%200%200%200%205.57-4.622c-.078-.353-.508-.44-.763-.185l-1.905%201.904a1.54%201.54%200%200%201-.739.41a1.526%201.526%200%200%201-1.42-2.57l1.904-1.904a.5.5%200%200%200%20.146-.346M17.72%2021l-.116-.03l-.03.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%22M6.25%203A3.25%203.25%200%200%200%203%206.25v11.5A3.25%203.25%200%200%200%206.25%2021h4.794c.092-.482.323-.942.696-1.314l.186-.186H6.25a1.75%201.75%200%200%201-1.75-1.75V8.5h15v2.532q.258.03.512.085c.47.102.814.412.988.791V6.25A3.25%203.25%200%200%200%2017.75%203zm13.88%209.51c0-.19-.115-.37-.331-.416a4.07%204.07%200%200%200-3.752%201.099a4.07%204.07%200%200%200-.87%204.47l-2.73%202.73a1.527%201.527%200%201%200%202.16%202.16l2.73-2.73a4.075%204.075%200%200%200%205.57-4.622c-.078-.353-.508-.44-.763-.185l-1.905%201.904a1.54%201.54%200%200%201-.739.41a1.526%201.526%200%200%201-1.42-2.57l1.904-1.904a.5.5%200%200%200%20.146-.346M17.72%2021l-.116-.03l-.03.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-filled.svg?color=%231a73e8&size=48