hard-drive-sharp-fill from Keyline Icons by Keyline Icons · Sharp Fill · MIT Free for personal and commercial use.

Name
hard-drive-sharp-fill
Set
Keyline Icons
Style
Sharp Fill
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

The same icon in other sets

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" fill-rule="evenodd" d="M1.0809 10.6061L4.0809 3.6061C4.2384 3.2384 4.6 3 5 3L19 3C19.4 3 19.7616 3.2384 19.9191 3.6061L22.9191 10.6061C22.9725 10.7306 23 10.8646 23 11L23 20C23 20.5523 22.5523 21 22 21L2 21C1.4477 21 1 20.5523 1 20L1 11C1 10.8646 1.0275 10.7306 1.0809 10.6061ZM3.5165 10L20.4835 10L18.3406 5L5.6594 5L3.5165 10ZM19 15.5C19 14.6716 18.3284 14 17.5 14C16.6716 14 16 14.6716 16 15.5C16 16.3284 16.6716 17 17.5 17C18.3284 17 19 16.3284 19 15.5Z" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsHardDriveSharpFill(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" fillRule="evenodd" d="M1.0809 10.6061L4.0809 3.6061C4.2384 3.2384 4.6 3 5 3L19 3C19.4 3 19.7616 3.2384 19.9191 3.6061L22.9191 10.6061C22.9725 10.7306 23 10.8646 23 11L23 20C23 20.5523 22.5523 21 22 21L2 21C1.4477 21 1 20.5523 1 20L1 11C1 10.8646 1.0275 10.7306 1.0809 10.6061ZM3.5165 10L20.4835 10L18.3406 5L5.6594 5L3.5165 10ZM19 15.5C19 14.6716 18.3284 14 17.5 14C16.6716 14 16 14.6716 16 15.5C16 16.3284 16.6716 17 17.5 17C18.3284 17 19 16.3284 19 15.5Z" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M1.0809 10.6061L4.0809 3.6061C4.2384 3.2384 4.6 3 5 3L19 3C19.4 3 19.7616 3.2384 19.9191 3.6061L22.9191 10.6061C22.9725 10.7306 23 10.8646 23 11L23 20C23 20.5523 22.5523 21 22 21L2 21C1.4477 21 1 20.5523 1 20L1 11C1 10.8646 1.0275 10.7306 1.0809 10.6061ZM3.5165 10L20.4835 10L18.3406 5L5.6594 5L3.5165 10ZM19 15.5C19 14.6716 18.3284 14 17.5 14C16.6716 14 16 14.6716 16 15.5C16 16.3284 16.6716 17 17.5 17C18.3284 17 19 16.3284 19 15.5Z" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-hard-drive-sharp-fill {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M1.0809%2010.6061L4.0809%203.6061C4.2384%203.2384%204.6%203%205%203L19%203C19.4%203%2019.7616%203.2384%2019.9191%203.6061L22.9191%2010.6061C22.9725%2010.7306%2023%2010.8646%2023%2011L23%2020C23%2020.5523%2022.5523%2021%2022%2021L2%2021C1.4477%2021%201%2020.5523%201%2020L1%2011C1%2010.8646%201.0275%2010.7306%201.0809%2010.6061ZM3.5165%2010L20.4835%2010L18.3406%205L5.6594%205L3.5165%2010ZM19%2015.5C19%2014.6716%2018.3284%2014%2017.5%2014C16.6716%2014%2016%2014.6716%2016%2015.5C16%2016.3284%2016.6716%2017%2017.5%2017C18.3284%2017%2019%2016.3284%2019%2015.5Z%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M1.0809%2010.6061L4.0809%203.6061C4.2384%203.2384%204.6%203%205%203L19%203C19.4%203%2019.7616%203.2384%2019.9191%203.6061L22.9191%2010.6061C22.9725%2010.7306%2023%2010.8646%2023%2011L23%2020C23%2020.5523%2022.5523%2021%2022%2021L2%2021C1.4477%2021%201%2020.5523%201%2020L1%2011C1%2010.8646%201.0275%2010.7306%201.0809%2010.6061ZM3.5165%2010L20.4835%2010L18.3406%205L5.6594%205L3.5165%2010ZM19%2015.5C19%2014.6716%2018.3284%2014%2017.5%2014C16.6716%2014%2016%2014.6716%2016%2015.5C16%2016.3284%2016.6716%2017%2017.5%2017C18.3284%2017%2019%2016.3284%2019%2015.5Z%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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