logo-windows from Framework7 Icons by Vladimir Kharlampidi · Outline · MIT Free for personal and commercial use.

Name
logo-windows
Set
Framework7 Icons
Style
Outline
Viewbox
56×56
License
MIT

The same icon in other sets

Related icons in Framework7 Icons

Use the logo windows icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m5 11.533l18.799-2.56l.008 18.133l-18.79.107zm18.79 17.662l.014 18.149l-18.79-2.584V29.073zm2.279-20.557L50.994 5v21.875l-24.925.198zM51 29.366l-.006 21.776l-24.925-3.518l-.035-18.3z"/></svg>

React

import type { SVGProps } from "react";

export function F7LogoWindows(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m5 11.533l18.799-2.56l.008 18.133l-18.79.107zm18.79 17.662l.014 18.149l-18.79-2.584V29.073zm2.279-20.557L50.994 5v21.875l-24.925.198zM51 29.366l-.006 21.776l-24.925-3.518l-.035-18.3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="m5 11.533l18.799-2.56l.008 18.133l-18.79.107zm18.79 17.662l.014 18.149l-18.79-2.584V29.073zm2.279-20.557L50.994 5v21.875l-24.925.198zM51 29.366l-.006 21.776l-24.925-3.518l-.035-18.3z"/></svg>
</template>

CSS

.icon-logo-windows {
  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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m5%2011.533l18.799-2.56l.008%2018.133l-18.79.107zm18.79%2017.662l.014%2018.149l-18.79-2.584V29.073zm2.279-20.557L50.994%205v21.875l-24.925.198zM51%2029.366l-.006%2021.776l-24.925-3.518l-.035-18.3z%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m5%2011.533l18.799-2.56l.008%2018.133l-18.79.107zm18.79%2017.662l.014%2018.149l-18.79-2.584V29.073zm2.279-20.557L50.994%205v21.875l-24.925.198zM51%2029.366l-.006%2021.776l-24.925-3.518l-.035-18.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/logo-windows.svg?color=%231a73e8&size=48