hard drive icon

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

Name
hard-drive
Set
Reicon
Style
Outline
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="M17 17a1 1 0 1 1 2 0a1 1 0 0 1-2 0m-2-1a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/><path fill-rule="evenodd" d="M9.474 2.25c-1.328 0-2.208 0-2.972.306A4.25 4.25 0 0 0 4.78 3.827c-.518.64-.777 1.481-1.167 2.751l-2.54 8.258a6.3 6.3 0 0 0-.32 1.796c-.004.097-.004.194-.004.355V17a4.75 4.75 0 0 0 4.75 4.75h13A4.75 4.75 0 0 0 23.25 17v-.013c0-.16 0-.258-.003-.355a6.3 6.3 0 0 0-.219-1.456a12 12 0 0 0-.101-.34l-2.541-8.258c-.39-1.27-.649-2.11-1.167-2.751a4.25 4.25 0 0 0-1.72-1.271c-.765-.307-1.645-.307-2.973-.306zm11.259 10.556L19 7.174c-.456-1.482-.635-2.018-.947-2.404a2.75 2.75 0 0 0-1.114-.822c-.46-.185-1.025-.198-2.575-.198H9.636c-1.55 0-2.115.013-2.575.198a2.75 2.75 0 0 0-1.114.822c-.312.386-.49.922-.947 2.404l-1.733 5.632A4.7 4.7 0 0 1 5.5 12.25h13c.807 0 1.567.201 2.233.556M2.25 17a3.25 3.25 0 0 1 3.25-3.25h13a3.25 3.25 0 1 1 0 6.5h-13A3.25 3.25 0 0 1 2.25 17" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconHardDrive(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="M17 17a1 1 0 1 1 2 0a1 1 0 0 1-2 0m-2-1a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/><path fillRule="evenodd" d="M9.474 2.25c-1.328 0-2.208 0-2.972.306A4.25 4.25 0 0 0 4.78 3.827c-.518.64-.777 1.481-1.167 2.751l-2.54 8.258a6.3 6.3 0 0 0-.32 1.796c-.004.097-.004.194-.004.355V17a4.75 4.75 0 0 0 4.75 4.75h13A4.75 4.75 0 0 0 23.25 17v-.013c0-.16 0-.258-.003-.355a6.3 6.3 0 0 0-.219-1.456a12 12 0 0 0-.101-.34l-2.541-8.258c-.39-1.27-.649-2.11-1.167-2.751a4.25 4.25 0 0 0-1.72-1.271c-.765-.307-1.645-.307-2.973-.306zm11.259 10.556L19 7.174c-.456-1.482-.635-2.018-.947-2.404a2.75 2.75 0 0 0-1.114-.822c-.46-.185-1.025-.198-2.575-.198H9.636c-1.55 0-2.115.013-2.575.198a2.75 2.75 0 0 0-1.114.822c-.312.386-.49.922-.947 2.404l-1.733 5.632A4.7 4.7 0 0 1 5.5 12.25h13c.807 0 1.567.201 2.233.556M2.25 17a3.25 3.25 0 0 1 3.25-3.25h13a3.25 3.25 0 1 1 0 6.5h-13A3.25 3.25 0 0 1 2.25 17" 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="M17 17a1 1 0 1 1 2 0a1 1 0 0 1-2 0m-2-1a1 1 0 1 0 0 2a1 1 0 0 0 0-2"/><path fill-rule="evenodd" d="M9.474 2.25c-1.328 0-2.208 0-2.972.306A4.25 4.25 0 0 0 4.78 3.827c-.518.64-.777 1.481-1.167 2.751l-2.54 8.258a6.3 6.3 0 0 0-.32 1.796c-.004.097-.004.194-.004.355V17a4.75 4.75 0 0 0 4.75 4.75h13A4.75 4.75 0 0 0 23.25 17v-.013c0-.16 0-.258-.003-.355a6.3 6.3 0 0 0-.219-1.456a12 12 0 0 0-.101-.34l-2.541-8.258c-.39-1.27-.649-2.11-1.167-2.751a4.25 4.25 0 0 0-1.72-1.271c-.765-.307-1.645-.307-2.973-.306zm11.259 10.556L19 7.174c-.456-1.482-.635-2.018-.947-2.404a2.75 2.75 0 0 0-1.114-.822c-.46-.185-1.025-.198-2.575-.198H9.636c-1.55 0-2.115.013-2.575.198a2.75 2.75 0 0 0-1.114.822c-.312.386-.49.922-.947 2.404l-1.733 5.632A4.7 4.7 0 0 1 5.5 12.25h13c.807 0 1.567.201 2.233.556M2.25 17a3.25 3.25 0 0 1 3.25-3.25h13a3.25 3.25 0 1 1 0 6.5h-13A3.25 3.25 0 0 1 2.25 17" clip-rule="evenodd"/></g></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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M17%2017a1%201%200%201%201%202%200a1%201%200%200%201-2%200m-2-1a1%201%200%201%200%200%202a1%201%200%200%200%200-2%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.474%202.25c-1.328%200-2.208%200-2.972.306A4.25%204.25%200%200%200%204.78%203.827c-.518.64-.777%201.481-1.167%202.751l-2.54%208.258a6.3%206.3%200%200%200-.32%201.796c-.004.097-.004.194-.004.355V17a4.75%204.75%200%200%200%204.75%204.75h13A4.75%204.75%200%200%200%2023.25%2017v-.013c0-.16%200-.258-.003-.355a6.3%206.3%200%200%200-.219-1.456a12%2012%200%200%200-.101-.34l-2.541-8.258c-.39-1.27-.649-2.11-1.167-2.751a4.25%204.25%200%200%200-1.72-1.271c-.765-.307-1.645-.307-2.973-.306zm11.259%2010.556L19%207.174c-.456-1.482-.635-2.018-.947-2.404a2.75%202.75%200%200%200-1.114-.822c-.46-.185-1.025-.198-2.575-.198H9.636c-1.55%200-2.115.013-2.575.198a2.75%202.75%200%200%200-1.114.822c-.312.386-.49.922-.947%202.404l-1.733%205.632A4.7%204.7%200%200%201%205.5%2012.25h13c.807%200%201.567.201%202.233.556M2.25%2017a3.25%203.25%200%200%201%203.25-3.25h13a3.25%203.25%200%201%201%200%206.5h-13A3.25%203.25%200%200%201%202.25%2017%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%22M17%2017a1%201%200%201%201%202%200a1%201%200%200%201-2%200m-2-1a1%201%200%201%200%200%202a1%201%200%200%200%200-2%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M9.474%202.25c-1.328%200-2.208%200-2.972.306A4.25%204.25%200%200%200%204.78%203.827c-.518.64-.777%201.481-1.167%202.751l-2.54%208.258a6.3%206.3%200%200%200-.32%201.796c-.004.097-.004.194-.004.355V17a4.75%204.75%200%200%200%204.75%204.75h13A4.75%204.75%200%200%200%2023.25%2017v-.013c0-.16%200-.258-.003-.355a6.3%206.3%200%200%200-.219-1.456a12%2012%200%200%200-.101-.34l-2.541-8.258c-.39-1.27-.649-2.11-1.167-2.751a4.25%204.25%200%200%200-1.72-1.271c-.765-.307-1.645-.307-2.973-.306zm11.259%2010.556L19%207.174c-.456-1.482-.635-2.018-.947-2.404a2.75%202.75%200%200%200-1.114-.822c-.46-.185-1.025-.198-2.575-.198H9.636c-1.55%200-2.115.013-2.575.198a2.75%202.75%200%200%200-1.114.822c-.312.386-.49.922-.947%202.404l-1.733%205.632A4.7%204.7%200%200%201%205.5%2012.25h13c.807%200%201.567.201%202.233.556M2.25%2017a3.25%203.25%200%200%201%203.25-3.25h13a3.25%203.25%200%201%201%200%206.5h-13A3.25%203.25%200%200%201%202.25%2017%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.svg?color=%231a73e8&size=48

Hard Drive outline icon — Reicon · IconsDB