hard drive icon
hard-drive-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.
- Name
- hard-drive-32-filled
- Set
- Fluent UI System Icons
- Style
- 32 Filled
- Viewbox
- 32×32
- 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 32 32"><path fill="currentColor" d="M9.89 5a3.25 3.25 0 0 0-2.906 1.797l-3.817 7.632A5.2 5.2 0 0 1 5.25 14h21.5c.74 0 1.444.153 2.083.43l-3.817-7.633A3.25 3.25 0 0 0 22.11 5zM2 19.25A3.25 3.25 0 0 1 5.25 16h21.5A3.25 3.25 0 0 1 30 19.25v3.5A3.25 3.25 0 0 1 26.75 26H5.25A3.25 3.25 0 0 1 2 22.75zm23.5 3a1.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 FluentHardDrive32Filled(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="M9.89 5a3.25 3.25 0 0 0-2.906 1.797l-3.817 7.632A5.2 5.2 0 0 1 5.25 14h21.5c.74 0 1.444.153 2.083.43l-3.817-7.633A3.25 3.25 0 0 0 22.11 5zM2 19.25A3.25 3.25 0 0 1 5.25 16h21.5A3.25 3.25 0 0 1 30 19.25v3.5A3.25 3.25 0 0 1 26.75 26H5.25A3.25 3.25 0 0 1 2 22.75zm23.5 3a1.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="M9.89 5a3.25 3.25 0 0 0-2.906 1.797l-3.817 7.632A5.2 5.2 0 0 1 5.25 14h21.5c.74 0 1.444.153 2.083.43l-3.817-7.633A3.25 3.25 0 0 0 22.11 5zM2 19.25A3.25 3.25 0 0 1 5.25 16h21.5A3.25 3.25 0 0 1 30 19.25v3.5A3.25 3.25 0 0 1 26.75 26H5.25A3.25 3.25 0 0 1 2 22.75zm23.5 3a1.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-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.89%205a3.25%203.25%200%200%200-2.906%201.797l-3.817%207.632A5.2%205.2%200%200%201%205.25%2014h21.5c.74%200%201.444.153%202.083.43l-3.817-7.633A3.25%203.25%200%200%200%2022.11%205zM2%2019.25A3.25%203.25%200%200%201%205.25%2016h21.5A3.25%203.25%200%200%201%2030%2019.25v3.5A3.25%203.25%200%200%201%2026.75%2026H5.25A3.25%203.25%200%200%201%202%2022.75zm23.5%203a1.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%22M9.89%205a3.25%203.25%200%200%200-2.906%201.797l-3.817%207.632A5.2%205.2%200%200%201%205.25%2014h21.5c.74%200%201.444.153%202.083.43l-3.817-7.633A3.25%203.25%200%200%200%2022.11%205zM2%2019.25A3.25%203.25%200%200%201%205.25%2016h21.5A3.25%203.25%200%200%201%2030%2019.25v3.5A3.25%203.25%200%200%201%2026.75%2026H5.25A3.25%203.25%200%200%201%202%2022.75zm23.5%203a1.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-filled.svg?color=%231a73e8&size=48