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

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

3 other variants in Material Symbols Light

The same icon in other sets

More hardware icons from Material Symbols Light

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.116 14.846q.413 0 .706-.29q.294-.29.294-.71q0-.413-.294-.706q-.293-.294-.706-.294q-.42 0-.71.294q-.29.293-.29.706q0 .42.29.71t.71.29M3 9.654l2.92-2.996q.216-.237.521-.37q.305-.134.634-.134H16.9q.329 0 .634.133q.305.134.522.37L21 9.655zm1.616 7.769q-.697 0-1.156-.46q-.46-.46-.46-1.155v-5.154h18v5.154q0 .696-.472 1.156t-1.144.459z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightHardDrive(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.116 14.846q.413 0 .706-.29q.294-.29.294-.71q0-.413-.294-.706q-.293-.294-.706-.294q-.42 0-.71.294q-.29.293-.29.706q0 .42.29.71t.71.29M3 9.654l2.92-2.996q.216-.237.521-.37q.305-.134.634-.134H16.9q.329 0 .634.133q.305.134.522.37L21 9.655zm1.616 7.769q-.697 0-1.156-.46q-.46-.46-.46-1.155v-5.154h18v5.154q0 .696-.472 1.156t-1.144.459z"/></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.116 14.846q.413 0 .706-.29q.294-.29.294-.71q0-.413-.294-.706q-.293-.294-.706-.294q-.42 0-.71.294q-.29.293-.29.706q0 .42.29.71t.71.29M3 9.654l2.92-2.996q.216-.237.521-.37q.305-.134.634-.134H16.9q.329 0 .634.133q.305.134.522.37L21 9.655zm1.616 7.769q-.697 0-1.156-.46q-.46-.46-.46-1.155v-5.154h18v5.154q0 .696-.472 1.156t-1.144.459z"/></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.116%2014.846q.413%200%20.706-.29q.294-.29.294-.71q0-.413-.294-.706q-.293-.294-.706-.294q-.42%200-.71.294q-.29.293-.29.706q0%20.42.29.71t.71.29M3%209.654l2.92-2.996q.216-.237.521-.37q.305-.134.634-.134H16.9q.329%200%20.634.133q.305.134.522.37L21%209.655zm1.616%207.769q-.697%200-1.156-.46q-.46-.46-.46-1.155v-5.154h18v5.154q0%20.696-.472%201.156t-1.144.459z%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.116%2014.846q.413%200%20.706-.29q.294-.29.294-.71q0-.413-.294-.706q-.293-.294-.706-.294q-.42%200-.71.294q-.29.293-.29.706q0%20.42.29.71t.71.29M3%209.654l2.92-2.996q.216-.237.521-.37q.305-.134.634-.134H16.9q.329%200%20.634.133q.305.134.522.37L21%209.655zm1.616%207.769q-.697%200-1.156-.46q-.46-.46-.46-1.155v-5.154h18v5.154q0%20.696-.472%201.156t-1.144.459z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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