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

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

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the window shield icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6 3a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h5.237a5.4 5.4 0 0 1-.661-1H6a2 2 0 0 1-2-2V7h12v1.846c.285.247.627.49 1 .66V6a3 3 0 0 0-3-3zM4 6a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2zm10.88 3.16c.508.532 1.484 1.379 2.684 1.552a.5.5 0 0 1 .436.482v2.323c0 3.122-2.784 4.255-3.386 4.463a.34.34 0 0 1-.228 0C13.785 17.772 11 16.64 11 13.517v-2.323a.5.5 0 0 1 .436-.482c1.2-.173 2.175-1.02 2.683-1.553a.535.535 0 0 1 .762 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentWindowShield20Regular(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="M6 3a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h5.237a5.4 5.4 0 0 1-.661-1H6a2 2 0 0 1-2-2V7h12v1.846c.285.247.627.49 1 .66V6a3 3 0 0 0-3-3zM4 6a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2zm10.88 3.16c.508.532 1.484 1.379 2.684 1.552a.5.5 0 0 1 .436.482v2.323c0 3.122-2.784 4.255-3.386 4.463a.34.34 0 0 1-.228 0C13.785 17.772 11 16.64 11 13.517v-2.323a.5.5 0 0 1 .436-.482c1.2-.173 2.175-1.02 2.683-1.553a.535.535 0 0 1 .762 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M6 3a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h5.237a5.4 5.4 0 0 1-.661-1H6a2 2 0 0 1-2-2V7h12v1.846c.285.247.627.49 1 .66V6a3 3 0 0 0-3-3zM4 6a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2zm10.88 3.16c.508.532 1.484 1.379 2.684 1.552a.5.5 0 0 1 .436.482v2.323c0 3.122-2.784 4.255-3.386 4.463a.34.34 0 0 1-.228 0C13.785 17.772 11 16.64 11 13.517v-2.323a.5.5 0 0 1 .436-.482c1.2-.173 2.175-1.02 2.683-1.553a.535.535 0 0 1 .762 0"/></svg>
</template>

CSS

.icon-window-shield-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%22M6%203a3%203%200%200%200-3%203v8a3%203%200%200%200%203%203h5.237a5.4%205.4%200%200%201-.661-1H6a2%202%200%200%201-2-2V7h12v1.846c.285.247.627.49%201%20.66V6a3%203%200%200%200-3-3zM4%206a2%202%200%200%201%202-2h8a2%202%200%200%201%202%202zm10.88%203.16c.508.532%201.484%201.379%202.684%201.552a.5.5%200%200%201%20.436.482v2.323c0%203.122-2.784%204.255-3.386%204.463a.34.34%200%200%201-.228%200C13.785%2017.772%2011%2016.64%2011%2013.517v-2.323a.5.5%200%200%201%20.436-.482c1.2-.173%202.175-1.02%202.683-1.553a.535.535%200%200%201%20.762%200%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%22M6%203a3%203%200%200%200-3%203v8a3%203%200%200%200%203%203h5.237a5.4%205.4%200%200%201-.661-1H6a2%202%200%200%201-2-2V7h12v1.846c.285.247.627.49%201%20.66V6a3%203%200%200%200-3-3zM4%206a2%202%200%200%201%202-2h8a2%202%200%200%201%202%202zm10.88%203.16c.508.532%201.484%201.379%202.684%201.552a.5.5%200%200%201%20.436.482v2.323c0%203.122-2.784%204.255-3.386%204.463a.34.34%200%200%201-.228%200C13.785%2017.772%2011%2016.64%2011%2013.517v-2.323a.5.5%200%200%201%20.436-.482c1.2-.173%202.175-1.02%202.683-1.553a.535.535%200%200%201%20.762%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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