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

Name
window-wrench-28-filled
Set
Fluent UI System Icons
Style
28 Filled
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 3h14.5C23.304 3 25 4.749 25 6.75v7.75h-.054c-.207-.654-.961-1.271-1.4-1.384L23.5 13.1V9.5h-19v11.75a2.25 2.25 0 0 0 2.25 2.25h6.65A3 3 0 0 0 13 25H6.75A3.75 3.75 0 0 1 3 21.25V6.75C3 4.712 4.72 3 6.75 3M14 25a2 2 0 0 0 3.414 1.413l3.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.89l-3.648 3.648c-.391.39-.586.903-.586 1.415"/></svg>

React

import type { SVGProps } from "react";

export function FluentWindowWrench28Filled(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 3h14.5C23.304 3 25 4.749 25 6.75v7.75h-.054c-.207-.654-.961-1.271-1.4-1.384L23.5 13.1V9.5h-19v11.75a2.25 2.25 0 0 0 2.25 2.25h6.65A3 3 0 0 0 13 25H6.75A3.75 3.75 0 0 1 3 21.25V6.75C3 4.712 4.72 3 6.75 3M14 25a2 2 0 0 0 3.414 1.413l3.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.89l-3.648 3.648c-.391.39-.586.903-.586 1.415"/></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 3h14.5C23.304 3 25 4.749 25 6.75v7.75h-.054c-.207-.654-.961-1.271-1.4-1.384L23.5 13.1V9.5h-19v11.75a2.25 2.25 0 0 0 2.25 2.25h6.65A3 3 0 0 0 13 25H6.75A3.75 3.75 0 0 1 3 21.25V6.75C3 4.712 4.72 3 6.75 3M14 25a2 2 0 0 0 3.414 1.413l3.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.89l-3.648 3.648c-.391.39-.586.903-.586 1.415"/></svg>
</template>

CSS

.icon-window-wrench-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.75%203h14.5C23.304%203%2025%204.749%2025%206.75v7.75h-.054c-.207-.654-.961-1.271-1.4-1.384L23.5%2013.1V9.5h-19v11.75a2.25%202.25%200%200%200%202.25%202.25h6.65A3%203%200%200%200%2013%2025H6.75A3.75%203.75%200%200%201%203%2021.25V6.75C3%204.712%204.72%203%206.75%203M14%2025a2%202%200%200%200%203.414%201.413l3.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.89l-3.648%203.648c-.391.39-.586.903-.586%201.415%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%203h14.5C23.304%203%2025%204.749%2025%206.75v7.75h-.054c-.207-.654-.961-1.271-1.4-1.384L23.5%2013.1V9.5h-19v11.75a2.25%202.25%200%200%200%202.25%202.25h6.65A3%203%200%200%200%2013%2025H6.75A3.75%203.75%200%200%201%203%2021.25V6.75C3%204.712%204.72%203%206.75%203M14%2025a2%202%200%200%200%203.414%201.413l3.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.89l-3.648%203.648c-.391.39-.586.903-.586%201.415%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-filled.svg?color=%231a73e8&size=48