microsoft icon

microsoft from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
microsoft
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the microsoft icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M13.5 15.5c0-.943 0-1.414.293-1.707s.764-.293 1.707-.293H20c.943 0 1.414 0 1.707.293S22 14.557 22 15.5V20c0 .943 0 1.414-.293 1.707S20.943 22 20 22h-4.5c-.943 0-1.414 0-1.707-.293S13.5 20.943 13.5 20zM2 4c0-.943 0-1.414.293-1.707S3.057 2 4 2h4.5c.943 0 1.414 0 1.707.293S10.5 3.057 10.5 4v4.5c0 .943 0 1.414-.293 1.707s-.764.293-1.707.293H4c-.943 0-1.414 0-1.707-.293S2 9.443 2 8.5zm0 11.5c0-.943 0-1.414.293-1.707S3.057 13.5 4 13.5h4.5c.943 0 1.414 0 1.707.293s.293.764.293 1.707V20c0 .943 0 1.414-.293 1.707S9.443 22 8.5 22H4c-.943 0-1.414 0-1.707-.293S2 20.943 2 20zM13.5 4c0-.943 0-1.414.293-1.707S14.557 2 15.5 2H20c.943 0 1.414 0 1.707.293S22 3.057 22 4v4.5c0 .943 0 1.414-.293 1.707s-.764.293-1.707.293h-4.5c-.943 0-1.414 0-1.707-.293S13.5 9.443 13.5 8.5z"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsMicrosoft(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M13.5 15.5c0-.943 0-1.414.293-1.707s.764-.293 1.707-.293H20c.943 0 1.414 0 1.707.293S22 14.557 22 15.5V20c0 .943 0 1.414-.293 1.707S20.943 22 20 22h-4.5c-.943 0-1.414 0-1.707-.293S13.5 20.943 13.5 20zM2 4c0-.943 0-1.414.293-1.707S3.057 2 4 2h4.5c.943 0 1.414 0 1.707.293S10.5 3.057 10.5 4v4.5c0 .943 0 1.414-.293 1.707s-.764.293-1.707.293H4c-.943 0-1.414 0-1.707-.293S2 9.443 2 8.5zm0 11.5c0-.943 0-1.414.293-1.707S3.057 13.5 4 13.5h4.5c.943 0 1.414 0 1.707.293s.293.764.293 1.707V20c0 .943 0 1.414-.293 1.707S9.443 22 8.5 22H4c-.943 0-1.414 0-1.707-.293S2 20.943 2 20zM13.5 4c0-.943 0-1.414.293-1.707S14.557 2 15.5 2H20c.943 0 1.414 0 1.707.293S22 3.057 22 4v4.5c0 .943 0 1.414-.293 1.707s-.764.293-1.707.293h-4.5c-.943 0-1.414 0-1.707-.293S13.5 9.443 13.5 8.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M13.5 15.5c0-.943 0-1.414.293-1.707s.764-.293 1.707-.293H20c.943 0 1.414 0 1.707.293S22 14.557 22 15.5V20c0 .943 0 1.414-.293 1.707S20.943 22 20 22h-4.5c-.943 0-1.414 0-1.707-.293S13.5 20.943 13.5 20zM2 4c0-.943 0-1.414.293-1.707S3.057 2 4 2h4.5c.943 0 1.414 0 1.707.293S10.5 3.057 10.5 4v4.5c0 .943 0 1.414-.293 1.707s-.764.293-1.707.293H4c-.943 0-1.414 0-1.707-.293S2 9.443 2 8.5zm0 11.5c0-.943 0-1.414.293-1.707S3.057 13.5 4 13.5h4.5c.943 0 1.414 0 1.707.293s.293.764.293 1.707V20c0 .943 0 1.414-.293 1.707S9.443 22 8.5 22H4c-.943 0-1.414 0-1.707-.293S2 20.943 2 20zM13.5 4c0-.943 0-1.414.293-1.707S14.557 2 15.5 2H20c.943 0 1.414 0 1.707.293S22 3.057 22 4v4.5c0 .943 0 1.414-.293 1.707s-.764.293-1.707.293h-4.5c-.943 0-1.414 0-1.707-.293S13.5 9.443 13.5 8.5z"/></svg>
</template>

CSS

.icon-microsoft {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M13.5%2015.5c0-.943%200-1.414.293-1.707s.764-.293%201.707-.293H20c.943%200%201.414%200%201.707.293S22%2014.557%2022%2015.5V20c0%20.943%200%201.414-.293%201.707S20.943%2022%2020%2022h-4.5c-.943%200-1.414%200-1.707-.293S13.5%2020.943%2013.5%2020zM2%204c0-.943%200-1.414.293-1.707S3.057%202%204%202h4.5c.943%200%201.414%200%201.707.293S10.5%203.057%2010.5%204v4.5c0%20.943%200%201.414-.293%201.707s-.764.293-1.707.293H4c-.943%200-1.414%200-1.707-.293S2%209.443%202%208.5zm0%2011.5c0-.943%200-1.414.293-1.707S3.057%2013.5%204%2013.5h4.5c.943%200%201.414%200%201.707.293s.293.764.293%201.707V20c0%20.943%200%201.414-.293%201.707S9.443%2022%208.5%2022H4c-.943%200-1.414%200-1.707-.293S2%2020.943%202%2020zM13.5%204c0-.943%200-1.414.293-1.707S14.557%202%2015.5%202H20c.943%200%201.414%200%201.707.293S22%203.057%2022%204v4.5c0%20.943%200%201.414-.293%201.707s-.764.293-1.707.293h-4.5c-.943%200-1.414%200-1.707-.293S13.5%209.443%2013.5%208.5z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M13.5%2015.5c0-.943%200-1.414.293-1.707s.764-.293%201.707-.293H20c.943%200%201.414%200%201.707.293S22%2014.557%2022%2015.5V20c0%20.943%200%201.414-.293%201.707S20.943%2022%2020%2022h-4.5c-.943%200-1.414%200-1.707-.293S13.5%2020.943%2013.5%2020zM2%204c0-.943%200-1.414.293-1.707S3.057%202%204%202h4.5c.943%200%201.414%200%201.707.293S10.5%203.057%2010.5%204v4.5c0%20.943%200%201.414-.293%201.707s-.764.293-1.707.293H4c-.943%200-1.414%200-1.707-.293S2%209.443%202%208.5zm0%2011.5c0-.943%200-1.414.293-1.707S3.057%2013.5%204%2013.5h4.5c.943%200%201.414%200%201.707.293s.293.764.293%201.707V20c0%20.943%200%201.414-.293%201.707S9.443%2022%208.5%2022H4c-.943%200-1.414%200-1.707-.293S2%2020.943%202%2020zM13.5%204c0-.943%200-1.414.293-1.707S14.557%202%2015.5%202H20c.943%200%201.414%200%201.707.293S22%203.057%2022%204v4.5c0%20.943%200%201.414-.293%201.707s-.764.293-1.707.293h-4.5c-.943%200-1.414%200-1.707-.293S13.5%209.443%2013.5%208.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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