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

Name
window-dev-tools-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the window dev tools 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.75zm12.994 5.683L14.28 10.22a.75.75 0 1 0-1.06 1.06l1.691 1.692a5.1 5.1 0 0 1 1.083-1.04M4.5 7h15v-.75a1.75 1.75 0 0 0-1.75-1.75H6.25A1.75 1.75 0 0 0 4.5 6.25zm6.28 4.28a.75.75 0 1 0-1.06-1.06l-3 3a.75.75 0 0 0 0 1.06l3 3a.75.75 0 1 0 1.06-1.06l-2.47-2.47zm9.019.814c.353.077.44.507.185.762l-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-2.16-2.16l2.73-2.73a4.074 4.074 0 0 1 4.622-5.57"/></svg>

React

import type { SVGProps } from "react";

export function FluentWindowDevTools24Regular(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.75zm12.994 5.683L14.28 10.22a.75.75 0 1 0-1.06 1.06l1.691 1.692a5.1 5.1 0 0 1 1.083-1.04M4.5 7h15v-.75a1.75 1.75 0 0 0-1.75-1.75H6.25A1.75 1.75 0 0 0 4.5 6.25zm6.28 4.28a.75.75 0 1 0-1.06-1.06l-3 3a.75.75 0 0 0 0 1.06l3 3a.75.75 0 1 0 1.06-1.06l-2.47-2.47zm9.019.814c.353.077.44.507.185.762l-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-2.16-2.16l2.73-2.73a4.074 4.074 0 0 1 4.622-5.57"/></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.75zm12.994 5.683L14.28 10.22a.75.75 0 1 0-1.06 1.06l1.691 1.692a5.1 5.1 0 0 1 1.083-1.04M4.5 7h15v-.75a1.75 1.75 0 0 0-1.75-1.75H6.25A1.75 1.75 0 0 0 4.5 6.25zm6.28 4.28a.75.75 0 1 0-1.06-1.06l-3 3a.75.75 0 0 0 0 1.06l3 3a.75.75 0 1 0 1.06-1.06l-2.47-2.47zm9.019.814c.353.077.44.507.185.762l-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-2.16-2.16l2.73-2.73a4.074 4.074 0 0 1 4.622-5.57"/></svg>
</template>

CSS

.icon-window-dev-tools-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.75zm12.994%205.683L14.28%2010.22a.75.75%200%201%200-1.06%201.06l1.691%201.692a5.1%205.1%200%200%201%201.083-1.04M4.5%207h15v-.75a1.75%201.75%200%200%200-1.75-1.75H6.25A1.75%201.75%200%200%200%204.5%206.25zm6.28%204.28a.75.75%200%201%200-1.06-1.06l-3%203a.75.75%200%200%200%200%201.06l3%203a.75.75%200%201%200%201.06-1.06l-2.47-2.47zm9.019.814c.353.077.44.507.185.762l-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-2.16-2.16l2.73-2.73a4.074%204.074%200%200%201%204.622-5.57%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.75zm12.994%205.683L14.28%2010.22a.75.75%200%201%200-1.06%201.06l1.691%201.692a5.1%205.1%200%200%201%201.083-1.04M4.5%207h15v-.75a1.75%201.75%200%200%200-1.75-1.75H6.25A1.75%201.75%200%200%200%204.5%206.25zm6.28%204.28a.75.75%200%201%200-1.06-1.06l-3%203a.75.75%200%200%200%200%201.06l3%203a.75.75%200%201%200%201.06-1.06l-2.47-2.47zm9.019.814c.353.077.44.507.185.762l-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-2.16-2.16l2.73-2.73a4.074%204.074%200%200%201%204.622-5.57%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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