harddisk plus icon
harddisk-plus from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- harddisk-plus
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- hdd-plus
Related icons in Material Design Icons
Use the harddisk plus 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 1m-3 9H6v3H4v-3H1v-2h3v-3h2v3h3Z"/></svg>
React
import type { SVGProps } from "react";
export function MdiHarddiskPlus(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 1m-3 9H6v3H4v-3H1v-2h3v-3h2v3h3Z"/></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 1m-3 9H6v3H4v-3H1v-2h3v-3h2v3h3Z"/></svg> </template>
CSS
.icon-harddisk-plus {
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%201m-3%209H6v3H4v-3H1v-2h3v-3h2v3h3Z%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%201m-3%209H6v3H4v-3H1v-2h3v-3h2v3h3Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/harddisk-plus.svg?color=%231a73e8&size=48