hard-drive from Material Symbols by Google · Regular · Hardware · Apache-2.0 Free for personal and commercial use.

Name
hard-drive
Set
Material Symbols
Style
Regular
Category
Hardware
Viewbox
24×24
License
Apache 2.0
Aliases
hard-drive-rounded

3 other variants in Material Symbols

The same icon in other sets

More hardware icons from Material Symbols

Use the hard drive icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 16q.625 0 1.063-.425T18.5 14.5q0-.625-.437-1.062T17 13q-.65 0-1.075.438T15.5 14.5q0 .65.425 1.075T17 16M2 9l3.4-3.4q.275-.275.638-.437T6.825 5H17.15q.425 0 .788.163t.637.437L22 9zm2 10q-.85 0-1.425-.575T2 17v-6h20v6q0 .85-.587 1.425T20 19z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsHardDrive(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 16q.625 0 1.063-.425T18.5 14.5q0-.625-.437-1.062T17 13q-.65 0-1.075.438T15.5 14.5q0 .65.425 1.075T17 16M2 9l3.4-3.4q.275-.275.638-.437T6.825 5H17.15q.425 0 .788.163t.637.437L22 9zm2 10q-.85 0-1.425-.575T2 17v-6h20v6q0 .85-.587 1.425T20 19z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 16q.625 0 1.063-.425T18.5 14.5q0-.625-.437-1.062T17 13q-.65 0-1.075.438T15.5 14.5q0 .65.425 1.075T17 16M2 9l3.4-3.4q.275-.275.638-.437T6.825 5H17.15q.425 0 .788.163t.637.437L22 9zm2 10q-.85 0-1.425-.575T2 17v-6h20v6q0 .85-.587 1.425T20 19z"/></svg>
</template>

CSS

.icon-hard-drive {
  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%22currentColor%22%20d%3D%22M17%2016q.625%200%201.063-.425T18.5%2014.5q0-.625-.437-1.062T17%2013q-.65%200-1.075.438T15.5%2014.5q0%20.65.425%201.075T17%2016M2%209l3.4-3.4q.275-.275.638-.437T6.825%205H17.15q.425%200%20.788.163t.637.437L22%209zm2%2010q-.85%200-1.425-.575T2%2017v-6h20v6q0%20.85-.587%201.425T20%2019z%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%22currentColor%22%20d%3D%22M17%2016q.625%200%201.063-.425T18.5%2014.5q0-.625-.437-1.062T17%2013q-.65%200-1.075.438T15.5%2014.5q0%20.65.425%201.075T17%2016M2%209l3.4-3.4q.275-.275.638-.437T6.825%205H17.15q.425%200%20.788.163t.637.437L22%209zm2%2010q-.85%200-1.425-.575T2%2017v-6h20v6q0%20.85-.587%201.425T20%2019z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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