hard drive icon
hard-drive-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- hard-drive-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- Viewbox
- 48×48
- License
- MIT
11 other variants in Fluent UI System Icons
The same icon in other sets
hard-drive-fillEva Iconshard-driveFont Awesome 6 Regularhard-driveFont Awesome 6 Solidhard-driveFont Awesome Regularhard-driveFont Awesome Solidhard-driveFeather Iconshard-driveHuge Iconshard-driveIconoirhard-driveLucidehard-driveMajesticonshard-driveMaterial Symbolshard-driveMaterial Symbols Lighthard-driveMyna UI Iconshard-drivePhosphorhard-drive-fillRemix Iconhard-driveTDesign Icons
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 48 48"><path fill="currentColor" d="M15.117 9a4.25 4.25 0 0 0-3.813 2.373L6.155 21.83a6.7 6.7 0 0 1 2.095-.33h31.5c.731 0 1.435.116 2.095.331l-5.149-10.458A4.25 4.25 0 0 0 32.883 9zM4 28.25v6.5A4.25 4.25 0 0 0 8.25 39h31.5A4.25 4.25 0 0 0 44 34.75v-6.5A4.25 4.25 0 0 0 39.75 24H8.25A4.25 4.25 0 0 0 4 28.25m34.5 3.25a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/></svg>
React
import type { SVGProps } from "react";
export function FluentHardDrive48Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M15.117 9a4.25 4.25 0 0 0-3.813 2.373L6.155 21.83a6.7 6.7 0 0 1 2.095-.33h31.5c.731 0 1.435.116 2.095.331l-5.149-10.458A4.25 4.25 0 0 0 32.883 9zM4 28.25v6.5A4.25 4.25 0 0 0 8.25 39h31.5A4.25 4.25 0 0 0 44 34.75v-6.5A4.25 4.25 0 0 0 39.75 24H8.25A4.25 4.25 0 0 0 4 28.25m34.5 3.25a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M15.117 9a4.25 4.25 0 0 0-3.813 2.373L6.155 21.83a6.7 6.7 0 0 1 2.095-.33h31.5c.731 0 1.435.116 2.095.331l-5.149-10.458A4.25 4.25 0 0 0 32.883 9zM4 28.25v6.5A4.25 4.25 0 0 0 8.25 39h31.5A4.25 4.25 0 0 0 44 34.75v-6.5A4.25 4.25 0 0 0 39.75 24H8.25A4.25 4.25 0 0 0 4 28.25m34.5 3.25a2 2 0 1 1-4 0a2 2 0 0 1 4 0"/></svg> </template>
CSS
.icon-hard-drive-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.117%209a4.25%204.25%200%200%200-3.813%202.373L6.155%2021.83a6.7%206.7%200%200%201%202.095-.33h31.5c.731%200%201.435.116%202.095.331l-5.149-10.458A4.25%204.25%200%200%200%2032.883%209zM4%2028.25v6.5A4.25%204.25%200%200%200%208.25%2039h31.5A4.25%204.25%200%200%200%2044%2034.75v-6.5A4.25%204.25%200%200%200%2039.75%2024H8.25A4.25%204.25%200%200%200%204%2028.25m34.5%203.25a2%202%200%201%201-4%200a2%202%200%200%201%204%200%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.117%209a4.25%204.25%200%200%200-3.813%202.373L6.155%2021.83a6.7%206.7%200%200%201%202.095-.33h31.5c.731%200%201.435.116%202.095.331l-5.149-10.458A4.25%204.25%200%200%200%2032.883%209zM4%2028.25v6.5A4.25%204.25%200%200%200%208.25%2039h31.5A4.25%204.25%200%200%200%2044%2034.75v-6.5A4.25%204.25%200%200%200%2039.75%2024H8.25A4.25%204.25%200%200%200%204%2028.25m34.5%203.25a2%202%200%201%201-4%200a2%202%200%200%201%204%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/hard-drive-48-filled.svg?color=%231a73e8&size=48