hard drive icon

hard-drive-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.

Name
hard-drive-filled
Set
Reicon
Style
Filled
Category
UI
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

All hard drive icons →

More ui icons from Reicon

Use the hard drive icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6.319 2.52c.675-.27 1.45-.27 2.573-.27h6.216c1.124 0 1.898 0 2.573.27A3.75 3.75 0 0 1 19.2 3.642c.457.565.684 1.305 1.014 2.38l2.082 6.766A5.7 5.7 0 0 0 19 11.75H5a5.7 5.7 0 0 0-3.296 1.038l2.082-6.767c.33-1.074.557-1.814 1.014-2.38A3.75 3.75 0 0 1 6.32 2.52"/><path fill-rule="evenodd" d="M19 13.25a4.25 4.25 0 0 1 4.248 4.108v.033q.003.054.002.109A4.25 4.25 0 0 1 19 21.75H5a4.25 4.25 0 0 1 0-8.5zm-5 4.25a1 1 0 1 1 2 0a1 1 0 0 1-2 0m3 0a1 1 0 1 1 2 0a1 1 0 0 1-2 0" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconHardDriveFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6.319 2.52c.675-.27 1.45-.27 2.573-.27h6.216c1.124 0 1.898 0 2.573.27A3.75 3.75 0 0 1 19.2 3.642c.457.565.684 1.305 1.014 2.38l2.082 6.766A5.7 5.7 0 0 0 19 11.75H5a5.7 5.7 0 0 0-3.296 1.038l2.082-6.767c.33-1.074.557-1.814 1.014-2.38A3.75 3.75 0 0 1 6.32 2.52"/><path fillRule="evenodd" d="M19 13.25a4.25 4.25 0 0 1 4.248 4.108v.033q.003.054.002.109A4.25 4.25 0 0 1 19 21.75H5a4.25 4.25 0 0 1 0-8.5zm-5 4.25a1 1 0 1 1 2 0a1 1 0 0 1-2 0m3 0a1 1 0 1 1 2 0a1 1 0 0 1-2 0" clipRule="evenodd"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M6.319 2.52c.675-.27 1.45-.27 2.573-.27h6.216c1.124 0 1.898 0 2.573.27A3.75 3.75 0 0 1 19.2 3.642c.457.565.684 1.305 1.014 2.38l2.082 6.766A5.7 5.7 0 0 0 19 11.75H5a5.7 5.7 0 0 0-3.296 1.038l2.082-6.767c.33-1.074.557-1.814 1.014-2.38A3.75 3.75 0 0 1 6.32 2.52"/><path fill-rule="evenodd" d="M19 13.25a4.25 4.25 0 0 1 4.248 4.108v.033q.003.054.002.109A4.25 4.25 0 0 1 19 21.75H5a4.25 4.25 0 0 1 0-8.5zm-5 4.25a1 1 0 1 1 2 0a1 1 0 0 1-2 0m3 0a1 1 0 1 1 2 0a1 1 0 0 1-2 0" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-hard-drive-filled {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M6.319%202.52c.675-.27%201.45-.27%202.573-.27h6.216c1.124%200%201.898%200%202.573.27A3.75%203.75%200%200%201%2019.2%203.642c.457.565.684%201.305%201.014%202.38l2.082%206.766A5.7%205.7%200%200%200%2019%2011.75H5a5.7%205.7%200%200%200-3.296%201.038l2.082-6.767c.33-1.074.557-1.814%201.014-2.38A3.75%203.75%200%200%201%206.32%202.52%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M19%2013.25a4.25%204.25%200%200%201%204.248%204.108v.033q.003.054.002.109A4.25%204.25%200%200%201%2019%2021.75H5a4.25%204.25%200%200%201%200-8.5zm-5%204.25a1%201%200%201%201%202%200a1%201%200%200%201-2%200m3%200a1%201%200%201%201%202%200a1%201%200%200%201-2%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M6.319%202.52c.675-.27%201.45-.27%202.573-.27h6.216c1.124%200%201.898%200%202.573.27A3.75%203.75%200%200%201%2019.2%203.642c.457.565.684%201.305%201.014%202.38l2.082%206.766A5.7%205.7%200%200%200%2019%2011.75H5a5.7%205.7%200%200%200-3.296%201.038l2.082-6.767c.33-1.074.557-1.814%201.014-2.38A3.75%203.75%200%200%201%206.32%202.52%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M19%2013.25a4.25%204.25%200%200%201%204.248%204.108v.033q.003.054.002.109A4.25%204.25%200%200%201%2019%2021.75H5a4.25%204.25%200%200%201%200-8.5zm-5%204.25a1%201%200%201%201%202%200a1%201%200%200%201-2%200m3%200a1%201%200%201%201%202%200a1%201%200%200%201-2%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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