hard drive upload icon
hard-drive-upload from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- hard-drive-upload
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the hard drive upload icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M7 18v-.2m.25.2a.25.25 0 1 0-.5 0a.25.25 0 0 0 .5 0M11 18v-.2m.25.2a.25.25 0 1 0-.5 0a.25.25 0 0 0 .5 0M8 6s2.946-4 4-4s4 4 4 4m-4-3v7"/><path d="M17 14H7c-1.4 0-2.1 0-2.635.273a2.5 2.5 0 0 0-1.093 1.092C3 15.9 3 16.6 3 18s0 2.1.272 2.635a2.5 2.5 0 0 0 1.093 1.092C4.9 22 5.6 22 7 22h10c1.4 0 2.1 0 2.635-.273a2.5 2.5 0 0 0 1.092-1.092C21 20.1 21 19.4 21 18s0-2.1-.273-2.635a2.5 2.5 0 0 0-1.092-1.092C19.1 14 18.4 14 17 14"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsHardDriveUpload(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M7 18v-.2m.25.2a.25.25 0 1 0-.5 0a.25.25 0 0 0 .5 0M11 18v-.2m.25.2a.25.25 0 1 0-.5 0a.25.25 0 0 0 .5 0M8 6s2.946-4 4-4s4 4 4 4m-4-3v7"/><path d="M17 14H7c-1.4 0-2.1 0-2.635.273a2.5 2.5 0 0 0-1.093 1.092C3 15.9 3 16.6 3 18s0 2.1.272 2.635a2.5 2.5 0 0 0 1.093 1.092C4.9 22 5.6 22 7 22h10c1.4 0 2.1 0 2.635-.273a2.5 2.5 0 0 0 1.092-1.092C21 20.1 21 19.4 21 18s0-2.1-.273-2.635a2.5 2.5 0 0 0-1.092-1.092C19.1 14 18.4 14 17 14"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M7 18v-.2m.25.2a.25.25 0 1 0-.5 0a.25.25 0 0 0 .5 0M11 18v-.2m.25.2a.25.25 0 1 0-.5 0a.25.25 0 0 0 .5 0M8 6s2.946-4 4-4s4 4 4 4m-4-3v7"/><path d="M17 14H7c-1.4 0-2.1 0-2.635.273a2.5 2.5 0 0 0-1.093 1.092C3 15.9 3 16.6 3 18s0 2.1.272 2.635a2.5 2.5 0 0 0 1.093 1.092C4.9 22 5.6 22 7 22h10c1.4 0 2.1 0 2.635-.273a2.5 2.5 0 0 0 1.092-1.092C21 20.1 21 19.4 21 18s0-2.1-.273-2.635a2.5 2.5 0 0 0-1.092-1.092C19.1 14 18.4 14 17 14"/></g></svg> </template>
CSS
.icon-hard-drive-upload {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M7%2018v-.2m.25.2a.25.25%200%201%200-.5%200a.25.25%200%200%200%20.5%200M11%2018v-.2m.25.2a.25.25%200%201%200-.5%200a.25.25%200%200%200%20.5%200M8%206s2.946-4%204-4s4%204%204%204m-4-3v7%22%2F%3E%3Cpath%20d%3D%22M17%2014H7c-1.4%200-2.1%200-2.635.273a2.5%202.5%200%200%200-1.093%201.092C3%2015.9%203%2016.6%203%2018s0%202.1.272%202.635a2.5%202.5%200%200%200%201.093%201.092C4.9%2022%205.6%2022%207%2022h10c1.4%200%202.1%200%202.635-.273a2.5%202.5%200%200%200%201.092-1.092C21%2020.1%2021%2019.4%2021%2018s0-2.1-.273-2.635a2.5%202.5%200%200%200-1.092-1.092C19.1%2014%2018.4%2014%2017%2014%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M7%2018v-.2m.25.2a.25.25%200%201%200-.5%200a.25.25%200%200%200%20.5%200M11%2018v-.2m.25.2a.25.25%200%201%200-.5%200a.25.25%200%200%200%20.5%200M8%206s2.946-4%204-4s4%204%204%204m-4-3v7%22%2F%3E%3Cpath%20d%3D%22M17%2014H7c-1.4%200-2.1%200-2.635.273a2.5%202.5%200%200%200-1.093%201.092C3%2015.9%203%2016.6%203%2018s0%202.1.272%202.635a2.5%202.5%200%200%200%201.093%201.092C4.9%2022%205.6%2022%207%2022h10c1.4%200%202.1%200%202.635-.273a2.5%202.5%200%200%200%201.092-1.092C21%2020.1%2021%2019.4%2021%2018s0-2.1-.273-2.635a2.5%202.5%200%200%200-1.092-1.092C19.1%2014%2018.4%2014%2017%2014%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/hard-drive-upload.svg?color=%231a73e8&size=48