desktop download icon

desktop-download-24 from Octicons by GitHub · 24 · MIT Free for personal and commercial use.

Name
desktop-download-24
Set
Octicons
Style
24
Viewbox
24×24
License
MIT

2 other variants in Octicons

The same icon in other sets

Use the desktop download icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.25 9.331V.75a.75.75 0 0 1 1.5 0v8.58l1.949-2.11A.75.75 0 1 1 15.8 8.237l-3.25 3.52a.75.75 0 0 1-1.102 0l-3.25-3.52A.75.75 0 1 1 9.3 7.22z"/><path fill="currentColor" d="M2.5 3.75v11.5c0 .138.112.25.25.25h18.5a.25.25 0 0 0 .25-.25V3.75a.25.25 0 0 0-.25-.25h-5.5a.75.75 0 0 1 0-1.5h5.5c.966 0 1.75.784 1.75 1.75v11.5A1.75 1.75 0 0 1 21.25 17h-6.204c.171 1.375.805 2.652 1.769 3.757A.752.752 0 0 1 16.25 22h-8.5a.75.75 0 0 1-.566-1.243c.965-1.105 1.599-2.382 1.77-3.757H2.75A1.75 1.75 0 0 1 1 15.25V3.75C1 2.784 1.784 2 2.75 2h5.5a.75.75 0 0 1 0 1.5h-5.5a.25.25 0 0 0-.25.25M10.463 17c-.126 1.266-.564 2.445-1.223 3.5h5.52c-.66-1.055-1.098-2.234-1.223-3.5Z"/></svg>

React

import type { SVGProps } from "react";

export function OcticonDesktopDownload24(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="M11.25 9.331V.75a.75.75 0 0 1 1.5 0v8.58l1.949-2.11A.75.75 0 1 1 15.8 8.237l-3.25 3.52a.75.75 0 0 1-1.102 0l-3.25-3.52A.75.75 0 1 1 9.3 7.22z"/><path fill="currentColor" d="M2.5 3.75v11.5c0 .138.112.25.25.25h18.5a.25.25 0 0 0 .25-.25V3.75a.25.25 0 0 0-.25-.25h-5.5a.75.75 0 0 1 0-1.5h5.5c.966 0 1.75.784 1.75 1.75v11.5A1.75 1.75 0 0 1 21.25 17h-6.204c.171 1.375.805 2.652 1.769 3.757A.752.752 0 0 1 16.25 22h-8.5a.75.75 0 0 1-.566-1.243c.965-1.105 1.599-2.382 1.77-3.757H2.75A1.75 1.75 0 0 1 1 15.25V3.75C1 2.784 1.784 2 2.75 2h5.5a.75.75 0 0 1 0 1.5h-5.5a.25.25 0 0 0-.25.25M10.463 17c-.126 1.266-.564 2.445-1.223 3.5h5.52c-.66-1.055-1.098-2.234-1.223-3.5Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.25 9.331V.75a.75.75 0 0 1 1.5 0v8.58l1.949-2.11A.75.75 0 1 1 15.8 8.237l-3.25 3.52a.75.75 0 0 1-1.102 0l-3.25-3.52A.75.75 0 1 1 9.3 7.22z"/><path fill="currentColor" d="M2.5 3.75v11.5c0 .138.112.25.25.25h18.5a.25.25 0 0 0 .25-.25V3.75a.25.25 0 0 0-.25-.25h-5.5a.75.75 0 0 1 0-1.5h5.5c.966 0 1.75.784 1.75 1.75v11.5A1.75 1.75 0 0 1 21.25 17h-6.204c.171 1.375.805 2.652 1.769 3.757A.752.752 0 0 1 16.25 22h-8.5a.75.75 0 0 1-.566-1.243c.965-1.105 1.599-2.382 1.77-3.757H2.75A1.75 1.75 0 0 1 1 15.25V3.75C1 2.784 1.784 2 2.75 2h5.5a.75.75 0 0 1 0 1.5h-5.5a.25.25 0 0 0-.25.25M10.463 17c-.126 1.266-.564 2.445-1.223 3.5h5.52c-.66-1.055-1.098-2.234-1.223-3.5Z"/></svg>
</template>

CSS

.icon-desktop-download-24 {
  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%22M11.25%209.331V.75a.75.75%200%200%201%201.5%200v8.58l1.949-2.11A.75.75%200%201%201%2015.8%208.237l-3.25%203.52a.75.75%200%200%201-1.102%200l-3.25-3.52A.75.75%200%201%201%209.3%207.22z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.5%203.75v11.5c0%20.138.112.25.25.25h18.5a.25.25%200%200%200%20.25-.25V3.75a.25.25%200%200%200-.25-.25h-5.5a.75.75%200%200%201%200-1.5h5.5c.966%200%201.75.784%201.75%201.75v11.5A1.75%201.75%200%200%201%2021.25%2017h-6.204c.171%201.375.805%202.652%201.769%203.757A.752.752%200%200%201%2016.25%2022h-8.5a.75.75%200%200%201-.566-1.243c.965-1.105%201.599-2.382%201.77-3.757H2.75A1.75%201.75%200%200%201%201%2015.25V3.75C1%202.784%201.784%202%202.75%202h5.5a.75.75%200%200%201%200%201.5h-5.5a.25.25%200%200%200-.25.25M10.463%2017c-.126%201.266-.564%202.445-1.223%203.5h5.52c-.66-1.055-1.098-2.234-1.223-3.5Z%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%22M11.25%209.331V.75a.75.75%200%200%201%201.5%200v8.58l1.949-2.11A.75.75%200%201%201%2015.8%208.237l-3.25%203.52a.75.75%200%200%201-1.102%200l-3.25-3.52A.75.75%200%201%201%209.3%207.22z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.5%203.75v11.5c0%20.138.112.25.25.25h18.5a.25.25%200%200%200%20.25-.25V3.75a.25.25%200%200%200-.25-.25h-5.5a.75.75%200%200%201%200-1.5h5.5c.966%200%201.75.784%201.75%201.75v11.5A1.75%201.75%200%200%201%2021.25%2017h-6.204c.171%201.375.805%202.652%201.769%203.757A.752.752%200%200%201%2016.25%2022h-8.5a.75.75%200%200%201-.566-1.243c.965-1.105%201.599-2.382%201.77-3.757H2.75A1.75%201.75%200%200%201%201%2015.25V3.75C1%202.784%201.784%202%202.75%202h5.5a.75.75%200%200%201%200%201.5h-5.5a.25.25%200%200%200-.25.25M10.463%2017c-.126%201.266-.564%202.445-1.223%203.5h5.52c-.66-1.055-1.098-2.234-1.223-3.5Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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