harddisk-remove from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
harddisk-remove
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0
Aliases
hdd-remove

Related icons in Material Design Icons

Use the harddisk remove icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 9a1 1 0 1 0 1 1a1 1 0 0 0-1-1m0 0a1 1 0 1 0 1 1a1 1 0 0 0-1-1m6-7H6a2 2 0 0 0-2 2v9.09A5.5 5.5 0 0 1 5 13a5.7 5.7 0 0 1 2 .36a6 6 0 1 1 8.71 1.33l-1.92-2.42a1 1 0 0 0-1.37-.37l-.86.5a1 1 0 0 0-.37 1.37L12.1 16a6.1 6.1 0 0 1-2.1-.38a6 6 0 0 1 .19 6.38H18a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2m-3.42 17.58l-2.49-6.31l.86-.5l4.22 5.31M12 11a1 1 0 1 0-1-1a1 1 0 0 0 1 1M7.12 22.54L5 20.41l-2.12 2.13l-1.42-1.42L3.59 19l-2.13-2.12l1.42-1.42L5 17.59l2.12-2.13l1.42 1.42L6.41 19l2.13 2.12Z"/></svg>

React

import type { SVGProps } from "react";

export function MdiHarddiskRemove(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" d="M12 9a1 1 0 1 0 1 1a1 1 0 0 0-1-1m0 0a1 1 0 1 0 1 1a1 1 0 0 0-1-1m6-7H6a2 2 0 0 0-2 2v9.09A5.5 5.5 0 0 1 5 13a5.7 5.7 0 0 1 2 .36a6 6 0 1 1 8.71 1.33l-1.92-2.42a1 1 0 0 0-1.37-.37l-.86.5a1 1 0 0 0-.37 1.37L12.1 16a6.1 6.1 0 0 1-2.1-.38a6 6 0 0 1 .19 6.38H18a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2m-3.42 17.58l-2.49-6.31l.86-.5l4.22 5.31M12 11a1 1 0 1 0-1-1a1 1 0 0 0 1 1M7.12 22.54L5 20.41l-2.12 2.13l-1.42-1.42L3.59 19l-2.13-2.12l1.42-1.42L5 17.59l2.12-2.13l1.42 1.42L6.41 19l2.13 2.12Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 9a1 1 0 1 0 1 1a1 1 0 0 0-1-1m0 0a1 1 0 1 0 1 1a1 1 0 0 0-1-1m6-7H6a2 2 0 0 0-2 2v9.09A5.5 5.5 0 0 1 5 13a5.7 5.7 0 0 1 2 .36a6 6 0 1 1 8.71 1.33l-1.92-2.42a1 1 0 0 0-1.37-.37l-.86.5a1 1 0 0 0-.37 1.37L12.1 16a6.1 6.1 0 0 1-2.1-.38a6 6 0 0 1 .19 6.38H18a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2m-3.42 17.58l-2.49-6.31l.86-.5l4.22 5.31M12 11a1 1 0 1 0-1-1a1 1 0 0 0 1 1M7.12 22.54L5 20.41l-2.12 2.13l-1.42-1.42L3.59 19l-2.13-2.12l1.42-1.42L5 17.59l2.12-2.13l1.42 1.42L6.41 19l2.13 2.12Z"/></svg>
</template>

CSS

.icon-harddisk-remove {
  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%20d%3D%22M12%209a1%201%200%201%200%201%201a1%201%200%200%200-1-1m0%200a1%201%200%201%200%201%201a1%201%200%200%200-1-1m6-7H6a2%202%200%200%200-2%202v9.09A5.5%205.5%200%200%201%205%2013a5.7%205.7%200%200%201%202%20.36a6%206%200%201%201%208.71%201.33l-1.92-2.42a1%201%200%200%200-1.37-.37l-.86.5a1%201%200%200%200-.37%201.37L12.1%2016a6.1%206.1%200%200%201-2.1-.38a6%206%200%200%201%20.19%206.38H18a2%202%200%200%200%202-2V4a2%202%200%200%200-2-2m-3.42%2017.58l-2.49-6.31l.86-.5l4.22%205.31M12%2011a1%201%200%201%200-1-1a1%201%200%200%200%201%201M7.12%2022.54L5%2020.41l-2.12%202.13l-1.42-1.42L3.59%2019l-2.13-2.12l1.42-1.42L5%2017.59l2.12-2.13l1.42%201.42L6.41%2019l2.13%202.12Z%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%20d%3D%22M12%209a1%201%200%201%200%201%201a1%201%200%200%200-1-1m0%200a1%201%200%201%200%201%201a1%201%200%200%200-1-1m6-7H6a2%202%200%200%200-2%202v9.09A5.5%205.5%200%200%201%205%2013a5.7%205.7%200%200%201%202%20.36a6%206%200%201%201%208.71%201.33l-1.92-2.42a1%201%200%200%200-1.37-.37l-.86.5a1%201%200%200%200-.37%201.37L12.1%2016a6.1%206.1%200%200%201-2.1-.38a6%206%200%200%201%20.19%206.38H18a2%202%200%200%200%202-2V4a2%202%200%200%200-2-2m-3.42%2017.58l-2.49-6.31l.86-.5l4.22%205.31M12%2011a1%201%200%201%200-1-1a1%201%200%200%200%201%201M7.12%2022.54L5%2020.41l-2.12%202.13l-1.42-1.42L3.59%2019l-2.13-2.12l1.42-1.42L5%2017.59l2.12-2.13l1.42%201.42L6.41%2019l2.13%202.12Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/harddisk-remove.svg?color=%231a73e8&size=48