hard-drive-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.

Name
hard-drive-32-regular
Set
Fluent UI System Icons
Style
32 Regular
Viewbox
32×32
License
MIT

11 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the hard drive icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6.984 6.797A3.25 3.25 0 0 1 9.89 5h12.218a3.25 3.25 0 0 1 2.907 1.797l4.535 9.07c.295.59.449 1.24.449 1.9v4.983A3.25 3.25 0 0 1 26.75 26H5.25A3.25 3.25 0 0 1 2 22.75v-4.983c0-.66.154-1.31.449-1.9zm16.244.894A1.25 1.25 0 0 0 22.109 7H9.891a1.25 1.25 0 0 0-1.118.691l-3.656 7.312Q5.183 15 5.25 15h21.5q.068 0 .133.003zM4 18.25v4.5c0 .69.56 1.25 1.25 1.25h21.5c.69 0 1.25-.56 1.25-1.25v-4.5c0-.69-.56-1.25-1.25-1.25H5.25C4.56 17 4 17.56 4 18.25m20.5 3.5a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentHardDrive32Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6.984 6.797A3.25 3.25 0 0 1 9.89 5h12.218a3.25 3.25 0 0 1 2.907 1.797l4.535 9.07c.295.59.449 1.24.449 1.9v4.983A3.25 3.25 0 0 1 26.75 26H5.25A3.25 3.25 0 0 1 2 22.75v-4.983c0-.66.154-1.31.449-1.9zm16.244.894A1.25 1.25 0 0 0 22.109 7H9.891a1.25 1.25 0 0 0-1.118.691l-3.656 7.312Q5.183 15 5.25 15h21.5q.068 0 .133.003zM4 18.25v4.5c0 .69.56 1.25 1.25 1.25h21.5c.69 0 1.25-.56 1.25-1.25v-4.5c0-.69-.56-1.25-1.25-1.25H5.25C4.56 17 4 17.56 4 18.25m20.5 3.5a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M6.984 6.797A3.25 3.25 0 0 1 9.89 5h12.218a3.25 3.25 0 0 1 2.907 1.797l4.535 9.07c.295.59.449 1.24.449 1.9v4.983A3.25 3.25 0 0 1 26.75 26H5.25A3.25 3.25 0 0 1 2 22.75v-4.983c0-.66.154-1.31.449-1.9zm16.244.894A1.25 1.25 0 0 0 22.109 7H9.891a1.25 1.25 0 0 0-1.118.691l-3.656 7.312Q5.183 15 5.25 15h21.5q.068 0 .133.003zM4 18.25v4.5c0 .69.56 1.25 1.25 1.25h21.5c.69 0 1.25-.56 1.25-1.25v-4.5c0-.69-.56-1.25-1.25-1.25H5.25C4.56 17 4 17.56 4 18.25m20.5 3.5a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5"/></svg>
</template>

CSS

.icon-hard-drive-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.984%206.797A3.25%203.25%200%200%201%209.89%205h12.218a3.25%203.25%200%200%201%202.907%201.797l4.535%209.07c.295.59.449%201.24.449%201.9v4.983A3.25%203.25%200%200%201%2026.75%2026H5.25A3.25%203.25%200%200%201%202%2022.75v-4.983c0-.66.154-1.31.449-1.9zm16.244.894A1.25%201.25%200%200%200%2022.109%207H9.891a1.25%201.25%200%200%200-1.118.691l-3.656%207.312Q5.183%2015%205.25%2015h21.5q.068%200%20.133.003zM4%2018.25v4.5c0%20.69.56%201.25%201.25%201.25h21.5c.69%200%201.25-.56%201.25-1.25v-4.5c0-.69-.56-1.25-1.25-1.25H5.25C4.56%2017%204%2017.56%204%2018.25m20.5%203.5a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.984%206.797A3.25%203.25%200%200%201%209.89%205h12.218a3.25%203.25%200%200%201%202.907%201.797l4.535%209.07c.295.59.449%201.24.449%201.9v4.983A3.25%203.25%200%200%201%2026.75%2026H5.25A3.25%203.25%200%200%201%202%2022.75v-4.983c0-.66.154-1.31.449-1.9zm16.244.894A1.25%201.25%200%200%200%2022.109%207H9.891a1.25%201.25%200%200%200-1.118.691l-3.656%207.312Q5.183%2015%205.25%2015h21.5q.068%200%20.133.003zM4%2018.25v4.5c0%20.69.56%201.25%201.25%201.25h21.5c.69%200%201.25-.56%201.25-1.25v-4.5c0-.69-.56-1.25-1.25-1.25H5.25C4.56%2017%204%2017.56%204%2018.25m20.5%203.5a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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