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

Name
window-brush-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the window brush icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M17.437 7.577c.39-.104.92-.157 1.282.204c.361.362.308.893.204 1.282c-.116.433-.358.936-.68 1.47c-.65 1.072-1.688 2.364-2.944 3.62c-.358.358-.89.9-1.503 1.178a2 2 0 0 1-.843.19a2.5 2.5 0 0 1-.68 2.245l-.155.151c-1.637 1.517-4.346 1.535-6.013-.606a.502.502 0 0 1 .253-.787c1.075-.318 1.386-.653 1.554-.926c.11-.178.16-.326.285-.586c.116-.24.27-.51.535-.776a2.5 2.5 0 0 1 2.247-.686a2 2 0 0 1 .19-.845c.28-.612.82-1.146 1.178-1.504c1.255-1.256 2.548-2.293 3.62-2.942c.534-.323 1.037-.566 1.47-.682m-5.877 7.366a1.5 1.5 0 0 0-2.12 0a1.7 1.7 0 0 0-.341.502c-.08.165-.191.441-.334.675c-.26.424-.654.787-1.378 1.097c1.318 1.151 3.096.957 4.168-.147l.005-.006a1.5 1.5 0 0 0 0-2.12M14 3a3 3 0 0 1 3 3v.663a6 6 0 0 0-.815.337H4v7a2 2 0 0 0 1.459 1.924c-.176.17-.31.382-.388.62v.003q-.043.14-.058.283A3 3 0 0 1 3 14V6a3 3 0 0 1 3-3zM6 4a2 2 0 0 0-2 2h12a2 2 0 0 0-2-2z"/></svg>

React

import type { SVGProps } from "react";

export function FluentWindowBrush20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M17.437 7.577c.39-.104.92-.157 1.282.204c.361.362.308.893.204 1.282c-.116.433-.358.936-.68 1.47c-.65 1.072-1.688 2.364-2.944 3.62c-.358.358-.89.9-1.503 1.178a2 2 0 0 1-.843.19a2.5 2.5 0 0 1-.68 2.245l-.155.151c-1.637 1.517-4.346 1.535-6.013-.606a.502.502 0 0 1 .253-.787c1.075-.318 1.386-.653 1.554-.926c.11-.178.16-.326.285-.586c.116-.24.27-.51.535-.776a2.5 2.5 0 0 1 2.247-.686a2 2 0 0 1 .19-.845c.28-.612.82-1.146 1.178-1.504c1.255-1.256 2.548-2.293 3.62-2.942c.534-.323 1.037-.566 1.47-.682m-5.877 7.366a1.5 1.5 0 0 0-2.12 0a1.7 1.7 0 0 0-.341.502c-.08.165-.191.441-.334.675c-.26.424-.654.787-1.378 1.097c1.318 1.151 3.096.957 4.168-.147l.005-.006a1.5 1.5 0 0 0 0-2.12M14 3a3 3 0 0 1 3 3v.663a6 6 0 0 0-.815.337H4v7a2 2 0 0 0 1.459 1.924c-.176.17-.31.382-.388.62v.003q-.043.14-.058.283A3 3 0 0 1 3 14V6a3 3 0 0 1 3-3zM6 4a2 2 0 0 0-2 2h12a2 2 0 0 0-2-2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M17.437 7.577c.39-.104.92-.157 1.282.204c.361.362.308.893.204 1.282c-.116.433-.358.936-.68 1.47c-.65 1.072-1.688 2.364-2.944 3.62c-.358.358-.89.9-1.503 1.178a2 2 0 0 1-.843.19a2.5 2.5 0 0 1-.68 2.245l-.155.151c-1.637 1.517-4.346 1.535-6.013-.606a.502.502 0 0 1 .253-.787c1.075-.318 1.386-.653 1.554-.926c.11-.178.16-.326.285-.586c.116-.24.27-.51.535-.776a2.5 2.5 0 0 1 2.247-.686a2 2 0 0 1 .19-.845c.28-.612.82-1.146 1.178-1.504c1.255-1.256 2.548-2.293 3.62-2.942c.534-.323 1.037-.566 1.47-.682m-5.877 7.366a1.5 1.5 0 0 0-2.12 0a1.7 1.7 0 0 0-.341.502c-.08.165-.191.441-.334.675c-.26.424-.654.787-1.378 1.097c1.318 1.151 3.096.957 4.168-.147l.005-.006a1.5 1.5 0 0 0 0-2.12M14 3a3 3 0 0 1 3 3v.663a6 6 0 0 0-.815.337H4v7a2 2 0 0 0 1.459 1.924c-.176.17-.31.382-.388.62v.003q-.043.14-.058.283A3 3 0 0 1 3 14V6a3 3 0 0 1 3-3zM6 4a2 2 0 0 0-2 2h12a2 2 0 0 0-2-2z"/></svg>
</template>

CSS

.icon-window-brush-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.437%207.577c.39-.104.92-.157%201.282.204c.361.362.308.893.204%201.282c-.116.433-.358.936-.68%201.47c-.65%201.072-1.688%202.364-2.944%203.62c-.358.358-.89.9-1.503%201.178a2%202%200%200%201-.843.19a2.5%202.5%200%200%201-.68%202.245l-.155.151c-1.637%201.517-4.346%201.535-6.013-.606a.502.502%200%200%201%20.253-.787c1.075-.318%201.386-.653%201.554-.926c.11-.178.16-.326.285-.586c.116-.24.27-.51.535-.776a2.5%202.5%200%200%201%202.247-.686a2%202%200%200%201%20.19-.845c.28-.612.82-1.146%201.178-1.504c1.255-1.256%202.548-2.293%203.62-2.942c.534-.323%201.037-.566%201.47-.682m-5.877%207.366a1.5%201.5%200%200%200-2.12%200a1.7%201.7%200%200%200-.341.502c-.08.165-.191.441-.334.675c-.26.424-.654.787-1.378%201.097c1.318%201.151%203.096.957%204.168-.147l.005-.006a1.5%201.5%200%200%200%200-2.12M14%203a3%203%200%200%201%203%203v.663a6%206%200%200%200-.815.337H4v7a2%202%200%200%200%201.459%201.924c-.176.17-.31.382-.388.62v.003q-.043.14-.058.283A3%203%200%200%201%203%2014V6a3%203%200%200%201%203-3zM6%204a2%202%200%200%200-2%202h12a2%202%200%200%200-2-2z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.437%207.577c.39-.104.92-.157%201.282.204c.361.362.308.893.204%201.282c-.116.433-.358.936-.68%201.47c-.65%201.072-1.688%202.364-2.944%203.62c-.358.358-.89.9-1.503%201.178a2%202%200%200%201-.843.19a2.5%202.5%200%200%201-.68%202.245l-.155.151c-1.637%201.517-4.346%201.535-6.013-.606a.502.502%200%200%201%20.253-.787c1.075-.318%201.386-.653%201.554-.926c.11-.178.16-.326.285-.586c.116-.24.27-.51.535-.776a2.5%202.5%200%200%201%202.247-.686a2%202%200%200%201%20.19-.845c.28-.612.82-1.146%201.178-1.504c1.255-1.256%202.548-2.293%203.62-2.942c.534-.323%201.037-.566%201.47-.682m-5.877%207.366a1.5%201.5%200%200%200-2.12%200a1.7%201.7%200%200%200-.341.502c-.08.165-.191.441-.334.675c-.26.424-.654.787-1.378%201.097c1.318%201.151%203.096.957%204.168-.147l.005-.006a1.5%201.5%200%200%200%200-2.12M14%203a3%203%200%200%201%203%203v.663a6%206%200%200%200-.815.337H4v7a2%202%200%200%200%201.459%201.924c-.176.17-.31.382-.388.62v.003q-.043.14-.058.283A3%203%200%200%201%203%2014V6a3%203%200%200%201%203-3zM6%204a2%202%200%200%200-2%202h12a2%202%200%200%200-2-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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